tencentcloud-sdk-nodejs 4.0.791 → 4.0.793
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 +368 -0
- package/SERVICE_CHANGELOG.md +429 -207
- package/package.json +1 -1
- package/products.md +17 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +14 -1
- package/src/services/asr/v20190614/asr_models.ts +66 -14
- package/src/services/bma/v20221115/bma_models.ts +5 -0
- package/src/services/cdn/v20180606/cdn_models.ts +6 -6
- package/src/services/csip/v20221121/csip_client.ts +5 -2
- package/src/services/csip/v20221121/csip_models.ts +192 -20
- package/src/services/cwp/v20180228/cwp_models.ts +65 -5
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +4 -4
- package/src/services/emr/v20190103/emr_client.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +14 -11
- package/src/services/ess/v20201111/ess_client.ts +36 -1
- package/src/services/ess/v20201111/ess_models.ts +12 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +37 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +23 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +53 -34
- package/src/services/iss/v20230517/iss_models.ts +7 -3
- package/src/services/ssl/v20191205/ssl_models.ts +4 -0
- package/src/services/tcb/v20180608/tcb_models.ts +9 -9
- package/src/services/tcss/v20201101/tcss_models.ts +25 -5
- package/src/services/tione/v20211111/tione_client.ts +3 -1
- package/src/services/tione/v20211111/tione_models.ts +138 -51
- package/src/services/tse/v20201207/tse_client.ts +163 -63
- package/src/services/tse/v20201207/tse_models.ts +557 -178
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +63 -14
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -6
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +189 -20
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +65 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -4
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +14 -11
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +36 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +36 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +37 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +37 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +23 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +53 -34
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +7 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +9 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +25 -5
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +136 -51
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +47 -15
- package/tencentcloud/services/tse/v20201207/tse_client.js +69 -21
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +537 -178
- package/test/asr.v20190614.test.js +10 -0
- package/test/tse.v20201207.test.js +94 -14
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,30 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 32 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-
|
|
7
|
+
发布时间:2024-02-02 01:05:31
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [VoicePrintCompare](https://cloud.tencent.com/document/api/1093/103720)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
新增数据结构:
|
|
18
18
|
|
|
19
|
+
* [VoicePrintCompareData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCompareData)
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
|
|
22
|
-
##
|
|
23
|
+
## 品牌经营管家(bma) 版本:2022-11-15
|
|
23
24
|
|
|
24
|
-
### 第
|
|
25
|
+
### 第 11 次发布
|
|
25
26
|
|
|
26
|
-
发布时间:2024-
|
|
27
|
+
发布时间:2024-02-02 01:06:13
|
|
27
28
|
|
|
28
29
|
本次发布包含了以下内容:
|
|
29
30
|
|
|
@@ -31,243 +32,173 @@
|
|
|
31
32
|
|
|
32
33
|
修改数据结构:
|
|
33
34
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
* 新增成员:DisasterRecoverGroupIds
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
42
|
-
|
|
43
|
-
### 第 9 次发布
|
|
44
|
-
|
|
45
|
-
发布时间:2024-01-31 01:07:03
|
|
35
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
46
36
|
|
|
47
|
-
|
|
37
|
+
* 新增成员:OfflineTime
|
|
48
38
|
|
|
49
|
-
改善已有的文档。
|
|
50
39
|
|
|
51
|
-
修改接口:
|
|
52
40
|
|
|
53
|
-
* [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
|
|
54
41
|
|
|
55
|
-
|
|
42
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
56
43
|
|
|
57
|
-
* [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
|
|
58
44
|
|
|
59
|
-
* 新增出参:ErrorInfo
|
|
60
45
|
|
|
61
|
-
|
|
46
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
62
47
|
|
|
63
|
-
|
|
48
|
+
### 第 31 次发布
|
|
64
49
|
|
|
65
|
-
|
|
50
|
+
发布时间:2024-02-02 01:09:24
|
|
66
51
|
|
|
67
|
-
|
|
52
|
+
本次发布包含了以下内容:
|
|
68
53
|
|
|
69
|
-
|
|
54
|
+
改善已有的文档。
|
|
70
55
|
|
|
71
|
-
|
|
56
|
+
修改接口:
|
|
72
57
|
|
|
73
|
-
* [
|
|
58
|
+
* [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821)
|
|
74
59
|
|
|
75
|
-
*
|
|
60
|
+
* 新增入参:MemberId
|
|
76
61
|
|
|
77
|
-
*
|
|
62
|
+
* 新增出参:AssetMapInstanceTypeList
|
|
78
63
|
|
|
79
|
-
|
|
64
|
+
* [DescribeVULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/100951)
|
|
80
65
|
|
|
81
|
-
*
|
|
66
|
+
* 新增入参:MemberId
|
|
82
67
|
|
|
83
|
-
* 新增出参:
|
|
68
|
+
* 新增出参:VulTagList
|
|
84
69
|
|
|
85
|
-
* [DeleteProject](https://cloud.tencent.com/document/api/590/98837)
|
|
86
70
|
|
|
87
|
-
|
|
71
|
+
新增数据结构:
|
|
88
72
|
|
|
89
|
-
* [
|
|
73
|
+
* [AssetInstanceTypeMap](https://cloud.tencent.com/document/api/664/90825#AssetInstanceTypeMap)
|
|
74
|
+
* [Element](https://cloud.tencent.com/document/api/664/90825#Element)
|
|
75
|
+
* [ServiceSupport](https://cloud.tencent.com/document/api/664/90825#ServiceSupport)
|
|
90
76
|
|
|
91
|
-
|
|
77
|
+
修改数据结构:
|
|
92
78
|
|
|
93
|
-
* [
|
|
79
|
+
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
94
80
|
|
|
95
|
-
*
|
|
81
|
+
* 新增成员:CVMAgentStatus, CVMStatus, DefenseModel, TatStatus, CpuTrend, MemoryTrend, AgentStatus, CloseDefenseCount, InstanceState, SecurityGroupIds, AgentMemRss, AgentCpuPer
|
|
96
82
|
|
|
97
|
-
* [
|
|
83
|
+
* [RiskCenterStatusKey](https://cloud.tencent.com/document/api/664/90825#RiskCenterStatusKey)
|
|
98
84
|
|
|
99
|
-
*
|
|
85
|
+
* <font color="#dd0000">**修改成员**:</font>AppId
|
|
100
86
|
|
|
101
|
-
* [
|
|
87
|
+
* [VULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/90825#VULRiskAdvanceCFGList)
|
|
102
88
|
|
|
103
|
-
*
|
|
89
|
+
* 新增成员:Payload, References, CVSS, AttackHeat, ServiceSupport, RecentScanTime
|
|
104
90
|
|
|
105
|
-
* [DescribeProjectList](https://cloud.tencent.com/document/api/590/98835)
|
|
106
91
|
|
|
107
|
-
* 新增出参:ErrorInfo
|
|
108
92
|
|
|
109
|
-
* [DescribeUserProjectList](https://cloud.tencent.com/document/api/590/98844)
|
|
110
93
|
|
|
111
|
-
|
|
94
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
112
95
|
|
|
113
|
-
|
|
96
|
+
### 第 108 次发布
|
|
114
97
|
|
|
115
|
-
|
|
98
|
+
发布时间:2024-02-02 01:09:36
|
|
116
99
|
|
|
117
|
-
|
|
100
|
+
本次发布包含了以下内容:
|
|
118
101
|
|
|
119
|
-
|
|
102
|
+
改善已有的文档。
|
|
120
103
|
|
|
121
|
-
|
|
104
|
+
修改接口:
|
|
122
105
|
|
|
123
|
-
|
|
106
|
+
* [DescribeNetAttackSetting](https://cloud.tencent.com/document/api/296/99476)
|
|
124
107
|
|
|
125
|
-
*
|
|
108
|
+
* 新增出参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
|
|
126
109
|
|
|
127
|
-
|
|
110
|
+
* [DescribeVulDefenceSetting](https://cloud.tencent.com/document/api/296/99659)
|
|
128
111
|
|
|
129
|
-
*
|
|
112
|
+
* 新增出参:InstanceIds, AutoInclude, ExcludeInstanceIds
|
|
130
113
|
|
|
131
|
-
|
|
114
|
+
* [ModifyNetAttackSetting](https://cloud.tencent.com/document/api/296/99456)
|
|
132
115
|
|
|
133
|
-
*
|
|
116
|
+
* 新增入参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
|
|
134
117
|
|
|
135
|
-
|
|
118
|
+
* [ModifyVulDefenceSetting](https://cloud.tencent.com/document/api/296/99545)
|
|
136
119
|
|
|
137
|
-
*
|
|
120
|
+
* 新增入参:ExcludeInstanceIds, AutoInclude, InstanceIds
|
|
138
121
|
|
|
139
|
-
* 新增入参:AppUserId
|
|
140
122
|
|
|
141
|
-
* 新增出参:ErrorInfo
|
|
142
123
|
|
|
143
|
-
* [ModifyUserRoleProject](https://cloud.tencent.com/document/api/590/98842)
|
|
144
124
|
|
|
145
|
-
|
|
125
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
146
126
|
|
|
147
|
-
|
|
127
|
+
### 第 152 次发布
|
|
148
128
|
|
|
129
|
+
发布时间:2024-02-02 01:13:44
|
|
149
130
|
|
|
150
|
-
|
|
131
|
+
本次发布包含了以下内容:
|
|
151
132
|
|
|
152
|
-
|
|
133
|
+
改善已有的文档。
|
|
153
134
|
|
|
154
135
|
修改数据结构:
|
|
155
136
|
|
|
156
|
-
* [
|
|
137
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
157
138
|
|
|
158
|
-
* 新增成员:
|
|
139
|
+
* 新增成员:BusinessLicense
|
|
159
140
|
|
|
160
|
-
* [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
|
|
161
141
|
|
|
162
|
-
* 新增成员:AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
|
|
163
142
|
|
|
164
|
-
* <font color="#dd0000">**修改成员**:</font>CorpAdmin
|
|
165
143
|
|
|
144
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
166
145
|
|
|
167
146
|
|
|
168
147
|
|
|
169
|
-
##
|
|
148
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
170
149
|
|
|
171
|
-
### 第
|
|
150
|
+
### 第 55 次发布
|
|
172
151
|
|
|
173
|
-
发布时间:2024-
|
|
152
|
+
发布时间:2024-02-02 01:15:04
|
|
174
153
|
|
|
175
154
|
本次发布包含了以下内容:
|
|
176
155
|
|
|
177
156
|
改善已有的文档。
|
|
178
157
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
* [CreateAlarmShield](https://cloud.tencent.com/document/api/614/103652)
|
|
182
|
-
* [DeleteAlarmShield](https://cloud.tencent.com/document/api/614/103651)
|
|
183
|
-
* [DescribeAlarmShields](https://cloud.tencent.com/document/api/614/103650)
|
|
184
|
-
* [ModifyAlarmShield](https://cloud.tencent.com/document/api/614/103649)
|
|
185
|
-
|
|
186
|
-
新增数据结构:
|
|
187
|
-
|
|
188
|
-
* [AlarmShieldInfo](https://cloud.tencent.com/document/api/614/56471#AlarmShieldInfo)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
193
|
-
|
|
194
|
-
### 第 30 次发布
|
|
195
|
-
|
|
196
|
-
发布时间:2024-01-31 01:10:44
|
|
158
|
+
修改接口:
|
|
197
159
|
|
|
198
|
-
|
|
160
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/1081/53872)
|
|
199
161
|
|
|
200
|
-
|
|
162
|
+
* 新增入参:FirmwareUserDefined
|
|
201
163
|
|
|
202
|
-
新增数据结构:
|
|
203
|
-
|
|
204
|
-
* [PortRiskAdvanceCFGParamItem](https://cloud.tencent.com/document/api/664/90825#PortRiskAdvanceCFGParamItem)
|
|
205
164
|
|
|
206
165
|
修改数据结构:
|
|
207
166
|
|
|
208
|
-
* [
|
|
209
|
-
|
|
210
|
-
* 新增成员:PortRisk
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
216
|
-
|
|
217
|
-
### 第 107 次发布
|
|
218
|
-
|
|
219
|
-
发布时间:2024-01-31 01:11:09
|
|
167
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1081/34988#InstanceDetail)
|
|
220
168
|
|
|
221
|
-
|
|
169
|
+
* 新增成员:Description, Status
|
|
222
170
|
|
|
223
|
-
|
|
171
|
+
* [ProductEntry](https://cloud.tencent.com/document/api/1081/34988#ProductEntry)
|
|
224
172
|
|
|
225
|
-
|
|
173
|
+
* 新增成员:DeviceCount
|
|
226
174
|
|
|
227
|
-
* DescribeAttackLogInfo
|
|
228
175
|
|
|
229
176
|
|
|
230
177
|
|
|
231
|
-
##
|
|
178
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
232
179
|
|
|
233
|
-
### 第
|
|
180
|
+
### 第 11 次发布
|
|
234
181
|
|
|
235
|
-
发布时间:2024-
|
|
182
|
+
发布时间:2024-02-02 01:16:04
|
|
236
183
|
|
|
237
184
|
本次发布包含了以下内容:
|
|
238
185
|
|
|
239
186
|
改善已有的文档。
|
|
240
187
|
|
|
241
|
-
新增接口:
|
|
242
|
-
|
|
243
|
-
* [UpdateOtaTaskStatus](https://cloud.tencent.com/document/api/634/103653)
|
|
244
|
-
|
|
245
188
|
修改接口:
|
|
246
189
|
|
|
247
|
-
* [
|
|
248
|
-
|
|
249
|
-
* 新增入参:Type
|
|
250
|
-
|
|
251
|
-
* [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
|
|
252
|
-
|
|
253
|
-
* 新增入参:FirmwareUserDefined
|
|
254
|
-
|
|
255
|
-
* [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
|
|
256
|
-
|
|
257
|
-
* 新增入参:FirmwareUserDefined
|
|
258
|
-
|
|
259
|
-
|
|
190
|
+
* [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
|
|
260
191
|
|
|
192
|
+
* 新增入参:SNCode
|
|
261
193
|
|
|
262
|
-
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
263
194
|
|
|
264
195
|
|
|
265
196
|
|
|
266
|
-
##
|
|
197
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
267
198
|
|
|
268
|
-
### 第
|
|
199
|
+
### 第 54 次发布
|
|
269
200
|
|
|
270
|
-
发布时间:2024-
|
|
201
|
+
发布时间:2024-02-02 01:20:24
|
|
271
202
|
|
|
272
203
|
本次发布包含了以下内容:
|
|
273
204
|
|
|
@@ -275,116 +206,111 @@
|
|
|
275
206
|
|
|
276
207
|
修改接口:
|
|
277
208
|
|
|
278
|
-
* [
|
|
209
|
+
* [ApplyCertificate](https://cloud.tencent.com/document/api/400/41678)
|
|
279
210
|
|
|
280
|
-
* 新增入参:
|
|
211
|
+
* 新增入参:DnsNames
|
|
281
212
|
|
|
282
|
-
* 新增出参:RTMPStreamingURL
|
|
283
213
|
|
|
284
214
|
|
|
285
215
|
|
|
216
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
286
217
|
|
|
287
|
-
|
|
218
|
+
### 第 60 次发布
|
|
288
219
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
发布时间:2024-01-31 01:20:58
|
|
220
|
+
发布时间:2024-02-02 01:21:42
|
|
292
221
|
|
|
293
222
|
本次发布包含了以下内容:
|
|
294
223
|
|
|
295
224
|
改善已有的文档。
|
|
296
225
|
|
|
297
|
-
|
|
226
|
+
修改接口:
|
|
298
227
|
|
|
299
|
-
*
|
|
228
|
+
* [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
|
|
300
229
|
|
|
230
|
+
* 新增出参:TrialAuthorizedCnt, UsedTrialAuthorizedCnt, PurchasedAuthorizedCnt, UsedPurchasedAuthorizedCnt, CanApplyFreeImageAuthorize
|
|
301
231
|
|
|
302
232
|
|
|
303
|
-
## 远程实时操控(trro) 版本:2022-03-25
|
|
304
233
|
|
|
305
|
-
### 第 4 次发布
|
|
306
234
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
本次发布包含了以下内容:
|
|
310
|
-
|
|
311
|
-
改善已有的文档。
|
|
235
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
312
236
|
|
|
313
|
-
|
|
237
|
+
### 第 51 次发布
|
|
314
238
|
|
|
315
|
-
|
|
239
|
+
发布时间:2024-02-02 01:23:26
|
|
316
240
|
|
|
317
|
-
|
|
241
|
+
本次发布包含了以下内容:
|
|
318
242
|
|
|
319
|
-
|
|
243
|
+
改善已有的文档。
|
|
320
244
|
|
|
321
|
-
|
|
245
|
+
新增数据结构:
|
|
322
246
|
|
|
247
|
+
* [DefaultInnerCallInfo](https://cloud.tencent.com/document/api/851/75051#DefaultInnerCallInfo)
|
|
248
|
+
* [PrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#PrivateLinkInfo)
|
|
323
249
|
|
|
324
250
|
修改数据结构:
|
|
325
251
|
|
|
326
|
-
* [
|
|
327
|
-
|
|
328
|
-
* 新增成员:MonthlyRemainTime
|
|
329
|
-
|
|
330
|
-
* <font color="#dd0000">**修改成员**:</font>DeviceId, DeviceName, LicenseCount, RemainDay, ExpireTime, Duration, LicenseIds
|
|
331
|
-
|
|
252
|
+
* [InferCodeInfo](https://cloud.tencent.com/document/api/851/75051#InferCodeInfo)
|
|
332
253
|
|
|
254
|
+
* <font color="#dd0000">**修改成员**:</font>CosPathInfo
|
|
333
255
|
|
|
256
|
+
* [IngressPrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#IngressPrivateLinkInfo)
|
|
334
257
|
|
|
335
|
-
|
|
258
|
+
* 新增成员:State
|
|
336
259
|
|
|
337
|
-
|
|
260
|
+
* [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
|
|
338
261
|
|
|
339
|
-
|
|
262
|
+
* 新增成员:PrivateLinkInfos, DefaultInnerCallInfos
|
|
340
263
|
|
|
341
|
-
|
|
264
|
+
* [Service](https://cloud.tencent.com/document/api/851/75051#Service)
|
|
342
265
|
|
|
343
|
-
|
|
266
|
+
* 新增成员:ResourceGroupSWType
|
|
344
267
|
|
|
345
|
-
|
|
268
|
+
* [ServiceCallInfo](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfo)
|
|
346
269
|
|
|
347
|
-
*
|
|
270
|
+
* 新增成员:AuthorizationEnable
|
|
348
271
|
|
|
349
|
-
|
|
272
|
+
* [ServiceGroup](https://cloud.tencent.com/document/api/851/75051#ServiceGroup)
|
|
350
273
|
|
|
274
|
+
* 新增成员:ReplicasCount, AvailableReplicasCount
|
|
351
275
|
|
|
352
|
-
|
|
276
|
+
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
353
277
|
|
|
354
|
-
*
|
|
278
|
+
* <font color="#dd0000">**修改成员**:</font>PodList
|
|
355
279
|
|
|
356
|
-
修改数据结构:
|
|
357
280
|
|
|
358
|
-
* [CloudNativeAPIGatewayStrategyAutoScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyAutoScalerConfig)
|
|
359
281
|
|
|
360
|
-
* [CloudNativeAPIGatewayStrategyCronScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyCronScalerConfig)
|
|
361
282
|
|
|
283
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
362
284
|
|
|
363
285
|
|
|
364
286
|
|
|
365
|
-
##
|
|
287
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
366
288
|
|
|
367
|
-
### 第
|
|
289
|
+
### 第 57 次发布
|
|
368
290
|
|
|
369
|
-
发布时间:2024-
|
|
291
|
+
发布时间:2024-02-02 01:24:40
|
|
370
292
|
|
|
371
293
|
本次发布包含了以下内容:
|
|
372
294
|
|
|
373
295
|
改善已有的文档。
|
|
374
296
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
|
|
378
|
-
|
|
379
|
-
* 新增入参:IsActive, IsCamera
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
修改数据结构:
|
|
297
|
+
新增接口:
|
|
383
298
|
|
|
384
|
-
* [
|
|
299
|
+
* [BindAutoScalerResourceStrategyToGroups](https://cloud.tencent.com/document/api/1364/103728)
|
|
300
|
+
* [CreateAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103727)
|
|
301
|
+
* [DeleteAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103726)
|
|
302
|
+
* [DescribeAutoScalerResourceStrategies](https://cloud.tencent.com/document/api/1364/103725)
|
|
303
|
+
* [DescribeAutoScalerResourceStrategyBindingGroups](https://cloud.tencent.com/document/api/1364/103724)
|
|
304
|
+
* [DescribePublicNetwork](https://cloud.tencent.com/document/api/1364/103723)
|
|
305
|
+
* [ModifyAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103722)
|
|
306
|
+
* [UnbindAutoScalerResourceStrategyFromGroups](https://cloud.tencent.com/document/api/1364/103721)
|
|
385
307
|
|
|
386
|
-
|
|
308
|
+
新增数据结构:
|
|
387
309
|
|
|
310
|
+
* [CloudNativeAPIGatewayStrategyBindingGroupInfo](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyBindingGroupInfo)
|
|
311
|
+
* [DescribePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicNetworkResult)
|
|
312
|
+
* [ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult)
|
|
313
|
+
* [ListCloudNativeAPIGatewayStrategyResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyResult)
|
|
388
314
|
|
|
389
315
|
|
|
390
316
|
|
|
@@ -6751,6 +6677,22 @@
|
|
|
6751
6677
|
|
|
6752
6678
|
## 语音识别(asr) 版本:2019-06-14
|
|
6753
6679
|
|
|
6680
|
+
### 第 32 次发布
|
|
6681
|
+
|
|
6682
|
+
发布时间:2024-02-02 01:05:31
|
|
6683
|
+
|
|
6684
|
+
本次发布包含了以下内容:
|
|
6685
|
+
|
|
6686
|
+
改善已有的文档。
|
|
6687
|
+
|
|
6688
|
+
新增接口:
|
|
6689
|
+
|
|
6690
|
+
* [[VoicePrintCompare](https://cloud.tencent.com/document/api/1093/103720)](https://cloud.tencent.com/document/api/#/#)
|
|
6691
|
+
|
|
6692
|
+
新增数据结构:
|
|
6693
|
+
|
|
6694
|
+
* [[VoicePrintCompareData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCompareData)](https://cloud.tencent.com/document/api/1093/37824#[VoicePrintCompareData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCompareData))
|
|
6695
|
+
|
|
6754
6696
|
### 第 31 次发布
|
|
6755
6697
|
|
|
6756
6698
|
发布时间:2023-09-22 01:10:19
|
|
@@ -8865,7 +8807,7 @@
|
|
|
8865
8807
|
|
|
8866
8808
|
新增数据结构:
|
|
8867
8809
|
|
|
8868
|
-
* [
|
|
8810
|
+
* [ErrorInfo](https://cloud.tencent.com/document/api/590/73726#ErrorInfo)
|
|
8869
8811
|
|
|
8870
8812
|
修改数据结构:
|
|
8871
8813
|
|
|
@@ -11011,6 +10953,21 @@
|
|
|
11011
10953
|
|
|
11012
10954
|
## 品牌经营管家(bma) 版本:2022-11-15
|
|
11013
10955
|
|
|
10956
|
+
### 第 11 次发布
|
|
10957
|
+
|
|
10958
|
+
发布时间:2024-02-02 01:06:13
|
|
10959
|
+
|
|
10960
|
+
本次发布包含了以下内容:
|
|
10961
|
+
|
|
10962
|
+
改善已有的文档。
|
|
10963
|
+
|
|
10964
|
+
修改数据结构:
|
|
10965
|
+
|
|
10966
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
10967
|
+
|
|
10968
|
+
* 新增成员:OfflineTime
|
|
10969
|
+
|
|
10970
|
+
|
|
11014
10971
|
### 第 10 次发布
|
|
11015
10972
|
|
|
11016
10973
|
发布时间:2023-08-31 01:07:17
|
|
@@ -30178,14 +30135,14 @@
|
|
|
30178
30135
|
|
|
30179
30136
|
新增接口:
|
|
30180
30137
|
|
|
30181
|
-
* [
|
|
30182
|
-
* [
|
|
30183
|
-
* [
|
|
30184
|
-
* [
|
|
30138
|
+
* [CreateAlarmShield](https://cloud.tencent.com/document/api/614/103652)
|
|
30139
|
+
* [DeleteAlarmShield](https://cloud.tencent.com/document/api/614/103651)
|
|
30140
|
+
* [DescribeAlarmShields](https://cloud.tencent.com/document/api/614/103650)
|
|
30141
|
+
* [ModifyAlarmShield](https://cloud.tencent.com/document/api/614/103649)
|
|
30185
30142
|
|
|
30186
30143
|
新增数据结构:
|
|
30187
30144
|
|
|
30188
|
-
* [
|
|
30145
|
+
* [AlarmShieldInfo](https://cloud.tencent.com/document/api/614/56471#AlarmShieldInfo)
|
|
30189
30146
|
|
|
30190
30147
|
### 第 79 次发布
|
|
30191
30148
|
|
|
@@ -36370,6 +36327,50 @@
|
|
|
36370
36327
|
|
|
36371
36328
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
36372
36329
|
|
|
36330
|
+
### 第 31 次发布
|
|
36331
|
+
|
|
36332
|
+
发布时间:2024-02-02 01:09:24
|
|
36333
|
+
|
|
36334
|
+
本次发布包含了以下内容:
|
|
36335
|
+
|
|
36336
|
+
改善已有的文档。
|
|
36337
|
+
|
|
36338
|
+
修改接口:
|
|
36339
|
+
|
|
36340
|
+
* [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821)
|
|
36341
|
+
|
|
36342
|
+
* 新增入参:MemberId
|
|
36343
|
+
|
|
36344
|
+
* 新增出参:AssetMapInstanceTypeList
|
|
36345
|
+
|
|
36346
|
+
* [DescribeVULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/100951)
|
|
36347
|
+
|
|
36348
|
+
* 新增入参:MemberId
|
|
36349
|
+
|
|
36350
|
+
* 新增出参:VulTagList
|
|
36351
|
+
|
|
36352
|
+
|
|
36353
|
+
新增数据结构:
|
|
36354
|
+
|
|
36355
|
+
* [[AssetInstanceTypeMap](https://cloud.tencent.com/document/api/664/90825#AssetInstanceTypeMap)](https://cloud.tencent.com/document/api/664/90825#[AssetInstanceTypeMap](https://cloud.tencent.com/document/api/664/90825#AssetInstanceTypeMap))
|
|
36356
|
+
* [[Element](https://cloud.tencent.com/document/api/664/90825#Element)](https://cloud.tencent.com/document/api/664/90825#[Element](https://cloud.tencent.com/document/api/664/90825#Element))
|
|
36357
|
+
* [[ServiceSupport](https://cloud.tencent.com/document/api/664/90825#ServiceSupport)](https://cloud.tencent.com/document/api/664/90825#[ServiceSupport](https://cloud.tencent.com/document/api/664/90825#ServiceSupport))
|
|
36358
|
+
|
|
36359
|
+
修改数据结构:
|
|
36360
|
+
|
|
36361
|
+
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
36362
|
+
|
|
36363
|
+
* 新增成员:CVMAgentStatus, CVMStatus, DefenseModel, TatStatus, CpuTrend, MemoryTrend, AgentStatus, CloseDefenseCount, InstanceState, SecurityGroupIds, AgentMemRss, AgentCpuPer
|
|
36364
|
+
|
|
36365
|
+
* [RiskCenterStatusKey](https://cloud.tencent.com/document/api/664/90825#RiskCenterStatusKey)
|
|
36366
|
+
|
|
36367
|
+
* <font color="#dd0000">**修改成员**:</font>AppId
|
|
36368
|
+
|
|
36369
|
+
* [VULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/90825#VULRiskAdvanceCFGList)
|
|
36370
|
+
|
|
36371
|
+
* 新增成员:Payload, References, CVSS, AttackHeat, ServiceSupport, RecentScanTime
|
|
36372
|
+
|
|
36373
|
+
|
|
36373
36374
|
### 第 30 次发布
|
|
36374
36375
|
|
|
36375
36376
|
发布时间:2024-01-31 01:10:44
|
|
@@ -36380,7 +36381,7 @@
|
|
|
36380
36381
|
|
|
36381
36382
|
新增数据结构:
|
|
36382
36383
|
|
|
36383
|
-
* [
|
|
36384
|
+
* [PortRiskAdvanceCFGParamItem](https://cloud.tencent.com/document/api/664/90825#PortRiskAdvanceCFGParamItem)
|
|
36384
36385
|
|
|
36385
36386
|
修改数据结构:
|
|
36386
36387
|
|
|
@@ -39359,6 +39360,33 @@
|
|
|
39359
39360
|
|
|
39360
39361
|
## 主机安全(cwp) 版本:2018-02-28
|
|
39361
39362
|
|
|
39363
|
+
### 第 108 次发布
|
|
39364
|
+
|
|
39365
|
+
发布时间:2024-02-02 01:09:36
|
|
39366
|
+
|
|
39367
|
+
本次发布包含了以下内容:
|
|
39368
|
+
|
|
39369
|
+
改善已有的文档。
|
|
39370
|
+
|
|
39371
|
+
修改接口:
|
|
39372
|
+
|
|
39373
|
+
* [DescribeNetAttackSetting](https://cloud.tencent.com/document/api/296/99476)
|
|
39374
|
+
|
|
39375
|
+
* 新增出参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
|
|
39376
|
+
|
|
39377
|
+
* [DescribeVulDefenceSetting](https://cloud.tencent.com/document/api/296/99659)
|
|
39378
|
+
|
|
39379
|
+
* 新增出参:InstanceIds, AutoInclude, ExcludeInstanceIds
|
|
39380
|
+
|
|
39381
|
+
* [ModifyNetAttackSetting](https://cloud.tencent.com/document/api/296/99456)
|
|
39382
|
+
|
|
39383
|
+
* 新增入参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
|
|
39384
|
+
|
|
39385
|
+
* [ModifyVulDefenceSetting](https://cloud.tencent.com/document/api/296/99545)
|
|
39386
|
+
|
|
39387
|
+
* 新增入参:ExcludeInstanceIds, AutoInclude, InstanceIds
|
|
39388
|
+
|
|
39389
|
+
|
|
39362
39390
|
### 第 107 次发布
|
|
39363
39391
|
|
|
39364
39392
|
发布时间:2024-01-31 01:11:09
|
|
@@ -58185,6 +58213,25 @@
|
|
|
58185
58213
|
|
|
58186
58214
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
58187
58215
|
|
|
58216
|
+
### 第 149 次发布
|
|
58217
|
+
|
|
58218
|
+
发布时间:2024-01-31 11:46:30
|
|
58219
|
+
|
|
58220
|
+
本次发布包含了以下内容:
|
|
58221
|
+
|
|
58222
|
+
改善已有的文档。
|
|
58223
|
+
|
|
58224
|
+
修改接口:
|
|
58225
|
+
|
|
58226
|
+
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
58227
|
+
|
|
58228
|
+
* 新增入参:ReportType
|
|
58229
|
+
|
|
58230
|
+
* [DescribeFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/83441)
|
|
58231
|
+
|
|
58232
|
+
* 新增入参:ReportType
|
|
58233
|
+
|
|
58234
|
+
|
|
58188
58235
|
### 第 148 次发布
|
|
58189
58236
|
|
|
58190
58237
|
发布时间:2024-01-26 01:13:26
|
|
@@ -61063,6 +61110,40 @@
|
|
|
61063
61110
|
|
|
61064
61111
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
61065
61112
|
|
|
61113
|
+
### 第 152 次发布
|
|
61114
|
+
|
|
61115
|
+
发布时间:2024-02-02 01:13:44
|
|
61116
|
+
|
|
61117
|
+
本次发布包含了以下内容:
|
|
61118
|
+
|
|
61119
|
+
改善已有的文档。
|
|
61120
|
+
|
|
61121
|
+
修改数据结构:
|
|
61122
|
+
|
|
61123
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
61124
|
+
|
|
61125
|
+
* 新增成员:BusinessLicense
|
|
61126
|
+
|
|
61127
|
+
|
|
61128
|
+
### 第 151 次发布
|
|
61129
|
+
|
|
61130
|
+
发布时间:2024-01-31 11:46:10
|
|
61131
|
+
|
|
61132
|
+
本次发布包含了以下内容:
|
|
61133
|
+
|
|
61134
|
+
改善已有的文档。
|
|
61135
|
+
|
|
61136
|
+
修改接口:
|
|
61137
|
+
|
|
61138
|
+
* [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
|
|
61139
|
+
|
|
61140
|
+
* 新增入参:ReportType
|
|
61141
|
+
|
|
61142
|
+
* [DescribeChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/83442)
|
|
61143
|
+
|
|
61144
|
+
* 新增入参:ReportType
|
|
61145
|
+
|
|
61146
|
+
|
|
61066
61147
|
### 第 150 次发布
|
|
61067
61148
|
|
|
61068
61149
|
发布时间:2024-01-26 01:13:42
|
|
@@ -71723,7 +71804,7 @@
|
|
|
71723
71804
|
|
|
71724
71805
|
新增接口:
|
|
71725
71806
|
|
|
71726
|
-
* [
|
|
71807
|
+
* [UpdateOtaTaskStatus](https://cloud.tencent.com/document/api/634/103653)
|
|
71727
71808
|
|
|
71728
71809
|
修改接口:
|
|
71729
71810
|
|
|
@@ -71998,6 +72079,32 @@
|
|
|
71998
72079
|
|
|
71999
72080
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
72000
72081
|
|
|
72082
|
+
### 第 55 次发布
|
|
72083
|
+
|
|
72084
|
+
发布时间:2024-02-02 01:15:04
|
|
72085
|
+
|
|
72086
|
+
本次发布包含了以下内容:
|
|
72087
|
+
|
|
72088
|
+
改善已有的文档。
|
|
72089
|
+
|
|
72090
|
+
修改接口:
|
|
72091
|
+
|
|
72092
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/1081/53872)
|
|
72093
|
+
|
|
72094
|
+
* 新增入参:FirmwareUserDefined
|
|
72095
|
+
|
|
72096
|
+
|
|
72097
|
+
修改数据结构:
|
|
72098
|
+
|
|
72099
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1081/34988#InstanceDetail)
|
|
72100
|
+
|
|
72101
|
+
* 新增成员:Description, Status
|
|
72102
|
+
|
|
72103
|
+
* [ProductEntry](https://cloud.tencent.com/document/api/1081/34988#ProductEntry)
|
|
72104
|
+
|
|
72105
|
+
* 新增成员:DeviceCount
|
|
72106
|
+
|
|
72107
|
+
|
|
72001
72108
|
### 第 54 次发布
|
|
72002
72109
|
|
|
72003
72110
|
发布时间:2023-10-16 01:17:51
|
|
@@ -75121,6 +75228,21 @@
|
|
|
75121
75228
|
|
|
75122
75229
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
75123
75230
|
|
|
75231
|
+
### 第 11 次发布
|
|
75232
|
+
|
|
75233
|
+
发布时间:2024-02-02 01:16:04
|
|
75234
|
+
|
|
75235
|
+
本次发布包含了以下内容:
|
|
75236
|
+
|
|
75237
|
+
改善已有的文档。
|
|
75238
|
+
|
|
75239
|
+
修改接口:
|
|
75240
|
+
|
|
75241
|
+
* [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
|
|
75242
|
+
|
|
75243
|
+
* 新增入参:SNCode
|
|
75244
|
+
|
|
75245
|
+
|
|
75124
75246
|
### 第 10 次发布
|
|
75125
75247
|
|
|
75126
75248
|
发布时间:2023-12-27 01:22:46
|
|
@@ -103281,6 +103403,21 @@
|
|
|
103281
103403
|
|
|
103282
103404
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
103283
103405
|
|
|
103406
|
+
### 第 54 次发布
|
|
103407
|
+
|
|
103408
|
+
发布时间:2024-02-02 01:20:24
|
|
103409
|
+
|
|
103410
|
+
本次发布包含了以下内容:
|
|
103411
|
+
|
|
103412
|
+
改善已有的文档。
|
|
103413
|
+
|
|
103414
|
+
修改接口:
|
|
103415
|
+
|
|
103416
|
+
* [ApplyCertificate](https://cloud.tencent.com/document/api/400/41678)
|
|
103417
|
+
|
|
103418
|
+
* 新增入参:DnsNames
|
|
103419
|
+
|
|
103420
|
+
|
|
103284
103421
|
### 第 53 次发布
|
|
103285
103422
|
|
|
103286
103423
|
发布时间:2024-01-29 01:19:48
|
|
@@ -111175,6 +111312,21 @@
|
|
|
111175
111312
|
|
|
111176
111313
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
111177
111314
|
|
|
111315
|
+
### 第 60 次发布
|
|
111316
|
+
|
|
111317
|
+
发布时间:2024-02-02 01:21:42
|
|
111318
|
+
|
|
111319
|
+
本次发布包含了以下内容:
|
|
111320
|
+
|
|
111321
|
+
改善已有的文档。
|
|
111322
|
+
|
|
111323
|
+
修改接口:
|
|
111324
|
+
|
|
111325
|
+
* [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
|
|
111326
|
+
|
|
111327
|
+
* 新增出参:TrialAuthorizedCnt, UsedTrialAuthorizedCnt, PurchasedAuthorizedCnt, UsedPurchasedAuthorizedCnt, CanApplyFreeImageAuthorize
|
|
111328
|
+
|
|
111329
|
+
|
|
111178
111330
|
### 第 59 次发布
|
|
111179
111331
|
|
|
111180
111332
|
发布时间:2024-01-05 01:25:17
|
|
@@ -122334,6 +122486,50 @@
|
|
|
122334
122486
|
|
|
122335
122487
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
122336
122488
|
|
|
122489
|
+
### 第 51 次发布
|
|
122490
|
+
|
|
122491
|
+
发布时间:2024-02-02 01:23:26
|
|
122492
|
+
|
|
122493
|
+
本次发布包含了以下内容:
|
|
122494
|
+
|
|
122495
|
+
改善已有的文档。
|
|
122496
|
+
|
|
122497
|
+
新增数据结构:
|
|
122498
|
+
|
|
122499
|
+
* [[DefaultInnerCallInfo](https://cloud.tencent.com/document/api/851/75051#DefaultInnerCallInfo)](https://cloud.tencent.com/document/api/851/75051#[DefaultInnerCallInfo](https://cloud.tencent.com/document/api/851/75051#DefaultInnerCallInfo))
|
|
122500
|
+
* [[PrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#PrivateLinkInfo)](https://cloud.tencent.com/document/api/851/75051#[PrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#PrivateLinkInfo))
|
|
122501
|
+
|
|
122502
|
+
修改数据结构:
|
|
122503
|
+
|
|
122504
|
+
* [InferCodeInfo](https://cloud.tencent.com/document/api/851/75051#InferCodeInfo)
|
|
122505
|
+
|
|
122506
|
+
* <font color="#dd0000">**修改成员**:</font>CosPathInfo
|
|
122507
|
+
|
|
122508
|
+
* [IngressPrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#IngressPrivateLinkInfo)
|
|
122509
|
+
|
|
122510
|
+
* 新增成员:State
|
|
122511
|
+
|
|
122512
|
+
* [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
|
|
122513
|
+
|
|
122514
|
+
* 新增成员:PrivateLinkInfos, DefaultInnerCallInfos
|
|
122515
|
+
|
|
122516
|
+
* [Service](https://cloud.tencent.com/document/api/851/75051#Service)
|
|
122517
|
+
|
|
122518
|
+
* 新增成员:ResourceGroupSWType
|
|
122519
|
+
|
|
122520
|
+
* [ServiceCallInfo](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfo)
|
|
122521
|
+
|
|
122522
|
+
* 新增成员:AuthorizationEnable
|
|
122523
|
+
|
|
122524
|
+
* [ServiceGroup](https://cloud.tencent.com/document/api/851/75051#ServiceGroup)
|
|
122525
|
+
|
|
122526
|
+
* 新增成员:ReplicasCount, AvailableReplicasCount
|
|
122527
|
+
|
|
122528
|
+
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
122529
|
+
|
|
122530
|
+
* <font color="#dd0000">**修改成员**:</font>PodList
|
|
122531
|
+
|
|
122532
|
+
|
|
122337
122533
|
### 第 50 次发布
|
|
122338
122534
|
|
|
122339
122535
|
发布时间:2024-01-24 16:03:05
|
|
@@ -130491,6 +130687,32 @@
|
|
|
130491
130687
|
|
|
130492
130688
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
130493
130689
|
|
|
130690
|
+
### 第 57 次发布
|
|
130691
|
+
|
|
130692
|
+
发布时间:2024-02-02 01:24:40
|
|
130693
|
+
|
|
130694
|
+
本次发布包含了以下内容:
|
|
130695
|
+
|
|
130696
|
+
改善已有的文档。
|
|
130697
|
+
|
|
130698
|
+
新增接口:
|
|
130699
|
+
|
|
130700
|
+
* [[BindAutoScalerResourceStrategyToGroups](https://cloud.tencent.com/document/api/1364/103728)](https://cloud.tencent.com/document/api/#/#)
|
|
130701
|
+
* [[CreateAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103727)](https://cloud.tencent.com/document/api/#/#)
|
|
130702
|
+
* [[DeleteAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103726)](https://cloud.tencent.com/document/api/#/#)
|
|
130703
|
+
* [[DescribeAutoScalerResourceStrategies](https://cloud.tencent.com/document/api/1364/103725)](https://cloud.tencent.com/document/api/#/#)
|
|
130704
|
+
* [[DescribeAutoScalerResourceStrategyBindingGroups](https://cloud.tencent.com/document/api/1364/103724)](https://cloud.tencent.com/document/api/#/#)
|
|
130705
|
+
* [[DescribePublicNetwork](https://cloud.tencent.com/document/api/1364/103723)](https://cloud.tencent.com/document/api/#/#)
|
|
130706
|
+
* [[ModifyAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103722)](https://cloud.tencent.com/document/api/#/#)
|
|
130707
|
+
* [[UnbindAutoScalerResourceStrategyFromGroups](https://cloud.tencent.com/document/api/1364/103721)](https://cloud.tencent.com/document/api/#/#)
|
|
130708
|
+
|
|
130709
|
+
新增数据结构:
|
|
130710
|
+
|
|
130711
|
+
* [[CloudNativeAPIGatewayStrategyBindingGroupInfo](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyBindingGroupInfo)](https://cloud.tencent.com/document/api/1364/54942#[CloudNativeAPIGatewayStrategyBindingGroupInfo](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyBindingGroupInfo))
|
|
130712
|
+
* [[DescribePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicNetworkResult)](https://cloud.tencent.com/document/api/1364/54942#[DescribePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicNetworkResult))
|
|
130713
|
+
* [[ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult)](https://cloud.tencent.com/document/api/1364/54942#[ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult))
|
|
130714
|
+
* [[ListCloudNativeAPIGatewayStrategyResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyResult)](https://cloud.tencent.com/document/api/1364/54942#[ListCloudNativeAPIGatewayStrategyResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyResult))
|
|
130715
|
+
|
|
130494
130716
|
### 第 56 次发布
|
|
130495
130717
|
|
|
130496
130718
|
发布时间:2024-01-31 01:25:54
|
|
@@ -130508,7 +130730,7 @@
|
|
|
130508
130730
|
|
|
130509
130731
|
新增数据结构:
|
|
130510
130732
|
|
|
130511
|
-
* [
|
|
130733
|
+
* [CreatePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#CreatePublicNetworkResult)
|
|
130512
130734
|
|
|
130513
130735
|
修改数据结构:
|
|
130514
130736
|
|