tencentcloud-sdk-nodejs 4.0.644 → 4.0.645
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 +290 -0
- package/SERVICE_CHANGELOG.md +344 -172
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +41 -18
- package/src/services/batch/v20170312/batch_models.ts +3 -3
- package/src/services/cam/v20190116/cam_models.ts +11 -6
- package/src/services/cls/v20201016/cls_client.ts +31 -18
- package/src/services/cls/v20201016/cls_models.ts +86 -0
- package/src/services/cvm/v20170312/cvm_models.ts +6 -6
- package/src/services/ess/v20201111/ess_models.ts +4 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/goosefs/v20220519/goosefs_models.ts +19 -0
- package/src/services/keewidb/v20220308/keewidb_models.ts +9 -5
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -0
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_client.ts +2 -23
- package/src/services/monitor/v20180724/monitor_models.ts +28 -74
- package/src/services/ocr/v20181119/ocr_client.ts +2 -2
- package/src/services/ocr/v20181119/ocr_models.ts +19 -2
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tse/v20201207/tse_client.ts +14 -0
- package/src/services/tse/v20201207/tse_models.ts +57 -0
- package/src/services/wedata/v20210820/wedata_client.ts +140 -40
- package/src/services/wedata/v20210820/wedata_models.ts +711 -87
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +40 -18
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +3 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -7
- package/tencentcloud/services/cls/v20201016/cls_client.js +15 -9
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +83 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +19 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +9 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -14
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +28 -71
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +19 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +53 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +44 -12
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +64 -16
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +685 -81
- package/test/cls.v20201016.test.js +16 -6
- package/test/monitor.v20180724.test.js +0 -10
- package/test/tse.v20201207.test.js +10 -0
- package/test/wedata.v20210820.test.js +90 -10
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,33 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 65 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-07-
|
|
7
|
+
发布时间:2023-07-19 01:07:14
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
新增数据结构:
|
|
14
|
+
|
|
15
|
+
* [RelatedInstance](https://cloud.tencent.com/document/api/377/20453#RelatedInstance)
|
|
16
|
+
|
|
13
17
|
修改数据结构:
|
|
14
18
|
|
|
15
|
-
* [
|
|
19
|
+
* [Activity](https://cloud.tencent.com/document/api/377/20453#Activity)
|
|
16
20
|
|
|
17
|
-
*
|
|
21
|
+
* 新增成员:RelatedInstanceSet
|
|
18
22
|
|
|
19
23
|
|
|
20
24
|
|
|
21
25
|
|
|
22
|
-
##
|
|
26
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
23
27
|
|
|
24
|
-
### 第
|
|
28
|
+
### 第 47 次发布
|
|
25
29
|
|
|
26
|
-
发布时间:2023-07-
|
|
30
|
+
发布时间:2023-07-19 01:07:48
|
|
27
31
|
|
|
28
32
|
本次发布包含了以下内容:
|
|
29
33
|
|
|
@@ -31,18 +35,18 @@
|
|
|
31
35
|
|
|
32
36
|
修改数据结构:
|
|
33
37
|
|
|
34
|
-
* [
|
|
38
|
+
* [StorageBlock](https://cloud.tencent.com/document/api/599/15912#StorageBlock)
|
|
35
39
|
|
|
36
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
40
|
+
* <font color="#dd0000">**修改成员**:</font>Type, MinSize, MaxSize
|
|
37
41
|
|
|
38
42
|
|
|
39
43
|
|
|
40
44
|
|
|
41
|
-
##
|
|
45
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
42
46
|
|
|
43
|
-
### 第
|
|
47
|
+
### 第 54 次发布
|
|
44
48
|
|
|
45
|
-
发布时间:2023-07-
|
|
49
|
+
发布时间:2023-07-19 01:09:39
|
|
46
50
|
|
|
47
51
|
本次发布包含了以下内容:
|
|
48
52
|
|
|
@@ -50,44 +54,38 @@
|
|
|
50
54
|
|
|
51
55
|
修改接口:
|
|
52
56
|
|
|
53
|
-
* [
|
|
54
|
-
|
|
55
|
-
* 新增入参:CustomShowTags
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
修改数据结构:
|
|
59
|
-
|
|
60
|
-
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
57
|
+
* [GetAccountSummary](https://cloud.tencent.com/document/api/598/58534)
|
|
61
58
|
|
|
62
|
-
*
|
|
59
|
+
* 新增出参:IdentityProviders
|
|
63
60
|
|
|
64
61
|
|
|
65
62
|
|
|
66
63
|
|
|
67
|
-
##
|
|
64
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
68
65
|
|
|
69
|
-
### 第
|
|
66
|
+
### 第 56 次发布
|
|
70
67
|
|
|
71
|
-
发布时间:2023-07-
|
|
68
|
+
发布时间:2023-07-19 01:14:47
|
|
72
69
|
|
|
73
70
|
本次发布包含了以下内容:
|
|
74
71
|
|
|
75
72
|
改善已有的文档。
|
|
76
73
|
|
|
77
|
-
|
|
74
|
+
新增接口:
|
|
78
75
|
|
|
79
|
-
* [
|
|
76
|
+
* [CreateScheduledSql](https://cloud.tencent.com/document/api/614/95138)
|
|
80
77
|
|
|
81
|
-
|
|
78
|
+
新增数据结构:
|
|
82
79
|
|
|
80
|
+
* [ScheduledSqlResouceInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlResouceInfo)
|
|
83
81
|
|
|
84
82
|
|
|
85
83
|
|
|
86
|
-
##
|
|
84
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
87
85
|
|
|
88
|
-
### 第
|
|
86
|
+
### 第 112 次发布
|
|
89
87
|
|
|
90
|
-
发布时间:2023-07-
|
|
88
|
+
发布时间:2023-07-19 01:16:55
|
|
91
89
|
|
|
92
90
|
本次发布包含了以下内容:
|
|
93
91
|
|
|
@@ -95,97 +93,86 @@
|
|
|
95
93
|
|
|
96
94
|
修改数据结构:
|
|
97
95
|
|
|
98
|
-
* [
|
|
96
|
+
* [StorageBlock](https://cloud.tencent.com/document/api/213/15753#StorageBlock)
|
|
99
97
|
|
|
100
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
98
|
+
* <font color="#dd0000">**修改成员**:</font>Type, MinSize, MaxSize
|
|
101
99
|
|
|
102
100
|
|
|
103
101
|
|
|
104
102
|
|
|
105
|
-
##
|
|
103
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
106
104
|
|
|
107
105
|
### 第 89 次发布
|
|
108
106
|
|
|
109
|
-
发布时间:2023-07-
|
|
107
|
+
发布时间:2023-07-19 01:24:04
|
|
110
108
|
|
|
111
109
|
本次发布包含了以下内容:
|
|
112
110
|
|
|
113
111
|
改善已有的文档。
|
|
114
112
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
* [EsRecordMapping](https://cloud.tencent.com/document/api/597/40861#EsRecordMapping)
|
|
118
|
-
|
|
119
|
-
修改数据结构:
|
|
113
|
+
修改接口:
|
|
120
114
|
|
|
121
|
-
* [
|
|
115
|
+
* [CreateReleaseFlow](https://cloud.tencent.com/document/api/1323/88045)
|
|
122
116
|
|
|
123
|
-
*
|
|
117
|
+
* 新增入参:Agent
|
|
124
118
|
|
|
125
119
|
|
|
126
120
|
|
|
127
121
|
|
|
128
|
-
##
|
|
122
|
+
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
129
123
|
|
|
130
|
-
### 第
|
|
124
|
+
### 第 5 次发布
|
|
131
125
|
|
|
132
|
-
发布时间:2023-07-
|
|
126
|
+
发布时间:2023-07-19 01:25:47
|
|
133
127
|
|
|
134
128
|
本次发布包含了以下内容:
|
|
135
129
|
|
|
136
130
|
改善已有的文档。
|
|
137
131
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
* [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
|
|
141
|
-
|
|
142
|
-
* 新增成员:ServiceRisk
|
|
143
|
-
|
|
144
|
-
* <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, Region, WAFStatus, AssetCreateTime, AppId, Uin, NickName, IsCore, IsCloud, Attack, Access, Intercept, InBandwidth, OutBandwidth, InFlow, OutFlow, LastScanTime, PortRisk, VulnerabilityRisk, ConfigurationRisk, ScanTask, SubDomain, SeverIp, BotCount, WeakPassword, WebContentRisk, Tag, SourceType, MemberId, CCAttack, WebAttack
|
|
145
|
-
|
|
132
|
+
修改接口:
|
|
146
133
|
|
|
134
|
+
* [DescribeClusterRoles](https://cloud.tencent.com/document/api/1424/95073)
|
|
147
135
|
|
|
136
|
+
* 新增入参:RoleName
|
|
148
137
|
|
|
149
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
150
138
|
|
|
151
|
-
|
|
139
|
+
修改数据结构:
|
|
152
140
|
|
|
153
|
-
|
|
141
|
+
* [ClientToken](https://cloud.tencent.com/document/api/1424/95076#ClientToken)
|
|
154
142
|
|
|
155
|
-
|
|
143
|
+
* 新增成员:NodeIp, GooseFSDirectory, Token
|
|
156
144
|
|
|
157
|
-
|
|
145
|
+
* <font color="#dd0000">**修改成员**:</font>LocalDirectory
|
|
158
146
|
|
|
159
|
-
修改数据结构:
|
|
160
147
|
|
|
161
|
-
* [ItemPrice](https://cloud.tencent.com/document/api/213/15753#ItemPrice)
|
|
162
148
|
|
|
163
|
-
* <font color="#dd0000">**修改成员**:</font>UnitPrice, ChargeUnit, OriginalPrice, DiscountPrice, Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
|
|
164
149
|
|
|
150
|
+
## 云数据库 KeeWiDB(keewidb) 版本:2022-03-08
|
|
165
151
|
|
|
152
|
+
### 第 4 次发布
|
|
166
153
|
|
|
154
|
+
发布时间:2023-07-19 01:29:34
|
|
167
155
|
|
|
168
|
-
|
|
156
|
+
本次发布包含了以下内容:
|
|
169
157
|
|
|
170
|
-
|
|
158
|
+
改善已有的文档。
|
|
171
159
|
|
|
172
|
-
|
|
160
|
+
修改接口:
|
|
173
161
|
|
|
174
|
-
|
|
162
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1520/86207)
|
|
175
163
|
|
|
176
|
-
|
|
164
|
+
* 新增入参:Compression
|
|
177
165
|
|
|
178
|
-
<font color="#dd0000"
|
|
166
|
+
* <font color="#dd0000">**修改入参**:</font>MachineCpu
|
|
179
167
|
|
|
180
|
-
* DescribeSearchExportList
|
|
181
168
|
|
|
182
169
|
|
|
183
170
|
|
|
184
|
-
##
|
|
171
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
185
172
|
|
|
186
|
-
### 第
|
|
173
|
+
### 第 50 次发布
|
|
187
174
|
|
|
188
|
-
发布时间:2023-07-
|
|
175
|
+
发布时间:2023-07-19 01:30:20
|
|
189
176
|
|
|
190
177
|
本次发布包含了以下内容:
|
|
191
178
|
|
|
@@ -193,37 +180,38 @@
|
|
|
193
180
|
|
|
194
181
|
修改数据结构:
|
|
195
182
|
|
|
196
|
-
* [
|
|
183
|
+
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
197
184
|
|
|
198
|
-
*
|
|
185
|
+
* 新增成员:RestartPolicy
|
|
199
186
|
|
|
200
187
|
|
|
201
188
|
|
|
202
189
|
|
|
203
|
-
##
|
|
190
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
204
191
|
|
|
205
|
-
### 第
|
|
192
|
+
### 第 91 次发布
|
|
206
193
|
|
|
207
|
-
发布时间:2023-07-
|
|
194
|
+
发布时间:2023-07-19 01:32:20
|
|
208
195
|
|
|
209
196
|
本次发布包含了以下内容:
|
|
210
197
|
|
|
211
198
|
改善已有的文档。
|
|
212
199
|
|
|
213
|
-
|
|
200
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
214
201
|
|
|
215
|
-
*
|
|
202
|
+
* PutMonitorData
|
|
216
203
|
|
|
217
|
-
|
|
204
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
218
205
|
|
|
206
|
+
* MetricDatum
|
|
219
207
|
|
|
220
208
|
|
|
221
209
|
|
|
222
|
-
##
|
|
210
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
223
211
|
|
|
224
|
-
### 第
|
|
212
|
+
### 第 106 次发布
|
|
225
213
|
|
|
226
|
-
发布时间:2023-07-
|
|
214
|
+
发布时间:2023-07-19 01:34:27
|
|
227
215
|
|
|
228
216
|
本次发布包含了以下内容:
|
|
229
217
|
|
|
@@ -231,22 +219,22 @@
|
|
|
231
219
|
|
|
232
220
|
修改接口:
|
|
233
221
|
|
|
234
|
-
* [
|
|
235
|
-
|
|
236
|
-
* 新增入参:JumpUrl
|
|
222
|
+
* [GeneralBasicOCR](https://cloud.tencent.com/document/api/866/33526)
|
|
237
223
|
|
|
224
|
+
* 新增出参:Angle
|
|
238
225
|
|
|
226
|
+
* [SmartStructuralOCRV2](https://cloud.tencent.com/document/api/866/90013)
|
|
239
227
|
|
|
228
|
+
* 新增入参:ConfigId
|
|
240
229
|
|
|
241
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
242
230
|
|
|
243
231
|
|
|
244
232
|
|
|
245
|
-
##
|
|
233
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
246
234
|
|
|
247
|
-
### 第
|
|
235
|
+
### 第 36 次发布
|
|
248
236
|
|
|
249
|
-
发布时间:2023-07-
|
|
237
|
+
发布时间:2023-07-19 01:46:53
|
|
250
238
|
|
|
251
239
|
本次发布包含了以下内容:
|
|
252
240
|
|
|
@@ -254,61 +242,20 @@
|
|
|
254
242
|
|
|
255
243
|
新增接口:
|
|
256
244
|
|
|
257
|
-
* [
|
|
258
|
-
* [DescribeClusterRoleToken](https://cloud.tencent.com/document/api/1424/95074)
|
|
259
|
-
* [DescribeClusterRoles](https://cloud.tencent.com/document/api/1424/95073)
|
|
245
|
+
* [DescribeCloudNativeAPIGatewayPorts](https://cloud.tencent.com/document/api/1364/95139)
|
|
260
246
|
|
|
261
247
|
新增数据结构:
|
|
262
248
|
|
|
263
|
-
* [
|
|
264
|
-
* [
|
|
265
|
-
* [RoleToken](https://cloud.tencent.com/document/api/1424/95076#RoleToken)
|
|
266
|
-
|
|
249
|
+
* [DescribeGatewayInstancePortResult](https://cloud.tencent.com/document/api/1364/54942#DescribeGatewayInstancePortResult)
|
|
250
|
+
* [GatewayInstanceSchemeAndPorts](https://cloud.tencent.com/document/api/1364/54942#GatewayInstanceSchemeAndPorts)
|
|
267
251
|
|
|
268
252
|
|
|
269
|
-
## 云数据库Redis(redis) 版本:2018-04-12
|
|
270
|
-
|
|
271
|
-
### 第 67 次发布
|
|
272
|
-
|
|
273
|
-
发布时间:2023-07-18 01:42:27
|
|
274
|
-
|
|
275
|
-
本次发布包含了以下内容:
|
|
276
|
-
|
|
277
|
-
改善已有的文档。
|
|
278
|
-
|
|
279
|
-
修改数据结构:
|
|
280
253
|
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
* <font color="#dd0000">**修改成员**:</font>FileSize
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
## 远程实时操控(trro) 版本:2022-03-25
|
|
289
|
-
|
|
290
|
-
### 第 3 次发布
|
|
291
|
-
|
|
292
|
-
发布时间:2023-07-18 01:53:24
|
|
293
|
-
|
|
294
|
-
本次发布包含了以下内容:
|
|
295
|
-
|
|
296
|
-
改善已有的文档。
|
|
297
|
-
|
|
298
|
-
修改数据结构:
|
|
299
|
-
|
|
300
|
-
* [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
|
|
301
|
-
|
|
302
|
-
* 新增成员:Ver, SdkMode, DecodeCost, RenderConst, K100, K150, NACK, BitRateEstimate, Width, Height, EncodeCost, CaptureCost
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
## 声音复刻(vrs) 版本:2020-08-24
|
|
254
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
308
255
|
|
|
309
|
-
### 第
|
|
256
|
+
### 第 36 次发布
|
|
310
257
|
|
|
311
|
-
发布时间:2023-07-
|
|
258
|
+
发布时间:2023-07-19 01:51:22
|
|
312
259
|
|
|
313
260
|
本次发布包含了以下内容:
|
|
314
261
|
|
|
@@ -316,38 +263,27 @@
|
|
|
316
263
|
|
|
317
264
|
新增接口:
|
|
318
265
|
|
|
319
|
-
* [
|
|
320
|
-
* [
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
* [
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
266
|
+
* [BatchDeleteTasksDs](https://cloud.tencent.com/document/api/1267/95150)
|
|
267
|
+
* [DeleteFilePath](https://cloud.tencent.com/document/api/1267/95143)
|
|
268
|
+
* [DeleteProjectParamDs](https://cloud.tencent.com/document/api/1267/95142)
|
|
269
|
+
* [DeleteResourceFiles](https://cloud.tencent.com/document/api/1267/95145)
|
|
270
|
+
* [DeleteTaskDs](https://cloud.tencent.com/document/api/1267/95141)
|
|
271
|
+
* [RemoveWorkflowDs](https://cloud.tencent.com/document/api/1267/95140)
|
|
272
|
+
* [SubmitSqlTask](https://cloud.tencent.com/document/api/1267/95149)
|
|
273
|
+
* [SubmitTaskTestRun](https://cloud.tencent.com/document/api/1267/95147)
|
|
328
274
|
|
|
329
275
|
新增数据结构:
|
|
330
276
|
|
|
331
|
-
* [
|
|
332
|
-
* [
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
## 企业微信汽车行业版(wav) 版本:2021-01-29
|
|
337
|
-
|
|
338
|
-
### 第 17 次发布
|
|
339
|
-
|
|
340
|
-
发布时间:2023-07-18 01:59:28
|
|
341
|
-
|
|
342
|
-
本次发布包含了以下内容:
|
|
343
|
-
|
|
344
|
-
改善已有的文档。
|
|
277
|
+
* [AdhocDetail](https://cloud.tencent.com/document/api/1267/76336#AdhocDetail)
|
|
278
|
+
* [AdhocRecord](https://cloud.tencent.com/document/api/1267/76336#AdhocRecord)
|
|
279
|
+
* [StageCloudApiRequest](https://cloud.tencent.com/document/api/1267/76336#StageCloudApiRequest)
|
|
280
|
+
* [UserFileInfo](https://cloud.tencent.com/document/api/1267/76336#UserFileInfo)
|
|
345
281
|
|
|
346
282
|
修改数据结构:
|
|
347
283
|
|
|
348
|
-
* [
|
|
284
|
+
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
|
349
285
|
|
|
350
|
-
* 新增成员:
|
|
286
|
+
* 新增成员:UserId, OwnerId, TenantId
|
|
351
287
|
|
|
352
288
|
|
|
353
289
|
|
|
@@ -4774,6 +4710,25 @@
|
|
|
4774
4710
|
|
|
4775
4711
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
4776
4712
|
|
|
4713
|
+
### 第 65 次发布
|
|
4714
|
+
|
|
4715
|
+
发布时间:2023-07-19 01:07:14
|
|
4716
|
+
|
|
4717
|
+
本次发布包含了以下内容:
|
|
4718
|
+
|
|
4719
|
+
改善已有的文档。
|
|
4720
|
+
|
|
4721
|
+
新增数据结构:
|
|
4722
|
+
|
|
4723
|
+
* [[RelatedInstance](https://cloud.tencent.com/document/api/377/20453#RelatedInstance)](https://cloud.tencent.com/document/api/377/20453#[RelatedInstance](https://cloud.tencent.com/document/api/377/20453#RelatedInstance))
|
|
4724
|
+
|
|
4725
|
+
修改数据结构:
|
|
4726
|
+
|
|
4727
|
+
* [Activity](https://cloud.tencent.com/document/api/377/20453#Activity)
|
|
4728
|
+
|
|
4729
|
+
* 新增成员:RelatedInstanceSet
|
|
4730
|
+
|
|
4731
|
+
|
|
4777
4732
|
### 第 64 次发布
|
|
4778
4733
|
|
|
4779
4734
|
发布时间:2023-06-15 01:02:32
|
|
@@ -6871,6 +6826,21 @@
|
|
|
6871
6826
|
|
|
6872
6827
|
## 批量计算(batch) 版本:2017-03-12
|
|
6873
6828
|
|
|
6829
|
+
### 第 47 次发布
|
|
6830
|
+
|
|
6831
|
+
发布时间:2023-07-19 01:07:48
|
|
6832
|
+
|
|
6833
|
+
本次发布包含了以下内容:
|
|
6834
|
+
|
|
6835
|
+
改善已有的文档。
|
|
6836
|
+
|
|
6837
|
+
修改数据结构:
|
|
6838
|
+
|
|
6839
|
+
* [StorageBlock](https://cloud.tencent.com/document/api/599/15912#StorageBlock)
|
|
6840
|
+
|
|
6841
|
+
* <font color="#dd0000">**修改成员**:</font>Type, MinSize, MaxSize
|
|
6842
|
+
|
|
6843
|
+
|
|
6874
6844
|
### 第 46 次发布
|
|
6875
6845
|
|
|
6876
6846
|
发布时间:2023-07-18 01:08:15
|
|
@@ -10759,6 +10729,21 @@
|
|
|
10759
10729
|
|
|
10760
10730
|
## 访问管理(cam) 版本:2019-01-16
|
|
10761
10731
|
|
|
10732
|
+
### 第 54 次发布
|
|
10733
|
+
|
|
10734
|
+
发布时间:2023-07-19 01:09:39
|
|
10735
|
+
|
|
10736
|
+
本次发布包含了以下内容:
|
|
10737
|
+
|
|
10738
|
+
改善已有的文档。
|
|
10739
|
+
|
|
10740
|
+
修改接口:
|
|
10741
|
+
|
|
10742
|
+
* [GetAccountSummary](https://cloud.tencent.com/document/api/598/58534)
|
|
10743
|
+
|
|
10744
|
+
* 新增出参:IdentityProviders
|
|
10745
|
+
|
|
10746
|
+
|
|
10762
10747
|
### 第 53 次发布
|
|
10763
10748
|
|
|
10764
10749
|
发布时间:2023-05-17 01:07:15
|
|
@@ -22628,7 +22613,7 @@
|
|
|
22628
22613
|
|
|
22629
22614
|
新增数据结构:
|
|
22630
22615
|
|
|
22631
|
-
* [
|
|
22616
|
+
* [EsRecordMapping](https://cloud.tencent.com/document/api/597/40861#EsRecordMapping)
|
|
22632
22617
|
|
|
22633
22618
|
修改数据结构:
|
|
22634
22619
|
|
|
@@ -27005,6 +26990,22 @@
|
|
|
27005
26990
|
|
|
27006
26991
|
## 日志服务(cls) 版本:2020-10-16
|
|
27007
26992
|
|
|
26993
|
+
### 第 56 次发布
|
|
26994
|
+
|
|
26995
|
+
发布时间:2023-07-19 01:14:47
|
|
26996
|
+
|
|
26997
|
+
本次发布包含了以下内容:
|
|
26998
|
+
|
|
26999
|
+
改善已有的文档。
|
|
27000
|
+
|
|
27001
|
+
新增接口:
|
|
27002
|
+
|
|
27003
|
+
* [[CreateScheduledSql](https://cloud.tencent.com/document/api/614/95138)](https://cloud.tencent.com/document/api/#/#)
|
|
27004
|
+
|
|
27005
|
+
新增数据结构:
|
|
27006
|
+
|
|
27007
|
+
* [[ScheduledSqlResouceInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlResouceInfo)](https://cloud.tencent.com/document/api/614/56471#[ScheduledSqlResouceInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlResouceInfo))
|
|
27008
|
+
|
|
27008
27009
|
### 第 55 次发布
|
|
27009
27010
|
|
|
27010
27011
|
发布时间:2023-07-10 01:15:21
|
|
@@ -32755,6 +32756,21 @@
|
|
|
32755
32756
|
|
|
32756
32757
|
## 云服务器(cvm) 版本:2017-03-12
|
|
32757
32758
|
|
|
32759
|
+
### 第 112 次发布
|
|
32760
|
+
|
|
32761
|
+
发布时间:2023-07-19 01:16:55
|
|
32762
|
+
|
|
32763
|
+
本次发布包含了以下内容:
|
|
32764
|
+
|
|
32765
|
+
改善已有的文档。
|
|
32766
|
+
|
|
32767
|
+
修改数据结构:
|
|
32768
|
+
|
|
32769
|
+
* [StorageBlock](https://cloud.tencent.com/document/api/213/15753#StorageBlock)
|
|
32770
|
+
|
|
32771
|
+
* <font color="#dd0000">**修改成员**:</font>Type, MinSize, MaxSize
|
|
32772
|
+
|
|
32773
|
+
|
|
32758
32774
|
### 第 111 次发布
|
|
32759
32775
|
|
|
32760
32776
|
发布时间:2023-07-18 01:21:28
|
|
@@ -50299,6 +50315,21 @@
|
|
|
50299
50315
|
|
|
50300
50316
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
50301
50317
|
|
|
50318
|
+
### 第 89 次发布
|
|
50319
|
+
|
|
50320
|
+
发布时间:2023-07-19 01:24:04
|
|
50321
|
+
|
|
50322
|
+
本次发布包含了以下内容:
|
|
50323
|
+
|
|
50324
|
+
改善已有的文档。
|
|
50325
|
+
|
|
50326
|
+
修改接口:
|
|
50327
|
+
|
|
50328
|
+
* [CreateReleaseFlow](https://cloud.tencent.com/document/api/1323/88045)
|
|
50329
|
+
|
|
50330
|
+
* 新增入参:Agent
|
|
50331
|
+
|
|
50332
|
+
|
|
50302
50333
|
### 第 88 次发布
|
|
50303
50334
|
|
|
50304
50335
|
发布时间:2023-07-18 01:29:51
|
|
@@ -57019,6 +57050,30 @@
|
|
|
57019
57050
|
|
|
57020
57051
|
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
57021
57052
|
|
|
57053
|
+
### 第 5 次发布
|
|
57054
|
+
|
|
57055
|
+
发布时间:2023-07-19 01:25:47
|
|
57056
|
+
|
|
57057
|
+
本次发布包含了以下内容:
|
|
57058
|
+
|
|
57059
|
+
改善已有的文档。
|
|
57060
|
+
|
|
57061
|
+
修改接口:
|
|
57062
|
+
|
|
57063
|
+
* [DescribeClusterRoles](https://cloud.tencent.com/document/api/1424/95073)
|
|
57064
|
+
|
|
57065
|
+
* 新增入参:RoleName
|
|
57066
|
+
|
|
57067
|
+
|
|
57068
|
+
修改数据结构:
|
|
57069
|
+
|
|
57070
|
+
* [ClientToken](https://cloud.tencent.com/document/api/1424/95076#ClientToken)
|
|
57071
|
+
|
|
57072
|
+
* 新增成员:NodeIp, GooseFSDirectory, Token
|
|
57073
|
+
|
|
57074
|
+
* <font color="#dd0000">**修改成员**:</font>LocalDirectory
|
|
57075
|
+
|
|
57076
|
+
|
|
57022
57077
|
### 第 4 次发布
|
|
57023
57078
|
|
|
57024
57079
|
发布时间:2023-07-18 01:31:45
|
|
@@ -57029,15 +57084,15 @@
|
|
|
57029
57084
|
|
|
57030
57085
|
新增接口:
|
|
57031
57086
|
|
|
57032
|
-
* [
|
|
57033
|
-
* [
|
|
57034
|
-
* [
|
|
57087
|
+
* [DescribeClusterClientToken](https://cloud.tencent.com/document/api/1424/95075)
|
|
57088
|
+
* [DescribeClusterRoleToken](https://cloud.tencent.com/document/api/1424/95074)
|
|
57089
|
+
* [DescribeClusterRoles](https://cloud.tencent.com/document/api/1424/95073)
|
|
57035
57090
|
|
|
57036
57091
|
新增数据结构:
|
|
57037
57092
|
|
|
57038
|
-
* [
|
|
57039
|
-
* [
|
|
57040
|
-
* [
|
|
57093
|
+
* [ClientToken](https://cloud.tencent.com/document/api/1424/95076#ClientToken)
|
|
57094
|
+
* [ClusterRole](https://cloud.tencent.com/document/api/1424/95076#ClusterRole)
|
|
57095
|
+
* [RoleToken](https://cloud.tencent.com/document/api/1424/95076#RoleToken)
|
|
57041
57096
|
|
|
57042
57097
|
### 第 3 次发布
|
|
57043
57098
|
|
|
@@ -64383,6 +64438,23 @@
|
|
|
64383
64438
|
|
|
64384
64439
|
## 云数据库 KeeWiDB(keewidb) 版本:2022-03-08
|
|
64385
64440
|
|
|
64441
|
+
### 第 4 次发布
|
|
64442
|
+
|
|
64443
|
+
发布时间:2023-07-19 01:29:34
|
|
64444
|
+
|
|
64445
|
+
本次发布包含了以下内容:
|
|
64446
|
+
|
|
64447
|
+
改善已有的文档。
|
|
64448
|
+
|
|
64449
|
+
修改接口:
|
|
64450
|
+
|
|
64451
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1520/86207)
|
|
64452
|
+
|
|
64453
|
+
* 新增入参:Compression
|
|
64454
|
+
|
|
64455
|
+
* <font color="#dd0000">**修改入参**:</font>MachineCpu
|
|
64456
|
+
|
|
64457
|
+
|
|
64386
64458
|
### 第 3 次发布
|
|
64387
64459
|
|
|
64388
64460
|
发布时间:2023-04-24 01:28:29
|
|
@@ -65522,6 +65594,21 @@
|
|
|
65522
65594
|
|
|
65523
65595
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
65524
65596
|
|
|
65597
|
+
### 第 50 次发布
|
|
65598
|
+
|
|
65599
|
+
发布时间:2023-07-19 01:30:20
|
|
65600
|
+
|
|
65601
|
+
本次发布包含了以下内容:
|
|
65602
|
+
|
|
65603
|
+
改善已有的文档。
|
|
65604
|
+
|
|
65605
|
+
修改数据结构:
|
|
65606
|
+
|
|
65607
|
+
* [DockerContainerConfiguration](https://cloud.tencent.com/document/api/1207/47576#DockerContainerConfiguration)
|
|
65608
|
+
|
|
65609
|
+
* 新增成员:RestartPolicy
|
|
65610
|
+
|
|
65611
|
+
|
|
65525
65612
|
### 第 49 次发布
|
|
65526
65613
|
|
|
65527
65614
|
发布时间:2023-07-10 01:32:08
|
|
@@ -71128,6 +71215,22 @@
|
|
|
71128
71215
|
|
|
71129
71216
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
71130
71217
|
|
|
71218
|
+
### 第 91 次发布
|
|
71219
|
+
|
|
71220
|
+
发布时间:2023-07-19 01:32:20
|
|
71221
|
+
|
|
71222
|
+
本次发布包含了以下内容:
|
|
71223
|
+
|
|
71224
|
+
改善已有的文档。
|
|
71225
|
+
|
|
71226
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
71227
|
+
|
|
71228
|
+
* PutMonitorData
|
|
71229
|
+
|
|
71230
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
71231
|
+
|
|
71232
|
+
* MetricDatum
|
|
71233
|
+
|
|
71131
71234
|
### 第 90 次发布
|
|
71132
71235
|
|
|
71133
71236
|
发布时间:2023-06-09 01:29:13
|
|
@@ -77229,6 +77332,25 @@
|
|
|
77229
77332
|
|
|
77230
77333
|
## 文字识别(ocr) 版本:2018-11-19
|
|
77231
77334
|
|
|
77335
|
+
### 第 106 次发布
|
|
77336
|
+
|
|
77337
|
+
发布时间:2023-07-19 01:34:27
|
|
77338
|
+
|
|
77339
|
+
本次发布包含了以下内容:
|
|
77340
|
+
|
|
77341
|
+
改善已有的文档。
|
|
77342
|
+
|
|
77343
|
+
修改接口:
|
|
77344
|
+
|
|
77345
|
+
* [GeneralBasicOCR](https://cloud.tencent.com/document/api/866/33526)
|
|
77346
|
+
|
|
77347
|
+
* 新增出参:Angle
|
|
77348
|
+
|
|
77349
|
+
* [SmartStructuralOCRV2](https://cloud.tencent.com/document/api/866/90013)
|
|
77350
|
+
|
|
77351
|
+
* 新增入参:ConfigId
|
|
77352
|
+
|
|
77353
|
+
|
|
77232
77354
|
### 第 105 次发布
|
|
77233
77355
|
|
|
77234
77356
|
发布时间:2023-07-17 01:30:01
|
|
@@ -110823,6 +110945,23 @@
|
|
|
110823
110945
|
|
|
110824
110946
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
110825
110947
|
|
|
110948
|
+
### 第 36 次发布
|
|
110949
|
+
|
|
110950
|
+
发布时间:2023-07-19 01:46:53
|
|
110951
|
+
|
|
110952
|
+
本次发布包含了以下内容:
|
|
110953
|
+
|
|
110954
|
+
改善已有的文档。
|
|
110955
|
+
|
|
110956
|
+
新增接口:
|
|
110957
|
+
|
|
110958
|
+
* [[DescribeCloudNativeAPIGatewayPorts](https://cloud.tencent.com/document/api/1364/95139)](https://cloud.tencent.com/document/api/#/#)
|
|
110959
|
+
|
|
110960
|
+
新增数据结构:
|
|
110961
|
+
|
|
110962
|
+
* [[DescribeGatewayInstancePortResult](https://cloud.tencent.com/document/api/1364/54942#DescribeGatewayInstancePortResult)](https://cloud.tencent.com/document/api/1364/54942#[DescribeGatewayInstancePortResult](https://cloud.tencent.com/document/api/1364/54942#DescribeGatewayInstancePortResult))
|
|
110963
|
+
* [[GatewayInstanceSchemeAndPorts](https://cloud.tencent.com/document/api/1364/54942#GatewayInstanceSchemeAndPorts)](https://cloud.tencent.com/document/api/1364/54942#[GatewayInstanceSchemeAndPorts](https://cloud.tencent.com/document/api/1364/54942#GatewayInstanceSchemeAndPorts))
|
|
110964
|
+
|
|
110826
110965
|
### 第 35 次发布
|
|
110827
110966
|
|
|
110828
110967
|
发布时间:2023-07-10 01:52:00
|
|
@@ -122668,8 +122807,8 @@
|
|
|
122668
122807
|
|
|
122669
122808
|
新增接口:
|
|
122670
122809
|
|
|
122671
|
-
* [
|
|
122672
|
-
* [
|
|
122810
|
+
* [CancelVRSTask](https://cloud.tencent.com/document/api/1283/95078)
|
|
122811
|
+
* [DownloadVRSModel](https://cloud.tencent.com/document/api/1283/95077)
|
|
122673
122812
|
|
|
122674
122813
|
修改接口:
|
|
122675
122814
|
|
|
@@ -122680,8 +122819,8 @@
|
|
|
122680
122819
|
|
|
122681
122820
|
新增数据结构:
|
|
122682
122821
|
|
|
122683
|
-
* [
|
|
122684
|
-
* [
|
|
122822
|
+
* [CancelVRSTaskRsp](https://cloud.tencent.com/document/api/1283/90065#CancelVRSTaskRsp)
|
|
122823
|
+
* [DownloadVRSModelRsp](https://cloud.tencent.com/document/api/1283/90065#DownloadVRSModelRsp)
|
|
122685
122824
|
|
|
122686
122825
|
### 第 1 次发布
|
|
122687
122826
|
|
|
@@ -123808,6 +123947,39 @@
|
|
|
123808
123947
|
|
|
123809
123948
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
123810
123949
|
|
|
123950
|
+
### 第 36 次发布
|
|
123951
|
+
|
|
123952
|
+
发布时间:2023-07-19 01:51:22
|
|
123953
|
+
|
|
123954
|
+
本次发布包含了以下内容:
|
|
123955
|
+
|
|
123956
|
+
改善已有的文档。
|
|
123957
|
+
|
|
123958
|
+
新增接口:
|
|
123959
|
+
|
|
123960
|
+
* [[BatchDeleteTasksDs](https://cloud.tencent.com/document/api/1267/95150)](https://cloud.tencent.com/document/api/#/#)
|
|
123961
|
+
* [[DeleteFilePath](https://cloud.tencent.com/document/api/1267/95143)](https://cloud.tencent.com/document/api/#/#)
|
|
123962
|
+
* [[DeleteProjectParamDs](https://cloud.tencent.com/document/api/1267/95142)](https://cloud.tencent.com/document/api/#/#)
|
|
123963
|
+
* [[DeleteResourceFiles](https://cloud.tencent.com/document/api/1267/95145)](https://cloud.tencent.com/document/api/#/#)
|
|
123964
|
+
* [[DeleteTaskDs](https://cloud.tencent.com/document/api/1267/95141)](https://cloud.tencent.com/document/api/#/#)
|
|
123965
|
+
* [[RemoveWorkflowDs](https://cloud.tencent.com/document/api/1267/95140)](https://cloud.tencent.com/document/api/#/#)
|
|
123966
|
+
* [[SubmitSqlTask](https://cloud.tencent.com/document/api/1267/95149)](https://cloud.tencent.com/document/api/#/#)
|
|
123967
|
+
* [[SubmitTaskTestRun](https://cloud.tencent.com/document/api/1267/95147)](https://cloud.tencent.com/document/api/#/#)
|
|
123968
|
+
|
|
123969
|
+
新增数据结构:
|
|
123970
|
+
|
|
123971
|
+
* [[AdhocDetail](https://cloud.tencent.com/document/api/1267/76336#AdhocDetail)](https://cloud.tencent.com/document/api/1267/76336#[AdhocDetail](https://cloud.tencent.com/document/api/1267/76336#AdhocDetail))
|
|
123972
|
+
* [[AdhocRecord](https://cloud.tencent.com/document/api/1267/76336#AdhocRecord)](https://cloud.tencent.com/document/api/1267/76336#[AdhocRecord](https://cloud.tencent.com/document/api/1267/76336#AdhocRecord))
|
|
123973
|
+
* [[StageCloudApiRequest](https://cloud.tencent.com/document/api/1267/76336#StageCloudApiRequest)](https://cloud.tencent.com/document/api/1267/76336#[StageCloudApiRequest](https://cloud.tencent.com/document/api/1267/76336#StageCloudApiRequest))
|
|
123974
|
+
* [[UserFileInfo](https://cloud.tencent.com/document/api/1267/76336#UserFileInfo)](https://cloud.tencent.com/document/api/1267/76336#[UserFileInfo](https://cloud.tencent.com/document/api/1267/76336#UserFileInfo))
|
|
123975
|
+
|
|
123976
|
+
修改数据结构:
|
|
123977
|
+
|
|
123978
|
+
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
|
123979
|
+
|
|
123980
|
+
* 新增成员:UserId, OwnerId, TenantId
|
|
123981
|
+
|
|
123982
|
+
|
|
123811
123983
|
### 第 35 次发布
|
|
123812
123984
|
|
|
123813
123985
|
发布时间:2023-07-12 01:53:01
|