tencentcloud-sdk-nodejs 4.0.933 → 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 +531 -0
- package/SERVICE_CHANGELOG.md +720 -28
- package/package.json +1 -1
- package/products.md +32 -32
- 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/cvm/v20170312/cvm_client.ts +13 -0
- package/src/services/cvm/v20170312/cvm_models.ts +56 -0
- package/src/services/dc/v20180410/dc_client.ts +5 -6
- package/src/services/dc/v20180410/dc_models.ts +6 -7
- package/src/services/dcdb/v20180411/dcdb_client.ts +35 -7
- package/src/services/dcdb/v20180411/dcdb_models.ts +194 -8
- package/src/services/dlc/v20210125/dlc_client.ts +26 -2
- package/src/services/dlc/v20210125/dlc_models.ts +71 -23
- 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 +102 -21
- package/src/services/emr/v20190103/emr_models.ts +2409 -1988
- package/src/services/es/v20180416/es_client.ts +15 -1
- package/src/services/es/v20180416/es_models.ts +81 -4
- package/src/services/ess/v20201111/ess_client.ts +16 -3
- package/src/services/ess/v20201111/ess_models.ts +125 -42
- 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 +195 -9
- package/src/services/ocr/v20181119/ocr_models.ts +6 -6
- package/src/services/rce/v20201103/rce_client.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +29 -4
- package/src/services/redis/v20180412/redis_models.ts +239 -131
- package/src/services/sms/v20190711/sms_models.ts +2 -2
- package/src/services/sms/v20210111/sms_models.ts +2 -2
- package/src/services/teo/v20220901/teo_models.ts +11 -11
- package/src/services/trtc/v20190722/trtc_models.ts +5 -0
- package/src/services/tse/v20201207/tse_models.ts +8 -8
- package/src/services/tsf/v20180326/tsf_models.ts +34 -15
- package/src/services/vclm/v20240523/vclm_models.ts +1 -1
- 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_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +8 -5
- package/src/services/vtc/v20240223/vtc_models.ts +1 -1
- 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/cvm/v20170312/cvm_client.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +53 -0
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +4 -5
- package/tencentcloud/services/dc/v20180410/dc_client.js +4 -5
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +6 -7
- 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 +188 -8
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +67 -23
- 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 +33 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +46 -6
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2375 -1971
- 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 +77 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +122 -42
- 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 +189 -9
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +2 -2
- package/tencentcloud/services/rce/v20201103/rce_client.js +2 -2
- 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/sms/v20190711/sms_models.d.ts +2 -2
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -11
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -8
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +34 -15
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1 -1
- 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_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -5
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +1 -1
- package/test/aiart.v20221229.test.js +10 -0
- package/test/cvm.v20170312.test.js +10 -0
- package/test/dcdb.v20180411.test.js +22 -2
- package/test/dlc.v20210125.test.js +20 -0
- package/test/dnspod.v20210323.test.js +10 -0
- package/test/emr.v20190103.test.js +64 -4
- package/test/es.v20180416.test.js +10 -0
- package/test/ess.v20201111.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,26 +1,126 @@
|
|
|
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
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* [SketchToImage](https://cloud.tencent.com/document/api/1668/110863)
|
|
16
|
+
|
|
17
|
+
### 第 12 次发布
|
|
18
|
+
|
|
19
|
+
发布时间:2024-09-10 11:22:26
|
|
20
|
+
|
|
21
|
+
本次发布包含了以下内容:
|
|
22
|
+
|
|
23
|
+
改善已有的文档。
|
|
24
|
+
|
|
25
|
+
修改接口:
|
|
26
|
+
|
|
27
|
+
* [ImageToImage](https://cloud.tencent.com/document/api/1668/88066)
|
|
28
|
+
|
|
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
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
修改接口:
|
|
64
|
+
|
|
65
|
+
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
修改数据结构:
|
|
69
|
+
|
|
70
|
+
* [OperateResponseData](https://cloud.tencent.com/document/api/597/40861#OperateResponseData)
|
|
71
|
+
|
|
72
|
+
* <font color="#dd0000">**修改成员**:</font>RouteDTO
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
78
|
+
|
|
79
|
+
### 第 73 次发布
|
|
80
|
+
|
|
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)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
100
|
+
|
|
101
|
+
### 第 33 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2024-09-11 01:34:34
|
|
104
|
+
|
|
105
|
+
本次发布包含了以下内容:
|
|
106
|
+
|
|
107
|
+
改善已有的文档。
|
|
108
|
+
|
|
109
|
+
新增接口:
|
|
110
|
+
|
|
111
|
+
* [DescribeDomainShareUserList](https://cloud.tencent.com/document/api/1427/110866)
|
|
112
|
+
|
|
113
|
+
新增数据结构:
|
|
114
|
+
|
|
115
|
+
* [DomainShareUserInfo](https://cloud.tencent.com/document/api/1427/56185#DomainShareUserInfo)
|
|
16
116
|
|
|
17
117
|
|
|
18
118
|
|
|
19
119
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
20
120
|
|
|
21
|
-
### 第
|
|
121
|
+
### 第 76 次发布
|
|
22
122
|
|
|
23
|
-
发布时间:2024-09-
|
|
123
|
+
发布时间:2024-09-11 01:39:43
|
|
24
124
|
|
|
25
125
|
本次发布包含了以下内容:
|
|
26
126
|
|
|
@@ -28,25 +128,89 @@
|
|
|
28
128
|
|
|
29
129
|
新增接口:
|
|
30
130
|
|
|
31
|
-
* [
|
|
32
|
-
* [
|
|
33
|
-
* [
|
|
34
|
-
* [
|
|
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
|
+
|
|
35
143
|
|
|
36
144
|
新增数据结构:
|
|
37
145
|
|
|
38
|
-
* [
|
|
39
|
-
* [
|
|
40
|
-
* [Item](https://cloud.tencent.com/document/api/589/33981#Item)
|
|
41
|
-
* [ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq)
|
|
146
|
+
* [SLInstanceInfo](https://cloud.tencent.com/document/api/589/33981#SLInstanceInfo)
|
|
147
|
+
* [ZoneSetting](https://cloud.tencent.com/document/api/589/33981#ZoneSetting)
|
|
42
148
|
|
|
43
149
|
|
|
44
150
|
|
|
45
|
-
##
|
|
151
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
46
152
|
|
|
47
|
-
### 第
|
|
153
|
+
### 第 69 次发布
|
|
48
154
|
|
|
49
|
-
发布时间:2024-09-
|
|
155
|
+
发布时间:2024-09-10 15:12:32
|
|
156
|
+
|
|
157
|
+
本次发布包含了以下内容:
|
|
158
|
+
|
|
159
|
+
改善已有的文档。
|
|
160
|
+
|
|
161
|
+
新增接口:
|
|
162
|
+
|
|
163
|
+
* [DescribeSpaceKibanaTools](https://cloud.tencent.com/document/api/845/110854)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
168
|
+
|
|
169
|
+
### 第 182 次发布
|
|
170
|
+
|
|
171
|
+
发布时间:2024-09-11 01:42:03
|
|
172
|
+
|
|
173
|
+
本次发布包含了以下内容:
|
|
174
|
+
|
|
175
|
+
改善已有的文档。
|
|
176
|
+
|
|
177
|
+
新增接口:
|
|
178
|
+
|
|
179
|
+
* [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1420/110873)
|
|
180
|
+
|
|
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
|
|
192
|
+
|
|
193
|
+
本次发布包含了以下内容:
|
|
194
|
+
|
|
195
|
+
改善已有的文档。
|
|
196
|
+
|
|
197
|
+
新增接口:
|
|
198
|
+
|
|
199
|
+
* [DescribeBackupConfigs](https://cloud.tencent.com/document/api/237/110875)
|
|
200
|
+
* [ModifyBackupConfigs](https://cloud.tencent.com/document/api/237/110874)
|
|
201
|
+
|
|
202
|
+
新增数据结构:
|
|
203
|
+
|
|
204
|
+
* [BackupConfig](https://cloud.tencent.com/document/api/237/16191#BackupConfig)
|
|
205
|
+
* [NewBackupConfig](https://cloud.tencent.com/document/api/237/16191#NewBackupConfig)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
210
|
+
|
|
211
|
+
### 第 149 次发布
|
|
212
|
+
|
|
213
|
+
发布时间:2024-09-11 02:01:34
|
|
50
214
|
|
|
51
215
|
本次发布包含了以下内容:
|
|
52
216
|
|
|
@@ -54,12 +218,113 @@
|
|
|
54
218
|
|
|
55
219
|
修改接口:
|
|
56
220
|
|
|
57
|
-
* [
|
|
221
|
+
* [PermitOCR](https://cloud.tencent.com/document/api/866/37074)
|
|
222
|
+
|
|
223
|
+
* 新增出参:Type
|
|
58
224
|
|
|
59
|
-
* 新增入参:IncludeNew
|
|
60
225
|
|
|
61
226
|
|
|
62
227
|
|
|
228
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
229
|
+
|
|
230
|
+
### 第 81 次发布
|
|
231
|
+
|
|
232
|
+
发布时间:2024-09-11 02:05:34
|
|
233
|
+
|
|
234
|
+
本次发布包含了以下内容:
|
|
235
|
+
|
|
236
|
+
改善已有的文档。
|
|
237
|
+
|
|
238
|
+
新增接口:
|
|
239
|
+
|
|
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
|
|
254
|
+
|
|
255
|
+
本次发布包含了以下内容:
|
|
256
|
+
|
|
257
|
+
改善已有的文档。
|
|
258
|
+
|
|
259
|
+
修改数据结构:
|
|
260
|
+
|
|
261
|
+
* [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)
|
|
262
|
+
|
|
263
|
+
* [OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
273
|
+
|
|
274
|
+
### 第 113 次发布
|
|
275
|
+
|
|
276
|
+
发布时间:2024-09-11 02:25:39
|
|
277
|
+
|
|
278
|
+
本次发布包含了以下内容:
|
|
279
|
+
|
|
280
|
+
改善已有的文档。
|
|
281
|
+
|
|
282
|
+
修改接口:
|
|
283
|
+
|
|
284
|
+
* [CreateAllGatewayApiAsync](https://cloud.tencent.com/document/api/649/50642)
|
|
285
|
+
|
|
286
|
+
* 新增入参:NamespaceId
|
|
287
|
+
|
|
288
|
+
|
|
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
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
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
|
+
|
|
63
328
|
|
|
64
329
|
# 历次版本更新如下:
|
|
65
330
|
|
|
@@ -705,6 +970,33 @@
|
|
|
705
970
|
|
|
706
971
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
707
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
|
+
|
|
708
1000
|
### 第 11 次发布
|
|
709
1001
|
|
|
710
1002
|
发布时间:2024-08-12 01:08:02
|
|
@@ -24448,6 +24740,21 @@
|
|
|
24448
24740
|
|
|
24449
24741
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24450
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
|
+
|
|
24451
24758
|
### 第 18 次发布
|
|
24452
24759
|
|
|
24453
24760
|
发布时间:2024-09-03 01:21:59
|
|
@@ -27619,6 +27926,26 @@
|
|
|
27619
27926
|
|
|
27620
27927
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
27621
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
|
+
|
|
27622
27949
|
### 第 107 次发布
|
|
27623
27950
|
|
|
27624
27951
|
发布时间:2024-09-02 01:21:22
|
|
@@ -40479,6 +40806,22 @@
|
|
|
40479
40806
|
|
|
40480
40807
|
## 云服务器(cvm) 版本:2017-03-12
|
|
40481
40808
|
|
|
40809
|
+
### 第 129 次发布
|
|
40810
|
+
|
|
40811
|
+
发布时间:2024-09-10 01:20:00
|
|
40812
|
+
|
|
40813
|
+
本次发布包含了以下内容:
|
|
40814
|
+
|
|
40815
|
+
改善已有的文档。
|
|
40816
|
+
|
|
40817
|
+
新增接口:
|
|
40818
|
+
|
|
40819
|
+
* [ConvertOperatingSystems](https://cloud.tencent.com/document/api/213/110841)
|
|
40820
|
+
|
|
40821
|
+
新增数据结构:
|
|
40822
|
+
|
|
40823
|
+
* [TargetOS](https://cloud.tencent.com/document/api/213/15753#TargetOS)
|
|
40824
|
+
|
|
40482
40825
|
### 第 128 次发布
|
|
40483
40826
|
|
|
40484
40827
|
发布时间:2024-07-22 01:24:41
|
|
@@ -51669,6 +52012,47 @@
|
|
|
51669
52012
|
|
|
51670
52013
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
51671
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
|
+
|
|
52033
|
+
### 第 72 次发布
|
|
52034
|
+
|
|
52035
|
+
发布时间:2024-09-10 01:27:35
|
|
52036
|
+
|
|
52037
|
+
本次发布包含了以下内容:
|
|
52038
|
+
|
|
52039
|
+
改善已有的文档。
|
|
52040
|
+
|
|
52041
|
+
修改接口:
|
|
52042
|
+
|
|
52043
|
+
* [CreateAccount](https://cloud.tencent.com/document/api/557/19996)
|
|
52044
|
+
|
|
52045
|
+
* 新增入参:EncryptedPassword
|
|
52046
|
+
|
|
52047
|
+
* <font color="#dd0000">**修改入参**:</font>Password
|
|
52048
|
+
|
|
52049
|
+
* [ResetAccountPassword](https://cloud.tencent.com/document/api/557/19979)
|
|
52050
|
+
|
|
52051
|
+
* 新增入参:EncryptedPassword
|
|
52052
|
+
|
|
52053
|
+
* <font color="#dd0000">**修改入参**:</font>Password
|
|
52054
|
+
|
|
52055
|
+
|
|
51672
52056
|
### 第 71 次发布
|
|
51673
52057
|
|
|
51674
52058
|
发布时间:2024-09-03 01:39:09
|
|
@@ -52979,6 +53363,19 @@
|
|
|
52979
53363
|
|
|
52980
53364
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
52981
53365
|
|
|
53366
|
+
### 第 102 次发布
|
|
53367
|
+
|
|
53368
|
+
发布时间:2024-09-10 01:28:17
|
|
53369
|
+
|
|
53370
|
+
本次发布包含了以下内容:
|
|
53371
|
+
|
|
53372
|
+
改善已有的文档。
|
|
53373
|
+
|
|
53374
|
+
新增接口:
|
|
53375
|
+
|
|
53376
|
+
* [DeleteTable](https://cloud.tencent.com/document/api/1342/110842)
|
|
53377
|
+
* [QueryInternalTableWarehouse](https://cloud.tencent.com/document/api/1342/110843)
|
|
53378
|
+
|
|
52982
53379
|
### 第 101 次发布
|
|
52983
53380
|
|
|
52984
53381
|
发布时间:2024-09-04 15:52:47
|
|
@@ -55162,6 +55559,22 @@
|
|
|
55162
55559
|
|
|
55163
55560
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
55164
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
|
+
|
|
55165
55578
|
### 第 32 次发布
|
|
55166
55579
|
|
|
55167
55580
|
发布时间:2024-07-11 01:14:33
|
|
@@ -61679,6 +62092,52 @@
|
|
|
61679
62092
|
|
|
61680
62093
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
61681
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
|
+
|
|
62123
|
+
### 第 75 次发布
|
|
62124
|
+
|
|
62125
|
+
发布时间:2024-09-09 11:32:30
|
|
62126
|
+
|
|
62127
|
+
本次发布包含了以下内容:
|
|
62128
|
+
|
|
62129
|
+
改善已有的文档。
|
|
62130
|
+
|
|
62131
|
+
新增接口:
|
|
62132
|
+
|
|
62133
|
+
* [DescribeResourceScheduleDiffDetail](https://cloud.tencent.com/document/api/589/110834)
|
|
62134
|
+
|
|
62135
|
+
新增数据结构:
|
|
62136
|
+
|
|
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)
|
|
62140
|
+
|
|
61682
62141
|
### 第 74 次发布
|
|
61683
62142
|
|
|
61684
62143
|
发布时间:2024-09-06 17:52:12
|
|
@@ -61689,17 +62148,17 @@
|
|
|
61689
62148
|
|
|
61690
62149
|
新增接口:
|
|
61691
62150
|
|
|
61692
|
-
* [
|
|
61693
|
-
* [
|
|
61694
|
-
* [
|
|
61695
|
-
* [
|
|
62151
|
+
* [DeployYarnConf](https://cloud.tencent.com/document/api/589/110818)
|
|
62152
|
+
* [DescribeYarnQueue](https://cloud.tencent.com/document/api/589/110817)
|
|
62153
|
+
* [ModifyYarnQueueV2](https://cloud.tencent.com/document/api/589/110816)
|
|
62154
|
+
* [ResetYarnConfig](https://cloud.tencent.com/document/api/589/110815)
|
|
61696
62155
|
|
|
61697
62156
|
新增数据结构:
|
|
61698
62157
|
|
|
61699
|
-
* [
|
|
61700
|
-
* [
|
|
61701
|
-
* [
|
|
61702
|
-
* [
|
|
62158
|
+
* [ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2)
|
|
62159
|
+
* [ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo)
|
|
62160
|
+
* [Item](https://cloud.tencent.com/document/api/589/33981#Item)
|
|
62161
|
+
* [ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq)
|
|
61703
62162
|
|
|
61704
62163
|
### 第 73 次发布
|
|
61705
62164
|
|
|
@@ -63417,6 +63876,40 @@
|
|
|
63417
63876
|
|
|
63418
63877
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
63419
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
|
+
|
|
63891
|
+
### 第 68 次发布
|
|
63892
|
+
|
|
63893
|
+
发布时间:2024-09-10 01:35:22
|
|
63894
|
+
|
|
63895
|
+
本次发布包含了以下内容:
|
|
63896
|
+
|
|
63897
|
+
改善已有的文档。
|
|
63898
|
+
|
|
63899
|
+
修改接口:
|
|
63900
|
+
|
|
63901
|
+
* [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
|
|
63902
|
+
|
|
63903
|
+
* 新增入参:BatchIndexList
|
|
63904
|
+
|
|
63905
|
+
* 新增出参:MetricMapList
|
|
63906
|
+
|
|
63907
|
+
|
|
63908
|
+
新增数据结构:
|
|
63909
|
+
|
|
63910
|
+
* [MetricAllData](https://cloud.tencent.com/document/api/845/30634#MetricAllData)
|
|
63911
|
+
* [MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId)
|
|
63912
|
+
|
|
63420
63913
|
### 第 67 次发布
|
|
63421
63914
|
|
|
63422
63915
|
发布时间:2024-09-03 01:47:13
|
|
@@ -64902,6 +65395,22 @@
|
|
|
64902
65395
|
|
|
64903
65396
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
64904
65397
|
|
|
65398
|
+
### 第 186 次发布
|
|
65399
|
+
|
|
65400
|
+
发布时间:2024-09-10 01:35:59
|
|
65401
|
+
|
|
65402
|
+
本次发布包含了以下内容:
|
|
65403
|
+
|
|
65404
|
+
改善已有的文档。
|
|
65405
|
+
|
|
65406
|
+
新增接口:
|
|
65407
|
+
|
|
65408
|
+
* [DescribeOrganizationAuthStatus](https://cloud.tencent.com/document/api/1323/110844)
|
|
65409
|
+
|
|
65410
|
+
新增数据结构:
|
|
65411
|
+
|
|
65412
|
+
* [AuthRecord](https://cloud.tencent.com/document/api/1323/70369#AuthRecord)
|
|
65413
|
+
|
|
64905
65414
|
### 第 185 次发布
|
|
64906
65415
|
|
|
64907
65416
|
发布时间:2024-08-27 01:44:49
|
|
@@ -68414,6 +68923,18 @@
|
|
|
68414
68923
|
|
|
68415
68924
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
68416
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
|
+
|
|
68417
68938
|
### 第 181 次发布
|
|
68418
68939
|
|
|
68419
68940
|
发布时间:2024-09-03 01:49:10
|
|
@@ -91590,6 +92111,47 @@
|
|
|
91590
92111
|
|
|
91591
92112
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
91592
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
|
+
|
|
92132
|
+
### 第 65 次发布
|
|
92133
|
+
|
|
92134
|
+
发布时间:2024-09-10 01:50:50
|
|
92135
|
+
|
|
92136
|
+
本次发布包含了以下内容:
|
|
92137
|
+
|
|
92138
|
+
改善已有的文档。
|
|
92139
|
+
|
|
92140
|
+
修改接口:
|
|
92141
|
+
|
|
92142
|
+
* [CreateAccount](https://cloud.tencent.com/document/api/237/16165)
|
|
92143
|
+
|
|
92144
|
+
* 新增入参:EncryptedPassword
|
|
92145
|
+
|
|
92146
|
+
* <font color="#dd0000">**修改入参**:</font>Password
|
|
92147
|
+
|
|
92148
|
+
* [ResetAccountPassword](https://cloud.tencent.com/document/api/237/16168)
|
|
92149
|
+
|
|
92150
|
+
* 新增入参:EncryptedPassword
|
|
92151
|
+
|
|
92152
|
+
* <font color="#dd0000">**修改入参**:</font>Password
|
|
92153
|
+
|
|
92154
|
+
|
|
91593
92155
|
### 第 64 次发布
|
|
91594
92156
|
|
|
91595
92157
|
发布时间:2024-09-03 02:06:45
|
|
@@ -103218,6 +103780,21 @@
|
|
|
103218
103780
|
|
|
103219
103781
|
## 文字识别(ocr) 版本:2018-11-19
|
|
103220
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
|
+
|
|
103221
103798
|
### 第 148 次发布
|
|
103222
103799
|
|
|
103223
103800
|
发布时间:2024-08-30 01:56:46
|
|
@@ -109770,6 +110347,23 @@
|
|
|
109770
110347
|
|
|
109771
110348
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
109772
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
|
+
|
|
109773
110367
|
### 第 80 次发布
|
|
109774
110368
|
|
|
109775
110369
|
发布时间:2024-08-02 02:00:28
|
|
@@ -132657,6 +133251,21 @@
|
|
|
132657
133251
|
|
|
132658
133252
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
132659
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
|
+
|
|
132660
133269
|
### 第 83 次发布
|
|
132661
133270
|
|
|
132662
133271
|
发布时间:2024-07-03 01:25:21
|
|
@@ -145124,6 +145733,21 @@
|
|
|
145124
145733
|
|
|
145125
145734
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
145126
145735
|
|
|
145736
|
+
### 第 90 次发布
|
|
145737
|
+
|
|
145738
|
+
发布时间:2024-09-10 02:18:51
|
|
145739
|
+
|
|
145740
|
+
本次发布包含了以下内容:
|
|
145741
|
+
|
|
145742
|
+
改善已有的文档。
|
|
145743
|
+
|
|
145744
|
+
修改数据结构:
|
|
145745
|
+
|
|
145746
|
+
* [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)
|
|
145747
|
+
|
|
145748
|
+
* 新增成员:VadSilenceTime
|
|
145749
|
+
|
|
145750
|
+
|
|
145127
145751
|
### 第 89 次发布
|
|
145128
145752
|
|
|
145129
145753
|
发布时间:2024-08-21 02:23:20
|
|
@@ -146742,6 +147366,25 @@
|
|
|
146742
147366
|
|
|
146743
147367
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
146744
147368
|
|
|
147369
|
+
### 第 76 次发布
|
|
147370
|
+
|
|
147371
|
+
发布时间:2024-09-10 02:19:25
|
|
147372
|
+
|
|
147373
|
+
本次发布包含了以下内容:
|
|
147374
|
+
|
|
147375
|
+
改善已有的文档。
|
|
147376
|
+
|
|
147377
|
+
修改接口:
|
|
147378
|
+
|
|
147379
|
+
* [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
|
|
147380
|
+
|
|
147381
|
+
* <font color="#dd0000">**修改入参**:</font>Path
|
|
147382
|
+
|
|
147383
|
+
* [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
|
|
147384
|
+
|
|
147385
|
+
* <font color="#dd0000">**修改入参**:</font>Path
|
|
147386
|
+
|
|
147387
|
+
|
|
146745
147388
|
### 第 75 次发布
|
|
146746
147389
|
|
|
146747
147390
|
发布时间:2024-08-21 02:23:57
|
|
@@ -148310,6 +148953,32 @@
|
|
|
148310
148953
|
|
|
148311
148954
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
148312
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
|
+
|
|
148313
148982
|
### 第 112 次发布
|
|
148314
148983
|
|
|
148315
148984
|
发布时间:2024-07-30 11:37:37
|
|
@@ -151694,6 +152363,29 @@
|
|
|
151694
152363
|
|
|
151695
152364
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
151696
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
|
+
|
|
151697
152389
|
### 第 2 次发布
|
|
151698
152390
|
|
|
151699
152391
|
发布时间:2024-06-28 01:22:56
|