tencentcloud-sdk-nodejs 4.0.867 → 4.0.868

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 (56) hide show
  1. package/CHANGELOG.md +219 -0
  2. package/SERVICE_CHANGELOG.md +370 -20
  3. package/package.json +1 -1
  4. package/products.md +14 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
  7. package/src/services/cdb/v20170320/cdb_models.ts +72 -24
  8. package/src/services/domain/v20180808/domain_models.ts +8 -0
  9. package/src/services/ess/v20201111/ess_client.ts +13 -0
  10. package/src/services/ess/v20201111/ess_models.ts +109 -0
  11. package/src/services/faceid/v20180301/faceid_models.ts +2 -2
  12. package/src/services/index.ts +1 -0
  13. package/src/services/lighthouse/v20200324/lighthouse_client.ts +5 -5
  14. package/src/services/lighthouse/v20200324/lighthouse_models.ts +56 -54
  15. package/src/services/tcb/v20180608/tcb_models.ts +4 -4
  16. package/src/services/tse/v20201207/tse_models.ts +10 -0
  17. package/src/services/tsf/v20180326/tsf_models.ts +34 -5
  18. package/src/services/vdb/index.ts +5 -0
  19. package/src/services/vdb/v20230616/index.ts +6 -0
  20. package/src/services/vdb/v20230616/vdb_client.ts +46 -0
  21. package/src/services/vdb/v20230616/vdb_models.ts +266 -0
  22. package/src/services/waf/v20180125/waf_client.ts +13 -0
  23. package/src/services/waf/v20180125/waf_models.ts +62 -0
  24. package/src/services/wedata/v20210820/wedata_models.ts +4 -0
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  28. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +72 -24
  29. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +8 -0
  30. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -1
  31. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -0
  32. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +107 -0
  33. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
  34. package/tencentcloud/services/index.d.ts +1 -0
  35. package/tencentcloud/services/index.js +2 -0
  36. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -5
  37. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +5 -5
  38. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +56 -54
  39. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +4 -4
  40. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  41. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +34 -5
  42. package/tencentcloud/services/vdb/index.d.ts +6 -0
  43. package/tencentcloud/services/vdb/index.js +7 -0
  44. package/tencentcloud/services/vdb/v20230616/index.d.ts +6 -0
  45. package/tencentcloud/services/vdb/v20230616/index.js +9 -0
  46. package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +14 -0
  47. package/tencentcloud/services/vdb/v20230616/vdb_client.js +37 -0
  48. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +245 -0
  49. package/tencentcloud/services/vdb/v20230616/vdb_models.js +18 -0
  50. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  51. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  52. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +59 -0
  53. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +4 -0
  54. package/test/ess.v20201111.test.js +10 -0
  55. package/test/vdb.v20230616.test.js +31 -0
  56. package/test/waf.v20180125.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,222 @@
