tencentcloud-sdk-nodejs 4.0.466 → 4.0.468
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 +346 -0
- package/SERVICE_CHANGELOG.md +310 -414
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +10 -0
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/ccc/v20200210/ccc_client.ts +1 -0
- package/src/services/ccc/v20200210/ccc_models.ts +20 -0
- package/src/services/clb/v20180317/clb_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +9 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +3 -2
- package/src/services/cpdp/v20190820/cpdp_models.ts +54 -29
- package/src/services/cwp/v20180228/cwp_models.ts +10 -0
- package/src/services/dc/v20180410/dc_models.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +11 -0
- package/src/services/ess/v20201111/ess_client.ts +2 -1
- package/src/services/ess/v20201111/ess_models.ts +98 -77
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +43 -22
- package/src/services/ivld/v20210903/ivld_models.ts +6 -0
- package/src/services/live/v20180801/live_client.ts +4 -4
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +42 -6
- package/src/services/mariadb/v20170312/mariadb_models.ts +115 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
- package/src/services/partners/v20180321/partners_client.ts +4 -4
- package/src/services/partners/v20180321/partners_models.ts +10 -10
- package/src/services/privatedns/v20201028/privatedns_client.ts +12 -0
- package/src/services/privatedns/v20201028/privatedns_models.ts +45 -0
- package/src/services/ses/v20201002/ses_models.ts +5 -0
- package/src/services/tag/v20180813/tag_client.ts +32 -8
- package/src/services/tag/v20180813/tag_models.ts +86 -16
- package/src/services/tcss/v20201101/tcss_models.ts +7 -7
- package/src/services/thpc/v20220401/thpc_models.ts +5 -0
- package/src/services/trp/v20210515/trp_models.ts +3 -3
- package/src/services/vod/v20180717/vod_client.ts +13 -9
- package/src/services/vpc/v20170312/vpc_models.ts +19 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +8 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +17 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +47 -26
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +8 -0
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +82 -64
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +36 -18
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +5 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +4 -4
- package/tencentcloud/services/live/v20180801/live_client.js +4 -4
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +15 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +21 -3
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +98 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +4 -4
- package/tencentcloud/services/partners/v20180321/partners_client.js +4 -4
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +10 -10
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +38 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +11 -3
- package/tencentcloud/services/tag/v20180813/tag_client.js +15 -3
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +74 -14
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +7 -7
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +3 -3
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -4
- package/tencentcloud/services/vod/v20180717/vod_client.js +8 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
- package/test/mariadb.v20170312.test.js +32 -2
- package/test/privatedns.v20201028.test.js +10 -0
- package/test/tag.v20180813.test.js +22 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,228 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 112 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-10-25 06:16:59
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeImageConfig](https://cloud.tencent.com/document/api/228/43844)
|
|
16
|
-
|
|
17
|
-
* 新增出参:AvifAdapter
|
|
18
|
-
|
|
19
|
-
* [UpdateImageConfig](https://cloud.tencent.com/document/api/228/43843)
|
|
20
|
-
|
|
21
|
-
* 新增入参:AvifAdapter
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
新增数据结构:
|
|
25
|
-
|
|
26
|
-
* [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
|
|
27
|
-
* [MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule)
|
|
28
|
-
|
|
29
|
-
修改数据结构:
|
|
30
|
-
|
|
31
|
-
* [ImageOptimization](https://cloud.tencent.com/document/api/228/30987#ImageOptimization)
|
|
32
|
-
|
|
33
|
-
* 新增成员:AvifAdapter
|
|
34
|
-
|
|
35
|
-
* [MaxAge](https://cloud.tencent.com/document/api/228/30987#MaxAge)
|
|
36
|
-
|
|
37
|
-
* 新增成员:MaxAgeCodeRule
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
43
|
-
|
|
44
|
-
### 第 62 次发布
|
|
45
|
-
|
|
46
|
-
发布时间:2022-10-25 06:19:36
|
|
47
|
-
|
|
48
|
-
本次发布包含了以下内容:
|
|
49
|
-
|
|
50
|
-
改善已有的文档。
|
|
51
|
-
|
|
52
|
-
修改数据结构:
|
|
53
|
-
|
|
54
|
-
* [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
|
|
55
|
-
|
|
56
|
-
* 新增成员:UseAutoCreateTopic, CompressionType
|
|
57
|
-
|
|
58
|
-
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
59
|
-
|
|
60
|
-
* 新增成员:IsTableRegular
|
|
61
|
-
|
|
62
|
-
* [TopicParam](https://cloud.tencent.com/document/api/597/40861#TopicParam)
|
|
63
|
-
|
|
64
|
-
* 新增成员:CompressionType, UseAutoCreateTopic
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
70
|
-
|
|
71
|
-
### 第 91 次发布
|
|
72
|
-
|
|
73
|
-
发布时间:2022-10-25 06:22:30
|
|
74
|
-
|
|
75
|
-
本次发布包含了以下内容:
|
|
76
|
-
|
|
77
|
-
改善已有的文档。
|
|
78
|
-
|
|
79
|
-
新增接口:
|
|
80
|
-
|
|
81
|
-
* [BindOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81884)
|
|
82
|
-
* [QueryOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81883)
|
|
83
|
-
|
|
84
|
-
修改接口:
|
|
85
|
-
|
|
86
|
-
* [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
|
|
87
|
-
|
|
88
|
-
* 新增入参:Remark, ExternalSettleData, Environment
|
|
89
|
-
|
|
90
|
-
* [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
|
|
91
|
-
|
|
92
|
-
* 新增出参:ChannelAppId
|
|
93
|
-
|
|
94
|
-
* [DownloadBill](https://cloud.tencent.com/document/api/1122/40672)
|
|
95
|
-
|
|
96
|
-
* 新增出参:StateType
|
|
97
|
-
|
|
98
|
-
* [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
|
|
99
|
-
|
|
100
|
-
* 新增入参:Environment
|
|
101
|
-
|
|
102
|
-
* [QueryRefund](https://cloud.tencent.com/document/api/1122/40660)
|
|
103
|
-
|
|
104
|
-
* 新增出参:ChannelExternalOrderId, ChannelExternalRefundId, ChannelOrderId, TotalRefundAmt, CurrencyType, OutTradeNo, RefundId, MidasAppId, UsedRefundId, SubRefundList
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
新增数据结构:
|
|
108
|
-
|
|
109
|
-
* [BindOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankProfitSharePayeeResult)
|
|
110
|
-
* [OldAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#OldAttachmentInfo)
|
|
111
|
-
* [OldChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#OldChannelExternalUserInfo)
|
|
112
|
-
* [OldSubRefund](https://cloud.tencent.com/document/api/1122/40683#OldSubRefund)
|
|
113
|
-
* [OpenBankProfitSharePayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitSharePayeeInfo)
|
|
114
|
-
* [QueryOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankProfitSharePayeeResult)
|
|
115
|
-
|
|
116
|
-
修改数据结构:
|
|
117
|
-
|
|
118
|
-
* [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
|
|
119
|
-
|
|
120
|
-
* 新增成员:SubAppId, PayScene, PaymentMethod
|
|
121
|
-
|
|
122
|
-
* [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
|
|
123
|
-
|
|
124
|
-
* 新增成员:ChannelSubPayOrderId, ProductId
|
|
125
|
-
|
|
126
|
-
* [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
|
|
127
|
-
|
|
128
|
-
* 新增成员:Currency
|
|
129
|
-
|
|
130
|
-
* [QueryOrderOutOrderList](https://cloud.tencent.com/document/api/1122/40683#QueryOrderOutOrderList)
|
|
131
|
-
|
|
132
|
-
* 新增成员:SettleCheck, ChannelExternalUserInfoList, AttachmentInfoList
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
138
|
-
|
|
139
|
-
### 第 59 次发布
|
|
140
|
-
|
|
141
|
-
发布时间:2022-10-25 06:25:41
|
|
142
|
-
|
|
143
|
-
本次发布包含了以下内容:
|
|
144
|
-
|
|
145
|
-
改善已有的文档。
|
|
146
|
-
|
|
147
|
-
修改数据结构:
|
|
148
|
-
|
|
149
|
-
* [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
|
|
150
|
-
|
|
151
|
-
* 新增成员:Desc
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
## Elasticsearch Service(es) 版本:2018-04-16
|
|
3
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
157
4
|
|
|
158
5
|
### 第 38 次发布
|
|
159
6
|
|
|
160
|
-
发布时间:2022-10-
|
|
161
|
-
|
|
162
|
-
本次发布包含了以下内容:
|
|
163
|
-
|
|
164
|
-
改善已有的文档。
|
|
165
|
-
|
|
166
|
-
修改接口:
|
|
167
|
-
|
|
168
|
-
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
169
|
-
|
|
170
|
-
* 新增入参:DiskEnhance
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
修改数据结构:
|
|
174
|
-
|
|
175
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
176
|
-
|
|
177
|
-
* 新增成员:ProcessPercent, KibanaAlteringPublicAccess
|
|
178
|
-
|
|
179
|
-
* [NodeInfo](https://cloud.tencent.com/document/api/845/30634#NodeInfo)
|
|
180
|
-
|
|
181
|
-
* 新增成员:DiskEnhance
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
187
|
-
|
|
188
|
-
### 第 37 次发布
|
|
189
|
-
|
|
190
|
-
发布时间:2022-10-24 15:26:34
|
|
191
|
-
|
|
192
|
-
本次发布包含了以下内容:
|
|
193
|
-
|
|
194
|
-
改善已有的文档。
|
|
195
|
-
|
|
196
|
-
新增接口:
|
|
197
|
-
|
|
198
|
-
* [ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)
|
|
199
|
-
|
|
200
|
-
### 第 36 次发布
|
|
201
|
-
|
|
202
|
-
发布时间:2022-10-24 15:11:55
|
|
203
|
-
|
|
204
|
-
本次发布包含了以下内容:
|
|
205
|
-
|
|
206
|
-
改善已有的文档。
|
|
207
|
-
|
|
208
|
-
修改接口:
|
|
209
|
-
|
|
210
|
-
* [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
|
|
211
|
-
|
|
212
|
-
* 新增入参:CancelMessage, CancelMessageFormat
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
## 智能编辑(ie) 版本:2020-03-04
|
|
222
|
-
|
|
223
|
-
### 第 13 次发布
|
|
224
|
-
|
|
225
|
-
发布时间:2022-10-25 06:37:05
|
|
7
|
+
发布时间:2022-10-27 06:31:19
|
|
226
8
|
|
|
227
9
|
本次发布包含了以下内容:
|
|
228
10
|
|
|
@@ -230,183 +12,67 @@
|
|
|
230
12
|
|
|
231
13
|
修改接口:
|
|
232
14
|
|
|
233
|
-
* [
|
|
234
|
-
|
|
235
|
-
* 新增入参:TopSpeedCodecChannel
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
241
|
-
|
|
242
|
-
### 第 46 次发布
|
|
243
|
-
|
|
244
|
-
发布时间:2022-10-25 06:38:53
|
|
245
|
-
|
|
246
|
-
本次发布包含了以下内容:
|
|
247
|
-
|
|
248
|
-
改善已有的文档。
|
|
249
|
-
|
|
250
|
-
修改接口:
|
|
251
|
-
|
|
252
|
-
* [DescribeBindedProducts](https://cloud.tencent.com/document/api/1081/67876)
|
|
253
|
-
|
|
254
|
-
* 新增入参:ProductSource
|
|
255
|
-
|
|
256
|
-
* [DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)
|
|
257
|
-
|
|
258
|
-
* 新增出参:GatewayProductOwnerName, GatewayProductOwnerUin
|
|
259
|
-
|
|
260
|
-
* [DescribeGatewaySubProducts](https://cloud.tencent.com/document/api/1081/67875)
|
|
15
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
261
16
|
|
|
262
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:AutoRenew
|
|
263
18
|
|
|
264
19
|
|
|
265
20
|
修改数据结构:
|
|
266
21
|
|
|
267
|
-
* [
|
|
22
|
+
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
268
23
|
|
|
269
|
-
* 新增成员:
|
|
24
|
+
* 新增成员:IsHandsCluster
|
|
270
25
|
|
|
271
26
|
|
|
272
27
|
|
|
273
28
|
|
|
274
|
-
##
|
|
29
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
275
30
|
|
|
276
|
-
### 第
|
|
31
|
+
### 第 27 次发布
|
|
277
32
|
|
|
278
|
-
发布时间:2022-10-
|
|
33
|
+
发布时间:2022-10-27 06:45:50
|
|
279
34
|
|
|
280
35
|
本次发布包含了以下内容:
|
|
281
36
|
|
|
282
37
|
改善已有的文档。
|
|
283
38
|
|
|
284
|
-
新增接口:
|
|
285
|
-
|
|
286
|
-
* [DescribeExportJobDownloadURL](https://cloud.tencent.com/document/api/1285/81886)
|
|
287
|
-
* [DescribeExportJobManageList](https://cloud.tencent.com/document/api/1285/81885)
|
|
288
|
-
|
|
289
|
-
修改接口:
|
|
290
|
-
|
|
291
|
-
* [CreateImageExportJob](https://cloud.tencent.com/document/api/1285/81635)
|
|
292
|
-
|
|
293
|
-
* <font color="#dd0000">**修改入参**:</font>ExportField
|
|
294
|
-
|
|
295
|
-
* [DescribeSecLogDeliveryKafkaOptions](https://cloud.tencent.com/document/api/1285/81730)
|
|
296
|
-
|
|
297
|
-
* 新增入参:RegionID
|
|
298
|
-
|
|
299
|
-
* 新增出参:RegionList
|
|
300
|
-
|
|
301
|
-
* [DescribeSecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81729)
|
|
302
|
-
|
|
303
|
-
* 新增出参:RegionID
|
|
304
|
-
|
|
305
|
-
* [ModifySecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81722)
|
|
306
|
-
|
|
307
|
-
* 新增入参:RegionID
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
新增数据结构:
|
|
311
|
-
|
|
312
|
-
* [ExportJobInfo](https://cloud.tencent.com/document/api/1285/65614#ExportJobInfo)
|
|
313
|
-
|
|
314
39
|
修改数据结构:
|
|
315
40
|
|
|
316
|
-
* [
|
|
317
|
-
|
|
318
|
-
* 新增成员:ApplicableVersion
|
|
319
|
-
|
|
320
|
-
* [FileAttributeInfo](https://cloud.tencent.com/document/api/1285/65614#FileAttributeInfo)
|
|
41
|
+
* [WorkSpaceClusterItem](https://cloud.tencent.com/document/api/849/52010#WorkSpaceClusterItem)
|
|
321
42
|
|
|
322
|
-
* 新增成员:
|
|
43
|
+
* 新增成员:ProjectId, ProjectIdStr
|
|
323
44
|
|
|
324
45
|
|
|
325
46
|
|
|
326
47
|
|
|
327
|
-
##
|
|
48
|
+
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
328
49
|
|
|
329
|
-
### 第
|
|
50
|
+
### 第 4 次发布
|
|
330
51
|
|
|
331
|
-
发布时间:2022-10-
|
|
52
|
+
发布时间:2022-10-27 07:00:42
|
|
332
53
|
|
|
333
54
|
本次发布包含了以下内容:
|
|
334
55
|
|
|
335
56
|
改善已有的文档。
|
|
336
57
|
|
|
337
|
-
修改接口:
|
|
338
|
-
|
|
339
|
-
* [CreateApplication](https://cloud.tencent.com/document/api/1371/60162)
|
|
340
|
-
|
|
341
|
-
* 新增入参:Tags
|
|
342
|
-
|
|
343
|
-
* [CreateEnvironment](https://cloud.tencent.com/document/api/1371/60150)
|
|
344
|
-
|
|
345
|
-
* 新增入参:Tags
|
|
346
|
-
|
|
347
|
-
* [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
|
|
348
|
-
|
|
349
|
-
* 新增入参:Filters
|
|
350
|
-
|
|
351
|
-
* [DescribeEnvironments](https://cloud.tencent.com/document/api/1371/60149)
|
|
352
|
-
|
|
353
|
-
* 新增入参:Filters
|
|
354
|
-
|
|
355
|
-
* [ModifyApplicationReplicas](https://cloud.tencent.com/document/api/1371/65772)
|
|
356
|
-
|
|
357
|
-
* 新增出参:Result
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
新增数据结构:
|
|
361
|
-
|
|
362
|
-
* [QueryFilter](https://cloud.tencent.com/document/api/1371/60171#QueryFilter)
|
|
363
|
-
|
|
364
58
|
修改数据结构:
|
|
365
59
|
|
|
366
|
-
* [
|
|
367
|
-
|
|
368
|
-
* 新增成员:Status
|
|
369
|
-
|
|
370
|
-
* [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
|
|
371
|
-
|
|
372
|
-
* 新增成员:Tags
|
|
373
|
-
|
|
374
|
-
* [RunVersionPod](https://cloud.tencent.com/document/api/1371/60171#RunVersionPod)
|
|
375
|
-
|
|
376
|
-
* 新增成员:NodeInfo, StartTime, Unhealthy, UnhealthyWarningMsg, VersionId, ApplicationName
|
|
377
|
-
|
|
378
|
-
* [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
|
|
379
|
-
|
|
380
|
-
* 新增成员:Current
|
|
381
|
-
|
|
382
|
-
* [ServiceVersionBrief](https://cloud.tencent.com/document/api/1371/60171#ServiceVersionBrief)
|
|
383
|
-
|
|
384
|
-
* 新增成员:BatchDeployStatus, Zones, NodeInfos, PodList, WorkloadInfo, CreateDate
|
|
385
|
-
|
|
386
|
-
* [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
|
|
387
|
-
|
|
388
|
-
* 新增成员:Tags
|
|
389
|
-
|
|
390
|
-
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
391
|
-
|
|
392
|
-
* 新增成员:AppId, SubAccountUin, Uin, Region, GroupId, EnableRegistry, AutoscalerList, Modifier, Creator, DeployStrategyConf, PodList, ConfEdited, Tags
|
|
393
|
-
|
|
394
|
-
* [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
|
|
60
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/72108#ClusterOverview)
|
|
395
61
|
|
|
396
|
-
* 新增成员:
|
|
62
|
+
* 新增成员:VpcId
|
|
397
63
|
|
|
398
64
|
|
|
399
65
|
|
|
400
66
|
|
|
401
|
-
##
|
|
67
|
+
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
402
68
|
|
|
403
69
|
|
|
404
70
|
|
|
405
|
-
##
|
|
71
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
406
72
|
|
|
407
|
-
### 第
|
|
73
|
+
### 第 127 次发布
|
|
408
74
|
|
|
409
|
-
发布时间:2022-10-
|
|
75
|
+
发布时间:2022-10-27 07:09:19
|
|
410
76
|
|
|
411
77
|
本次发布包含了以下内容:
|
|
412
78
|
|
|
@@ -414,51 +80,11 @@
|
|
|
414
80
|
|
|
415
81
|
修改数据结构:
|
|
416
82
|
|
|
417
|
-
* [
|
|
418
|
-
|
|
419
|
-
* 新增成员:ForbidMode, TargetForbid
|
|
420
|
-
|
|
421
|
-
* [Https](https://cloud.tencent.com/document/api/1552/80721#Https)
|
|
422
|
-
|
|
423
|
-
* 新增成员:ApplyType
|
|
424
|
-
|
|
425
|
-
* [ServerCertInfo](https://cloud.tencent.com/document/api/1552/80721#ServerCertInfo)
|
|
426
|
-
|
|
427
|
-
* 新增成员:CommonName
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
437
|
-
|
|
438
|
-
### 第 29 次发布
|
|
439
|
-
|
|
440
|
-
发布时间:2022-10-25 07:07:46
|
|
441
|
-
|
|
442
|
-
本次发布包含了以下内容:
|
|
443
|
-
|
|
444
|
-
改善已有的文档。
|
|
445
|
-
|
|
446
|
-
修改接口:
|
|
447
|
-
|
|
448
|
-
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
449
|
-
|
|
450
|
-
* 新增出参:LimiterAddressInfos
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
新增数据结构:
|
|
454
|
-
|
|
455
|
-
* [PolarisLimiterAddress](https://cloud.tencent.com/document/api/1364/54942#PolarisLimiterAddress)
|
|
456
|
-
|
|
457
|
-
修改数据结构:
|
|
83
|
+
* [NetworkInterface](https://cloud.tencent.com/document/api/215/15824#NetworkInterface)
|
|
458
84
|
|
|
459
|
-
*
|
|
85
|
+
* 新增成员:ResourceId
|
|
460
86
|
|
|
461
|
-
*
|
|
87
|
+
* <font color="#dd0000">**修改成员**:</font>NetworkInterfaceId, NetworkInterfaceName, SubnetId, VpcId, MacAddress, State, PrivateIpAddressSet, Ipv6AddressSet, TagSet, EniType, Business, CdcId, AttachType
|
|
462
88
|
|
|
463
89
|
|
|
464
90
|
|
|
@@ -1976,6 +1602,21 @@
|
|
|
1976
1602
|
|
|
1977
1603
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1978
1604
|
|
|
1605
|
+
### 第 43 次发布
|
|
1606
|
+
|
|
1607
|
+
发布时间:2022-10-26 06:07:49
|
|
1608
|
+
|
|
1609
|
+
本次发布包含了以下内容:
|
|
1610
|
+
|
|
1611
|
+
改善已有的文档。
|
|
1612
|
+
|
|
1613
|
+
修改接口:
|
|
1614
|
+
|
|
1615
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
1616
|
+
|
|
1617
|
+
* 新增入参:FilterLightFlag, FilterChannelFlag
|
|
1618
|
+
|
|
1619
|
+
|
|
1979
1620
|
### 第 42 次发布
|
|
1980
1621
|
|
|
1981
1622
|
发布时间:2022-09-12 06:07:03
|
|
@@ -11556,6 +11197,25 @@
|
|
|
11556
11197
|
|
|
11557
11198
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
11558
11199
|
|
|
11200
|
+
### 第 32 次发布
|
|
11201
|
+
|
|
11202
|
+
发布时间:2022-10-26 06:15:12
|
|
11203
|
+
|
|
11204
|
+
本次发布包含了以下内容:
|
|
11205
|
+
|
|
11206
|
+
改善已有的文档。
|
|
11207
|
+
|
|
11208
|
+
修改接口:
|
|
11209
|
+
|
|
11210
|
+
* [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
|
|
11211
|
+
|
|
11212
|
+
* 新增入参:Variables
|
|
11213
|
+
|
|
11214
|
+
|
|
11215
|
+
新增数据结构:
|
|
11216
|
+
|
|
11217
|
+
* [Variable](https://cloud.tencent.com/document/api/679/47715#Variable)
|
|
11218
|
+
|
|
11559
11219
|
### 第 31 次发布
|
|
11560
11220
|
|
|
11561
11221
|
发布时间:2022-09-22 06:12:48
|
|
@@ -14389,8 +14049,8 @@
|
|
|
14389
14049
|
|
|
14390
14050
|
新增数据结构:
|
|
14391
14051
|
|
|
14392
|
-
* [
|
|
14393
|
-
* [
|
|
14052
|
+
* [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
|
|
14053
|
+
* [MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule)
|
|
14394
14054
|
|
|
14395
14055
|
修改数据结构:
|
|
14396
14056
|
|
|
@@ -21841,6 +21501,21 @@
|
|
|
21841
21501
|
|
|
21842
21502
|
## 日志服务(cls) 版本:2020-10-16
|
|
21843
21503
|
|
|
21504
|
+
### 第 31 次发布
|
|
21505
|
+
|
|
21506
|
+
发布时间:2022-10-26 06:21:36
|
|
21507
|
+
|
|
21508
|
+
本次发布包含了以下内容:
|
|
21509
|
+
|
|
21510
|
+
改善已有的文档。
|
|
21511
|
+
|
|
21512
|
+
修改接口:
|
|
21513
|
+
|
|
21514
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
21515
|
+
|
|
21516
|
+
* 新增入参:SamplingRate
|
|
21517
|
+
|
|
21518
|
+
|
|
21844
21519
|
### 第 30 次发布
|
|
21845
21520
|
|
|
21846
21521
|
发布时间:2022-09-22 06:17:52
|
|
@@ -24086,6 +23761,32 @@
|
|
|
24086
23761
|
|
|
24087
23762
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
24088
23763
|
|
|
23764
|
+
### 第 92 次发布
|
|
23765
|
+
|
|
23766
|
+
发布时间:2022-10-26 06:23:03
|
|
23767
|
+
|
|
23768
|
+
本次发布包含了以下内容:
|
|
23769
|
+
|
|
23770
|
+
改善已有的文档。
|
|
23771
|
+
|
|
23772
|
+
修改接口:
|
|
23773
|
+
|
|
23774
|
+
* [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
|
|
23775
|
+
|
|
23776
|
+
* 新增入参:ExternalAttachmentDataList
|
|
23777
|
+
|
|
23778
|
+
|
|
23779
|
+
新增数据结构:
|
|
23780
|
+
|
|
23781
|
+
* [CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData)
|
|
23782
|
+
|
|
23783
|
+
修改数据结构:
|
|
23784
|
+
|
|
23785
|
+
* [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
|
|
23786
|
+
|
|
23787
|
+
* 新增成员:ExternalAttachmentDataList
|
|
23788
|
+
|
|
23789
|
+
|
|
24089
23790
|
### 第 91 次发布
|
|
24090
23791
|
|
|
24091
23792
|
发布时间:2022-10-25 06:22:30
|
|
@@ -24096,8 +23797,8 @@
|
|
|
24096
23797
|
|
|
24097
23798
|
新增接口:
|
|
24098
23799
|
|
|
24099
|
-
* [
|
|
24100
|
-
* [
|
|
23800
|
+
* [BindOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81884)
|
|
23801
|
+
* [QueryOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81883)
|
|
24101
23802
|
|
|
24102
23803
|
修改接口:
|
|
24103
23804
|
|
|
@@ -24124,12 +23825,12 @@
|
|
|
24124
23825
|
|
|
24125
23826
|
新增数据结构:
|
|
24126
23827
|
|
|
24127
|
-
* [
|
|
24128
|
-
* [
|
|
24129
|
-
* [
|
|
24130
|
-
* [
|
|
24131
|
-
* [
|
|
24132
|
-
* [
|
|
23828
|
+
* [BindOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankProfitSharePayeeResult)
|
|
23829
|
+
* [OldAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#OldAttachmentInfo)
|
|
23830
|
+
* [OldChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#OldChannelExternalUserInfo)
|
|
23831
|
+
* [OldSubRefund](https://cloud.tencent.com/document/api/1122/40683#OldSubRefund)
|
|
23832
|
+
* [OpenBankProfitSharePayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitSharePayeeInfo)
|
|
23833
|
+
* [QueryOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankProfitSharePayeeResult)
|
|
24133
23834
|
|
|
24134
23835
|
修改数据结构:
|
|
24135
23836
|
|
|
@@ -28466,6 +28167,25 @@
|
|
|
28466
28167
|
|
|
28467
28168
|
## 主机安全(cwp) 版本:2018-02-28
|
|
28468
28169
|
|
|
28170
|
+
### 第 60 次发布
|
|
28171
|
+
|
|
28172
|
+
发布时间:2022-10-26 06:25:43
|
|
28173
|
+
|
|
28174
|
+
本次发布包含了以下内容:
|
|
28175
|
+
|
|
28176
|
+
改善已有的文档。
|
|
28177
|
+
|
|
28178
|
+
修改接口:
|
|
28179
|
+
|
|
28180
|
+
* [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
|
|
28181
|
+
|
|
28182
|
+
* 新增出参:EnableInspiredEngine
|
|
28183
|
+
|
|
28184
|
+
* [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
|
|
28185
|
+
|
|
28186
|
+
* 新增入参:EnableInspiredEngine
|
|
28187
|
+
|
|
28188
|
+
|
|
28469
28189
|
### 第 59 次发布
|
|
28470
28190
|
|
|
28471
28191
|
发布时间:2022-10-25 06:25:41
|
|
@@ -37901,6 +37621,28 @@
|
|
|
37901
37621
|
|
|
37902
37622
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
37903
37623
|
|
|
37624
|
+
### 第 38 次发布
|
|
37625
|
+
|
|
37626
|
+
发布时间:2022-10-27 06:31:19
|
|
37627
|
+
|
|
37628
|
+
本次发布包含了以下内容:
|
|
37629
|
+
|
|
37630
|
+
改善已有的文档。
|
|
37631
|
+
|
|
37632
|
+
修改接口:
|
|
37633
|
+
|
|
37634
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
37635
|
+
|
|
37636
|
+
* 新增入参:AutoRenew
|
|
37637
|
+
|
|
37638
|
+
|
|
37639
|
+
修改数据结构:
|
|
37640
|
+
|
|
37641
|
+
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
37642
|
+
|
|
37643
|
+
* 新增成员:IsHandsCluster
|
|
37644
|
+
|
|
37645
|
+
|
|
37904
37646
|
### 第 37 次发布
|
|
37905
37647
|
|
|
37906
37648
|
发布时间:2022-09-06 06:30:34
|
|
@@ -39713,6 +39455,25 @@
|
|
|
39713
39455
|
|
|
39714
39456
|
## 电子签服务(ess) 版本:2020-11-11
|
|
39715
39457
|
|
|
39458
|
+
### 第 21 次发布
|
|
39459
|
+
|
|
39460
|
+
发布时间:2022-10-26 06:35:22
|
|
39461
|
+
|
|
39462
|
+
本次发布包含了以下内容:
|
|
39463
|
+
|
|
39464
|
+
改善已有的文档。
|
|
39465
|
+
|
|
39466
|
+
新增数据结构:
|
|
39467
|
+
|
|
39468
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
|
|
39469
|
+
|
|
39470
|
+
修改数据结构:
|
|
39471
|
+
|
|
39472
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
39473
|
+
|
|
39474
|
+
* 新增成员:ApproverOption
|
|
39475
|
+
|
|
39476
|
+
|
|
39716
39477
|
### 第 20 次发布
|
|
39717
39478
|
|
|
39718
39479
|
发布时间:2022-10-20 06:24:19
|
|
@@ -40202,6 +39963,25 @@
|
|
|
40202
39963
|
|
|
40203
39964
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
40204
39965
|
|
|
39966
|
+
### 第 38 次发布
|
|
39967
|
+
|
|
39968
|
+
发布时间:2022-10-26 06:35:40
|
|
39969
|
+
|
|
39970
|
+
本次发布包含了以下内容:
|
|
39971
|
+
|
|
39972
|
+
改善已有的文档。
|
|
39973
|
+
|
|
39974
|
+
新增数据结构:
|
|
39975
|
+
|
|
39976
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
39977
|
+
|
|
39978
|
+
修改数据结构:
|
|
39979
|
+
|
|
39980
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
39981
|
+
|
|
39982
|
+
* 新增成员:ApproverOption, ApproverNeedSignReview
|
|
39983
|
+
|
|
39984
|
+
|
|
40205
39985
|
### 第 37 次发布
|
|
40206
39986
|
|
|
40207
39987
|
发布时间:2022-10-24 15:26:34
|
|
@@ -40212,7 +39992,7 @@
|
|
|
40212
39992
|
|
|
40213
39993
|
新增接口:
|
|
40214
39994
|
|
|
40215
|
-
* [
|
|
39995
|
+
* [ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)
|
|
40216
39996
|
|
|
40217
39997
|
### 第 36 次发布
|
|
40218
39998
|
|
|
@@ -50164,7 +49944,22 @@
|
|
|
50164
49944
|
|
|
50165
49945
|
|
|
50166
49946
|
|
|
50167
|
-
##
|
|
49947
|
+
## 媒体智能标签(ivld) 版本:2021-09-03
|
|
49948
|
+
|
|
49949
|
+
### 第 8 次发布
|
|
49950
|
+
|
|
49951
|
+
发布时间:2022-10-25 19:11:18
|
|
49952
|
+
|
|
49953
|
+
本次发布包含了以下内容:
|
|
49954
|
+
|
|
49955
|
+
改善已有的文档。
|
|
49956
|
+
|
|
49957
|
+
修改数据结构:
|
|
49958
|
+
|
|
49959
|
+
* [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
|
|
49960
|
+
|
|
49961
|
+
* 新增成员:AppearRect
|
|
49962
|
+
|
|
50168
49963
|
|
|
50169
49964
|
### 第 7 次发布
|
|
50170
49965
|
|
|
@@ -53423,6 +53218,20 @@
|
|
|
53423
53218
|
|
|
53424
53219
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
53425
53220
|
|
|
53221
|
+
### 第 43 次发布
|
|
53222
|
+
|
|
53223
|
+
发布时间:2022-10-26 06:46:25
|
|
53224
|
+
|
|
53225
|
+
本次发布包含了以下内容:
|
|
53226
|
+
|
|
53227
|
+
改善已有的文档。
|
|
53228
|
+
|
|
53229
|
+
新增接口:
|
|
53230
|
+
|
|
53231
|
+
* [ModifyInstanceNetwork](https://cloud.tencent.com/document/api/237/81949)
|
|
53232
|
+
* [ModifyInstanceVip](https://cloud.tencent.com/document/api/237/81948)
|
|
53233
|
+
* [ModifyInstanceVport](https://cloud.tencent.com/document/api/237/81947)
|
|
53234
|
+
|
|
53426
53235
|
### 第 42 次发布
|
|
53427
53236
|
|
|
53428
53237
|
发布时间:2022-10-13 06:35:29
|
|
@@ -59177,6 +58986,21 @@
|
|
|
59177
58986
|
|
|
59178
58987
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
59179
58988
|
|
|
58989
|
+
### 第 27 次发布
|
|
58990
|
+
|
|
58991
|
+
发布时间:2022-10-27 06:45:50
|
|
58992
|
+
|
|
58993
|
+
本次发布包含了以下内容:
|
|
58994
|
+
|
|
58995
|
+
改善已有的文档。
|
|
58996
|
+
|
|
58997
|
+
修改数据结构:
|
|
58998
|
+
|
|
58999
|
+
* [WorkSpaceClusterItem](https://cloud.tencent.com/document/api/849/52010#WorkSpaceClusterItem)
|
|
59000
|
+
|
|
59001
|
+
* 新增成员:ProjectId, ProjectIdStr
|
|
59002
|
+
|
|
59003
|
+
|
|
59180
59004
|
### 第 26 次发布
|
|
59181
59005
|
|
|
59182
59006
|
发布时间:2022-09-27 06:36:12
|
|
@@ -62644,6 +62468,18 @@
|
|
|
62644
62468
|
|
|
62645
62469
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
62646
62470
|
|
|
62471
|
+
### 第 11 次发布
|
|
62472
|
+
|
|
62473
|
+
发布时间:2022-10-26 06:52:45
|
|
62474
|
+
|
|
62475
|
+
本次发布包含了以下内容:
|
|
62476
|
+
|
|
62477
|
+
改善已有的文档。
|
|
62478
|
+
|
|
62479
|
+
新增接口:
|
|
62480
|
+
|
|
62481
|
+
* [ModifyRecordsStatus](https://cloud.tencent.com/document/api/1338/81950)
|
|
62482
|
+
|
|
62647
62483
|
### 第 10 次发布
|
|
62648
62484
|
|
|
62649
62485
|
发布时间:2022-09-19 06:43:11
|
|
@@ -65725,6 +65561,21 @@
|
|
|
65725
65561
|
|
|
65726
65562
|
## 邮件推送(ses) 版本:2020-10-02
|
|
65727
65563
|
|
|
65564
|
+
### 第 15 次发布
|
|
65565
|
+
|
|
65566
|
+
发布时间:2022-10-26 06:55:19
|
|
65567
|
+
|
|
65568
|
+
本次发布包含了以下内容:
|
|
65569
|
+
|
|
65570
|
+
改善已有的文档。
|
|
65571
|
+
|
|
65572
|
+
修改数据结构:
|
|
65573
|
+
|
|
65574
|
+
* [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
|
|
65575
|
+
|
|
65576
|
+
* 新增成员:TermCycle
|
|
65577
|
+
|
|
65578
|
+
|
|
65728
65579
|
### 第 14 次发布
|
|
65729
65580
|
|
|
65730
65581
|
发布时间:2022-07-22 06:12:49
|
|
@@ -68989,6 +68840,19 @@
|
|
|
68989
68840
|
|
|
68990
68841
|
## 标签(tag) 版本:2018-08-13
|
|
68991
68842
|
|
|
68843
|
+
### 第 12 次发布
|
|
68844
|
+
|
|
68845
|
+
发布时间:2022-10-26 06:58:19
|
|
68846
|
+
|
|
68847
|
+
本次发布包含了以下内容:
|
|
68848
|
+
|
|
68849
|
+
改善已有的文档。
|
|
68850
|
+
|
|
68851
|
+
新增接口:
|
|
68852
|
+
|
|
68853
|
+
* [AddProject](https://cloud.tencent.com/document/api/651/81952)
|
|
68854
|
+
* [UpdateProject](https://cloud.tencent.com/document/api/651/81951)
|
|
68855
|
+
|
|
68992
68856
|
### 第 11 次发布
|
|
68993
68857
|
|
|
68994
68858
|
发布时间:2022-08-08 06:36:01
|
|
@@ -73885,8 +73749,8 @@
|
|
|
73885
73749
|
|
|
73886
73750
|
新增接口:
|
|
73887
73751
|
|
|
73888
|
-
* [
|
|
73889
|
-
* [
|
|
73752
|
+
* [DescribeExportJobDownloadURL](https://cloud.tencent.com/document/api/1285/81886)
|
|
73753
|
+
* [DescribeExportJobManageList](https://cloud.tencent.com/document/api/1285/81885)
|
|
73890
73754
|
|
|
73891
73755
|
修改接口:
|
|
73892
73756
|
|
|
@@ -73911,7 +73775,7 @@
|
|
|
73911
73775
|
|
|
73912
73776
|
新增数据结构:
|
|
73913
73777
|
|
|
73914
|
-
* [
|
|
73778
|
+
* [ExportJobInfo](https://cloud.tencent.com/document/api/1285/65614#ExportJobInfo)
|
|
73915
73779
|
|
|
73916
73780
|
修改数据结构:
|
|
73917
73781
|
|
|
@@ -76442,7 +76306,7 @@
|
|
|
76442
76306
|
|
|
76443
76307
|
新增数据结构:
|
|
76444
76308
|
|
|
76445
|
-
* [
|
|
76309
|
+
* [QueryFilter](https://cloud.tencent.com/document/api/1371/60171#QueryFilter)
|
|
76446
76310
|
|
|
76447
76311
|
修改数据结构:
|
|
76448
76312
|
|
|
@@ -78674,6 +78538,21 @@
|
|
|
78674
78538
|
|
|
78675
78539
|
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
78676
78540
|
|
|
78541
|
+
### 第 4 次发布
|
|
78542
|
+
|
|
78543
|
+
发布时间:2022-10-27 07:00:42
|
|
78544
|
+
|
|
78545
|
+
本次发布包含了以下内容:
|
|
78546
|
+
|
|
78547
|
+
改善已有的文档。
|
|
78548
|
+
|
|
78549
|
+
修改数据结构:
|
|
78550
|
+
|
|
78551
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/72108#ClusterOverview)
|
|
78552
|
+
|
|
78553
|
+
* 新增成员:VpcId
|
|
78554
|
+
|
|
78555
|
+
|
|
78677
78556
|
### 第 3 次发布
|
|
78678
78557
|
|
|
78679
78558
|
发布时间:2022-10-21 06:49:31
|
|
@@ -84747,7 +84626,7 @@
|
|
|
84747
84626
|
|
|
84748
84627
|
新增数据结构:
|
|
84749
84628
|
|
|
84750
|
-
* [
|
|
84629
|
+
* [PolarisLimiterAddress](https://cloud.tencent.com/document/api/1364/54942#PolarisLimiterAddress)
|
|
84751
84630
|
|
|
84752
84631
|
修改数据结构:
|
|
84753
84632
|
|
|
@@ -91316,6 +91195,23 @@
|
|
|
91316
91195
|
|
|
91317
91196
|
## 私有网络(vpc) 版本:2017-03-12
|
|
91318
91197
|
|
|
91198
|
+
### 第 127 次发布
|
|
91199
|
+
|
|
91200
|
+
发布时间:2022-10-27 07:09:19
|
|
91201
|
+
|
|
91202
|
+
本次发布包含了以下内容:
|
|
91203
|
+
|
|
91204
|
+
改善已有的文档。
|
|
91205
|
+
|
|
91206
|
+
修改数据结构:
|
|
91207
|
+
|
|
91208
|
+
* [NetworkInterface](https://cloud.tencent.com/document/api/215/15824#NetworkInterface)
|
|
91209
|
+
|
|
91210
|
+
* 新增成员:ResourceId
|
|
91211
|
+
|
|
91212
|
+
* <font color="#dd0000">**修改成员**:</font>NetworkInterfaceId, NetworkInterfaceName, SubnetId, VpcId, MacAddress, State, PrivateIpAddressSet, Ipv6AddressSet, TagSet, EniType, Business, CdcId, AttachType
|
|
91213
|
+
|
|
91214
|
+
|
|
91319
91215
|
### 第 126 次发布
|
|
91320
91216
|
|
|
91321
91217
|
发布时间:2022-09-29 07:02:19
|