tencentcloud-sdk-nodejs 4.0.934 → 4.0.935
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 +328 -0
- package/SERVICE_CHANGELOG.md +460 -73
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +13 -0
- package/src/services/aiart/v20221229/aiart_models.ts +69 -0
- package/src/services/cfg/v20210820/cfg_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +3 -2
- package/src/services/dcdb/v20180411/dcdb_client.ts +35 -7
- package/src/services/dcdb/v20180411/dcdb_models.ts +184 -6
- package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +69 -6
- package/src/services/emr/v20190103/emr_client.ts +88 -22
- package/src/services/emr/v20190103/emr_models.ts +1402 -1119
- package/src/services/es/v20180416/es_client.ts +12 -0
- package/src/services/es/v20180416/es_models.ts +28 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +22 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +60 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +41 -13
- package/src/services/mariadb/v20170312/mariadb_models.ts +184 -6
- package/src/services/ocr/v20181119/ocr_models.ts +6 -6
- package/src/services/redis/v20180412/redis_client.ts +29 -4
- package/src/services/redis/v20180412/redis_models.ts +239 -131
- package/src/services/teo/v20220901/teo_models.ts +11 -11
- package/src/services/tsf/v20180326/tsf_models.ts +34 -15
- package/src/services/vdb/v20230616/vdb_client.ts +66 -2
- package/src/services/vdb/v20230616/vdb_models.ts +273 -27
- package/src/services/vpc/v20170312/vpc_models.ts +8 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +6 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +7 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +67 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +3 -2
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +17 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +178 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +66 -6
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +29 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +40 -6
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1241 -970
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +26 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +16 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +58 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +15 -5
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +20 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +178 -6
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +234 -131
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -11
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +34 -15
- package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +21 -1
- package/tencentcloud/services/vdb/v20230616/vdb_client.js +30 -0
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +259 -27
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -5
- package/test/aiart.v20221229.test.js +10 -0
- package/test/dcdb.v20180411.test.js +22 -2
- package/test/dnspod.v20210323.test.js +10 -0
- package/test/emr.v20190103.test.js +54 -4
- package/test/es.v20180416.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/mariadb.v20170312.test.js +24 -4
- package/test/redis.v20180412.test.js +20 -0
- package/test/vdb.v20230616.test.js +50 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 13 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-11 01:07:24
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,19 +12,49 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [SketchToImage](https://cloud.tencent.com/document/api/1668/110863)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
### 第 12 次发布
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
发布时间:2024-09-10 11:22:26
|
|
20
20
|
|
|
21
|
+
本次发布包含了以下内容:
|
|
21
22
|
|
|
23
|
+
改善已有的文档。
|
|
22
24
|
|
|
23
|
-
|
|
25
|
+
修改接口:
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
* [ImageToImage](https://cloud.tencent.com/document/api/1668/88066)
|
|
26
28
|
|
|
27
|
-
|
|
29
|
+
* 新增入参:EnhanceImage, RestoreFace
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
35
|
+
|
|
36
|
+
### 第 19 次发布
|
|
37
|
+
|
|
38
|
+
发布时间:2024-09-11 01:19:01
|
|
39
|
+
|
|
40
|
+
本次发布包含了以下内容:
|
|
41
|
+
|
|
42
|
+
改善已有的文档。
|
|
43
|
+
|
|
44
|
+
修改数据结构:
|
|
45
|
+
|
|
46
|
+
* [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
|
|
47
|
+
|
|
48
|
+
* 新增成员:TaskRegionName
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
54
|
+
|
|
55
|
+
### 第 108 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2024-09-11 01:20:54
|
|
28
58
|
|
|
29
59
|
本次发布包含了以下内容:
|
|
30
60
|
|
|
@@ -32,26 +62,45 @@
|
|
|
32
62
|
|
|
33
63
|
修改接口:
|
|
34
64
|
|
|
35
|
-
* [
|
|
65
|
+
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
36
66
|
|
|
37
|
-
* 新增入参:EncryptedPassword
|
|
38
67
|
|
|
39
|
-
|
|
68
|
+
修改数据结构:
|
|
40
69
|
|
|
41
|
-
* [
|
|
70
|
+
* [OperateResponseData](https://cloud.tencent.com/document/api/597/40861#OperateResponseData)
|
|
42
71
|
|
|
43
|
-
*
|
|
72
|
+
* <font color="#dd0000">**修改成员**:</font>RouteDTO
|
|
44
73
|
|
|
45
|
-
* <font color="#dd0000">**修改入参**:</font>Password
|
|
46
74
|
|
|
47
75
|
|
|
48
76
|
|
|
77
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
49
78
|
|
|
50
|
-
|
|
79
|
+
### 第 73 次发布
|
|
51
80
|
|
|
52
|
-
|
|
81
|
+
发布时间:2024-09-11 01:32:35
|
|
82
|
+
|
|
83
|
+
本次发布包含了以下内容:
|
|
84
|
+
|
|
85
|
+
改善已有的文档。
|
|
86
|
+
|
|
87
|
+
新增接口:
|
|
88
|
+
|
|
89
|
+
* [DescribeBackupConfigs](https://cloud.tencent.com/document/api/557/110865)
|
|
90
|
+
* [ModifyBackupConfigs](https://cloud.tencent.com/document/api/557/110864)
|
|
91
|
+
|
|
92
|
+
新增数据结构:
|
|
93
|
+
|
|
94
|
+
* [BackupConfig](https://cloud.tencent.com/document/api/557/16142#BackupConfig)
|
|
95
|
+
* [NewBackupConfig](https://cloud.tencent.com/document/api/557/16142#NewBackupConfig)
|
|
53
96
|
|
|
54
|
-
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
100
|
+
|
|
101
|
+
### 第 33 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2024-09-11 01:34:34
|
|
55
104
|
|
|
56
105
|
本次发布包含了以下内容:
|
|
57
106
|
|
|
@@ -59,16 +108,19 @@
|
|
|
59
108
|
|
|
60
109
|
新增接口:
|
|
61
110
|
|
|
62
|
-
* [
|
|
63
|
-
|
|
111
|
+
* [DescribeDomainShareUserList](https://cloud.tencent.com/document/api/1427/110866)
|
|
112
|
+
|
|
113
|
+
新增数据结构:
|
|
114
|
+
|
|
115
|
+
* [DomainShareUserInfo](https://cloud.tencent.com/document/api/1427/56185#DomainShareUserInfo)
|
|
64
116
|
|
|
65
117
|
|
|
66
118
|
|
|
67
119
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
68
120
|
|
|
69
|
-
### 第
|
|
121
|
+
### 第 76 次发布
|
|
70
122
|
|
|
71
|
-
发布时间:2024-09-
|
|
123
|
+
发布时间:2024-09-11 01:39:43
|
|
72
124
|
|
|
73
125
|
本次发布包含了以下内容:
|
|
74
126
|
|
|
@@ -76,47 +128,67 @@
|
|
|
76
128
|
|
|
77
129
|
新增接口:
|
|
78
130
|
|
|
79
|
-
* [
|
|
131
|
+
* [CreateSLInstance](https://cloud.tencent.com/document/api/589/110872)
|
|
132
|
+
* [DescribeSLInstance](https://cloud.tencent.com/document/api/589/110871)
|
|
133
|
+
* [DescribeSLInstanceList](https://cloud.tencent.com/document/api/589/110870)
|
|
134
|
+
* [ModifySLInstance](https://cloud.tencent.com/document/api/589/110869)
|
|
135
|
+
* [TerminateSLInstance](https://cloud.tencent.com/document/api/589/110868)
|
|
136
|
+
|
|
137
|
+
修改接口:
|
|
138
|
+
|
|
139
|
+
* [ModifyAutoRenewFlag](https://cloud.tencent.com/document/api/589/110534)
|
|
140
|
+
|
|
141
|
+
* 新增入参:ComputeResourceId
|
|
142
|
+
|
|
80
143
|
|
|
81
144
|
新增数据结构:
|
|
82
145
|
|
|
83
|
-
* [
|
|
84
|
-
* [
|
|
85
|
-
* [DiffHeader](https://cloud.tencent.com/document/api/589/33981#DiffHeader)
|
|
146
|
+
* [SLInstanceInfo](https://cloud.tencent.com/document/api/589/33981#SLInstanceInfo)
|
|
147
|
+
* [ZoneSetting](https://cloud.tencent.com/document/api/589/33981#ZoneSetting)
|
|
86
148
|
|
|
87
149
|
|
|
88
150
|
|
|
89
151
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
90
152
|
|
|
91
|
-
### 第
|
|
153
|
+
### 第 69 次发布
|
|
92
154
|
|
|
93
|
-
发布时间:2024-09-10
|
|
155
|
+
发布时间:2024-09-10 15:12:32
|
|
94
156
|
|
|
95
157
|
本次发布包含了以下内容:
|
|
96
158
|
|
|
97
159
|
改善已有的文档。
|
|
98
160
|
|
|
99
|
-
|
|
161
|
+
新增接口:
|
|
100
162
|
|
|
101
|
-
* [
|
|
163
|
+
* [DescribeSpaceKibanaTools](https://cloud.tencent.com/document/api/845/110854)
|
|
102
164
|
|
|
103
|
-
* 新增入参:BatchIndexList
|
|
104
165
|
|
|
105
|
-
* 新增出参:MetricMapList
|
|
106
166
|
|
|
167
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
107
168
|
|
|
108
|
-
|
|
169
|
+
### 第 182 次发布
|
|
109
170
|
|
|
110
|
-
|
|
111
|
-
* [MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId)
|
|
171
|
+
发布时间:2024-09-11 01:42:03
|
|
112
172
|
|
|
173
|
+
本次发布包含了以下内容:
|
|
113
174
|
|
|
175
|
+
改善已有的文档。
|
|
114
176
|
|
|
115
|
-
|
|
177
|
+
新增接口:
|
|
116
178
|
|
|
117
|
-
|
|
179
|
+
* [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1420/110873)
|
|
118
180
|
|
|
119
|
-
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
188
|
+
|
|
189
|
+
### 第 66 次发布
|
|
190
|
+
|
|
191
|
+
发布时间:2024-09-11 01:55:56
|
|
120
192
|
|
|
121
193
|
本次发布包含了以下内容:
|
|
122
194
|
|
|
@@ -124,19 +196,21 @@
|
|
|
124
196
|
|
|
125
197
|
新增接口:
|
|
126
198
|
|
|
127
|
-
* [
|
|
199
|
+
* [DescribeBackupConfigs](https://cloud.tencent.com/document/api/237/110875)
|
|
200
|
+
* [ModifyBackupConfigs](https://cloud.tencent.com/document/api/237/110874)
|
|
128
201
|
|
|
129
202
|
新增数据结构:
|
|
130
203
|
|
|
131
|
-
* [
|
|
204
|
+
* [BackupConfig](https://cloud.tencent.com/document/api/237/16191#BackupConfig)
|
|
205
|
+
* [NewBackupConfig](https://cloud.tencent.com/document/api/237/16191#NewBackupConfig)
|
|
132
206
|
|
|
133
207
|
|
|
134
208
|
|
|
135
|
-
##
|
|
209
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
136
210
|
|
|
137
|
-
### 第
|
|
211
|
+
### 第 149 次发布
|
|
138
212
|
|
|
139
|
-
发布时间:2024-09-
|
|
213
|
+
发布时间:2024-09-11 02:01:34
|
|
140
214
|
|
|
141
215
|
本次发布包含了以下内容:
|
|
142
216
|
|
|
@@ -144,26 +218,39 @@
|
|
|
144
218
|
|
|
145
219
|
修改接口:
|
|
146
220
|
|
|
147
|
-
* [
|
|
221
|
+
* [PermitOCR](https://cloud.tencent.com/document/api/866/37074)
|
|
148
222
|
|
|
149
|
-
*
|
|
223
|
+
* 新增出参:Type
|
|
150
224
|
|
|
151
|
-
* <font color="#dd0000">**修改入参**:</font>Password
|
|
152
225
|
|
|
153
|
-
* [ResetAccountPassword](https://cloud.tencent.com/document/api/237/16168)
|
|
154
226
|
|
|
155
|
-
* 新增入参:EncryptedPassword
|
|
156
227
|
|
|
157
|
-
|
|
228
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
158
229
|
|
|
230
|
+
### 第 81 次发布
|
|
159
231
|
|
|
232
|
+
发布时间:2024-09-11 02:05:34
|
|
160
233
|
|
|
234
|
+
本次发布包含了以下内容:
|
|
161
235
|
|
|
162
|
-
|
|
236
|
+
改善已有的文档。
|
|
163
237
|
|
|
164
|
-
|
|
238
|
+
新增接口:
|
|
165
239
|
|
|
166
|
-
|
|
240
|
+
* [DescribeInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110878)
|
|
241
|
+
* [ModifyInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110877)
|
|
242
|
+
|
|
243
|
+
新增数据结构:
|
|
244
|
+
|
|
245
|
+
* [LogDeliveryInfo](https://cloud.tencent.com/document/api/239/20022#LogDeliveryInfo)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
250
|
+
|
|
251
|
+
### 第 84 次发布
|
|
252
|
+
|
|
253
|
+
发布时间:2024-09-11 02:18:47
|
|
167
254
|
|
|
168
255
|
本次发布包含了以下内容:
|
|
169
256
|
|
|
@@ -171,18 +258,22 @@
|
|
|
171
258
|
|
|
172
259
|
修改数据结构:
|
|
173
260
|
|
|
174
|
-
* [
|
|
261
|
+
* [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)
|
|
175
262
|
|
|
176
|
-
|
|
263
|
+
* [OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo)
|
|
177
264
|
|
|
178
265
|
|
|
179
266
|
|
|
180
267
|
|
|
181
|
-
##
|
|
268
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
182
269
|
|
|
183
|
-
### 第 76 次发布
|
|
184
270
|
|
|
185
|
-
|
|
271
|
+
|
|
272
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
273
|
+
|
|
274
|
+
### 第 113 次发布
|
|
275
|
+
|
|
276
|
+
发布时间:2024-09-11 02:25:39
|
|
186
277
|
|
|
187
278
|
本次发布包含了以下内容:
|
|
188
279
|
|
|
@@ -190,17 +281,51 @@
|
|
|
190
281
|
|
|
191
282
|
修改接口:
|
|
192
283
|
|
|
193
|
-
* [
|
|
284
|
+
* [CreateAllGatewayApiAsync](https://cloud.tencent.com/document/api/649/50642)
|
|
194
285
|
|
|
195
|
-
*
|
|
286
|
+
* 新增入参:NamespaceId
|
|
196
287
|
|
|
197
|
-
* [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
|
|
198
288
|
|
|
199
|
-
|
|
289
|
+
修改数据结构:
|
|
290
|
+
|
|
291
|
+
* [ApiRateLimitRule](https://cloud.tencent.com/document/api/649/36099#ApiRateLimitRule)
|
|
292
|
+
|
|
293
|
+
* 新增成员:Limit, Offset, AppId
|
|
294
|
+
|
|
295
|
+
* [GatewayGroupApiVo](https://cloud.tencent.com/document/api/649/36099#GatewayGroupApiVo)
|
|
296
|
+
|
|
297
|
+
* <font color="#dd0000">**修改成员**:</font>ApiId, Path, MicroserviceName, Method, NamespaceName
|
|
200
298
|
|
|
201
299
|
|
|
202
300
|
|
|
203
301
|
|
|
302
|
+
## 向量数据库(vdb) 版本:2023-06-16
|
|
303
|
+
|
|
304
|
+
### 第 3 次发布
|
|
305
|
+
|
|
306
|
+
发布时间:2024-09-11 02:27:43
|
|
307
|
+
|
|
308
|
+
本次发布包含了以下内容:
|
|
309
|
+
|
|
310
|
+
改善已有的文档。
|
|
311
|
+
|
|
312
|
+
新增接口:
|
|
313
|
+
|
|
314
|
+
* [AssociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110884)
|
|
315
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1709/110883)
|
|
316
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
317
|
+
* [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110882)
|
|
318
|
+
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/1709/110881)
|
|
319
|
+
|
|
320
|
+
新增数据结构:
|
|
321
|
+
|
|
322
|
+
* [Inbound](https://cloud.tencent.com/document/api/1709/106757#Inbound)
|
|
323
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1709/106757#NodeInfo)
|
|
324
|
+
* [Outbound](https://cloud.tencent.com/document/api/1709/106757#Outbound)
|
|
325
|
+
* [SecurityGroup](https://cloud.tencent.com/document/api/1709/106757#SecurityGroup)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
204
329
|
# 历次版本更新如下:
|
|
205
330
|
|
|
206
331
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -845,6 +970,33 @@
|
|
|
845
970
|
|
|
846
971
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
847
972
|
|
|
973
|
+
### 第 13 次发布
|
|
974
|
+
|
|
975
|
+
发布时间:2024-09-11 01:07:24
|
|
976
|
+
|
|
977
|
+
本次发布包含了以下内容:
|
|
978
|
+
|
|
979
|
+
改善已有的文档。
|
|
980
|
+
|
|
981
|
+
新增接口:
|
|
982
|
+
|
|
983
|
+
* [[SketchToImage](https://cloud.tencent.com/document/api/1668/110863)](https://cloud.tencent.com/document/api/#/#)
|
|
984
|
+
|
|
985
|
+
### 第 12 次发布
|
|
986
|
+
|
|
987
|
+
发布时间:2024-09-10 11:22:26
|
|
988
|
+
|
|
989
|
+
本次发布包含了以下内容:
|
|
990
|
+
|
|
991
|
+
改善已有的文档。
|
|
992
|
+
|
|
993
|
+
修改接口:
|
|
994
|
+
|
|
995
|
+
* [ImageToImage](https://cloud.tencent.com/document/api/1668/88066)
|
|
996
|
+
|
|
997
|
+
* 新增入参:EnhanceImage, RestoreFace
|
|
998
|
+
|
|
999
|
+
|
|
848
1000
|
### 第 11 次发布
|
|
849
1001
|
|
|
850
1002
|
发布时间:2024-08-12 01:08:02
|
|
@@ -24588,6 +24740,21 @@
|
|
|
24588
24740
|
|
|
24589
24741
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24590
24742
|
|
|
24743
|
+
### 第 19 次发布
|
|
24744
|
+
|
|
24745
|
+
发布时间:2024-09-11 01:19:01
|
|
24746
|
+
|
|
24747
|
+
本次发布包含了以下内容:
|
|
24748
|
+
|
|
24749
|
+
改善已有的文档。
|
|
24750
|
+
|
|
24751
|
+
修改数据结构:
|
|
24752
|
+
|
|
24753
|
+
* [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
|
|
24754
|
+
|
|
24755
|
+
* 新增成员:TaskRegionName
|
|
24756
|
+
|
|
24757
|
+
|
|
24591
24758
|
### 第 18 次发布
|
|
24592
24759
|
|
|
24593
24760
|
发布时间:2024-09-03 01:21:59
|
|
@@ -27759,6 +27926,26 @@
|
|
|
27759
27926
|
|
|
27760
27927
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
27761
27928
|
|
|
27929
|
+
### 第 108 次发布
|
|
27930
|
+
|
|
27931
|
+
发布时间:2024-09-11 01:20:54
|
|
27932
|
+
|
|
27933
|
+
本次发布包含了以下内容:
|
|
27934
|
+
|
|
27935
|
+
改善已有的文档。
|
|
27936
|
+
|
|
27937
|
+
修改接口:
|
|
27938
|
+
|
|
27939
|
+
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
27940
|
+
|
|
27941
|
+
|
|
27942
|
+
修改数据结构:
|
|
27943
|
+
|
|
27944
|
+
* [OperateResponseData](https://cloud.tencent.com/document/api/597/40861#OperateResponseData)
|
|
27945
|
+
|
|
27946
|
+
* <font color="#dd0000">**修改成员**:</font>RouteDTO
|
|
27947
|
+
|
|
27948
|
+
|
|
27762
27949
|
### 第 107 次发布
|
|
27763
27950
|
|
|
27764
27951
|
发布时间:2024-09-02 01:21:22
|
|
@@ -40629,11 +40816,11 @@
|
|
|
40629
40816
|
|
|
40630
40817
|
新增接口:
|
|
40631
40818
|
|
|
40632
|
-
* [
|
|
40819
|
+
* [ConvertOperatingSystems](https://cloud.tencent.com/document/api/213/110841)
|
|
40633
40820
|
|
|
40634
40821
|
新增数据结构:
|
|
40635
40822
|
|
|
40636
|
-
* [
|
|
40823
|
+
* [TargetOS](https://cloud.tencent.com/document/api/213/15753#TargetOS)
|
|
40637
40824
|
|
|
40638
40825
|
### 第 128 次发布
|
|
40639
40826
|
|
|
@@ -51825,6 +52012,24 @@
|
|
|
51825
52012
|
|
|
51826
52013
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
51827
52014
|
|
|
52015
|
+
### 第 73 次发布
|
|
52016
|
+
|
|
52017
|
+
发布时间:2024-09-11 01:32:35
|
|
52018
|
+
|
|
52019
|
+
本次发布包含了以下内容:
|
|
52020
|
+
|
|
52021
|
+
改善已有的文档。
|
|
52022
|
+
|
|
52023
|
+
新增接口:
|
|
52024
|
+
|
|
52025
|
+
* [[DescribeBackupConfigs](https://cloud.tencent.com/document/api/557/110865)](https://cloud.tencent.com/document/api/#/#)
|
|
52026
|
+
* [[ModifyBackupConfigs](https://cloud.tencent.com/document/api/557/110864)](https://cloud.tencent.com/document/api/#/#)
|
|
52027
|
+
|
|
52028
|
+
新增数据结构:
|
|
52029
|
+
|
|
52030
|
+
* [[BackupConfig](https://cloud.tencent.com/document/api/557/16142#BackupConfig)](https://cloud.tencent.com/document/api/557/16142#[BackupConfig](https://cloud.tencent.com/document/api/557/16142#BackupConfig))
|
|
52031
|
+
* [[NewBackupConfig](https://cloud.tencent.com/document/api/557/16142#NewBackupConfig)](https://cloud.tencent.com/document/api/557/16142#[NewBackupConfig](https://cloud.tencent.com/document/api/557/16142#NewBackupConfig))
|
|
52032
|
+
|
|
51828
52033
|
### 第 72 次发布
|
|
51829
52034
|
|
|
51830
52035
|
发布时间:2024-09-10 01:27:35
|
|
@@ -53168,8 +53373,8 @@
|
|
|
53168
53373
|
|
|
53169
53374
|
新增接口:
|
|
53170
53375
|
|
|
53171
|
-
* [
|
|
53172
|
-
* [
|
|
53376
|
+
* [DeleteTable](https://cloud.tencent.com/document/api/1342/110842)
|
|
53377
|
+
* [QueryInternalTableWarehouse](https://cloud.tencent.com/document/api/1342/110843)
|
|
53173
53378
|
|
|
53174
53379
|
### 第 101 次发布
|
|
53175
53380
|
|
|
@@ -55354,6 +55559,22 @@
|
|
|
55354
55559
|
|
|
55355
55560
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
55356
55561
|
|
|
55562
|
+
### 第 33 次发布
|
|
55563
|
+
|
|
55564
|
+
发布时间:2024-09-11 01:34:34
|
|
55565
|
+
|
|
55566
|
+
本次发布包含了以下内容:
|
|
55567
|
+
|
|
55568
|
+
改善已有的文档。
|
|
55569
|
+
|
|
55570
|
+
新增接口:
|
|
55571
|
+
|
|
55572
|
+
* [[DescribeDomainShareUserList](https://cloud.tencent.com/document/api/1427/110866)](https://cloud.tencent.com/document/api/#/#)
|
|
55573
|
+
|
|
55574
|
+
新增数据结构:
|
|
55575
|
+
|
|
55576
|
+
* [[DomainShareUserInfo](https://cloud.tencent.com/document/api/1427/56185#DomainShareUserInfo)](https://cloud.tencent.com/document/api/1427/56185#[DomainShareUserInfo](https://cloud.tencent.com/document/api/1427/56185#DomainShareUserInfo))
|
|
55577
|
+
|
|
55357
55578
|
### 第 32 次发布
|
|
55358
55579
|
|
|
55359
55580
|
发布时间:2024-07-11 01:14:33
|
|
@@ -61871,6 +62092,34 @@
|
|
|
61871
62092
|
|
|
61872
62093
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
61873
62094
|
|
|
62095
|
+
### 第 76 次发布
|
|
62096
|
+
|
|
62097
|
+
发布时间:2024-09-11 01:39:43
|
|
62098
|
+
|
|
62099
|
+
本次发布包含了以下内容:
|
|
62100
|
+
|
|
62101
|
+
改善已有的文档。
|
|
62102
|
+
|
|
62103
|
+
新增接口:
|
|
62104
|
+
|
|
62105
|
+
* [[CreateSLInstance](https://cloud.tencent.com/document/api/589/110872)](https://cloud.tencent.com/document/api/#/#)
|
|
62106
|
+
* [[DescribeSLInstance](https://cloud.tencent.com/document/api/589/110871)](https://cloud.tencent.com/document/api/#/#)
|
|
62107
|
+
* [[DescribeSLInstanceList](https://cloud.tencent.com/document/api/589/110870)](https://cloud.tencent.com/document/api/#/#)
|
|
62108
|
+
* [[ModifySLInstance](https://cloud.tencent.com/document/api/589/110869)](https://cloud.tencent.com/document/api/#/#)
|
|
62109
|
+
* [[TerminateSLInstance](https://cloud.tencent.com/document/api/589/110868)](https://cloud.tencent.com/document/api/#/#)
|
|
62110
|
+
|
|
62111
|
+
修改接口:
|
|
62112
|
+
|
|
62113
|
+
* [ModifyAutoRenewFlag](https://cloud.tencent.com/document/api/589/110534)
|
|
62114
|
+
|
|
62115
|
+
* 新增入参:ComputeResourceId
|
|
62116
|
+
|
|
62117
|
+
|
|
62118
|
+
新增数据结构:
|
|
62119
|
+
|
|
62120
|
+
* [[SLInstanceInfo](https://cloud.tencent.com/document/api/589/33981#SLInstanceInfo)](https://cloud.tencent.com/document/api/589/33981#[SLInstanceInfo](https://cloud.tencent.com/document/api/589/33981#SLInstanceInfo))
|
|
62121
|
+
* [[ZoneSetting](https://cloud.tencent.com/document/api/589/33981#ZoneSetting)](https://cloud.tencent.com/document/api/589/33981#[ZoneSetting](https://cloud.tencent.com/document/api/589/33981#ZoneSetting))
|
|
62122
|
+
|
|
61874
62123
|
### 第 75 次发布
|
|
61875
62124
|
|
|
61876
62125
|
发布时间:2024-09-09 11:32:30
|
|
@@ -61881,13 +62130,13 @@
|
|
|
61881
62130
|
|
|
61882
62131
|
新增接口:
|
|
61883
62132
|
|
|
61884
|
-
* [
|
|
62133
|
+
* [DescribeResourceScheduleDiffDetail](https://cloud.tencent.com/document/api/589/110834)
|
|
61885
62134
|
|
|
61886
62135
|
新增数据结构:
|
|
61887
62136
|
|
|
61888
|
-
* [
|
|
61889
|
-
* [
|
|
61890
|
-
* [
|
|
62137
|
+
* [DiffDetail](https://cloud.tencent.com/document/api/589/33981#DiffDetail)
|
|
62138
|
+
* [DiffDetailItem](https://cloud.tencent.com/document/api/589/33981#DiffDetailItem)
|
|
62139
|
+
* [DiffHeader](https://cloud.tencent.com/document/api/589/33981#DiffHeader)
|
|
61891
62140
|
|
|
61892
62141
|
### 第 74 次发布
|
|
61893
62142
|
|
|
@@ -63627,6 +63876,18 @@
|
|
|
63627
63876
|
|
|
63628
63877
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
63629
63878
|
|
|
63879
|
+
### 第 69 次发布
|
|
63880
|
+
|
|
63881
|
+
发布时间:2024-09-10 15:12:32
|
|
63882
|
+
|
|
63883
|
+
本次发布包含了以下内容:
|
|
63884
|
+
|
|
63885
|
+
改善已有的文档。
|
|
63886
|
+
|
|
63887
|
+
新增接口:
|
|
63888
|
+
|
|
63889
|
+
* [[DescribeSpaceKibanaTools](https://cloud.tencent.com/document/api/845/110854)](https://cloud.tencent.com/document/api/#/#)
|
|
63890
|
+
|
|
63630
63891
|
### 第 68 次发布
|
|
63631
63892
|
|
|
63632
63893
|
发布时间:2024-09-10 01:35:22
|
|
@@ -63646,8 +63907,8 @@
|
|
|
63646
63907
|
|
|
63647
63908
|
新增数据结构:
|
|
63648
63909
|
|
|
63649
|
-
* [
|
|
63650
|
-
* [
|
|
63910
|
+
* [MetricAllData](https://cloud.tencent.com/document/api/845/30634#MetricAllData)
|
|
63911
|
+
* [MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId)
|
|
63651
63912
|
|
|
63652
63913
|
### 第 67 次发布
|
|
63653
63914
|
|
|
@@ -65144,11 +65405,11 @@
|
|
|
65144
65405
|
|
|
65145
65406
|
新增接口:
|
|
65146
65407
|
|
|
65147
|
-
* [
|
|
65408
|
+
* [DescribeOrganizationAuthStatus](https://cloud.tencent.com/document/api/1323/110844)
|
|
65148
65409
|
|
|
65149
65410
|
新增数据结构:
|
|
65150
65411
|
|
|
65151
|
-
* [
|
|
65412
|
+
* [AuthRecord](https://cloud.tencent.com/document/api/1323/70369#AuthRecord)
|
|
65152
65413
|
|
|
65153
65414
|
### 第 185 次发布
|
|
65154
65415
|
|
|
@@ -68662,6 +68923,18 @@
|
|
|
68662
68923
|
|
|
68663
68924
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
68664
68925
|
|
|
68926
|
+
### 第 182 次发布
|
|
68927
|
+
|
|
68928
|
+
发布时间:2024-09-11 01:42:03
|
|
68929
|
+
|
|
68930
|
+
本次发布包含了以下内容:
|
|
68931
|
+
|
|
68932
|
+
改善已有的文档。
|
|
68933
|
+
|
|
68934
|
+
新增接口:
|
|
68935
|
+
|
|
68936
|
+
* [[CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1420/110873)](https://cloud.tencent.com/document/api/#/#)
|
|
68937
|
+
|
|
68665
68938
|
### 第 181 次发布
|
|
68666
68939
|
|
|
68667
68940
|
发布时间:2024-09-03 01:49:10
|
|
@@ -91838,6 +92111,24 @@
|
|
|
91838
92111
|
|
|
91839
92112
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
91840
92113
|
|
|
92114
|
+
### 第 66 次发布
|
|
92115
|
+
|
|
92116
|
+
发布时间:2024-09-11 01:55:56
|
|
92117
|
+
|
|
92118
|
+
本次发布包含了以下内容:
|
|
92119
|
+
|
|
92120
|
+
改善已有的文档。
|
|
92121
|
+
|
|
92122
|
+
新增接口:
|
|
92123
|
+
|
|
92124
|
+
* [[DescribeBackupConfigs](https://cloud.tencent.com/document/api/237/110875)](https://cloud.tencent.com/document/api/#/#)
|
|
92125
|
+
* [[ModifyBackupConfigs](https://cloud.tencent.com/document/api/237/110874)](https://cloud.tencent.com/document/api/#/#)
|
|
92126
|
+
|
|
92127
|
+
新增数据结构:
|
|
92128
|
+
|
|
92129
|
+
* [[BackupConfig](https://cloud.tencent.com/document/api/237/16191#BackupConfig)](https://cloud.tencent.com/document/api/237/16191#[BackupConfig](https://cloud.tencent.com/document/api/237/16191#BackupConfig))
|
|
92130
|
+
* [[NewBackupConfig](https://cloud.tencent.com/document/api/237/16191#NewBackupConfig)](https://cloud.tencent.com/document/api/237/16191#[NewBackupConfig](https://cloud.tencent.com/document/api/237/16191#NewBackupConfig))
|
|
92131
|
+
|
|
91841
92132
|
### 第 65 次发布
|
|
91842
92133
|
|
|
91843
92134
|
发布时间:2024-09-10 01:50:50
|
|
@@ -103489,6 +103780,21 @@
|
|
|
103489
103780
|
|
|
103490
103781
|
## 文字识别(ocr) 版本:2018-11-19
|
|
103491
103782
|
|
|
103783
|
+
### 第 149 次发布
|
|
103784
|
+
|
|
103785
|
+
发布时间:2024-09-11 02:01:34
|
|
103786
|
+
|
|
103787
|
+
本次发布包含了以下内容:
|
|
103788
|
+
|
|
103789
|
+
改善已有的文档。
|
|
103790
|
+
|
|
103791
|
+
修改接口:
|
|
103792
|
+
|
|
103793
|
+
* [PermitOCR](https://cloud.tencent.com/document/api/866/37074)
|
|
103794
|
+
|
|
103795
|
+
* 新增出参:Type
|
|
103796
|
+
|
|
103797
|
+
|
|
103492
103798
|
### 第 148 次发布
|
|
103493
103799
|
|
|
103494
103800
|
发布时间:2024-08-30 01:56:46
|
|
@@ -110041,6 +110347,23 @@
|
|
|
110041
110347
|
|
|
110042
110348
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
110043
110349
|
|
|
110350
|
+
### 第 81 次发布
|
|
110351
|
+
|
|
110352
|
+
发布时间:2024-09-11 02:05:34
|
|
110353
|
+
|
|
110354
|
+
本次发布包含了以下内容:
|
|
110355
|
+
|
|
110356
|
+
改善已有的文档。
|
|
110357
|
+
|
|
110358
|
+
新增接口:
|
|
110359
|
+
|
|
110360
|
+
* [[DescribeInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110878)](https://cloud.tencent.com/document/api/#/#)
|
|
110361
|
+
* [[ModifyInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110877)](https://cloud.tencent.com/document/api/#/#)
|
|
110362
|
+
|
|
110363
|
+
新增数据结构:
|
|
110364
|
+
|
|
110365
|
+
* [[LogDeliveryInfo](https://cloud.tencent.com/document/api/239/20022#LogDeliveryInfo)](https://cloud.tencent.com/document/api/239/20022#[LogDeliveryInfo](https://cloud.tencent.com/document/api/239/20022#LogDeliveryInfo))
|
|
110366
|
+
|
|
110044
110367
|
### 第 80 次发布
|
|
110045
110368
|
|
|
110046
110369
|
发布时间:2024-08-02 02:00:28
|
|
@@ -132928,6 +133251,21 @@
|
|
|
132928
133251
|
|
|
132929
133252
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
132930
133253
|
|
|
133254
|
+
### 第 84 次发布
|
|
133255
|
+
|
|
133256
|
+
发布时间:2024-09-11 02:18:47
|
|
133257
|
+
|
|
133258
|
+
本次发布包含了以下内容:
|
|
133259
|
+
|
|
133260
|
+
改善已有的文档。
|
|
133261
|
+
|
|
133262
|
+
修改数据结构:
|
|
133263
|
+
|
|
133264
|
+
* [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)
|
|
133265
|
+
|
|
133266
|
+
* [OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo)
|
|
133267
|
+
|
|
133268
|
+
|
|
132931
133269
|
### 第 83 次发布
|
|
132932
133270
|
|
|
132933
133271
|
发布时间:2024-07-03 01:25:21
|
|
@@ -148615,6 +148953,32 @@
|
|
|
148615
148953
|
|
|
148616
148954
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
148617
148955
|
|
|
148956
|
+
### 第 113 次发布
|
|
148957
|
+
|
|
148958
|
+
发布时间:2024-09-11 02:25:39
|
|
148959
|
+
|
|
148960
|
+
本次发布包含了以下内容:
|
|
148961
|
+
|
|
148962
|
+
改善已有的文档。
|
|
148963
|
+
|
|
148964
|
+
修改接口:
|
|
148965
|
+
|
|
148966
|
+
* [CreateAllGatewayApiAsync](https://cloud.tencent.com/document/api/649/50642)
|
|
148967
|
+
|
|
148968
|
+
* 新增入参:NamespaceId
|
|
148969
|
+
|
|
148970
|
+
|
|
148971
|
+
修改数据结构:
|
|
148972
|
+
|
|
148973
|
+
* [ApiRateLimitRule](https://cloud.tencent.com/document/api/649/36099#ApiRateLimitRule)
|
|
148974
|
+
|
|
148975
|
+
* 新增成员:Limit, Offset, AppId
|
|
148976
|
+
|
|
148977
|
+
* [GatewayGroupApiVo](https://cloud.tencent.com/document/api/649/36099#GatewayGroupApiVo)
|
|
148978
|
+
|
|
148979
|
+
* <font color="#dd0000">**修改成员**:</font>ApiId, Path, MicroserviceName, Method, NamespaceName
|
|
148980
|
+
|
|
148981
|
+
|
|
148618
148982
|
### 第 112 次发布
|
|
148619
148983
|
|
|
148620
148984
|
发布时间:2024-07-30 11:37:37
|
|
@@ -151999,6 +152363,29 @@
|
|
|
151999
152363
|
|
|
152000
152364
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
152001
152365
|
|
|
152366
|
+
### 第 3 次发布
|
|
152367
|
+
|
|
152368
|
+
发布时间:2024-09-11 02:27:43
|
|
152369
|
+
|
|
152370
|
+
本次发布包含了以下内容:
|
|
152371
|
+
|
|
152372
|
+
改善已有的文档。
|
|
152373
|
+
|
|
152374
|
+
新增接口:
|
|
152375
|
+
|
|
152376
|
+
* [[AssociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110884)](https://cloud.tencent.com/document/api/#/#)
|
|
152377
|
+
* [[DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1709/110883)](https://cloud.tencent.com/document/api/#/#)
|
|
152378
|
+
* [[DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)](https://cloud.tencent.com/document/api/#/#)
|
|
152379
|
+
* [[DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110882)](https://cloud.tencent.com/document/api/#/#)
|
|
152380
|
+
* [[ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/1709/110881)](https://cloud.tencent.com/document/api/#/#)
|
|
152381
|
+
|
|
152382
|
+
新增数据结构:
|
|
152383
|
+
|
|
152384
|
+
* [[Inbound](https://cloud.tencent.com/document/api/1709/106757#Inbound)](https://cloud.tencent.com/document/api/1709/106757#[Inbound](https://cloud.tencent.com/document/api/1709/106757#Inbound))
|
|
152385
|
+
* [[NodeInfo](https://cloud.tencent.com/document/api/1709/106757#NodeInfo)](https://cloud.tencent.com/document/api/1709/106757#[NodeInfo](https://cloud.tencent.com/document/api/1709/106757#NodeInfo))
|
|
152386
|
+
* [[Outbound](https://cloud.tencent.com/document/api/1709/106757#Outbound)](https://cloud.tencent.com/document/api/1709/106757#[Outbound](https://cloud.tencent.com/document/api/1709/106757#Outbound))
|
|
152387
|
+
* [[SecurityGroup](https://cloud.tencent.com/document/api/1709/106757#SecurityGroup)](https://cloud.tencent.com/document/api/1709/106757#[SecurityGroup](https://cloud.tencent.com/document/api/1709/106757#SecurityGroup))
|
|
152388
|
+
|
|
152002
152389
|
### 第 2 次发布
|
|
152003
152390
|
|
|
152004
152391
|
发布时间:2024-06-28 01:22:56
|