tencentcloud-sdk-nodejs-tione 4.0.486 → 4.0.487
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 +306 -0
- package/SERVICE_CHANGELOG.md +415 -111
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/services/tione/v20211111/tione_client.ts +12 -0
- package/src/services/tione/v20211111/tione_models.ts +148 -4
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +126 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,36 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 46 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-11-
|
|
7
|
+
发布时间:2022-11-23 06:03:44
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [ModifyDDoSThreshold](https://cloud.tencent.com/document/api/1021/69190)
|
|
16
|
+
|
|
17
|
+
* 新增入参:AckFloodThreshold, AckFloodPktThreshold, SynAckFloodThreshold, SynAckFloodPktThreshold, RstFloodThreshold, RstFloodPktThreshold
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
修改数据结构:
|
|
21
|
+
|
|
22
|
+
* [ProtectThresholdRelation](https://cloud.tencent.com/document/api/1021/57582#ProtectThresholdRelation)
|
|
23
|
+
|
|
24
|
+
* 新增成员:AckFloodThreshold, AckFloodPktThreshold, SynAckFloodThreshold, SynAckFloodPktThreshold, RstFloodThreshold, RstFloodPktThreshold
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
30
|
+
|
|
31
|
+
### 第 98 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2022-11-23 06:18:34
|
|
8
34
|
|
|
9
35
|
本次发布包含了以下内容:
|
|
10
36
|
|
|
@@ -12,34 +38,22 @@
|
|
|
12
38
|
|
|
13
39
|
新增接口:
|
|
14
40
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
17
|
-
* [
|
|
18
|
-
* [
|
|
19
|
-
* [DescribeRecordSnapshotRollbackResult](https://cloud.tencent.com/document/api/1427/83182)
|
|
20
|
-
* [DescribeSnapshotConfig](https://cloud.tencent.com/document/api/1427/83181)
|
|
21
|
-
* [DescribeSnapshotList](https://cloud.tencent.com/document/api/1427/83180)
|
|
22
|
-
* [DescribeSnapshotRollbackResult](https://cloud.tencent.com/document/api/1427/83179)
|
|
23
|
-
* [DescribeSnapshotRollbackTask](https://cloud.tencent.com/document/api/1427/83178)
|
|
24
|
-
* [DownloadSnapshot](https://cloud.tencent.com/document/api/1427/83177)
|
|
25
|
-
* [ModifySnapshotConfig](https://cloud.tencent.com/document/api/1427/83176)
|
|
26
|
-
* [RollbackRecordSnapshot](https://cloud.tencent.com/document/api/1427/83175)
|
|
27
|
-
* [RollbackSnapshot](https://cloud.tencent.com/document/api/1427/83174)
|
|
41
|
+
* [CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)
|
|
42
|
+
* [DeleteHpcClusters](https://cloud.tencent.com/document/api/213/83221)
|
|
43
|
+
* [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)
|
|
44
|
+
* [ModifyHpcClusterAttribute](https://cloud.tencent.com/document/api/213/83219)
|
|
28
45
|
|
|
29
46
|
新增数据结构:
|
|
30
47
|
|
|
31
|
-
* [
|
|
32
|
-
* [SnapshotInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotInfo)
|
|
33
|
-
* [SnapshotPageInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotPageInfo)
|
|
34
|
-
* [SnapshotRecord](https://cloud.tencent.com/document/api/1427/56185#SnapshotRecord)
|
|
48
|
+
* [HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)
|
|
35
49
|
|
|
36
50
|
|
|
37
51
|
|
|
38
|
-
##
|
|
52
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
39
53
|
|
|
40
|
-
### 第
|
|
54
|
+
### 第 31 次发布
|
|
41
55
|
|
|
42
|
-
发布时间:2022-11-
|
|
56
|
+
发布时间:2022-11-23 06:21:08
|
|
43
57
|
|
|
44
58
|
本次发布包含了以下内容:
|
|
45
59
|
|
|
@@ -47,18 +61,29 @@
|
|
|
47
61
|
|
|
48
62
|
修改接口:
|
|
49
63
|
|
|
50
|
-
* [
|
|
64
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/1003/77805)
|
|
51
65
|
|
|
52
|
-
* 新增入参:
|
|
66
|
+
* 新增入参:EngineVersions, TemplateNames, TemplateIds, DbModes, Offset, Limit, Products, TemplateTypes, EngineTypes, OrderBy, OrderDirection
|
|
53
67
|
|
|
54
68
|
|
|
69
|
+
新增数据结构:
|
|
55
70
|
|
|
71
|
+
* [TemplateParamInfo](https://cloud.tencent.com/document/api/1003/48097#TemplateParamInfo)
|
|
56
72
|
|
|
57
|
-
|
|
73
|
+
修改数据结构:
|
|
58
74
|
|
|
59
|
-
|
|
75
|
+
* [ParamTemplateListInfo](https://cloud.tencent.com/document/api/1003/48097#ParamTemplateListInfo)
|
|
60
76
|
|
|
61
|
-
|
|
77
|
+
* 新增成员:DbMode, ParamInfoSet
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## 云数据库独享集群(dbdc) 版本:2020-10-29
|
|
83
|
+
|
|
84
|
+
### 第 4 次发布
|
|
85
|
+
|
|
86
|
+
发布时间:2022-11-23 06:23:05
|
|
62
87
|
|
|
63
88
|
本次发布包含了以下内容:
|
|
64
89
|
|
|
@@ -66,14 +91,18 @@
|
|
|
66
91
|
|
|
67
92
|
修改数据结构:
|
|
68
93
|
|
|
69
|
-
* [
|
|
94
|
+
* [HostDetail](https://cloud.tencent.com/document/api/1322/74754#HostDetail)
|
|
70
95
|
|
|
71
|
-
* 新增成员:
|
|
96
|
+
* 新增成员:InstanceId
|
|
72
97
|
|
|
73
98
|
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
102
|
+
|
|
74
103
|
### 第 49 次发布
|
|
75
104
|
|
|
76
|
-
发布时间:2022-11-
|
|
105
|
+
发布时间:2022-11-23 06:23:24
|
|
77
106
|
|
|
78
107
|
本次发布包含了以下内容:
|
|
79
108
|
|
|
@@ -81,37 +110,42 @@
|
|
|
81
110
|
|
|
82
111
|
修改数据结构:
|
|
83
112
|
|
|
84
|
-
* [
|
|
113
|
+
* [DcnDetailItem](https://cloud.tencent.com/document/api/557/16142#DcnDetailItem)
|
|
85
114
|
|
|
86
|
-
* 新增成员:
|
|
115
|
+
* 新增成员:EncryptStatus
|
|
87
116
|
|
|
88
117
|
|
|
89
|
-
### 第 48 次发布
|
|
90
118
|
|
|
91
|
-
发布时间:2022-11-21 15:12:25
|
|
92
119
|
|
|
93
|
-
|
|
120
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
94
121
|
|
|
95
|
-
|
|
122
|
+
### 第 10 次发布
|
|
96
123
|
|
|
97
|
-
|
|
124
|
+
发布时间:2022-11-23 06:24:39
|
|
98
125
|
|
|
99
|
-
|
|
126
|
+
本次发布包含了以下内容:
|
|
100
127
|
|
|
101
|
-
|
|
128
|
+
改善已有的文档。
|
|
102
129
|
|
|
130
|
+
新增接口:
|
|
103
131
|
|
|
132
|
+
* [CreateRecordGroup](https://cloud.tencent.com/document/api/1427/83227)
|
|
133
|
+
* [DeleteRecordGroup](https://cloud.tencent.com/document/api/1427/83226)
|
|
134
|
+
* [DescribeRecordGroupList](https://cloud.tencent.com/document/api/1427/83225)
|
|
135
|
+
* [ModifyRecordGroup](https://cloud.tencent.com/document/api/1427/83224)
|
|
136
|
+
* [ModifyRecordToGroup](https://cloud.tencent.com/document/api/1427/83223)
|
|
104
137
|
|
|
138
|
+
新增数据结构:
|
|
105
139
|
|
|
106
|
-
|
|
140
|
+
* [RecordGroupInfo](https://cloud.tencent.com/document/api/1427/56185#RecordGroupInfo)
|
|
107
141
|
|
|
108
142
|
|
|
109
143
|
|
|
110
|
-
##
|
|
144
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
111
145
|
|
|
112
|
-
### 第
|
|
146
|
+
### 第 48 次发布
|
|
113
147
|
|
|
114
|
-
发布时间:2022-11-
|
|
148
|
+
发布时间:2022-11-23 06:38:36
|
|
115
149
|
|
|
116
150
|
本次发布包含了以下内容:
|
|
117
151
|
|
|
@@ -119,127 +153,153 @@
|
|
|
119
153
|
|
|
120
154
|
新增数据结构:
|
|
121
155
|
|
|
122
|
-
* [
|
|
156
|
+
* [DCNReplicaConfig](https://cloud.tencent.com/document/api/237/16191#DCNReplicaConfig)
|
|
157
|
+
* [DCNReplicaStatus](https://cloud.tencent.com/document/api/237/16191#DCNReplicaStatus)
|
|
123
158
|
|
|
124
159
|
修改数据结构:
|
|
125
160
|
|
|
126
|
-
* [
|
|
161
|
+
* [DcnDetailItem](https://cloud.tencent.com/document/api/237/16191#DcnDetailItem)
|
|
127
162
|
|
|
128
|
-
* 新增成员:
|
|
163
|
+
* 新增成员:ReplicaConfig, ReplicaStatus, EncryptStatus
|
|
129
164
|
|
|
130
|
-
* [DescribeInput](https://cloud.tencent.com/document/api/862/37615#DescribeInput)
|
|
131
165
|
|
|
132
|
-
* 新增成员:ResilientStream
|
|
133
166
|
|
|
134
|
-
* [ModifyInput](https://cloud.tencent.com/document/api/862/37615#ModifyInput)
|
|
135
167
|
|
|
136
|
-
|
|
168
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
137
169
|
|
|
170
|
+
### 第 48 次发布
|
|
138
171
|
|
|
172
|
+
发布时间:2022-11-23 06:41:18
|
|
139
173
|
|
|
174
|
+
本次发布包含了以下内容:
|
|
140
175
|
|
|
141
|
-
|
|
176
|
+
改善已有的文档。
|
|
142
177
|
|
|
143
|
-
|
|
178
|
+
修改数据结构:
|
|
179
|
+
|
|
180
|
+
* [LiveStreamTaskNotifyConfig](https://cloud.tencent.com/document/api/862/37615#LiveStreamTaskNotifyConfig)
|
|
181
|
+
|
|
182
|
+
* <font color="#dd0000">**修改成员**:</font>CmqModel, CmqRegion
|
|
144
183
|
|
|
145
|
-
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
188
|
+
|
|
189
|
+
### 第 83 次发布
|
|
190
|
+
|
|
191
|
+
发布时间:2022-11-23 06:43:01
|
|
146
192
|
|
|
147
193
|
本次发布包含了以下内容:
|
|
148
194
|
|
|
149
195
|
改善已有的文档。
|
|
150
196
|
|
|
151
|
-
|
|
197
|
+
修改数据结构:
|
|
152
198
|
|
|
153
|
-
* [
|
|
199
|
+
* [OnlineTaxiItineraryInfo](https://cloud.tencent.com/document/api/866/33527#OnlineTaxiItineraryInfo)
|
|
154
200
|
|
|
155
|
-
*
|
|
201
|
+
* 新增成员:Row
|
|
156
202
|
|
|
157
203
|
|
|
158
204
|
|
|
159
205
|
|
|
160
|
-
##
|
|
206
|
+
## 智能媒资托管(smh) 版本:2021-07-12
|
|
161
207
|
|
|
162
|
-
### 第
|
|
208
|
+
### 第 4 次发布
|
|
163
209
|
|
|
164
|
-
发布时间:2022-11-
|
|
210
|
+
发布时间:2022-11-23 06:47:21
|
|
165
211
|
|
|
166
212
|
本次发布包含了以下内容:
|
|
167
213
|
|
|
168
214
|
改善已有的文档。
|
|
169
215
|
|
|
170
|
-
|
|
216
|
+
修改接口:
|
|
171
217
|
|
|
172
|
-
* [
|
|
173
|
-
* [DetectSecurity](https://cloud.tencent.com/document/api/865/83187)
|
|
218
|
+
* [SendSmsCode](https://cloud.tencent.com/document/api/1339/69080)
|
|
174
219
|
|
|
175
|
-
|
|
220
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
176
221
|
|
|
177
|
-
* [
|
|
178
|
-
|
|
222
|
+
* [VerifySmsCode](https://cloud.tencent.com/document/api/1339/69079)
|
|
223
|
+
|
|
224
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
179
225
|
|
|
180
226
|
|
|
181
227
|
|
|
182
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
183
228
|
|
|
184
|
-
|
|
229
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
185
230
|
|
|
186
|
-
|
|
231
|
+
### 第 14 次发布
|
|
232
|
+
|
|
233
|
+
发布时间:2022-11-23 06:56:52
|
|
187
234
|
|
|
188
235
|
本次发布包含了以下内容:
|
|
189
236
|
|
|
190
237
|
改善已有的文档。
|
|
191
238
|
|
|
192
|
-
|
|
239
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
193
240
|
|
|
194
|
-
*
|
|
241
|
+
* DescribeBillingData
|
|
195
242
|
|
|
196
|
-
|
|
243
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
197
244
|
|
|
245
|
+
* BillingDataFilter
|
|
198
246
|
|
|
199
247
|
|
|
200
248
|
|
|
201
|
-
##
|
|
249
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
202
254
|
|
|
203
255
|
### 第 10 次发布
|
|
204
256
|
|
|
205
|
-
发布时间:2022-11-
|
|
257
|
+
发布时间:2022-11-23 06:59:03
|
|
206
258
|
|
|
207
259
|
本次发布包含了以下内容:
|
|
208
260
|
|
|
209
261
|
改善已有的文档。
|
|
210
262
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
* [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
|
|
263
|
+
新增接口:
|
|
214
264
|
|
|
215
|
-
|
|
265
|
+
* [ModifyModelService](https://cloud.tencent.com/document/api/851/83228)
|
|
216
266
|
|
|
217
|
-
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
218
267
|
|
|
219
|
-
* 新增入参:BatchId
|
|
220
|
-
|
|
221
|
-
* [ModifyCustomRuleStatus](https://cloud.tencent.com/document/api/1458/81458)
|
|
222
|
-
|
|
223
|
-
* 新增入参:CorpId
|
|
224
268
|
|
|
269
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
225
270
|
|
|
226
271
|
|
|
227
272
|
|
|
228
|
-
##
|
|
273
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
229
274
|
|
|
230
|
-
### 第
|
|
275
|
+
### 第 14 次发布
|
|
231
276
|
|
|
232
|
-
发布时间:2022-11-
|
|
277
|
+
发布时间:2022-11-23 07:08:01
|
|
233
278
|
|
|
234
279
|
本次发布包含了以下内容:
|
|
235
280
|
|
|
236
281
|
改善已有的文档。
|
|
237
282
|
|
|
283
|
+
新增接口:
|
|
284
|
+
|
|
285
|
+
* [CreateResourcePath](https://cloud.tencent.com/document/api/1267/83229)
|
|
286
|
+
|
|
238
287
|
修改接口:
|
|
239
288
|
|
|
240
|
-
* [
|
|
289
|
+
* [GenHiveTableDDLSql](https://cloud.tencent.com/document/api/1267/82483)
|
|
241
290
|
|
|
242
|
-
* 新增入参:
|
|
291
|
+
* 新增入参:SourceFieldInfoList
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
新增数据结构:
|
|
295
|
+
|
|
296
|
+
* [SourceFieldInfo](https://cloud.tencent.com/document/api/1267/76336#SourceFieldInfo)
|
|
297
|
+
|
|
298
|
+
修改数据结构:
|
|
299
|
+
|
|
300
|
+
* [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
|
|
301
|
+
|
|
302
|
+
* 新增成员:Alias
|
|
243
303
|
|
|
244
304
|
|
|
245
305
|
|
|
@@ -1774,6 +1834,28 @@
|
|
|
1774
1834
|
|
|
1775
1835
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1776
1836
|
|
|
1837
|
+
### 第 46 次发布
|
|
1838
|
+
|
|
1839
|
+
发布时间:2022-11-23 06:03:44
|
|
1840
|
+
|
|
1841
|
+
本次发布包含了以下内容:
|
|
1842
|
+
|
|
1843
|
+
改善已有的文档。
|
|
1844
|
+
|
|
1845
|
+
修改接口:
|
|
1846
|
+
|
|
1847
|
+
* [ModifyDDoSThreshold](https://cloud.tencent.com/document/api/1021/69190)
|
|
1848
|
+
|
|
1849
|
+
* 新增入参:AckFloodThreshold, AckFloodPktThreshold, SynAckFloodThreshold, SynAckFloodPktThreshold, RstFloodThreshold, RstFloodPktThreshold
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
修改数据结构:
|
|
1853
|
+
|
|
1854
|
+
* [ProtectThresholdRelation](https://cloud.tencent.com/document/api/1021/57582#ProtectThresholdRelation)
|
|
1855
|
+
|
|
1856
|
+
* 新增成员:AckFloodThreshold, AckFloodPktThreshold, SynAckFloodThreshold, SynAckFloodPktThreshold, RstFloodThreshold, RstFloodPktThreshold
|
|
1857
|
+
|
|
1858
|
+
|
|
1777
1859
|
### 第 45 次发布
|
|
1778
1860
|
|
|
1779
1861
|
发布时间:2022-11-09 06:08:09
|
|
@@ -26956,6 +27038,25 @@
|
|
|
26956
27038
|
|
|
26957
27039
|
## 云服务器(cvm) 版本:2017-03-12
|
|
26958
27040
|
|
|
27041
|
+
### 第 98 次发布
|
|
27042
|
+
|
|
27043
|
+
发布时间:2022-11-23 06:18:34
|
|
27044
|
+
|
|
27045
|
+
本次发布包含了以下内容:
|
|
27046
|
+
|
|
27047
|
+
改善已有的文档。
|
|
27048
|
+
|
|
27049
|
+
新增接口:
|
|
27050
|
+
|
|
27051
|
+
* [[CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)](https://cloud.tencent.com/document/api/#/#)
|
|
27052
|
+
* [[DeleteHpcClusters](https://cloud.tencent.com/document/api/213/83221)](https://cloud.tencent.com/document/api/#/#)
|
|
27053
|
+
* [[DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)](https://cloud.tencent.com/document/api/#/#)
|
|
27054
|
+
* [[ModifyHpcClusterAttribute](https://cloud.tencent.com/document/api/213/83219)](https://cloud.tencent.com/document/api/#/#)
|
|
27055
|
+
|
|
27056
|
+
新增数据结构:
|
|
27057
|
+
|
|
27058
|
+
* [[HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)](https://cloud.tencent.com/document/api/213/15753#[HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo))
|
|
27059
|
+
|
|
26959
27060
|
### 第 97 次发布
|
|
26960
27061
|
|
|
26961
27062
|
发布时间:2022-11-15 06:17:11
|
|
@@ -30828,6 +30929,32 @@
|
|
|
30828
30929
|
|
|
30829
30930
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
30830
30931
|
|
|
30932
|
+
### 第 31 次发布
|
|
30933
|
+
|
|
30934
|
+
发布时间:2022-11-23 06:21:08
|
|
30935
|
+
|
|
30936
|
+
本次发布包含了以下内容:
|
|
30937
|
+
|
|
30938
|
+
改善已有的文档。
|
|
30939
|
+
|
|
30940
|
+
修改接口:
|
|
30941
|
+
|
|
30942
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/1003/77805)
|
|
30943
|
+
|
|
30944
|
+
* 新增入参:EngineVersions, TemplateNames, TemplateIds, DbModes, Offset, Limit, Products, TemplateTypes, EngineTypes, OrderBy, OrderDirection
|
|
30945
|
+
|
|
30946
|
+
|
|
30947
|
+
新增数据结构:
|
|
30948
|
+
|
|
30949
|
+
* [[TemplateParamInfo](https://cloud.tencent.com/document/api/1003/48097#TemplateParamInfo)](https://cloud.tencent.com/document/api/1003/48097#[TemplateParamInfo](https://cloud.tencent.com/document/api/1003/48097#TemplateParamInfo))
|
|
30950
|
+
|
|
30951
|
+
修改数据结构:
|
|
30952
|
+
|
|
30953
|
+
* [ParamTemplateListInfo](https://cloud.tencent.com/document/api/1003/48097#ParamTemplateListInfo)
|
|
30954
|
+
|
|
30955
|
+
* 新增成员:DbMode, ParamInfoSet
|
|
30956
|
+
|
|
30957
|
+
|
|
30831
30958
|
### 第 30 次发布
|
|
30832
30959
|
|
|
30833
30960
|
发布时间:2022-11-01 06:21:27
|
|
@@ -32665,6 +32792,21 @@
|
|
|
32665
32792
|
|
|
32666
32793
|
## 云数据库独享集群(dbdc) 版本:2020-10-29
|
|
32667
32794
|
|
|
32795
|
+
### 第 4 次发布
|
|
32796
|
+
|
|
32797
|
+
发布时间:2022-11-23 06:23:05
|
|
32798
|
+
|
|
32799
|
+
本次发布包含了以下内容:
|
|
32800
|
+
|
|
32801
|
+
改善已有的文档。
|
|
32802
|
+
|
|
32803
|
+
修改数据结构:
|
|
32804
|
+
|
|
32805
|
+
* [HostDetail](https://cloud.tencent.com/document/api/1322/74754#HostDetail)
|
|
32806
|
+
|
|
32807
|
+
* 新增成员:InstanceId
|
|
32808
|
+
|
|
32809
|
+
|
|
32668
32810
|
### 第 3 次发布
|
|
32669
32811
|
|
|
32670
32812
|
发布时间:2022-07-27 06:08:38
|
|
@@ -33184,6 +33326,21 @@
|
|
|
33184
33326
|
|
|
33185
33327
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
33186
33328
|
|
|
33329
|
+
### 第 49 次发布
|
|
33330
|
+
|
|
33331
|
+
发布时间:2022-11-23 06:23:24
|
|
33332
|
+
|
|
33333
|
+
本次发布包含了以下内容:
|
|
33334
|
+
|
|
33335
|
+
改善已有的文档。
|
|
33336
|
+
|
|
33337
|
+
修改数据结构:
|
|
33338
|
+
|
|
33339
|
+
* [DcnDetailItem](https://cloud.tencent.com/document/api/557/16142#DcnDetailItem)
|
|
33340
|
+
|
|
33341
|
+
* 新增成员:EncryptStatus
|
|
33342
|
+
|
|
33343
|
+
|
|
33187
33344
|
### 第 48 次发布
|
|
33188
33345
|
|
|
33189
33346
|
发布时间:2022-11-16 06:19:54
|
|
@@ -34911,6 +35068,26 @@
|
|
|
34911
35068
|
|
|
34912
35069
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
34913
35070
|
|
|
35071
|
+
### 第 10 次发布
|
|
35072
|
+
|
|
35073
|
+
发布时间:2022-11-23 06:24:39
|
|
35074
|
+
|
|
35075
|
+
本次发布包含了以下内容:
|
|
35076
|
+
|
|
35077
|
+
改善已有的文档。
|
|
35078
|
+
|
|
35079
|
+
新增接口:
|
|
35080
|
+
|
|
35081
|
+
* [[CreateRecordGroup](https://cloud.tencent.com/document/api/1427/83227)](https://cloud.tencent.com/document/api/#/#)
|
|
35082
|
+
* [[DeleteRecordGroup](https://cloud.tencent.com/document/api/1427/83226)](https://cloud.tencent.com/document/api/#/#)
|
|
35083
|
+
* [[DescribeRecordGroupList](https://cloud.tencent.com/document/api/1427/83225)](https://cloud.tencent.com/document/api/#/#)
|
|
35084
|
+
* [[ModifyRecordGroup](https://cloud.tencent.com/document/api/1427/83224)](https://cloud.tencent.com/document/api/#/#)
|
|
35085
|
+
* [[ModifyRecordToGroup](https://cloud.tencent.com/document/api/1427/83223)](https://cloud.tencent.com/document/api/#/#)
|
|
35086
|
+
|
|
35087
|
+
新增数据结构:
|
|
35088
|
+
|
|
35089
|
+
* [[RecordGroupInfo](https://cloud.tencent.com/document/api/1427/56185#RecordGroupInfo)](https://cloud.tencent.com/document/api/1427/56185#[RecordGroupInfo](https://cloud.tencent.com/document/api/1427/56185#RecordGroupInfo))
|
|
35090
|
+
|
|
34914
35091
|
### 第 9 次发布
|
|
34915
35092
|
|
|
34916
35093
|
发布时间:2022-11-22 06:27:31
|
|
@@ -34921,26 +35098,26 @@
|
|
|
34921
35098
|
|
|
34922
35099
|
新增接口:
|
|
34923
35100
|
|
|
34924
|
-
* [
|
|
34925
|
-
* [
|
|
34926
|
-
* [
|
|
34927
|
-
* [
|
|
34928
|
-
* [
|
|
34929
|
-
* [
|
|
34930
|
-
* [
|
|
34931
|
-
* [
|
|
34932
|
-
* [
|
|
34933
|
-
* [
|
|
34934
|
-
* [
|
|
34935
|
-
* [
|
|
34936
|
-
* [
|
|
35101
|
+
* [CheckRecordSnapshotRollback](https://cloud.tencent.com/document/api/1427/83186)
|
|
35102
|
+
* [CheckSnapshotRollback](https://cloud.tencent.com/document/api/1427/83185)
|
|
35103
|
+
* [CreateSnapshot](https://cloud.tencent.com/document/api/1427/83184)
|
|
35104
|
+
* [DeleteSnapshot](https://cloud.tencent.com/document/api/1427/83183)
|
|
35105
|
+
* [DescribeRecordSnapshotRollbackResult](https://cloud.tencent.com/document/api/1427/83182)
|
|
35106
|
+
* [DescribeSnapshotConfig](https://cloud.tencent.com/document/api/1427/83181)
|
|
35107
|
+
* [DescribeSnapshotList](https://cloud.tencent.com/document/api/1427/83180)
|
|
35108
|
+
* [DescribeSnapshotRollbackResult](https://cloud.tencent.com/document/api/1427/83179)
|
|
35109
|
+
* [DescribeSnapshotRollbackTask](https://cloud.tencent.com/document/api/1427/83178)
|
|
35110
|
+
* [DownloadSnapshot](https://cloud.tencent.com/document/api/1427/83177)
|
|
35111
|
+
* [ModifySnapshotConfig](https://cloud.tencent.com/document/api/1427/83176)
|
|
35112
|
+
* [RollbackRecordSnapshot](https://cloud.tencent.com/document/api/1427/83175)
|
|
35113
|
+
* [RollbackSnapshot](https://cloud.tencent.com/document/api/1427/83174)
|
|
34937
35114
|
|
|
34938
35115
|
新增数据结构:
|
|
34939
35116
|
|
|
34940
|
-
* [
|
|
34941
|
-
* [
|
|
34942
|
-
* [
|
|
34943
|
-
* [
|
|
35117
|
+
* [SnapshotConfig](https://cloud.tencent.com/document/api/1427/56185#SnapshotConfig)
|
|
35118
|
+
* [SnapshotInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotInfo)
|
|
35119
|
+
* [SnapshotPageInfo](https://cloud.tencent.com/document/api/1427/56185#SnapshotPageInfo)
|
|
35120
|
+
* [SnapshotRecord](https://cloud.tencent.com/document/api/1427/56185#SnapshotRecord)
|
|
34944
35121
|
|
|
34945
35122
|
### 第 8 次发布
|
|
34946
35123
|
|
|
@@ -54800,6 +54977,26 @@
|
|
|
54800
54977
|
|
|
54801
54978
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
54802
54979
|
|
|
54980
|
+
### 第 48 次发布
|
|
54981
|
+
|
|
54982
|
+
发布时间:2022-11-23 06:38:36
|
|
54983
|
+
|
|
54984
|
+
本次发布包含了以下内容:
|
|
54985
|
+
|
|
54986
|
+
改善已有的文档。
|
|
54987
|
+
|
|
54988
|
+
新增数据结构:
|
|
54989
|
+
|
|
54990
|
+
* [[DCNReplicaConfig](https://cloud.tencent.com/document/api/237/16191#DCNReplicaConfig)](https://cloud.tencent.com/document/api/237/16191#[DCNReplicaConfig](https://cloud.tencent.com/document/api/237/16191#DCNReplicaConfig))
|
|
54991
|
+
* [[DCNReplicaStatus](https://cloud.tencent.com/document/api/237/16191#DCNReplicaStatus)](https://cloud.tencent.com/document/api/237/16191#[DCNReplicaStatus](https://cloud.tencent.com/document/api/237/16191#DCNReplicaStatus))
|
|
54992
|
+
|
|
54993
|
+
修改数据结构:
|
|
54994
|
+
|
|
54995
|
+
* [DcnDetailItem](https://cloud.tencent.com/document/api/237/16191#DcnDetailItem)
|
|
54996
|
+
|
|
54997
|
+
* 新增成员:ReplicaConfig, ReplicaStatus, EncryptStatus
|
|
54998
|
+
|
|
54999
|
+
|
|
54803
55000
|
### 第 47 次发布
|
|
54804
55001
|
|
|
54805
55002
|
发布时间:2022-11-16 06:29:49
|
|
@@ -58328,6 +58525,21 @@
|
|
|
58328
58525
|
|
|
58329
58526
|
## 媒体处理(mps) 版本:2019-06-12
|
|
58330
58527
|
|
|
58528
|
+
### 第 48 次发布
|
|
58529
|
+
|
|
58530
|
+
发布时间:2022-11-23 06:41:18
|
|
58531
|
+
|
|
58532
|
+
本次发布包含了以下内容:
|
|
58533
|
+
|
|
58534
|
+
改善已有的文档。
|
|
58535
|
+
|
|
58536
|
+
修改数据结构:
|
|
58537
|
+
|
|
58538
|
+
* [LiveStreamTaskNotifyConfig](https://cloud.tencent.com/document/api/862/37615#LiveStreamTaskNotifyConfig)
|
|
58539
|
+
|
|
58540
|
+
* <font color="#dd0000">**修改成员**:</font>CmqModel, CmqRegion
|
|
58541
|
+
|
|
58542
|
+
|
|
58331
58543
|
### 第 47 次发布
|
|
58332
58544
|
|
|
58333
58545
|
发布时间:2022-11-22 06:43:53
|
|
@@ -58338,7 +58550,7 @@
|
|
|
58338
58550
|
|
|
58339
58551
|
新增数据结构:
|
|
58340
58552
|
|
|
58341
|
-
* [
|
|
58553
|
+
* [ResilientStreamConf](https://cloud.tencent.com/document/api/862/37615#ResilientStreamConf)
|
|
58342
58554
|
|
|
58343
58555
|
修改数据结构:
|
|
58344
58556
|
|
|
@@ -61463,6 +61675,21 @@
|
|
|
61463
61675
|
|
|
61464
61676
|
## 文字识别(ocr) 版本:2018-11-19
|
|
61465
61677
|
|
|
61678
|
+
### 第 83 次发布
|
|
61679
|
+
|
|
61680
|
+
发布时间:2022-11-23 06:43:01
|
|
61681
|
+
|
|
61682
|
+
本次发布包含了以下内容:
|
|
61683
|
+
|
|
61684
|
+
改善已有的文档。
|
|
61685
|
+
|
|
61686
|
+
修改数据结构:
|
|
61687
|
+
|
|
61688
|
+
* [OnlineTaxiItineraryInfo](https://cloud.tencent.com/document/api/866/33527#OnlineTaxiItineraryInfo)
|
|
61689
|
+
|
|
61690
|
+
* 新增成员:Row
|
|
61691
|
+
|
|
61692
|
+
|
|
61466
61693
|
### 第 82 次发布
|
|
61467
61694
|
|
|
61468
61695
|
发布时间:2022-11-15 06:33:44
|
|
@@ -68076,6 +68303,25 @@
|
|
|
68076
68303
|
|
|
68077
68304
|
## 智能媒资托管(smh) 版本:2021-07-12
|
|
68078
68305
|
|
|
68306
|
+
### 第 4 次发布
|
|
68307
|
+
|
|
68308
|
+
发布时间:2022-11-23 06:47:21
|
|
68309
|
+
|
|
68310
|
+
本次发布包含了以下内容:
|
|
68311
|
+
|
|
68312
|
+
改善已有的文档。
|
|
68313
|
+
|
|
68314
|
+
修改接口:
|
|
68315
|
+
|
|
68316
|
+
* [SendSmsCode](https://cloud.tencent.com/document/api/1339/69080)
|
|
68317
|
+
|
|
68318
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
68319
|
+
|
|
68320
|
+
* [VerifySmsCode](https://cloud.tencent.com/document/api/1339/69079)
|
|
68321
|
+
|
|
68322
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
68323
|
+
|
|
68324
|
+
|
|
68079
68325
|
### 第 3 次发布
|
|
68080
68326
|
|
|
68081
68327
|
发布时间:2022-04-25 06:11:28
|
|
@@ -80464,6 +80710,22 @@
|
|
|
80464
80710
|
|
|
80465
80711
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
80466
80712
|
|
|
80713
|
+
### 第 14 次发布
|
|
80714
|
+
|
|
80715
|
+
发布时间:2022-11-23 06:56:52
|
|
80716
|
+
|
|
80717
|
+
本次发布包含了以下内容:
|
|
80718
|
+
|
|
80719
|
+
改善已有的文档。
|
|
80720
|
+
|
|
80721
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
80722
|
+
|
|
80723
|
+
* DescribeBillingData
|
|
80724
|
+
|
|
80725
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
80726
|
+
|
|
80727
|
+
* BillingDataFilter
|
|
80728
|
+
|
|
80467
80729
|
### 第 13 次发布
|
|
80468
80730
|
|
|
80469
80731
|
发布时间:2022-11-17 06:49:23
|
|
@@ -81974,13 +82236,13 @@
|
|
|
81974
82236
|
|
|
81975
82237
|
新增接口:
|
|
81976
82238
|
|
|
81977
|
-
* [
|
|
81978
|
-
* [
|
|
82239
|
+
* [DetectChefDress](https://cloud.tencent.com/document/api/865/83188)
|
|
82240
|
+
* [DetectSecurity](https://cloud.tencent.com/document/api/865/83187)
|
|
81979
82241
|
|
|
81980
82242
|
新增数据结构:
|
|
81981
82243
|
|
|
81982
|
-
* [
|
|
81983
|
-
* [
|
|
82244
|
+
* [AttributesForBody](https://cloud.tencent.com/document/api/865/35474#AttributesForBody)
|
|
82245
|
+
* [BodyAttributes](https://cloud.tencent.com/document/api/865/35474#BodyAttributes)
|
|
81984
82246
|
|
|
81985
82247
|
### 第 29 次发布
|
|
81986
82248
|
|
|
@@ -82821,6 +83083,18 @@
|
|
|
82821
83083
|
|
|
82822
83084
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
82823
83085
|
|
|
83086
|
+
### 第 10 次发布
|
|
83087
|
+
|
|
83088
|
+
发布时间:2022-11-23 06:59:03
|
|
83089
|
+
|
|
83090
|
+
本次发布包含了以下内容:
|
|
83091
|
+
|
|
83092
|
+
改善已有的文档。
|
|
83093
|
+
|
|
83094
|
+
新增接口:
|
|
83095
|
+
|
|
83096
|
+
* [[ModifyModelService](https://cloud.tencent.com/document/api/851/83228)](https://cloud.tencent.com/document/api/#/#)
|
|
83097
|
+
|
|
82824
83098
|
### 第 9 次发布
|
|
82825
83099
|
|
|
82826
83100
|
发布时间:2022-11-18 06:53:56
|
|
@@ -98043,6 +98317,36 @@
|
|
|
98043
98317
|
|
|
98044
98318
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
98045
98319
|
|
|
98320
|
+
### 第 14 次发布
|
|
98321
|
+
|
|
98322
|
+
发布时间:2022-11-23 07:08:01
|
|
98323
|
+
|
|
98324
|
+
本次发布包含了以下内容:
|
|
98325
|
+
|
|
98326
|
+
改善已有的文档。
|
|
98327
|
+
|
|
98328
|
+
新增接口:
|
|
98329
|
+
|
|
98330
|
+
* [[CreateResourcePath](https://cloud.tencent.com/document/api/1267/83229)](https://cloud.tencent.com/document/api/#/#)
|
|
98331
|
+
|
|
98332
|
+
修改接口:
|
|
98333
|
+
|
|
98334
|
+
* [GenHiveTableDDLSql](https://cloud.tencent.com/document/api/1267/82483)
|
|
98335
|
+
|
|
98336
|
+
* 新增入参:SourceFieldInfoList
|
|
98337
|
+
|
|
98338
|
+
|
|
98339
|
+
新增数据结构:
|
|
98340
|
+
|
|
98341
|
+
* [[SourceFieldInfo](https://cloud.tencent.com/document/api/1267/76336#SourceFieldInfo)](https://cloud.tencent.com/document/api/1267/76336#[SourceFieldInfo](https://cloud.tencent.com/document/api/1267/76336#SourceFieldInfo))
|
|
98342
|
+
|
|
98343
|
+
修改数据结构:
|
|
98344
|
+
|
|
98345
|
+
* [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
|
|
98346
|
+
|
|
98347
|
+
* 新增成员:Alias
|
|
98348
|
+
|
|
98349
|
+
|
|
98046
98350
|
### 第 13 次发布
|
|
98047
98351
|
|
|
98048
98352
|
发布时间:2022-11-16 06:49:20
|