tencentcloud-sdk-nodejs 4.0.767 → 4.0.769
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.
- package/CHANGELOG.md +244 -0
- package/SERVICE_CHANGELOG.md +270 -130
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +3 -4
- package/src/services/cat/v20180409/cat_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_models.ts +7 -7
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -13
- package/src/services/dbbrain/v20191016/dbbrain_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +9 -6
- package/src/services/ess/v20201111/ess_client.ts +54 -11
- package/src/services/ess/v20201111/ess_models.ts +103 -23
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -22
- package/src/services/essbasic/v20210526/essbasic_models.ts +43 -24
- package/src/services/ivld/v20210903/ivld_models.ts +3 -3
- package/src/services/oceanus/v20190422/oceanus_client.ts +14 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +71 -13
- package/src/services/omics/v20221128/omics_models.ts +21 -4
- package/src/services/scf/v20180416/scf_models.ts +6 -2
- package/src/services/ssm/v20190923/ssm_models.ts +2 -2
- package/src/services/tcss/v20201101/tcss_models.ts +29 -5
- package/src/services/teo/v20220901/teo_models.ts +5 -5
- package/src/services/tiw/v20190919/tiw_models.ts +101 -10
- package/src/services/trp/v20210515/trp_client.ts +1 -1
- package/src/services/trp/v20210515/trp_models.ts +17 -3
- package/src/services/tse/v20201207/tse_client.ts +76 -16
- package/src/services/tse/v20201207/tse_models.ts +237 -58
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +25 -21
- package/src/services/vod/v20180717/vod_models.ts +6 -6
- package/src/services/wedata/v20210820/wedata_client.ts +55 -16
- package/src/services/wedata/v20210820/wedata_models.ts +552 -71
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -13
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +3 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +3 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +47 -12
- package/tencentcloud/services/ess/v20201111/ess_client.js +48 -11
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +101 -23
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +42 -23
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +3 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -12
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +21 -4
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +6 -2
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +29 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +101 -10
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -3
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +25 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +36 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +227 -58
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +25 -21
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -6
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +24 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +545 -73
- package/test/ess.v20201111.test.js +10 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tse.v20201207.test.js +54 -4
- package/test/wedata.v20210820.test.js +34 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 105 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-29 01:12:06
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,52 +12,34 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* 新增入参:PayerUin
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
修改数据结构:
|
|
15
|
+
* [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
|
|
21
16
|
|
|
22
|
-
*
|
|
17
|
+
* 新增入参:TaskIds
|
|
23
18
|
|
|
24
|
-
* 新增成员:Id
|
|
25
19
|
|
|
26
20
|
|
|
27
21
|
|
|
22
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
28
23
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### 第 20 次发布
|
|
24
|
+
### 第 145 次发布
|
|
32
25
|
|
|
33
|
-
发布时间:2023-12-
|
|
26
|
+
发布时间:2023-12-29 01:16:02
|
|
34
27
|
|
|
35
28
|
本次发布包含了以下内容:
|
|
36
29
|
|
|
37
30
|
改善已有的文档。
|
|
38
31
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
* [ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)
|
|
42
|
-
|
|
43
|
-
* <font color="#dd0000">**修改成员**:</font>Reason, Message, Solution
|
|
44
|
-
|
|
45
|
-
* [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
|
|
46
|
-
|
|
47
|
-
* <font color="#dd0000">**修改成员**:</font>DumperResumeCtrl
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
32
|
+
新增接口:
|
|
51
33
|
|
|
52
|
-
|
|
34
|
+
* [ModifyExtendedService](https://cloud.tencent.com/document/api/1323/102771)
|
|
53
35
|
|
|
54
36
|
|
|
55
37
|
|
|
56
|
-
##
|
|
38
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
57
39
|
|
|
58
|
-
### 第
|
|
40
|
+
### 第 51 次发布
|
|
59
41
|
|
|
60
|
-
发布时间:2023-12-
|
|
42
|
+
发布时间:2023-12-29 01:21:17
|
|
61
43
|
|
|
62
44
|
本次发布包含了以下内容:
|
|
63
45
|
|
|
@@ -65,43 +47,38 @@
|
|
|
65
47
|
|
|
66
48
|
新增接口:
|
|
67
49
|
|
|
68
|
-
* [
|
|
69
|
-
|
|
70
|
-
新增数据结构:
|
|
71
|
-
|
|
72
|
-
* [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)
|
|
50
|
+
* [GetMetaTable](https://cloud.tencent.com/document/api/849/102773)
|
|
73
51
|
|
|
74
52
|
|
|
75
53
|
|
|
76
|
-
##
|
|
54
|
+
## 云函数(scf) 版本:2018-04-16
|
|
77
55
|
|
|
78
|
-
### 第
|
|
56
|
+
### 第 64 次发布
|
|
79
57
|
|
|
80
|
-
发布时间:2023-12-
|
|
58
|
+
发布时间:2023-12-29 01:22:39
|
|
81
59
|
|
|
82
60
|
本次发布包含了以下内容:
|
|
83
61
|
|
|
84
62
|
改善已有的文档。
|
|
85
63
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
* [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)
|
|
64
|
+
修改接口:
|
|
89
65
|
|
|
90
|
-
|
|
66
|
+
* [GetFunction](https://cloud.tencent.com/document/api/583/18584)
|
|
91
67
|
|
|
92
|
-
*
|
|
68
|
+
* <font color="#dd0000">**修改入参**:</font>FunctionName
|
|
93
69
|
|
|
70
|
+
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
94
71
|
|
|
72
|
+
* 新增入参:IgnoreSysLog
|
|
95
73
|
|
|
96
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
97
74
|
|
|
98
75
|
|
|
99
76
|
|
|
100
|
-
##
|
|
77
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
101
78
|
|
|
102
|
-
### 第
|
|
79
|
+
### 第 57 次发布
|
|
103
80
|
|
|
104
|
-
发布时间:2023-12-
|
|
81
|
+
发布时间:2023-12-29 01:24:30
|
|
105
82
|
|
|
106
83
|
本次发布包含了以下内容:
|
|
107
84
|
|
|
@@ -109,18 +86,22 @@
|
|
|
109
86
|
|
|
110
87
|
修改数据结构:
|
|
111
88
|
|
|
112
|
-
* [
|
|
89
|
+
* [ClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#ClusterInfoItem)
|
|
113
90
|
|
|
114
|
-
*
|
|
91
|
+
* 新增成员:ChargeCoresCnt
|
|
115
92
|
|
|
93
|
+
* [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
|
|
116
94
|
|
|
95
|
+
* 新增成员:ChargeCoresCnt, DefendStatus
|
|
117
96
|
|
|
118
97
|
|
|
119
|
-
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
120
98
|
|
|
121
|
-
### 第 10 次发布
|
|
122
99
|
|
|
123
|
-
|
|
100
|
+
## 互动白板(tiw) 版本:2019-09-19
|
|
101
|
+
|
|
102
|
+
### 第 38 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2023-12-29 01:26:38
|
|
124
105
|
|
|
125
106
|
本次发布包含了以下内容:
|
|
126
107
|
|
|
@@ -128,123 +109,86 @@
|
|
|
128
109
|
|
|
129
110
|
修改接口:
|
|
130
111
|
|
|
131
|
-
* [
|
|
132
|
-
|
|
133
|
-
* 新增入参:IsContainUser
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
修改数据结构:
|
|
137
|
-
|
|
138
|
-
* [BaseAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BaseAIResultInfo)
|
|
139
|
-
|
|
140
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Score, Location
|
|
141
|
-
|
|
142
|
-
* [BodyAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BodyAIResultInfo)
|
|
143
|
-
|
|
144
|
-
* <font color="#dd0000">**修改成员**:</font>Time, Url, BodyInfo
|
|
145
|
-
|
|
146
|
-
* [CarAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#CarAIResultInfo)
|
|
147
|
-
|
|
148
|
-
* <font color="#dd0000">**修改成员**:</font>Serial, Brand, Type, Color, Confidence, Year, PlateContent, Location
|
|
149
|
-
|
|
150
|
-
* [ChefClothAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefClothAIResultInfo)
|
|
151
|
-
|
|
152
|
-
* <font color="#dd0000">**修改成员**:</font>Time, Url, ChefClothInfoInfo
|
|
153
|
-
|
|
154
|
-
* [ChefHatAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefHatAIResultInfo)
|
|
155
|
-
|
|
156
|
-
* <font color="#dd0000">**修改成员**:</font>Time, Url, ChefHatInfo
|
|
112
|
+
* [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
|
|
157
113
|
|
|
158
|
-
*
|
|
114
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
159
115
|
|
|
160
|
-
|
|
116
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
161
117
|
|
|
162
|
-
*
|
|
118
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
163
119
|
|
|
164
|
-
* <font color="#dd0000">**修改成员**:</font>Time, Url, FaceMaskInfo
|
|
165
120
|
|
|
166
|
-
* [GatewayVersion](https://cloud.tencent.com/document/api/1344/95952#GatewayVersion)
|
|
167
121
|
|
|
168
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Version
|
|
169
122
|
|
|
170
|
-
|
|
123
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
171
124
|
|
|
172
|
-
|
|
125
|
+
### 第 31 次发布
|
|
173
126
|
|
|
174
|
-
|
|
127
|
+
发布时间:2023-12-29 01:27:21
|
|
175
128
|
|
|
176
|
-
|
|
129
|
+
本次发布包含了以下内容:
|
|
177
130
|
|
|
178
|
-
|
|
131
|
+
改善已有的文档。
|
|
179
132
|
|
|
180
|
-
|
|
133
|
+
修改接口:
|
|
181
134
|
|
|
182
|
-
* [
|
|
135
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1458/75011)
|
|
183
136
|
|
|
184
|
-
*
|
|
137
|
+
* 新增入参:CertState
|
|
185
138
|
|
|
186
|
-
* [PlateContent](https://cloud.tencent.com/document/api/1344/95952#PlateContent)
|
|
187
139
|
|
|
188
|
-
|
|
140
|
+
修改数据结构:
|
|
189
141
|
|
|
190
|
-
* [
|
|
142
|
+
* [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
|
|
191
143
|
|
|
192
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
144
|
+
* <font color="#dd0000">**修改成员**:</font>Value
|
|
193
145
|
|
|
194
|
-
* [
|
|
146
|
+
* [Product](https://cloud.tencent.com/document/api/1458/75030#Product)
|
|
195
147
|
|
|
196
|
-
*
|
|
148
|
+
* 新增成员:CertState
|
|
197
149
|
|
|
198
|
-
* [
|
|
150
|
+
* [Quota](https://cloud.tencent.com/document/api/1458/75030#Quota)
|
|
199
151
|
|
|
200
|
-
*
|
|
152
|
+
* 新增成员:ProductCertify
|
|
201
153
|
|
|
202
154
|
|
|
203
155
|
|
|
204
156
|
|
|
205
|
-
##
|
|
157
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
206
158
|
|
|
207
|
-
### 第
|
|
159
|
+
### 第 55 次发布
|
|
208
160
|
|
|
209
|
-
发布时间:2023-12-
|
|
161
|
+
发布时间:2023-12-29 01:27:46
|
|
210
162
|
|
|
211
163
|
本次发布包含了以下内容:
|
|
212
164
|
|
|
213
165
|
改善已有的文档。
|
|
214
166
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
* [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/38565)
|
|
218
|
-
|
|
219
|
-
* 新增入参:AddNodeList, RemoveNodeList
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
新增数据结构:
|
|
223
|
-
|
|
224
|
-
* [AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)
|
|
225
|
-
* [RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)
|
|
226
|
-
|
|
227
|
-
|
|
167
|
+
新增接口:
|
|
228
168
|
|
|
229
|
-
|
|
169
|
+
* [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
|
|
170
|
+
* [DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)
|
|
171
|
+
* [ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)
|
|
172
|
+
* [ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)
|
|
173
|
+
* [ModifyNetworkBasicInfo](https://cloud.tencent.com/document/api/1364/102774)
|
|
230
174
|
|
|
231
175
|
|
|
232
176
|
|
|
233
|
-
##
|
|
177
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
234
178
|
|
|
235
|
-
### 第
|
|
179
|
+
### 第 102 次发布
|
|
236
180
|
|
|
237
|
-
发布时间:2023-12-
|
|
181
|
+
发布时间:2023-12-29 01:28:01
|
|
238
182
|
|
|
239
183
|
本次发布包含了以下内容:
|
|
240
184
|
|
|
241
185
|
改善已有的文档。
|
|
242
186
|
|
|
243
|
-
|
|
187
|
+
修改数据结构:
|
|
244
188
|
|
|
245
|
-
* [
|
|
189
|
+
* [ContainerGroupOther](https://cloud.tencent.com/document/api/649/36099#ContainerGroupOther)
|
|
246
190
|
|
|
247
|
-
*
|
|
191
|
+
* 新增成员:LbDns
|
|
248
192
|
|
|
249
193
|
|
|
250
194
|
|
|
@@ -38677,6 +38621,21 @@
|
|
|
38677
38621
|
|
|
38678
38622
|
## 主机安全(cwp) 版本:2018-02-28
|
|
38679
38623
|
|
|
38624
|
+
### 第 105 次发布
|
|
38625
|
+
|
|
38626
|
+
发布时间:2023-12-29 01:12:06
|
|
38627
|
+
|
|
38628
|
+
本次发布包含了以下内容:
|
|
38629
|
+
|
|
38630
|
+
改善已有的文档。
|
|
38631
|
+
|
|
38632
|
+
修改接口:
|
|
38633
|
+
|
|
38634
|
+
* [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
|
|
38635
|
+
|
|
38636
|
+
* 新增入参:TaskIds
|
|
38637
|
+
|
|
38638
|
+
|
|
38680
38639
|
### 第 104 次发布
|
|
38681
38640
|
|
|
38682
38641
|
发布时间:2023-11-24 01:11:01
|
|
@@ -57124,6 +57083,18 @@
|
|
|
57124
57083
|
|
|
57125
57084
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
57126
57085
|
|
|
57086
|
+
### 第 145 次发布
|
|
57087
|
+
|
|
57088
|
+
发布时间:2023-12-29 01:16:02
|
|
57089
|
+
|
|
57090
|
+
本次发布包含了以下内容:
|
|
57091
|
+
|
|
57092
|
+
改善已有的文档。
|
|
57093
|
+
|
|
57094
|
+
新增接口:
|
|
57095
|
+
|
|
57096
|
+
* [[ModifyExtendedService](https://cloud.tencent.com/document/api/1323/102771)](https://cloud.tencent.com/document/api/#/#)
|
|
57097
|
+
|
|
57127
57098
|
### 第 144 次发布
|
|
57128
57099
|
|
|
57129
57100
|
发布时间:2023-12-27 01:19:02
|
|
@@ -57134,11 +57105,11 @@
|
|
|
57134
57105
|
|
|
57135
57106
|
新增接口:
|
|
57136
57107
|
|
|
57137
|
-
* [
|
|
57108
|
+
* [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1323/102692)
|
|
57138
57109
|
|
|
57139
57110
|
新增数据结构:
|
|
57140
57111
|
|
|
57141
|
-
* [
|
|
57112
|
+
* [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)
|
|
57142
57113
|
|
|
57143
57114
|
### 第 143 次发布
|
|
57144
57115
|
|
|
@@ -59926,11 +59897,11 @@
|
|
|
59926
59897
|
|
|
59927
59898
|
新增接口:
|
|
59928
59899
|
|
|
59929
|
-
* [
|
|
59900
|
+
* [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)
|
|
59930
59901
|
|
|
59931
59902
|
新增数据结构:
|
|
59932
59903
|
|
|
59933
|
-
* [
|
|
59904
|
+
* [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo)
|
|
59934
59905
|
|
|
59935
59906
|
### 第 145 次发布
|
|
59936
59907
|
|
|
@@ -81698,8 +81669,8 @@
|
|
|
81698
81669
|
|
|
81699
81670
|
新增数据结构:
|
|
81700
81671
|
|
|
81701
|
-
* [
|
|
81702
|
-
* [
|
|
81672
|
+
* [AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)
|
|
81673
|
+
* [RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)
|
|
81703
81674
|
|
|
81704
81675
|
### 第 32 次发布
|
|
81705
81676
|
|
|
@@ -88624,6 +88595,18 @@
|
|
|
88624
88595
|
|
|
88625
88596
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
88626
88597
|
|
|
88598
|
+
### 第 51 次发布
|
|
88599
|
+
|
|
88600
|
+
发布时间:2023-12-29 01:21:17
|
|
88601
|
+
|
|
88602
|
+
本次发布包含了以下内容:
|
|
88603
|
+
|
|
88604
|
+
改善已有的文档。
|
|
88605
|
+
|
|
88606
|
+
新增接口:
|
|
88607
|
+
|
|
88608
|
+
* [[GetMetaTable](https://cloud.tencent.com/document/api/849/102773)](https://cloud.tencent.com/document/api/#/#)
|
|
88609
|
+
|
|
88627
88610
|
### 第 50 次发布
|
|
88628
88611
|
|
|
88629
88612
|
发布时间:2023-12-20 01:57:04
|
|
@@ -92070,6 +92053,25 @@
|
|
|
92070
92053
|
|
|
92071
92054
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
92072
92055
|
|
|
92056
|
+
### 第 10 次发布
|
|
92057
|
+
|
|
92058
|
+
发布时间:2023-12-28 01:21:09
|
|
92059
|
+
|
|
92060
|
+
本次发布包含了以下内容:
|
|
92061
|
+
|
|
92062
|
+
改善已有的文档。
|
|
92063
|
+
|
|
92064
|
+
修改接口:
|
|
92065
|
+
|
|
92066
|
+
* [RetryRuns](https://cloud.tencent.com/document/api/1643/90978)
|
|
92067
|
+
|
|
92068
|
+
* 新增入参:RunGroupId, WDLOption, NFOption
|
|
92069
|
+
|
|
92070
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId, RunUuids
|
|
92071
|
+
|
|
92072
|
+
* 新增出参:RunGroupId
|
|
92073
|
+
|
|
92074
|
+
|
|
92073
92075
|
### 第 9 次发布
|
|
92074
92076
|
|
|
92075
92077
|
发布时间:2023-12-13 02:14:02
|
|
@@ -97085,6 +97087,25 @@
|
|
|
97085
97087
|
|
|
97086
97088
|
## 云函数(scf) 版本:2018-04-16
|
|
97087
97089
|
|
|
97090
|
+
### 第 64 次发布
|
|
97091
|
+
|
|
97092
|
+
发布时间:2023-12-29 01:22:39
|
|
97093
|
+
|
|
97094
|
+
本次发布包含了以下内容:
|
|
97095
|
+
|
|
97096
|
+
改善已有的文档。
|
|
97097
|
+
|
|
97098
|
+
修改接口:
|
|
97099
|
+
|
|
97100
|
+
* [GetFunction](https://cloud.tencent.com/document/api/583/18584)
|
|
97101
|
+
|
|
97102
|
+
* <font color="#dd0000">**修改入参**:</font>FunctionName
|
|
97103
|
+
|
|
97104
|
+
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
97105
|
+
|
|
97106
|
+
* 新增入参:IgnoreSysLog
|
|
97107
|
+
|
|
97108
|
+
|
|
97088
97109
|
### 第 63 次发布
|
|
97089
97110
|
|
|
97090
97111
|
发布时间:2023-11-30 05:41:26
|
|
@@ -109177,6 +109198,25 @@
|
|
|
109177
109198
|
|
|
109178
109199
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
109179
109200
|
|
|
109201
|
+
### 第 57 次发布
|
|
109202
|
+
|
|
109203
|
+
发布时间:2023-12-29 01:24:30
|
|
109204
|
+
|
|
109205
|
+
本次发布包含了以下内容:
|
|
109206
|
+
|
|
109207
|
+
改善已有的文档。
|
|
109208
|
+
|
|
109209
|
+
修改数据结构:
|
|
109210
|
+
|
|
109211
|
+
* [ClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#ClusterInfoItem)
|
|
109212
|
+
|
|
109213
|
+
* 新增成员:ChargeCoresCnt
|
|
109214
|
+
|
|
109215
|
+
* [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
|
|
109216
|
+
|
|
109217
|
+
* 新增成员:ChargeCoresCnt, DefendStatus
|
|
109218
|
+
|
|
109219
|
+
|
|
109180
109220
|
### 第 56 次发布
|
|
109181
109221
|
|
|
109182
109222
|
发布时间:2023-11-29 02:03:30
|
|
@@ -121322,6 +121362,25 @@
|
|
|
121322
121362
|
|
|
121323
121363
|
## 互动白板(tiw) 版本:2019-09-19
|
|
121324
121364
|
|
|
121365
|
+
### 第 38 次发布
|
|
121366
|
+
|
|
121367
|
+
发布时间:2023-12-29 01:26:38
|
|
121368
|
+
|
|
121369
|
+
本次发布包含了以下内容:
|
|
121370
|
+
|
|
121371
|
+
改善已有的文档。
|
|
121372
|
+
|
|
121373
|
+
修改接口:
|
|
121374
|
+
|
|
121375
|
+
* [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
|
|
121376
|
+
|
|
121377
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
121378
|
+
|
|
121379
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
121380
|
+
|
|
121381
|
+
* 新增入参:AutoHandleUnsupportedElementTypes
|
|
121382
|
+
|
|
121383
|
+
|
|
121325
121384
|
### 第 37 次发布
|
|
121326
121385
|
|
|
121327
121386
|
发布时间:2023-12-01 01:26:06
|
|
@@ -125986,6 +126045,36 @@
|
|
|
125986
126045
|
|
|
125987
126046
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
125988
126047
|
|
|
126048
|
+
### 第 31 次发布
|
|
126049
|
+
|
|
126050
|
+
发布时间:2023-12-29 01:27:21
|
|
126051
|
+
|
|
126052
|
+
本次发布包含了以下内容:
|
|
126053
|
+
|
|
126054
|
+
改善已有的文档。
|
|
126055
|
+
|
|
126056
|
+
修改接口:
|
|
126057
|
+
|
|
126058
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1458/75011)
|
|
126059
|
+
|
|
126060
|
+
* 新增入参:CertState
|
|
126061
|
+
|
|
126062
|
+
|
|
126063
|
+
修改数据结构:
|
|
126064
|
+
|
|
126065
|
+
* [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
|
|
126066
|
+
|
|
126067
|
+
* <font color="#dd0000">**修改成员**:</font>Value
|
|
126068
|
+
|
|
126069
|
+
* [Product](https://cloud.tencent.com/document/api/1458/75030#Product)
|
|
126070
|
+
|
|
126071
|
+
* 新增成员:CertState
|
|
126072
|
+
|
|
126073
|
+
* [Quota](https://cloud.tencent.com/document/api/1458/75030#Quota)
|
|
126074
|
+
|
|
126075
|
+
* 新增成员:ProductCertify
|
|
126076
|
+
|
|
126077
|
+
|
|
125989
126078
|
### 第 30 次发布
|
|
125990
126079
|
|
|
125991
126080
|
发布时间:2023-12-21 10:26:13
|
|
@@ -127921,6 +128010,22 @@
|
|
|
127921
128010
|
|
|
127922
128011
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
127923
128012
|
|
|
128013
|
+
### 第 55 次发布
|
|
128014
|
+
|
|
128015
|
+
发布时间:2023-12-29 01:27:46
|
|
128016
|
+
|
|
128017
|
+
本次发布包含了以下内容:
|
|
128018
|
+
|
|
128019
|
+
改善已有的文档。
|
|
128020
|
+
|
|
128021
|
+
新增接口:
|
|
128022
|
+
|
|
128023
|
+
* [[CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)](https://cloud.tencent.com/document/api/#/#)
|
|
128024
|
+
* [[DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)](https://cloud.tencent.com/document/api/#/#)
|
|
128025
|
+
* [[ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)](https://cloud.tencent.com/document/api/#/#)
|
|
128026
|
+
* [[ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)](https://cloud.tencent.com/document/api/#/#)
|
|
128027
|
+
* [[ModifyNetworkBasicInfo](https://cloud.tencent.com/document/api/1364/102774)](https://cloud.tencent.com/document/api/#/#)
|
|
128028
|
+
|
|
127924
128029
|
### 第 54 次发布
|
|
127925
128030
|
|
|
127926
128031
|
发布时间:2023-11-23 01:30:34
|
|
@@ -129018,6 +129123,21 @@
|
|
|
129018
129123
|
|
|
129019
129124
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
129020
129125
|
|
|
129126
|
+
### 第 102 次发布
|
|
129127
|
+
|
|
129128
|
+
发布时间:2023-12-29 01:28:01
|
|
129129
|
+
|
|
129130
|
+
本次发布包含了以下内容:
|
|
129131
|
+
|
|
129132
|
+
改善已有的文档。
|
|
129133
|
+
|
|
129134
|
+
修改数据结构:
|
|
129135
|
+
|
|
129136
|
+
* [ContainerGroupOther](https://cloud.tencent.com/document/api/649/36099#ContainerGroupOther)
|
|
129137
|
+
|
|
129138
|
+
* 新增成员:LbDns
|
|
129139
|
+
|
|
129140
|
+
|
|
129021
129141
|
### 第 101 次发布
|
|
129022
129142
|
|
|
129023
129143
|
发布时间:2023-11-30 07:09:40
|
|
@@ -143442,6 +143562,26 @@
|
|
|
143442
143562
|
|
|
143443
143563
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
143444
143564
|
|
|
143565
|
+
### 第 66 次发布
|
|
143566
|
+
|
|
143567
|
+
发布时间:2023-12-28 01:29:55
|
|
143568
|
+
|
|
143569
|
+
本次发布包含了以下内容:
|
|
143570
|
+
|
|
143571
|
+
改善已有的文档。
|
|
143572
|
+
|
|
143573
|
+
新增接口:
|
|
143574
|
+
|
|
143575
|
+
* [DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)
|
|
143576
|
+
* [DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)
|
|
143577
|
+
* [DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)
|
|
143578
|
+
|
|
143579
|
+
新增数据结构:
|
|
143580
|
+
|
|
143581
|
+
* [ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)
|
|
143582
|
+
* [TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)
|
|
143583
|
+
* [TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)
|
|
143584
|
+
|
|
143445
143585
|
### 第 65 次发布
|
|
143446
143586
|
|
|
143447
143587
|
发布时间:2023-12-20 02:28:42
|