tencentcloud-sdk-nodejs 4.0.300 → 4.0.303
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 +269 -0
- package/SERVICE_CHANGELOG.md +286 -333
- package/package.json +1 -1
- package/products.md +16 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/casb/index.ts +5 -0
- package/src/services/casb/v20200507/casb_client.ts +51 -0
- package/src/services/casb/v20200507/casb_models.ts +76 -0
- package/src/services/casb/v20200507/index.ts +6 -0
- package/src/services/ccc/v20200210/ccc_models.ts +12 -0
- package/src/services/cdn/v20180606/cdn_models.ts +18 -18
- package/src/services/ckafka/v20190819/ckafka_client.ts +44 -8
- package/src/services/ckafka/v20190819/ckafka_models.ts +123 -20
- package/src/services/cls/v20201016/cls_client.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +36 -47
- package/src/services/cpdp/v20190820/cpdp_client.ts +123 -15
- package/src/services/cpdp/v20190820/cpdp_models.ts +1449 -493
- package/src/services/index.ts +1 -0
- package/src/services/ivld/v20210903/ivld_client.ts +2 -0
- package/src/services/ivld/v20210903/ivld_models.ts +48 -0
- package/src/services/organization/v20210331/organization_models.ts +6 -0
- package/src/services/ses/v20201002/ses_client.ts +15 -2
- package/src/services/ses/v20201002/ses_models.ts +51 -10
- package/src/services/tcss/v20201101/tcss_models.ts +5 -0
- package/src/services/tke/v20180525/tke_client.ts +25 -13
- package/src/services/tke/v20180525/tke_models.ts +39 -4
- package/src/services/tse/v20201207/tse_models.ts +15 -0
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/casb/index.d.ts +6 -0
- package/tencentcloud/services/casb/index.js +7 -0
- package/tencentcloud/services/casb/v20200507/casb_client.d.ts +21 -0
- package/tencentcloud/services/casb/v20200507/casb_client.js +44 -0
- package/tencentcloud/services/casb/v20200507/casb_models.d.ts +51 -0
- package/tencentcloud/services/casb/v20200507/casb_models.js +18 -0
- package/tencentcloud/services/casb/v20200507/index.d.ts +6 -0
- package/tencentcloud/services/casb/v20200507/index.js +9 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +18 -18
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +108 -19
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +36 -47
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +36 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +52 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1294 -470
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +41 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +46 -10
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -4
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +12 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/test/casb.v20200507.test.js +31 -0
- package/test/ckafka.v20190819.test.js +32 -2
- package/test/cpdp.v20190820.test.js +82 -2
- package/test/ses.v20201002.test.js +10 -0
- package/test/tke.v20180525.test.js +14 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 58 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-03-
|
|
7
|
+
发布时间:2022-03-08 08:09:49
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,38 +12,21 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [QueryOpenBankBankAccountBalance](https://cloud.tencent.com/document/api/1122/70774)
|
|
16
|
+
* [QueryOpenBankDailyReceiptDownloadUrl](https://cloud.tencent.com/document/api/1122/70773)
|
|
16
17
|
|
|
17
18
|
新增数据结构:
|
|
18
19
|
|
|
19
|
-
* [
|
|
20
|
-
|
|
20
|
+
* [QueryOpenBankBankAccountBalanceResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankAccountBalanceResult)
|
|
21
|
+
* [QueryOpenBankDailyReceiptDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDailyReceiptDownloadUrlResult)
|
|
21
22
|
|
|
22
23
|
|
|
23
|
-
## API网关(apigateway) 版本:2018-08-08
|
|
24
|
-
|
|
25
|
-
### 第 27 次发布
|
|
26
|
-
|
|
27
|
-
发布时间:2022-03-03 08:00:40
|
|
28
|
-
|
|
29
|
-
本次发布包含了以下内容:
|
|
30
24
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
修改接口:
|
|
34
|
-
|
|
35
|
-
* [CreateService](https://cloud.tencent.com/document/api/628/45201)
|
|
36
|
-
|
|
37
|
-
* 新增入参:UniqVpcId
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
25
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
43
26
|
|
|
44
|
-
### 第
|
|
27
|
+
### 第 7 次发布
|
|
45
28
|
|
|
46
|
-
发布时间:2022-03-
|
|
29
|
+
发布时间:2022-03-08 08:16:27
|
|
47
30
|
|
|
48
31
|
本次发布包含了以下内容:
|
|
49
32
|
|
|
@@ -51,133 +34,22 @@
|
|
|
51
34
|
|
|
52
35
|
修改数据结构:
|
|
53
36
|
|
|
54
|
-
* [
|
|
55
|
-
|
|
56
|
-
* 新增成员:InstanceName
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## 负载均衡(clb) 版本:2018-03-17
|
|
62
|
-
|
|
63
|
-
### 第 67 次发布
|
|
64
|
-
|
|
65
|
-
发布时间:2022-03-03 08:03:01
|
|
66
|
-
|
|
67
|
-
本次发布包含了以下内容:
|
|
68
|
-
|
|
69
|
-
改善已有的文档。
|
|
70
|
-
|
|
71
|
-
新增接口:
|
|
72
|
-
|
|
73
|
-
* [ModifyLoadBalancerMixIpTarget](https://cloud.tencent.com/document/api/214/70576)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
## 消息队列 CMQ(cmq) 版本:2019-03-04
|
|
78
|
-
|
|
79
|
-
### 第 2 次发布
|
|
80
|
-
|
|
81
|
-
发布时间:2022-03-03 08:03:36
|
|
82
|
-
|
|
83
|
-
本次发布包含了以下内容:
|
|
84
|
-
|
|
85
|
-
改善已有的文档。
|
|
37
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
86
38
|
|
|
87
|
-
|
|
39
|
+
* 新增成员:BindStatus
|
|
88
40
|
|
|
89
|
-
* [QueueSet](https://cloud.tencent.com/document/api/406/42640#QueueSet)
|
|
90
41
|
|
|
91
|
-
* 新增成员:Migrate
|
|
92
42
|
|
|
93
|
-
* [TopicSet](https://cloud.tencent.com/document/api/406/42640#TopicSet)
|
|
94
|
-
|
|
95
|
-
* 新增成员:Migrate
|
|
96
43
|
|
|
44
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
97
45
|
|
|
98
46
|
|
|
99
47
|
|
|
100
|
-
##
|
|
48
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
101
49
|
|
|
102
50
|
### 第 8 次发布
|
|
103
51
|
|
|
104
|
-
发布时间:2022-03-
|
|
105
|
-
|
|
106
|
-
本次发布包含了以下内容:
|
|
107
|
-
|
|
108
|
-
改善已有的文档。
|
|
109
|
-
|
|
110
|
-
修改接口:
|
|
111
|
-
|
|
112
|
-
* [DescribeUserSqlAdvice](https://cloud.tencent.com/document/api/1130/57782)
|
|
113
|
-
|
|
114
|
-
* 新增入参:Product
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
124
|
-
|
|
125
|
-
### 第 27 次发布
|
|
126
|
-
|
|
127
|
-
发布时间:2022-03-03 08:06:04
|
|
128
|
-
|
|
129
|
-
本次发布包含了以下内容:
|
|
130
|
-
|
|
131
|
-
改善已有的文档。
|
|
132
|
-
|
|
133
|
-
修改接口:
|
|
134
|
-
|
|
135
|
-
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
136
|
-
|
|
137
|
-
* 新增入参:ExternalService
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
新增数据结构:
|
|
141
|
-
|
|
142
|
-
* [ClusterExternalServiceInfo](https://cloud.tencent.com/document/api/589/33981#ClusterExternalServiceInfo)
|
|
143
|
-
|
|
144
|
-
修改数据结构:
|
|
145
|
-
|
|
146
|
-
* [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
|
|
147
|
-
|
|
148
|
-
* 新增成员:ClusterExternalServiceInfo
|
|
149
|
-
|
|
150
|
-
* [EmrProductConfigOutter](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigOutter)
|
|
151
|
-
|
|
152
|
-
* 新增成员:PublicKeyId
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
158
|
-
|
|
159
|
-
### 第 26 次发布
|
|
160
|
-
|
|
161
|
-
发布时间:2022-03-03 08:08:18
|
|
162
|
-
|
|
163
|
-
本次发布包含了以下内容:
|
|
164
|
-
|
|
165
|
-
改善已有的文档。
|
|
166
|
-
|
|
167
|
-
修改数据结构:
|
|
168
|
-
|
|
169
|
-
* [ModifyBundle](https://cloud.tencent.com/document/api/1207/47576#ModifyBundle)
|
|
170
|
-
|
|
171
|
-
* 新增成员:NotSupportModifyMessage
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
177
|
-
|
|
178
|
-
### 第 19 次发布
|
|
179
|
-
|
|
180
|
-
发布时间:2022-03-03 08:08:57
|
|
52
|
+
发布时间:2022-03-07 16:52:17
|
|
181
53
|
|
|
182
54
|
本次发布包含了以下内容:
|
|
183
55
|
|
|
@@ -185,183 +57,48 @@
|
|
|
185
57
|
|
|
186
58
|
新增接口:
|
|
187
59
|
|
|
188
|
-
* [
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
## 云监控(monitor) 版本:2018-07-24
|
|
197
|
-
|
|
198
|
-
### 第 40 次发布
|
|
199
|
-
|
|
200
|
-
发布时间:2022-03-03 08:09:04
|
|
201
|
-
|
|
202
|
-
本次发布包含了以下内容:
|
|
203
|
-
|
|
204
|
-
改善已有的文档。
|
|
205
|
-
|
|
206
|
-
修改接口:
|
|
207
|
-
|
|
208
|
-
* [DescribePrometheusInstances](https://cloud.tencent.com/document/api/248/66097)
|
|
60
|
+
* [CreateReceiverDetailWithData](https://cloud.tencent.com/document/api/1288/70776)
|
|
209
61
|
|
|
210
|
-
|
|
62
|
+
新增数据结构:
|
|
211
63
|
|
|
64
|
+
* [ReceiverInputData](https://cloud.tencent.com/document/api/1288/51053#ReceiverInputData)
|
|
212
65
|
|
|
213
66
|
|
|
214
67
|
|
|
215
|
-
##
|
|
68
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
216
69
|
|
|
217
|
-
### 第
|
|
70
|
+
### 第 11 次发布
|
|
218
71
|
|
|
219
|
-
发布时间:2022-03-
|
|
72
|
+
发布时间:2022-03-08 08:18:39
|
|
220
73
|
|
|
221
74
|
本次发布包含了以下内容:
|
|
222
75
|
|
|
223
76
|
改善已有的文档。
|
|
224
77
|
|
|
225
|
-
修改接口:
|
|
226
|
-
|
|
227
|
-
* [CreateJob](https://cloud.tencent.com/document/api/849/52009)
|
|
228
|
-
|
|
229
|
-
* 新增入参:WorkSpaceId
|
|
230
|
-
|
|
231
|
-
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
232
|
-
|
|
233
|
-
* 新增入参:WorkSpaceId
|
|
234
|
-
|
|
235
|
-
* [CreateResource](https://cloud.tencent.com/document/api/849/52000)
|
|
236
|
-
|
|
237
|
-
* 新增入参:WorkSpaceId
|
|
238
|
-
|
|
239
|
-
* [CreateResourceConfig](https://cloud.tencent.com/document/api/849/51997)
|
|
240
|
-
|
|
241
|
-
* 新增入参:WorkSpaceId
|
|
242
|
-
|
|
243
|
-
* [DeleteResourceConfigs](https://cloud.tencent.com/document/api/849/54667)
|
|
244
|
-
|
|
245
|
-
* 新增入参:WorkSpaceId
|
|
246
|
-
|
|
247
|
-
* [DeleteResources](https://cloud.tencent.com/document/api/849/54670)
|
|
248
|
-
|
|
249
|
-
* 新增入参:WorkSpaceId
|
|
250
|
-
|
|
251
|
-
* [DeleteTableConfig](https://cloud.tencent.com/document/api/849/52002)
|
|
252
|
-
|
|
253
|
-
* 新增入参:WorkSpaceId
|
|
254
|
-
|
|
255
|
-
* [DescribeJobConfigs](https://cloud.tencent.com/document/api/849/52875)
|
|
256
|
-
|
|
257
|
-
* 新增入参:WorkSpaceId
|
|
258
|
-
|
|
259
|
-
* [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
|
|
260
|
-
|
|
261
|
-
* 新增入参:WorkSpaceId
|
|
262
|
-
|
|
263
|
-
* [DescribeResourceConfigs](https://cloud.tencent.com/document/api/849/54666)
|
|
264
|
-
|
|
265
|
-
* 新增入参:WorkSpaceId
|
|
266
|
-
|
|
267
|
-
* [DescribeResourceRelatedJobs](https://cloud.tencent.com/document/api/849/54669)
|
|
268
|
-
|
|
269
|
-
* 新增入参:WorkSpaceId
|
|
270
|
-
|
|
271
|
-
* [DescribeResources](https://cloud.tencent.com/document/api/849/54668)
|
|
272
|
-
|
|
273
|
-
* 新增入参:WorkSpaceId
|
|
274
|
-
|
|
275
|
-
* [RunJobs](https://cloud.tencent.com/document/api/849/52007)
|
|
276
|
-
|
|
277
|
-
* 新增入参:WorkSpaceId
|
|
278
|
-
|
|
279
|
-
* [StopJobs](https://cloud.tencent.com/document/api/849/52006)
|
|
280
|
-
|
|
281
|
-
* 新增入参:WorkSpaceId
|
|
282
|
-
|
|
283
|
-
|
|
284
78
|
修改数据结构:
|
|
285
79
|
|
|
286
|
-
* [
|
|
287
|
-
|
|
288
|
-
* 新增成员:WorkSpaceId, WorkSpaceName
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
294
|
-
|
|
295
|
-
### 第 25 次发布
|
|
296
|
-
|
|
297
|
-
发布时间:2022-03-03 08:10:01
|
|
298
|
-
|
|
299
|
-
本次发布包含了以下内容:
|
|
300
|
-
|
|
301
|
-
改善已有的文档。
|
|
302
|
-
|
|
303
|
-
新增接口:
|
|
304
|
-
|
|
305
|
-
* [CreateDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70581)
|
|
306
|
-
* [CreateReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70580)
|
|
307
|
-
* [DeleteDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70579)
|
|
308
|
-
* [DeleteReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70578)
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
## SSL 证书监控(sslpod) 版本:2019-06-05
|
|
313
|
-
|
|
314
|
-
### 第 2 次发布
|
|
315
|
-
|
|
316
|
-
发布时间:2022-03-03 08:11:12
|
|
317
|
-
|
|
318
|
-
本次发布包含了以下内容:
|
|
319
|
-
|
|
320
|
-
改善已有的文档。
|
|
321
|
-
|
|
322
|
-
修改接口:
|
|
323
|
-
|
|
324
|
-
* [DescribeDomains](https://cloud.tencent.com/document/api/1084/49339)
|
|
80
|
+
* [ImagesInfo](https://cloud.tencent.com/document/api/1285/65614#ImagesInfo)
|
|
325
81
|
|
|
326
|
-
*
|
|
82
|
+
* 新增成员:ComponentCnt
|
|
327
83
|
|
|
328
84
|
|
|
329
85
|
|
|
330
86
|
|
|
331
|
-
##
|
|
87
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
332
88
|
|
|
333
|
-
### 第
|
|
89
|
+
### 第 15 次发布
|
|
334
90
|
|
|
335
|
-
发布时间:2022-03-
|
|
91
|
+
发布时间:2022-03-08 08:20:05
|
|
336
92
|
|
|
337
93
|
本次发布包含了以下内容:
|
|
338
94
|
|
|
339
95
|
改善已有的文档。
|
|
340
96
|
|
|
341
|
-
修改接口:
|
|
342
|
-
|
|
343
|
-
* [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
|
|
344
|
-
|
|
345
|
-
* 新增入参:DelayedType
|
|
346
|
-
|
|
347
|
-
* [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
|
|
348
|
-
|
|
349
|
-
* 新增入参:VHostIdList
|
|
350
|
-
|
|
351
|
-
|
|
352
97
|
修改数据结构:
|
|
353
98
|
|
|
354
|
-
* [
|
|
355
|
-
|
|
356
|
-
* 新增成员:Status
|
|
357
|
-
|
|
358
|
-
* [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
|
|
359
|
-
|
|
360
|
-
* 新增成员:AlternateExchange, AlternateExchangeDeleteMark, DelayType
|
|
361
|
-
|
|
362
|
-
* [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
|
|
99
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
363
100
|
|
|
364
|
-
* 新增成员:
|
|
101
|
+
* 新增成员:SpecId, EnvReplica, RunningCount
|
|
365
102
|
|
|
366
103
|
|
|
367
104
|
|
|
@@ -2218,11 +1955,11 @@
|
|
|
2218
1955
|
|
|
2219
1956
|
新增接口:
|
|
2220
1957
|
|
|
2221
|
-
* [
|
|
1958
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1278/70575)
|
|
2222
1959
|
|
|
2223
1960
|
新增数据结构:
|
|
2224
1961
|
|
|
2225
|
-
* [
|
|
1962
|
+
* [RegionProduct](https://cloud.tencent.com/document/api/1278/55256#RegionProduct)
|
|
2226
1963
|
|
|
2227
1964
|
### 第 1 次发布
|
|
2228
1965
|
|
|
@@ -8289,6 +8026,27 @@
|
|
|
8289
8026
|
|
|
8290
8027
|
|
|
8291
8028
|
|
|
8029
|
+
## 云数据加密代理网关(casb) 版本:2020-05-07
|
|
8030
|
+
|
|
8031
|
+
### 第 1 次发布
|
|
8032
|
+
|
|
8033
|
+
发布时间:2022-03-04 10:44:38
|
|
8034
|
+
|
|
8035
|
+
本次发布包含了以下内容:
|
|
8036
|
+
|
|
8037
|
+
改善已有的文档。
|
|
8038
|
+
|
|
8039
|
+
新增接口:
|
|
8040
|
+
|
|
8041
|
+
* [CopyCryptoColumnPolicy](https://cloud.tencent.com/document/api/1303/70652)
|
|
8042
|
+
|
|
8043
|
+
新增数据结构:
|
|
8044
|
+
|
|
8045
|
+
* [CryptoCopyColumnPolicyTableFilter](https://cloud.tencent.com/document/api/1303/70653#CryptoCopyColumnPolicyTableFilter)
|
|
8046
|
+
|
|
8047
|
+
|
|
8048
|
+
|
|
8049
|
+
|
|
8292
8050
|
## 云拨测(cat) 版本:2018-04-09
|
|
8293
8051
|
|
|
8294
8052
|
### 第 6 次发布
|
|
@@ -9240,6 +8998,25 @@
|
|
|
9240
8998
|
|
|
9241
8999
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
9242
9000
|
|
|
9001
|
+
### 第 22 次发布
|
|
9002
|
+
|
|
9003
|
+
发布时间:2022-03-04 08:05:02
|
|
9004
|
+
|
|
9005
|
+
本次发布包含了以下内容:
|
|
9006
|
+
|
|
9007
|
+
改善已有的文档。
|
|
9008
|
+
|
|
9009
|
+
修改数据结构:
|
|
9010
|
+
|
|
9011
|
+
* [ServeParticipant](https://cloud.tencent.com/document/api/679/47715#ServeParticipant)
|
|
9012
|
+
|
|
9013
|
+
* 新增成员:CustomRecordURL
|
|
9014
|
+
|
|
9015
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
9016
|
+
|
|
9017
|
+
* 新增成员:CustomRecordURL
|
|
9018
|
+
|
|
9019
|
+
|
|
9243
9020
|
### 第 21 次发布
|
|
9244
9021
|
|
|
9245
9022
|
发布时间:2022-02-14 08:06:57
|
|
@@ -14732,6 +14509,20 @@
|
|
|
14732
14509
|
|
|
14733
14510
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
14734
14511
|
|
|
14512
|
+
### 第 36 次发布
|
|
14513
|
+
|
|
14514
|
+
发布时间:2022-03-04 08:05:57
|
|
14515
|
+
|
|
14516
|
+
本次发布包含了以下内容:
|
|
14517
|
+
|
|
14518
|
+
改善已有的文档。
|
|
14519
|
+
|
|
14520
|
+
新增接口:
|
|
14521
|
+
|
|
14522
|
+
* [AuthorizeToken](https://cloud.tencent.com/document/api/597/70646)
|
|
14523
|
+
* [CancelAuthorizationToken](https://cloud.tencent.com/document/api/597/70645)
|
|
14524
|
+
* [CreateToken](https://cloud.tencent.com/document/api/597/70644)
|
|
14525
|
+
|
|
14735
14526
|
### 第 35 次发布
|
|
14736
14527
|
|
|
14737
14528
|
发布时间:2022-02-21 08:03:18
|
|
@@ -15502,7 +15293,7 @@
|
|
|
15502
15293
|
|
|
15503
15294
|
新增接口:
|
|
15504
15295
|
|
|
15505
|
-
* [
|
|
15296
|
+
* [ModifyLoadBalancerMixIpTarget](https://cloud.tencent.com/document/api/214/70576)
|
|
15506
15297
|
|
|
15507
15298
|
### 第 66 次发布
|
|
15508
15299
|
|
|
@@ -19099,6 +18890,75 @@
|
|
|
19099
18890
|
|
|
19100
18891
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
19101
18892
|
|
|
18893
|
+
### 第 58 次发布
|
|
18894
|
+
|
|
18895
|
+
发布时间:2022-03-08 08:09:49
|
|
18896
|
+
|
|
18897
|
+
本次发布包含了以下内容:
|
|
18898
|
+
|
|
18899
|
+
改善已有的文档。
|
|
18900
|
+
|
|
18901
|
+
新增接口:
|
|
18902
|
+
|
|
18903
|
+
* [[QueryOpenBankBankAccountBalance](https://cloud.tencent.com/document/api/1122/70774)](https://cloud.tencent.com/document/api/#/#)
|
|
18904
|
+
* [[QueryOpenBankDailyReceiptDownloadUrl](https://cloud.tencent.com/document/api/1122/70773)](https://cloud.tencent.com/document/api/#/#)
|
|
18905
|
+
|
|
18906
|
+
新增数据结构:
|
|
18907
|
+
|
|
18908
|
+
* [[QueryOpenBankBankAccountBalanceResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankAccountBalanceResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankBankAccountBalanceResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankAccountBalanceResult))
|
|
18909
|
+
* [[QueryOpenBankDailyReceiptDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDailyReceiptDownloadUrlResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankDailyReceiptDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDailyReceiptDownloadUrlResult))
|
|
18910
|
+
|
|
18911
|
+
### 第 57 次发布
|
|
18912
|
+
|
|
18913
|
+
发布时间:2022-03-07 08:05:12
|
|
18914
|
+
|
|
18915
|
+
本次发布包含了以下内容:
|
|
18916
|
+
|
|
18917
|
+
改善已有的文档。
|
|
18918
|
+
|
|
18919
|
+
新增接口:
|
|
18920
|
+
|
|
18921
|
+
* [QueryOpenBankBankBranchList](https://cloud.tencent.com/document/api/1122/70730)
|
|
18922
|
+
* [QueryOpenBankSupportBankList](https://cloud.tencent.com/document/api/1122/70729)
|
|
18923
|
+
|
|
18924
|
+
新增数据结构:
|
|
18925
|
+
|
|
18926
|
+
* [BankBranchInfo](https://cloud.tencent.com/document/api/1122/40683#BankBranchInfo)
|
|
18927
|
+
* [QueryOpenBankBankBranchListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankBranchListResult)
|
|
18928
|
+
* [QueryOpenBankSupportBankListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSupportBankListResult)
|
|
18929
|
+
* [SupportBankInfo](https://cloud.tencent.com/document/api/1122/40683#SupportBankInfo)
|
|
18930
|
+
|
|
18931
|
+
修改数据结构:
|
|
18932
|
+
|
|
18933
|
+
* [OpenBankPayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayeeInfo)
|
|
18934
|
+
|
|
18935
|
+
* 新增成员:BindSerialNo
|
|
18936
|
+
|
|
18937
|
+
|
|
18938
|
+
### 第 56 次发布
|
|
18939
|
+
|
|
18940
|
+
发布时间:2022-03-04 08:06:47
|
|
18941
|
+
|
|
18942
|
+
本次发布包含了以下内容:
|
|
18943
|
+
|
|
18944
|
+
改善已有的文档。
|
|
18945
|
+
|
|
18946
|
+
新增接口:
|
|
18947
|
+
|
|
18948
|
+
* [ApplyReconciliationFile](https://cloud.tencent.com/document/api/1122/70650)
|
|
18949
|
+
* [QueryFundsTransactionDetails](https://cloud.tencent.com/document/api/1122/70649)
|
|
18950
|
+
* [QueryMemberTransactionDetails](https://cloud.tencent.com/document/api/1122/70648)
|
|
18951
|
+
* [QueryReconciliationFileApplyInfo](https://cloud.tencent.com/document/api/1122/70647)
|
|
18952
|
+
|
|
18953
|
+
新增数据结构:
|
|
18954
|
+
|
|
18955
|
+
* [ApplyReconciliationFileResult](https://cloud.tencent.com/document/api/1122/40683#ApplyReconciliationFileResult)
|
|
18956
|
+
* [FundsTransactionItem](https://cloud.tencent.com/document/api/1122/40683#FundsTransactionItem)
|
|
18957
|
+
* [MemberTransactionItem](https://cloud.tencent.com/document/api/1122/40683#MemberTransactionItem)
|
|
18958
|
+
* [QueryFundsTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryFundsTransactionDetailsResult)
|
|
18959
|
+
* [QueryMemberTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryMemberTransactionDetailsResult)
|
|
18960
|
+
* [QueryReconciliationFileApplyInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryReconciliationFileApplyInfoResult)
|
|
18961
|
+
|
|
19102
18962
|
### 第 55 次发布
|
|
19103
18963
|
|
|
19104
18964
|
发布时间:2022-02-25 08:06:26
|
|
@@ -29575,7 +29435,7 @@
|
|
|
29575
29435
|
|
|
29576
29436
|
新增数据结构:
|
|
29577
29437
|
|
|
29578
|
-
* [
|
|
29438
|
+
* [ClusterExternalServiceInfo](https://cloud.tencent.com/document/api/589/33981#ClusterExternalServiceInfo)
|
|
29579
29439
|
|
|
29580
29440
|
修改数据结构:
|
|
29581
29441
|
|
|
@@ -39177,6 +39037,26 @@
|
|
|
39177
39037
|
|
|
39178
39038
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
39179
39039
|
|
|
39040
|
+
### 第 5 次发布
|
|
39041
|
+
|
|
39042
|
+
发布时间:2022-03-07 10:30:32
|
|
39043
|
+
|
|
39044
|
+
本次发布包含了以下内容:
|
|
39045
|
+
|
|
39046
|
+
改善已有的文档。
|
|
39047
|
+
|
|
39048
|
+
新增数据结构:
|
|
39049
|
+
|
|
39050
|
+
* [ClassifiedPersonInfo](https://cloud.tencent.com/document/api/1509/65063#ClassifiedPersonInfo)
|
|
39051
|
+
* [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
|
|
39052
|
+
|
|
39053
|
+
修改数据结构:
|
|
39054
|
+
|
|
39055
|
+
* [ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)
|
|
39056
|
+
|
|
39057
|
+
* 新增成员:ClassifiedPersonInfoSet
|
|
39058
|
+
|
|
39059
|
+
|
|
39180
39060
|
### 第 4 次发布
|
|
39181
39061
|
|
|
39182
39062
|
发布时间:2022-03-02 12:16:47
|
|
@@ -42922,7 +42802,7 @@
|
|
|
42922
42802
|
|
|
42923
42803
|
新增接口:
|
|
42924
42804
|
|
|
42925
|
-
* [
|
|
42805
|
+
* [ModifyDBInstanceSecurityGroup](https://cloud.tencent.com/document/api/240/70577)
|
|
42926
42806
|
|
|
42927
42807
|
### 第 18 次发布
|
|
42928
42808
|
|
|
@@ -47802,6 +47682,21 @@
|
|
|
47802
47682
|
|
|
47803
47683
|
## 企业组织(organization) 版本:2021-03-31
|
|
47804
47684
|
|
|
47685
|
+
### 第 7 次发布
|
|
47686
|
+
|
|
47687
|
+
发布时间:2022-03-08 08:16:27
|
|
47688
|
+
|
|
47689
|
+
本次发布包含了以下内容:
|
|
47690
|
+
|
|
47691
|
+
改善已有的文档。
|
|
47692
|
+
|
|
47693
|
+
修改数据结构:
|
|
47694
|
+
|
|
47695
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
47696
|
+
|
|
47697
|
+
* 新增成员:BindStatus
|
|
47698
|
+
|
|
47699
|
+
|
|
47805
47700
|
### 第 6 次发布
|
|
47806
47701
|
|
|
47807
47702
|
发布时间:2022-01-26 08:11:15
|
|
@@ -48377,10 +48272,10 @@
|
|
|
48377
48272
|
|
|
48378
48273
|
新增接口:
|
|
48379
48274
|
|
|
48380
|
-
* [
|
|
48381
|
-
* [
|
|
48382
|
-
* [
|
|
48383
|
-
* [
|
|
48275
|
+
* [CreateDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70581)
|
|
48276
|
+
* [CreateReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70580)
|
|
48277
|
+
* [DeleteDBInstanceNetworkAccess](https://cloud.tencent.com/document/api/409/70579)
|
|
48278
|
+
* [DeleteReadOnlyGroupNetworkAccess](https://cloud.tencent.com/document/api/409/70578)
|
|
48384
48279
|
|
|
48385
48280
|
### 第 24 次发布
|
|
48386
48281
|
|
|
@@ -51248,6 +51143,22 @@
|
|
|
51248
51143
|
|
|
51249
51144
|
## 邮件推送(ses) 版本:2020-10-02
|
|
51250
51145
|
|
|
51146
|
+
### 第 8 次发布
|
|
51147
|
+
|
|
51148
|
+
发布时间:2022-03-07 16:52:17
|
|
51149
|
+
|
|
51150
|
+
本次发布包含了以下内容:
|
|
51151
|
+
|
|
51152
|
+
改善已有的文档。
|
|
51153
|
+
|
|
51154
|
+
新增接口:
|
|
51155
|
+
|
|
51156
|
+
* [[CreateReceiverDetailWithData](https://cloud.tencent.com/document/api/1288/70776)](https://cloud.tencent.com/document/api/#/#)
|
|
51157
|
+
|
|
51158
|
+
新增数据结构:
|
|
51159
|
+
|
|
51160
|
+
* [[ReceiverInputData](https://cloud.tencent.com/document/api/1288/51053#ReceiverInputData)](https://cloud.tencent.com/document/api/1288/51053#[ReceiverInputData](https://cloud.tencent.com/document/api/1288/51053#ReceiverInputData))
|
|
51161
|
+
|
|
51251
51162
|
### 第 7 次发布
|
|
51252
51163
|
|
|
51253
51164
|
发布时间:2022-01-18 08:14:15
|
|
@@ -57861,6 +57772,21 @@
|
|
|
57861
57772
|
|
|
57862
57773
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
57863
57774
|
|
|
57775
|
+
### 第 11 次发布
|
|
57776
|
+
|
|
57777
|
+
发布时间:2022-03-08 08:18:39
|
|
57778
|
+
|
|
57779
|
+
本次发布包含了以下内容:
|
|
57780
|
+
|
|
57781
|
+
改善已有的文档。
|
|
57782
|
+
|
|
57783
|
+
修改数据结构:
|
|
57784
|
+
|
|
57785
|
+
* [ImagesInfo](https://cloud.tencent.com/document/api/1285/65614#ImagesInfo)
|
|
57786
|
+
|
|
57787
|
+
* 新增成员:ComponentCnt
|
|
57788
|
+
|
|
57789
|
+
|
|
57864
57790
|
### 第 10 次发布
|
|
57865
57791
|
|
|
57866
57792
|
发布时间:2022-03-02 08:15:58
|
|
@@ -58364,42 +58290,42 @@
|
|
|
58364
58290
|
|
|
58365
58291
|
新增接口:
|
|
58366
58292
|
|
|
58367
|
-
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api
|
|
58368
|
-
* [CreateCluster](https://cloud.tencent.com/document/api
|
|
58369
|
-
* [CreateClusterInstances](https://cloud.tencent.com/document/api
|
|
58370
|
-
* [DeleteCluster](https://cloud.tencent.com/document/api
|
|
58371
|
-
* [DeleteClusterInstances](https://cloud.tencent.com/document/api
|
|
58372
|
-
* [DescribeAccounts](https://cloud.tencent.com/document/api
|
|
58373
|
-
* [DescribeClusterBackups](https://cloud.tencent.com/document/api
|
|
58374
|
-
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api
|
|
58375
|
-
* [DescribeClusterInstances](https://cloud.tencent.com/document/api
|
|
58376
|
-
* [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api
|
|
58377
|
-
* [DescribeClusters](https://cloud.tencent.com/document/api
|
|
58378
|
-
* [DescribeResourcesByDealName](https://cloud.tencent.com/document/api
|
|
58379
|
-
* [IsolateCluster](https://cloud.tencent.com/document/api
|
|
58380
|
-
* [IsolateClusterInstances](https://cloud.tencent.com/document/api
|
|
58381
|
-
* [ModifyAccountDescription](https://cloud.tencent.com/document/api
|
|
58382
|
-
* [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api
|
|
58383
|
-
* [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api
|
|
58384
|
-
* [ModifyClusterName](https://cloud.tencent.com/document/api
|
|
58385
|
-
* [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api
|
|
58386
|
-
* [RecoverCluster](https://cloud.tencent.com/document/api
|
|
58387
|
-
* [RecoverClusterInstances](https://cloud.tencent.com/document/api
|
|
58388
|
-
* [RenewCluster](https://cloud.tencent.com/document/api
|
|
58389
|
-
* [ResetAccountPassword](https://cloud.tencent.com/document/api
|
|
58390
|
-
* [RestartClusterInstances](https://cloud.tencent.com/document/api
|
|
58391
|
-
* [TransformClusterPayMode](https://cloud.tencent.com/document/api
|
|
58293
|
+
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/1556/70694)
|
|
58294
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1556/70670)
|
|
58295
|
+
* [CreateClusterInstances](https://cloud.tencent.com/document/api/1556/70690)
|
|
58296
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1556/70669)
|
|
58297
|
+
* [DeleteClusterInstances](https://cloud.tencent.com/document/api/1556/70689)
|
|
58298
|
+
* [DescribeAccounts](https://cloud.tencent.com/document/api/1556/70674)
|
|
58299
|
+
* [DescribeClusterBackups](https://cloud.tencent.com/document/api/1556/70693)
|
|
58300
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/1556/70682)
|
|
58301
|
+
* [DescribeClusterInstances](https://cloud.tencent.com/document/api/1556/70688)
|
|
58302
|
+
* [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api/1556/70692)
|
|
58303
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/1556/70668)
|
|
58304
|
+
* [DescribeResourcesByDealName](https://cloud.tencent.com/document/api/1556/70679)
|
|
58305
|
+
* [IsolateCluster](https://cloud.tencent.com/document/api/1556/70667)
|
|
58306
|
+
* [IsolateClusterInstances](https://cloud.tencent.com/document/api/1556/70687)
|
|
58307
|
+
* [ModifyAccountDescription](https://cloud.tencent.com/document/api/1556/70673)
|
|
58308
|
+
* [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api/1556/70681)
|
|
58309
|
+
* [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api/1556/70686)
|
|
58310
|
+
* [ModifyClusterName](https://cloud.tencent.com/document/api/1556/70666)
|
|
58311
|
+
* [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api/1556/70678)
|
|
58312
|
+
* [RecoverCluster](https://cloud.tencent.com/document/api/1556/70665)
|
|
58313
|
+
* [RecoverClusterInstances](https://cloud.tencent.com/document/api/1556/70685)
|
|
58314
|
+
* [RenewCluster](https://cloud.tencent.com/document/api/1556/70677)
|
|
58315
|
+
* [ResetAccountPassword](https://cloud.tencent.com/document/api/1556/70672)
|
|
58316
|
+
* [RestartClusterInstances](https://cloud.tencent.com/document/api/1556/70684)
|
|
58317
|
+
* [TransformClusterPayMode](https://cloud.tencent.com/document/api/1556/70676)
|
|
58392
58318
|
|
|
58393
58319
|
新增数据结构:
|
|
58394
58320
|
|
|
58395
|
-
* [Account](https://cloud.tencent.com/document/api
|
|
58396
|
-
* [AvailableRecoveryTimeRange](https://cloud.tencent.com/document/api
|
|
58397
|
-
* [Backup](https://cloud.tencent.com/document/api
|
|
58398
|
-
* [Cluster](https://cloud.tencent.com/document/api
|
|
58399
|
-
* [Endpoint](https://cloud.tencent.com/document/api
|
|
58400
|
-
* [Filter](https://cloud.tencent.com/document/api
|
|
58401
|
-
* [Instance](https://cloud.tencent.com/document/api
|
|
58402
|
-
* [ResourceIdInfo](https://cloud.tencent.com/document/api
|
|
58321
|
+
* [Account](https://cloud.tencent.com/document/api/1556/70695#Account)
|
|
58322
|
+
* [AvailableRecoveryTimeRange](https://cloud.tencent.com/document/api/1556/70695#AvailableRecoveryTimeRange)
|
|
58323
|
+
* [Backup](https://cloud.tencent.com/document/api/1556/70695#Backup)
|
|
58324
|
+
* [Cluster](https://cloud.tencent.com/document/api/1556/70695#Cluster)
|
|
58325
|
+
* [Endpoint](https://cloud.tencent.com/document/api/1556/70695#Endpoint)
|
|
58326
|
+
* [Filter](https://cloud.tencent.com/document/api/1556/70695#Filter)
|
|
58327
|
+
* [Instance](https://cloud.tencent.com/document/api/1556/70695#Instance)
|
|
58328
|
+
* [ResourceIdInfo](https://cloud.tencent.com/document/api/1556/70695#ResourceIdInfo)
|
|
58403
58329
|
|
|
58404
58330
|
|
|
58405
58331
|
|
|
@@ -61482,6 +61408,18 @@
|
|
|
61482
61408
|
|
|
61483
61409
|
## 容器服务(tke) 版本:2018-05-25
|
|
61484
61410
|
|
|
61411
|
+
### 第 90 次发布
|
|
61412
|
+
|
|
61413
|
+
发布时间:2022-03-07 08:14:19
|
|
61414
|
+
|
|
61415
|
+
本次发布包含了以下内容:
|
|
61416
|
+
|
|
61417
|
+
改善已有的文档。
|
|
61418
|
+
|
|
61419
|
+
新增接口:
|
|
61420
|
+
|
|
61421
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
61422
|
+
|
|
61485
61423
|
### 第 89 次发布
|
|
61486
61424
|
|
|
61487
61425
|
发布时间:2022-02-11 08:13:17
|
|
@@ -63982,6 +63920,21 @@
|
|
|
63982
63920
|
|
|
63983
63921
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
63984
63922
|
|
|
63923
|
+
### 第 15 次发布
|
|
63924
|
+
|
|
63925
|
+
发布时间:2022-03-08 08:20:05
|
|
63926
|
+
|
|
63927
|
+
本次发布包含了以下内容:
|
|
63928
|
+
|
|
63929
|
+
改善已有的文档。
|
|
63930
|
+
|
|
63931
|
+
修改数据结构:
|
|
63932
|
+
|
|
63933
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
63934
|
+
|
|
63935
|
+
* 新增成员:SpecId, EnvReplica, RunningCount
|
|
63936
|
+
|
|
63937
|
+
|
|
63985
63938
|
### 第 14 次发布
|
|
63986
63939
|
|
|
63987
63940
|
发布时间:2022-02-18 08:16:25
|