1
+ # Release 4.0.868
2
+
3
+ ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
4
+
5
+ ### 第 67 次发布
6
+
7
+ 发布时间:2024-06-04 01:07:52
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
16
+
17
+ * 新增入参:FilterZoneIdList
18
+
19
+
20
+ 修改数据结构:
21
+
22
+ * [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
23
+
24
+ * 新增成员:ZoneId
25
+
26
+
27
+
28
+
29
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
30
+
31
+ ### 第 158 次发布
32
+
33
+ 发布时间:2024-06-04 01:16:12
34
+
35
+ 本次发布包含了以下内容:
36
+
37
+ 改善已有的文档。
38
+
39
+ 修改接口:
40
+
41
+ * [AdjustCdbProxyAddress](https://cloud.tencent.com/document/api/236/90589)
42
+
43
+ * 新增入参:AutoLoadBalance, AccessMode
44
+
45
+ * [CreateCdbProxyAddress](https://cloud.tencent.com/document/api/236/90586)
46
+
47
+ * 新增入参:AutoLoadBalance, AccessMode
48
+
49
+ * [DescribeProxySupportParam](https://cloud.tencent.com/document/api/236/90584)
50
+
51
+ * 新增出参:SupportAutoLoadBalance, SupportAccessMode
52
+
53
+
54
+ 修改数据结构:
55
+
56
+ * [ProxyAddress](https://cloud.tencent.com/document/api/236/15878#ProxyAddress)
57
+
58
+ * 新增成员:AccessMode, AutoLoadBalance
59
+
60
+ * [ProxyInst](https://cloud.tencent.com/document/api/236/15878#ProxyInst)
61
+
62
+ * 新增成员:InstNodeId, InstNodeRole
63
+
64
+
65
+
66
+
67
+ ## 域名注册(domain) 版本:2018-08-08
68
+
69
+ ### 第 38 次发布
70
+
71
+ 发布时间:2024-06-04 01:35:42
72
+
73
+ 本次发布包含了以下内容:
74
+
75
+ 改善已有的文档。
76
+
77
+ 修改接口:
78
+
79
+ * [ReservedPreDomains](https://cloud.tencent.com/document/api/242/103887)
80
+
81
+ * 新增入参:IsAutoPay, IsBidAutoPay
82
+
83
+
84
+
85
+
86
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
87
+
88
+ ### 第 174 次发布
89
+
90
+ 发布时间:2024-06-04 01:41:39
91
+
92
+ 本次发布包含了以下内容:
93
+
94
+ 改善已有的文档。
95
+
96
+ 新增接口:
97
+
98
+ * [CreateUserMobileChangeUrl](https://cloud.tencent.com/document/api/1323/106775)
99
+
100
+
101
+
102
+ ## 微服务引擎(tse) 版本:2020-12-07
103
+
104
+ ### 第 68 次发布
105
+
106
+ 发布时间:2024-06-04 02:26:13
107
+
108
+ 本次发布包含了以下内容:
109
+
110
+ 改善已有的文档。
111
+
112
+ 修改数据结构:
113
+
114
+ * [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
115
+
116
+ * 新增成员:ScfIsBase64Encoded, ScfIsIntegratedResponse
117
+
118
+
119
+
120
+
121
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
122
+
123
+ ### 第 107 次发布
124
+
125
+ 发布时间:2024-06-04 02:27:15
126
+
127
+ 本次发布包含了以下内容:
128
+
129
+ 改善已有的文档。
130
+
131
+ 修改接口:
132
+
133
+ * [DeleteApplication](https://cloud.tencent.com/document/api/649/36093)
134
+
135
+ * 新增入参:SyncDeleteImageRepository
136
+
137
+ * [DescribeMicroservices](https://cloud.tencent.com/document/api/649/36084)
138
+
139
+ * 新增入参:ConfigCenterInstanceId
140
+
141
+ * [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
142
+
143
+ * 新增入参:ConfigCenterInstanceId
144
+
145
+
146
+ 修改数据结构:
147
+
148
+ * [ConfigRelease](https://cloud.tencent.com/document/api/649/36099#ConfigRelease)
149
+
150
+ * 新增成员:DaulStatus
151
+
152
+ * [TsfConfigCenter](https://cloud.tencent.com/document/api/649/36099#TsfConfigCenter)
153
+
154
+ * 新增成员:CurrentVersion, TargetVersion
155
+
156
+
157
+
158
+
159
+ ## 向量数据库(vdb) 版本:2023-06-16
160
+
161
+ ### 第 1 次发布
162
+
163
+ 发布时间:2024-06-03 15:48:04
164
+
165
+ 本次发布包含了以下内容:
166
+
167
+ 改善已有的文档。
168
+
169
+ 新增接口:
170
+
171
+ * [DescribeInstances](https://cloud.tencent.com/document/api/1709/106756)
172
+
173
+ 新增数据结构:
174
+
175
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
176
+ * [Network](https://cloud.tencent.com/document/api/1709/106757#Network)
177
+ * [Tag](https://cloud.tencent.com/document/api/1709/106757#Tag)
178
+
179
+
180
+
181
+ ## Web 应用防火墙(waf) 版本:2018-01-25
182
+
183
+ ### 第 85 次发布
184
+
185
+ 发布时间:2024-06-04 02:34:05
186
+
187
+ 本次发布包含了以下内容:
188
+
189
+ 改善已有的文档。
190
+
191
+ 新增接口:
192
+
193
+ * [ModifyApiSecEventChange](https://cloud.tencent.com/document/api/627/106776)
194
+
195
+ 新增数据结构:
196
+
197
+ * [ApiSecKey](https://cloud.tencent.com/document/api/627/53609#ApiSecKey)
198
+
199
+
200
+
201
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
202
+
203
+ ### 第 91 次发布
204
+
205
+ 发布时间:2024-06-04 02:35:39
206
+
207
+ 本次发布包含了以下内容:
208
+
209
+ 改善已有的文档。
210
+
211
+ 修改接口:
212
+
213
+ * [UploadContent](https://cloud.tencent.com/document/api/1267/93282)
214
+
215
+ * 新增入参:ProjectId
216
+
217
+
218
+
219
+
1
220
  # Release 4.0.867
2
221
 
3
222
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
@@ -1,10 +1,93 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
3
+ ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
4
4
 
5
- ### 第 15 次发布
5
+ ### 第 67 次发布
6
6
 
7
- 发布时间:2024-06-03 02:23:52
7
+ 发布时间:2024-06-04 01:07:52
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
16
+
17
+ * 新增入参:FilterZoneIdList
18
+
19
+
20
+ 修改数据结构:
21
+
22
+ * [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
23
+
24
+ * 新增成员:ZoneId
25
+
26
+
27
+
28
+
29
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
30
+
31
+ ### 第 158 次发布
32
+
33
+ 发布时间:2024-06-04 01:16:12
34
+
35
+ 本次发布包含了以下内容:
36
+
37
+ 改善已有的文档。
38
+
39
+ 修改接口:
40
+
41
+ * [AdjustCdbProxyAddress](https://cloud.tencent.com/document/api/236/90589)
42
+
43
+ * 新增入参:AutoLoadBalance, AccessMode
44
+
45
+ * [CreateCdbProxyAddress](https://cloud.tencent.com/document/api/236/90586)
46
+
47
+ * 新增入参:AutoLoadBalance, AccessMode
48
+
49
+ * [DescribeProxySupportParam](https://cloud.tencent.com/document/api/236/90584)
50
+
51
+ * 新增出参:SupportAutoLoadBalance, SupportAccessMode
52
+
53
+
54
+ 修改数据结构:
55
+
56
+ * [ProxyAddress](https://cloud.tencent.com/document/api/236/15878#ProxyAddress)
57
+
58
+ * 新增成员:AccessMode, AutoLoadBalance
59
+
60
+ * [ProxyInst](https://cloud.tencent.com/document/api/236/15878#ProxyInst)
61
+
62
+ * 新增成员:InstNodeId, InstNodeRole
63
+
64
+
65
+
66
+
67
+ ## 域名注册(domain) 版本:2018-08-08
68
+
69
+ ### 第 38 次发布
70
+
71
+ 发布时间:2024-06-04 01:35:42
72
+
73
+ 本次发布包含了以下内容:
74
+
75
+ 改善已有的文档。
76
+
77
+ 修改接口:
78
+
79
+ * [ReservedPreDomains](https://cloud.tencent.com/document/api/242/103887)
80
+
81
+ * 新增入参:IsAutoPay, IsBidAutoPay
82
+
83
+
84
+
85
+
86
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
87
+
88
+ ### 第 174 次发布
89
+
90
+ 发布时间:2024-06-04 01:41:39
8
91
 
9
92
  本次发布包含了以下内容:
10
93
 
@@ -12,20 +95,34 @@
12
95
 
13
96
  新增接口:
14
97
 
15
- * [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)
98
+ * [CreateUserMobileChangeUrl](https://cloud.tencent.com/document/api/1323/106775)
16
99
 
17
- 新增数据结构:
18
100
 
19
- * [FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem)
20
- * [InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo)
21
101
 
102
+ ## 微服务引擎(tse) 版本:2020-12-07
22
103
 
104
+ ### 第 68 次发布
23
105
 
24
- ## 实时音视频(trtc) 版本:2019-07-22
106
+ 发布时间:2024-06-04 02:26:13
25
107
 
26
- ### 第 76 次发布
108
+ 本次发布包含了以下内容:
27
109
 
28
- 发布时间:2024-06-03 02:25:00
110
+ 改善已有的文档。
111
+
112
+ 修改数据结构:
113
+
114
+ * [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
115
+
116
+ * 新增成员:ScfIsBase64Encoded, ScfIsIntegratedResponse
117
+
118
+
119
+
120
+
121
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
122
+
123
+ ### 第 107 次发布
124
+
125
+ 发布时间:2024-06-04 02:27:15
29
126
 
30
127
  本次发布包含了以下内容:
31
128
 
@@ -33,22 +130,89 @@
33
130
 
34
131
  修改接口:
35
132
 
36
- * [DescribeAITranscription](https://cloud.tencent.com/document/api/647/106493)
133
+ * [DeleteApplication](https://cloud.tencent.com/document/api/649/36093)
37
134
 
38
- * 新增入参:SdkAppId, SessionId
135
+ * 新增入参:SyncDeleteImageRepository
39
136
 
40
- * 新增出参:TaskId, SessionId
137
+ * [DescribeMicroservices](https://cloud.tencent.com/document/api/649/36084)
41
138
 
42
- * [StartAITranscription](https://cloud.tencent.com/document/api/647/106492)
139
+ * 新增入参:ConfigCenterInstanceId
43
140
 
44
- * 新增入参:SessionId
141
+ * [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
142
+
143
+ * 新增入参:ConfigCenterInstanceId
45
144
 
46
145
 
47
146
  修改数据结构:
48
147
 
49
- * [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
148
+ * [ConfigRelease](https://cloud.tencent.com/document/api/649/36099#ConfigRelease)
50
149
 
51
- * 新增成员:Model
150
+ * 新增成员:DaulStatus
151
+
152
+ * [TsfConfigCenter](https://cloud.tencent.com/document/api/649/36099#TsfConfigCenter)
153
+
154
+ * 新增成员:CurrentVersion, TargetVersion
155
+
156
+
157
+
158
+
159
+ ## 向量数据库(vdb) 版本:2023-06-16
160
+
161
+ ### 第 1 次发布
162
+
163
+ 发布时间:2024-06-03 15:48:04
164
+
165
+ 本次发布包含了以下内容:
166
+
167
+ 改善已有的文档。
168
+
169
+ 新增接口:
170
+
171
+ * [DescribeInstances](https://cloud.tencent.com/document/api/1709/106756)
172
+
173
+ 新增数据结构:
174
+
175
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
176
+ * [Network](https://cloud.tencent.com/document/api/1709/106757#Network)
177
+ * [Tag](https://cloud.tencent.com/document/api/1709/106757#Tag)
178
+
179
+
180
+
181
+ ## Web 应用防火墙(waf) 版本:2018-01-25
182
+
183
+ ### 第 85 次发布
184
+
185
+ 发布时间:2024-06-04 02:34:05
186
+
187
+ 本次发布包含了以下内容:
188
+
189
+ 改善已有的文档。
190
+
191
+ 新增接口:
192
+
193
+ * [ModifyApiSecEventChange](https://cloud.tencent.com/document/api/627/106776)
194
+
195
+ 新增数据结构:
196
+
197
+ * [ApiSecKey](https://cloud.tencent.com/document/api/627/53609#ApiSecKey)
198
+
199
+
200
+
201
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
202
+
203
+ ### 第 91 次发布
204
+
205
+ 发布时间:2024-06-04 02:35:39
206
+
207
+ 本次发布包含了以下内容:
208
+
209
+ 改善已有的文档。
210
+
211
+ 修改接口:
212
+
213
+ * [UploadContent](https://cloud.tencent.com/document/api/1267/93282)
214
+
215
+ * 新增入参:ProjectId
52
216
 
53
217
 
54
218
 
@@ -1867,6 +2031,28 @@
1867
2031
 
1868
2032
  ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
1869
2033
 
2034
+ ### 第 67 次发布
2035
+
2036
+ 发布时间:2024-06-04 01:07:52
2037
+
2038
+ 本次发布包含了以下内容:
2039
+
2040
+ 改善已有的文档。
2041
+
2042
+ 修改接口:
2043
+
2044
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
2045
+
2046
+ * 新增入参:FilterZoneIdList
2047
+
2048
+
2049
+ 修改数据结构:
2050
+
2051
+ * [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
2052
+
2053
+ * 新增成员:ZoneId
2054
+
2055
+
1870
2056
  ### 第 66 次发布
1871
2057
 
1872
2058
  发布时间:2024-04-19 01:07:51
@@ -16314,6 +16500,40 @@
16314
16500
 
16315
16501
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
16316
16502
 
16503
+ ### 第 158 次发布
16504
+
16505
+ 发布时间:2024-06-04 01:16:12
16506
+
16507
+ 本次发布包含了以下内容:
16508
+
16509
+ 改善已有的文档。
16510
+
16511
+ 修改接口:
16512
+
16513
+ * [AdjustCdbProxyAddress](https://cloud.tencent.com/document/api/236/90589)
16514
+
16515
+ * 新增入参:AutoLoadBalance, AccessMode
16516
+
16517
+ * [CreateCdbProxyAddress](https://cloud.tencent.com/document/api/236/90586)
16518
+
16519
+ * 新增入参:AutoLoadBalance, AccessMode
16520
+
16521
+ * [DescribeProxySupportParam](https://cloud.tencent.com/document/api/236/90584)
16522
+
16523
+ * 新增出参:SupportAutoLoadBalance, SupportAccessMode
16524
+
16525
+
16526
+ 修改数据结构:
16527
+
16528
+ * [ProxyAddress](https://cloud.tencent.com/document/api/236/15878#ProxyAddress)
16529
+
16530
+ * 新增成员:AccessMode, AutoLoadBalance
16531
+
16532
+ * [ProxyInst](https://cloud.tencent.com/document/api/236/15878#ProxyInst)
16533
+
16534
+ * 新增成员:InstNodeId, InstNodeRole
16535
+
16536
+
16317
16537
  ### 第 157 次发布
16318
16538
 
16319
16539
  发布时间:2024-05-07 01:10:17
@@ -52906,6 +53126,21 @@
52906
53126
 
52907
53127
  ## 域名注册(domain) 版本:2018-08-08
52908
53128
 
53129
+ ### 第 38 次发布
53130
+
53131
+ 发布时间:2024-06-04 01:35:42
53132
+
53133
+ 本次发布包含了以下内容:
53134
+
53135
+ 改善已有的文档。
53136
+
53137
+ 修改接口:
53138
+
53139
+ * [ReservedPreDomains](https://cloud.tencent.com/document/api/242/103887)
53140
+
53141
+ * 新增入参:IsAutoPay, IsBidAutoPay
53142
+
53143
+
52909
53144
  ### 第 37 次发布
52910
53145
 
52911
53146
  发布时间:2024-05-28 01:34:04
@@ -61249,6 +61484,18 @@
61249
61484
 
61250
61485
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
61251
61486
 
61487
+ ### 第 174 次发布
61488
+
61489
+ 发布时间:2024-06-04 01:41:39
61490
+
61491
+ 本次发布包含了以下内容:
61492
+
61493
+ 改善已有的文档。
61494
+
61495
+ 新增接口:
61496
+
61497
+ * [[CreateUserMobileChangeUrl](https://cloud.tencent.com/document/api/1323/106775)](https://cloud.tencent.com/document/api/#/#)
61498
+
61252
61499
  ### 第 173 次发布
61253
61500
 
61254
61501
  发布时间:2024-05-27 01:39:33
@@ -135744,12 +135991,12 @@
135744
135991
 
135745
135992
  新增接口:
135746
135993
 
135747
- * [[DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)](https://cloud.tencent.com/document/api/#/#)
135994
+ * [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745)
135748
135995
 
135749
135996
  新增数据结构:
135750
135997
 
135751
- * [[FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem)](https://cloud.tencent.com/document/api/1493/96031#[FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem))
135752
- * [[InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo)](https://cloud.tencent.com/document/api/1493/96031#[InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo))
135998
+ * [FusionInstanceItem](https://cloud.tencent.com/document/api/1493/96031#FusionInstanceItem)
135999
+ * [InstanceItemExtraInfo](https://cloud.tencent.com/document/api/1493/96031#InstanceItemExtraInfo)
135753
136000
 
135754
136001
  ### 第 14 次发布
135755
136002
 
@@ -138404,6 +138651,21 @@
138404
138651
 
138405
138652
  ## 微服务引擎(tse) 版本:2020-12-07
138406
138653
 
138654
+ ### 第 68 次发布
138655
+
138656
+ 发布时间:2024-06-04 02:26:13
138657
+
138658
+ 本次发布包含了以下内容:
138659
+
138660
+ 改善已有的文档。
138661
+
138662
+ 修改数据结构:
138663
+
138664
+ * [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
138665
+
138666
+ * 新增成员:ScfIsBase64Encoded, ScfIsIntegratedResponse
138667
+
138668
+
138407
138669
  ### 第 67 次发布
138408
138670
 
138409
138671
  发布时间:2024-05-15 01:35:13
@@ -139828,6 +140090,40 @@
139828
140090
 
139829
140091
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
139830
140092
 
140093
+ ### 第 107 次发布
140094
+
140095
+ 发布时间:2024-06-04 02:27:15
140096
+
140097
+ 本次发布包含了以下内容:
140098
+
140099
+ 改善已有的文档。
140100
+
140101
+ 修改接口:
140102
+
140103
+ * [DeleteApplication](https://cloud.tencent.com/document/api/649/36093)
140104
+
140105
+ * 新增入参:SyncDeleteImageRepository
140106
+
140107
+ * [DescribeMicroservices](https://cloud.tencent.com/document/api/649/36084)
140108
+
140109
+ * 新增入参:ConfigCenterInstanceId
140110
+
140111
+ * [DescribeStatistics](https://cloud.tencent.com/document/api/649/70427)
140112
+
140113
+ * 新增入参:ConfigCenterInstanceId
140114
+
140115
+
140116
+ 修改数据结构:
140117
+
140118
+ * [ConfigRelease](https://cloud.tencent.com/document/api/649/36099#ConfigRelease)
140119
+
140120
+ * 新增成员:DaulStatus
140121
+
140122
+ * [TsfConfigCenter](https://cloud.tencent.com/document/api/649/36099#TsfConfigCenter)
140123
+
140124
+ * 新增成员:CurrentVersion, TargetVersion
140125
+
140126
+
139831
140127
  ### 第 106 次发布
139832
140128
 
139833
140129
  发布时间:2024-05-22 02:22:39
@@ -142980,6 +143276,29 @@
142980
143276
 
142981
143277
 
142982
143278
 
143279
+ ## 向量数据库(vdb) 版本:2023-06-16
143280
+
143281
+ ### 第 1 次发布
143282
+
143283
+ 发布时间:2024-06-03 15:48:04
143284
+
143285
+ 本次发布包含了以下内容:
143286
+
143287
+ 改善已有的文档。
143288
+
143289
+ 新增接口:
143290
+
143291
+ * [[DescribeInstances](https://cloud.tencent.com/document/api/1709/106756)](https://cloud.tencent.com/document/api/#/#)
143292
+
143293
+ 新增数据结构:
143294
+
143295
+ * [[InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)](https://cloud.tencent.com/document/api/1709/106757#[InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo))
143296
+ * [[Network](https://cloud.tencent.com/document/api/1709/106757#Network)](https://cloud.tencent.com/document/api/1709/106757#[Network](https://cloud.tencent.com/document/api/1709/106757#Network))
143297
+ * [[Tag](https://cloud.tencent.com/document/api/1709/106757#Tag)](https://cloud.tencent.com/document/api/1709/106757#[Tag](https://cloud.tencent.com/document/api/1709/106757#Tag))
143298
+
143299
+
143300
+
143301
+
142983
143302
  ## 视频内容安全(vm) 版本:2020-07-09
142984
143303
 
142985
143304
  ### 第 1 次发布
@@ -152619,6 +152938,22 @@
152619
152938
 
152620
152939
  ## Web 应用防火墙(waf) 版本:2018-01-25
152621
152940
 
152941
+ ### 第 85 次发布
152942
+
152943
+ 发布时间:2024-06-04 02:34:05
152944
+
152945
+ 本次发布包含了以下内容:
152946
+
152947
+ 改善已有的文档。
152948
+
152949
+ 新增接口:
152950
+
152951
+ * [[ModifyApiSecEventChange](https://cloud.tencent.com/document/api/627/106776)](https://cloud.tencent.com/document/api/#/#)
152952
+
152953
+ 新增数据结构:
152954
+
152955
+ * [[ApiSecKey](https://cloud.tencent.com/document/api/627/53609#ApiSecKey)](https://cloud.tencent.com/document/api/627/53609#[ApiSecKey](https://cloud.tencent.com/document/api/627/53609#ApiSecKey))
152956
+
152622
152957
  ### 第 84 次发布
152623
152958
 
152624
152959
  发布时间:2024-05-31 02:29:01
@@ -154933,6 +155268,21 @@
154933
155268
 
154934
155269
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
154935
155270
 
155271
+ ### 第 91 次发布
155272
+
155273
+ 发布时间:2024-06-04 02:35:39
155274
+
155275
+ 本次发布包含了以下内容:
155276
+
155277
+ 改善已有的文档。
155278
+
155279
+ 修改接口:
155280
+
155281
+ * [UploadContent](https://cloud.tencent.com/document/api/1267/93282)
155282
+
155283
+ * 新增入参:ProjectId
155284
+
155285
+
154936
155286
  ### 第 90 次发布
154937
155287
 
154938
155288
  发布时间:2024-05-29 02:30:31