tencentcloud-sdk-nodejs 4.0.945 → 4.0.947
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 +386 -0
- package/SERVICE_CHANGELOG.md +418 -224
- package/package.json +1 -1
- package/products.md +28 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +34 -21
- package/src/services/aiart/v20221229/aiart_models.ts +6 -6
- package/src/services/ca/index.ts +5 -0
- package/src/services/ca/v20230228/ca_client.ts +68 -0
- package/src/services/ca/v20230228/ca_models.ts +142 -0
- package/src/services/ca/v20230228/index.ts +6 -0
- package/src/services/ccc/v20200210/ccc_models.ts +4 -0
- package/src/services/cdn/v20180606/cdn_models.ts +16 -0
- package/src/services/cvm/v20170312/cvm_models.ts +4 -0
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +6 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
- package/src/services/dasb/v20191018/dasb_models.ts +16 -3
- package/src/services/dts/v20211206/dts_models.ts +16 -16
- package/src/services/emr/v20190103/emr_models.ts +4 -0
- package/src/services/ess/v20201111/ess_client.ts +19 -12
- package/src/services/ess/v20201111/ess_models.ts +32 -22
- package/src/services/essbasic/v20210526/essbasic_client.ts +11 -9
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -4
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
- package/src/services/ocr/v20181119/ocr_models.ts +11 -0
- package/src/services/omics/v20221128/omics_client.ts +1 -0
- package/src/services/omics/v20221128/omics_models.ts +98 -11
- package/src/services/ses/v20201002/ses_models.ts +25 -0
- package/src/services/ssl/v20191205/ssl_client.ts +1 -0
- package/src/services/ssl/v20191205/ssl_models.ts +26 -0
- package/src/services/tcb/v20180608/tcb_models.ts +10 -1
- package/src/services/tts/v20190823/tts_client.ts +4 -1
- package/src/services/vpc/v20170312/vpc_client.ts +338 -70
- package/src/services/vpc/v20170312/vpc_models.ts +986 -296
- 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 +34 -21
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +34 -21
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -6
- package/tencentcloud/services/ca/index.d.ts +6 -0
- package/tencentcloud/services/ca/index.js +7 -0
- package/tencentcloud/services/ca/v20230228/ca_client.d.ts +22 -0
- package/tencentcloud/services/ca/v20230228/ca_client.js +49 -0
- package/tencentcloud/services/ca/v20230228/ca_models.d.ts +119 -0
- package/tencentcloud/services/ca/v20230228/ca_models.js +18 -0
- package/tencentcloud/services/ca/v20230228/index.d.ts +6 -0
- package/tencentcloud/services/ca/v20230228/index.js +9 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +16 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +16 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +16 -16
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +18 -11
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -11
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -22
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -4
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +97 -11
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +25 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +25 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -1
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +4 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +4 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +107 -19
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +157 -25
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +920 -278
- package/test/ca.v20230228.test.js +51 -0
- package/test/vpc.v20170312.test.js +234 -14
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯云CA(ca) 版本:2023-02-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 1 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-26 19:47:19
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,34 +12,21 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 负载均衡(clb) 版本:2018-03-17
|
|
20
|
-
|
|
21
|
-
### 第 111 次发布
|
|
22
|
-
|
|
23
|
-
发布时间:2024-09-25 01:12:46
|
|
24
|
-
|
|
25
|
-
本次发布包含了以下内容:
|
|
26
|
-
|
|
27
|
-
改善已有的文档。
|
|
28
|
-
|
|
29
|
-
修改接口:
|
|
30
|
-
|
|
31
|
-
* [CreateListener](https://cloud.tencent.com/document/api/214/30693)
|
|
15
|
+
* [CreateVerifyReport](https://cloud.tencent.com/document/api/1691/111296)
|
|
16
|
+
* [DescribeVerifyReport](https://cloud.tencent.com/document/api/1691/111295)
|
|
17
|
+
* [UploadFile](https://cloud.tencent.com/document/api/1691/111294)
|
|
32
18
|
|
|
33
|
-
|
|
19
|
+
新增数据结构:
|
|
34
20
|
|
|
21
|
+
* [FileInfo](https://cloud.tencent.com/document/api/1691/111297#FileInfo)
|
|
35
22
|
|
|
36
23
|
|
|
37
24
|
|
|
38
|
-
##
|
|
25
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
39
26
|
|
|
40
|
-
### 第
|
|
27
|
+
### 第 75 次发布
|
|
41
28
|
|
|
42
|
-
发布时间:2024-09-
|
|
29
|
+
发布时间:2024-09-27 01:05:32
|
|
43
30
|
|
|
44
31
|
本次发布包含了以下内容:
|
|
45
32
|
|
|
@@ -47,34 +34,18 @@
|
|
|
47
34
|
|
|
48
35
|
修改数据结构:
|
|
49
36
|
|
|
50
|
-
* [
|
|
51
|
-
|
|
52
|
-
* 新增成员:StartTime
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
58
|
-
|
|
59
|
-
### 第 104 次发布
|
|
60
|
-
|
|
61
|
-
发布时间:2024-09-25 01:15:47
|
|
62
|
-
|
|
63
|
-
本次发布包含了以下内容:
|
|
64
|
-
|
|
65
|
-
改善已有的文档。
|
|
37
|
+
* [IMCdrInfo](https://cloud.tencent.com/document/api/679/47715#IMCdrInfo)
|
|
66
38
|
|
|
67
|
-
|
|
39
|
+
* 新增成员:ClientUserId
|
|
68
40
|
|
|
69
|
-
* DescribeRollbackTimeValidity
|
|
70
41
|
|
|
71
42
|
|
|
72
43
|
|
|
73
|
-
##
|
|
44
|
+
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
74
45
|
|
|
75
|
-
### 第
|
|
46
|
+
### 第 129 次发布
|
|
76
47
|
|
|
77
|
-
发布时间:2024-09-
|
|
48
|
+
发布时间:2024-09-27 01:06:23
|
|
78
49
|
|
|
79
50
|
本次发布包含了以下内容:
|
|
80
51
|
|
|
@@ -82,133 +53,60 @@
|
|
|
82
53
|
|
|
83
54
|
修改数据结构:
|
|
84
55
|
|
|
85
|
-
* [
|
|
86
|
-
|
|
87
|
-
* 新增成员:Speed
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
93
|
-
|
|
94
|
-
### 第 9 次发布
|
|
95
|
-
|
|
96
|
-
发布时间:2024-09-25 01:22:07
|
|
97
|
-
|
|
98
|
-
本次发布包含了以下内容:
|
|
99
|
-
|
|
100
|
-
改善已有的文档。
|
|
101
|
-
|
|
102
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
103
|
-
|
|
104
|
-
* ApplyMarketComponent
|
|
105
|
-
* CreateApplicationVisualization
|
|
106
|
-
* CreateEdgeUnitApplicationVisualization
|
|
107
|
-
* CreateEdgeUnitApplicationYaml
|
|
108
|
-
* DeleteApplications
|
|
109
|
-
* DeleteEdgeUnitApplications
|
|
110
|
-
* DescribeApplicationVisualization
|
|
111
|
-
* DescribeApplicationYaml
|
|
112
|
-
* DescribeApplicationYamlError
|
|
113
|
-
* DescribeApplications
|
|
114
|
-
* DescribeEdgeUnitApplicationEvents
|
|
115
|
-
* DescribeEdgeUnitApplicationLogs
|
|
116
|
-
* DescribeEdgeUnitApplicationPodContainers
|
|
117
|
-
* DescribeEdgeUnitApplicationPods
|
|
118
|
-
* DescribeEdgeUnitApplicationVisualization
|
|
119
|
-
* DescribeEdgeUnitApplicationYaml
|
|
120
|
-
* DescribeEdgeUnitApplicationYamlError
|
|
121
|
-
* DescribeEdgeUnitCloud
|
|
122
|
-
* ModifyApplicationBasicInfo
|
|
123
|
-
* ModifyApplicationVisualization
|
|
124
|
-
|
|
125
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
126
|
-
|
|
127
|
-
* ApplicationTemplate
|
|
128
|
-
* ContainerStatus
|
|
129
|
-
* EdgeUnitStatisticItem
|
|
130
|
-
* Event
|
|
131
|
-
* PodStatus
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
136
|
-
|
|
137
|
-
### 第 121 次发布
|
|
138
|
-
|
|
139
|
-
发布时间:2024-09-25 01:26:32
|
|
56
|
+
* [CacheConfigCache](https://cloud.tencent.com/document/api/228/30987#CacheConfigCache)
|
|
140
57
|
|
|
141
|
-
|
|
58
|
+
* 新增成员:OriginMtimeCheckType
|
|
142
59
|
|
|
143
|
-
|
|
60
|
+
* [CacheConfigFollowOrigin](https://cloud.tencent.com/document/api/228/30987#CacheConfigFollowOrigin)
|
|
144
61
|
|
|
145
|
-
|
|
62
|
+
* 新增成员:OriginMtimeCheckType
|
|
146
63
|
|
|
147
|
-
* CheckIsPrometheusNewUser
|
|
148
|
-
* DescribePrometheusRecordRuleYaml
|
|
149
64
|
|
|
150
65
|
|
|
151
66
|
|
|
152
|
-
##
|
|
67
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
153
68
|
|
|
154
|
-
### 第
|
|
69
|
+
### 第 131 次发布
|
|
155
70
|
|
|
156
|
-
发布时间:2024-09-
|
|
71
|
+
发布时间:2024-09-27 01:09:25
|
|
157
72
|
|
|
158
73
|
本次发布包含了以下内容:
|
|
159
74
|
|
|
160
75
|
改善已有的文档。
|
|
161
76
|
|
|
162
|
-
新增接口:
|
|
163
|
-
|
|
164
|
-
* [DescribeDedicatedClusters](https://cloud.tencent.com/document/api/409/111242)
|
|
165
|
-
|
|
166
77
|
修改接口:
|
|
167
78
|
|
|
168
|
-
* [
|
|
169
|
-
|
|
170
|
-
* 新增入参:DedicatedClusterId
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
新增数据结构:
|
|
174
|
-
|
|
175
|
-
* [DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster)
|
|
176
|
-
|
|
177
|
-
修改数据结构:
|
|
178
|
-
|
|
179
|
-
* [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode)
|
|
79
|
+
* [InquiryPriceRunInstances](https://cloud.tencent.com/document/api/213/15726)
|
|
180
80
|
|
|
181
|
-
*
|
|
81
|
+
* 新增入参:CpuTopology
|
|
182
82
|
|
|
183
83
|
|
|
184
84
|
|
|
185
85
|
|
|
186
|
-
##
|
|
86
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
187
87
|
|
|
188
|
-
### 第
|
|
88
|
+
### 第 78 次发布
|
|
189
89
|
|
|
190
|
-
发布时间:2024-09-
|
|
90
|
+
发布时间:2024-09-27 01:15:03
|
|
191
91
|
|
|
192
92
|
本次发布包含了以下内容:
|
|
193
93
|
|
|
194
94
|
改善已有的文档。
|
|
195
95
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
* [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
|
|
96
|
+
修改接口:
|
|
199
97
|
|
|
200
|
-
|
|
98
|
+
* [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)
|
|
201
99
|
|
|
202
|
-
*
|
|
100
|
+
* 新增入参:Type
|
|
203
101
|
|
|
204
102
|
|
|
205
103
|
|
|
206
104
|
|
|
207
|
-
##
|
|
105
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
208
106
|
|
|
209
|
-
### 第
|
|
107
|
+
### 第 152 次发布
|
|
210
108
|
|
|
211
|
-
发布时间:2024-09-
|
|
109
|
+
发布时间:2024-09-27 01:23:33
|
|
212
110
|
|
|
213
111
|
本次发布包含了以下内容:
|
|
214
112
|
|
|
@@ -216,118 +114,91 @@
|
|
|
216
114
|
|
|
217
115
|
修改接口:
|
|
218
116
|
|
|
219
|
-
* [
|
|
220
|
-
|
|
221
|
-
* 新增出参:LatestSyncSuccessTime
|
|
222
|
-
|
|
223
|
-
* [DescribeAssetImageRegistrySummary](https://cloud.tencent.com/document/api/1285/65494)
|
|
224
|
-
|
|
225
|
-
* 新增出参:UnScannedImageCnt
|
|
226
|
-
|
|
227
|
-
* [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
|
|
228
|
-
|
|
229
|
-
* 新增出参:LastScanTime, ScanResult
|
|
230
|
-
|
|
231
|
-
* [DescribeAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65485)
|
|
232
|
-
|
|
233
|
-
* 新增出参:LastScanTime, Status, SubStatus
|
|
234
|
-
|
|
235
|
-
* [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
|
|
236
|
-
|
|
237
|
-
* 新增出参:UnScannedImageCnt
|
|
238
|
-
|
|
239
|
-
* [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
|
|
240
|
-
|
|
241
|
-
* 新增出参:ImageScanInquireInfo, RepeatImageIdCnt
|
|
242
|
-
|
|
243
|
-
* [DescribeImageRegistryTimingScanTask](https://cloud.tencent.com/document/api/1285/65472)
|
|
244
|
-
|
|
245
|
-
* 新增出参:LastScanTime, ScanResult
|
|
246
|
-
|
|
117
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
247
118
|
|
|
248
|
-
|
|
119
|
+
* 新增出参:WarnCardInfos
|
|
249
120
|
|
|
250
|
-
* [ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo)
|
|
251
121
|
|
|
252
122
|
|
|
253
123
|
|
|
254
|
-
##
|
|
124
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
255
125
|
|
|
256
|
-
### 第
|
|
126
|
+
### 第 24 次发布
|
|
257
127
|
|
|
258
|
-
发布时间:2024-09-
|
|
128
|
+
发布时间:2024-09-27 01:25:49
|
|
259
129
|
|
|
260
130
|
本次发布包含了以下内容:
|
|
261
131
|
|
|
262
132
|
改善已有的文档。
|
|
263
133
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
* [L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth)
|
|
267
|
-
|
|
268
|
-
修改数据结构:
|
|
269
|
-
|
|
270
|
-
* [L4ProxyRule](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRule)
|
|
271
|
-
|
|
272
|
-
* 新增成员:RemoteAuth
|
|
273
|
-
|
|
134
|
+
修改接口:
|
|
274
135
|
|
|
136
|
+
* [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)
|
|
275
137
|
|
|
138
|
+
* 新增出参:TotalCount, ValidCount, TooLongCount, RepeatCount, InvalidCount
|
|
276
139
|
|
|
277
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
278
140
|
|
|
279
141
|
|
|
280
142
|
|
|
281
|
-
##
|
|
143
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
282
144
|
|
|
283
|
-
### 第
|
|
145
|
+
### 第 208 次发布
|
|
284
146
|
|
|
285
|
-
发布时间:2024-09-
|
|
147
|
+
发布时间:2024-09-27 01:34:17
|
|
286
148
|
|
|
287
149
|
本次发布包含了以下内容:
|
|
288
150
|
|
|
289
151
|
改善已有的文档。
|
|
290
152
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
* [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
|
|
294
|
-
|
|
295
|
-
* 新增成员:Operator, Name
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
301
|
-
|
|
302
|
-
### 第 114 次发布
|
|
303
|
-
|
|
304
|
-
发布时间:2024-09-25 01:37:11
|
|
305
|
-
|
|
306
|
-
本次发布包含了以下内容:
|
|
307
|
-
|
|
308
|
-
改善已有的文档。
|
|
153
|
+
新增接口:
|
|
309
154
|
|
|
310
|
-
|
|
155
|
+
* [CreateCdcLDCXList](https://cloud.tencent.com/document/api/215/111330)
|
|
156
|
+
* [CreateCdcNetPlanes](https://cloud.tencent.com/document/api/215/111329)
|
|
157
|
+
* [CreateHighPriorityRouteTable](https://cloud.tencent.com/document/api/215/111328)
|
|
158
|
+
* [CreateHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111327)
|
|
159
|
+
* [DeleteCdcLDCXList](https://cloud.tencent.com/document/api/215/111326)
|
|
160
|
+
* [DeleteCdcNetPlanes](https://cloud.tencent.com/document/api/215/111325)
|
|
161
|
+
* [DeleteHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111324)
|
|
162
|
+
* [DeleteHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111323)
|
|
163
|
+
* [DescribeCdcLDCXList](https://cloud.tencent.com/document/api/215/111322)
|
|
164
|
+
* [DescribeCdcNetPlanes](https://cloud.tencent.com/document/api/215/111321)
|
|
165
|
+
* [DescribeCdcUsedIdcVlan](https://cloud.tencent.com/document/api/215/111320)
|
|
166
|
+
* [DescribeHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111319)
|
|
167
|
+
* [DescribeHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111318)
|
|
168
|
+
* [DescribeRoutes](https://cloud.tencent.com/document/api/215/111309)
|
|
169
|
+
* [ModifyCdcLDCXAttribute](https://cloud.tencent.com/document/api/215/111317)
|
|
170
|
+
* [ModifyCdcNetPlaneAttribute](https://cloud.tencent.com/document/api/215/111316)
|
|
171
|
+
* [ModifyHighPriorityRouteAttribute](https://cloud.tencent.com/document/api/215/111315)
|
|
172
|
+
* [ModifyHighPriorityRouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/111314)
|
|
173
|
+
* [ModifyHighPriorityRouteTableAttribute](https://cloud.tencent.com/document/api/215/111313)
|
|
174
|
+
* [ReplaceHighPriorityRouteTableAssociation](https://cloud.tencent.com/document/api/215/111312)
|
|
175
|
+
* [ReplaceHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111311)
|
|
176
|
+
* [ResetHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111310)
|
|
311
177
|
|
|
312
|
-
|
|
178
|
+
新增数据结构:
|
|
313
179
|
|
|
180
|
+
* [HighPriorityModifyItem](https://cloud.tencent.com/document/api/215/15824#HighPriorityModifyItem)
|
|
181
|
+
* [HighPriorityRoute](https://cloud.tencent.com/document/api/215/15824#HighPriorityRoute)
|
|
182
|
+
* [HighPriorityRouteTable](https://cloud.tencent.com/document/api/215/15824#HighPriorityRouteTable)
|
|
183
|
+
* [RouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/15824#RouteECMPAlgorithm)
|
|
314
184
|
|
|
185
|
+
修改数据结构:
|
|
315
186
|
|
|
316
|
-
|
|
187
|
+
* [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
|
|
317
188
|
|
|
318
|
-
|
|
189
|
+
* 新增成员:CdcId
|
|
319
190
|
|
|
320
|
-
|
|
191
|
+
* [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
|
|
321
192
|
|
|
322
|
-
|
|
193
|
+
* 新增成员:CdcId
|
|
323
194
|
|
|
324
|
-
|
|
195
|
+
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
325
196
|
|
|
326
|
-
|
|
197
|
+
* 新增成员:CdcId
|
|
327
198
|
|
|
328
|
-
* [
|
|
199
|
+
* [Route](https://cloud.tencent.com/document/api/215/15824#Route)
|
|
329
200
|
|
|
330
|
-
* 新增成员:
|
|
201
|
+
* 新增成员:CdcId
|
|
331
202
|
|
|
332
203
|
|
|
333
204
|
|
|
@@ -12910,6 +12781,29 @@
|
|
|
12910
12781
|
|
|
12911
12782
|
|
|
12912
12783
|
|
|
12784
|
+
## 腾讯云CA(ca) 版本:2023-02-28
|
|
12785
|
+
|
|
12786
|
+
### 第 1 次发布
|
|
12787
|
+
|
|
12788
|
+
发布时间:2024-09-26 19:47:19
|
|
12789
|
+
|
|
12790
|
+
本次发布包含了以下内容:
|
|
12791
|
+
|
|
12792
|
+
改善已有的文档。
|
|
12793
|
+
|
|
12794
|
+
新增接口:
|
|
12795
|
+
|
|
12796
|
+
* [[CreateVerifyReport](https://cloud.tencent.com/document/api/1691/111296)](https://cloud.tencent.com/document/api/#/#)
|
|
12797
|
+
* [[DescribeVerifyReport](https://cloud.tencent.com/document/api/1691/111295)](https://cloud.tencent.com/document/api/#/#)
|
|
12798
|
+
* [[UploadFile](https://cloud.tencent.com/document/api/1691/111294)](https://cloud.tencent.com/document/api/#/#)
|
|
12799
|
+
|
|
12800
|
+
新增数据结构:
|
|
12801
|
+
|
|
12802
|
+
* [[FileInfo](https://cloud.tencent.com/document/api/1691/111297#FileInfo)](https://cloud.tencent.com/document/api/1691/111297#[FileInfo](https://cloud.tencent.com/document/api/1691/111297#FileInfo))
|
|
12803
|
+
|
|
12804
|
+
|
|
12805
|
+
|
|
12806
|
+
|
|
12913
12807
|
## 访问管理(cam) 版本:2019-01-16
|
|
12914
12808
|
|
|
12915
12809
|
### 第 61 次发布
|
|
@@ -16012,6 +15906,21 @@
|
|
|
16012
15906
|
|
|
16013
15907
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
16014
15908
|
|
|
15909
|
+
### 第 75 次发布
|
|
15910
|
+
|
|
15911
|
+
发布时间:2024-09-27 01:05:32
|
|
15912
|
+
|
|
15913
|
+
本次发布包含了以下内容:
|
|
15914
|
+
|
|
15915
|
+
改善已有的文档。
|
|
15916
|
+
|
|
15917
|
+
修改数据结构:
|
|
15918
|
+
|
|
15919
|
+
* [IMCdrInfo](https://cloud.tencent.com/document/api/679/47715#IMCdrInfo)
|
|
15920
|
+
|
|
15921
|
+
* 新增成员:ClientUserId
|
|
15922
|
+
|
|
15923
|
+
|
|
16015
15924
|
### 第 74 次发布
|
|
16016
15925
|
|
|
16017
15926
|
发布时间:2024-09-24 13:17:26
|
|
@@ -16022,7 +15931,7 @@
|
|
|
16022
15931
|
|
|
16023
15932
|
新增接口:
|
|
16024
15933
|
|
|
16025
|
-
* [
|
|
15934
|
+
* [CreateAICall](https://cloud.tencent.com/document/api/679/111211)
|
|
16026
15935
|
|
|
16027
15936
|
### 第 73 次发布
|
|
16028
15937
|
|
|
@@ -20906,6 +20815,25 @@
|
|
|
20906
20815
|
|
|
20907
20816
|
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
20908
20817
|
|
|
20818
|
+
### 第 129 次发布
|
|
20819
|
+
|
|
20820
|
+
发布时间:2024-09-27 01:06:23
|
|
20821
|
+
|
|
20822
|
+
本次发布包含了以下内容:
|
|
20823
|
+
|
|
20824
|
+
改善已有的文档。
|
|
20825
|
+
|
|
20826
|
+
修改数据结构:
|
|
20827
|
+
|
|
20828
|
+
* [CacheConfigCache](https://cloud.tencent.com/document/api/228/30987#CacheConfigCache)
|
|
20829
|
+
|
|
20830
|
+
* 新增成员:OriginMtimeCheckType
|
|
20831
|
+
|
|
20832
|
+
* [CacheConfigFollowOrigin](https://cloud.tencent.com/document/api/228/30987#CacheConfigFollowOrigin)
|
|
20833
|
+
|
|
20834
|
+
* 新增成员:OriginMtimeCheckType
|
|
20835
|
+
|
|
20836
|
+
|
|
20909
20837
|
### 第 128 次发布
|
|
20910
20838
|
|
|
20911
20839
|
发布时间:2024-07-26 01:17:46
|
|
@@ -41062,6 +40990,21 @@
|
|
|
41062
40990
|
|
|
41063
40991
|
## 云服务器(cvm) 版本:2017-03-12
|
|
41064
40992
|
|
|
40993
|
+
### 第 131 次发布
|
|
40994
|
+
|
|
40995
|
+
发布时间:2024-09-27 01:09:25
|
|
40996
|
+
|
|
40997
|
+
本次发布包含了以下内容:
|
|
40998
|
+
|
|
40999
|
+
改善已有的文档。
|
|
41000
|
+
|
|
41001
|
+
修改接口:
|
|
41002
|
+
|
|
41003
|
+
* [InquiryPriceRunInstances](https://cloud.tencent.com/document/api/213/15726)
|
|
41004
|
+
|
|
41005
|
+
* 新增入参:CpuTopology
|
|
41006
|
+
|
|
41007
|
+
|
|
41065
41008
|
### 第 130 次发布
|
|
41066
41009
|
|
|
41067
41010
|
发布时间:2024-09-24 01:13:45
|
|
@@ -43479,6 +43422,18 @@
|
|
|
43479
43422
|
|
|
43480
43423
|
## 主机安全(cwp) 版本:2018-02-28
|
|
43481
43424
|
|
|
43425
|
+
### 第 124 次发布
|
|
43426
|
+
|
|
43427
|
+
发布时间:2024-09-26 01:14:22
|
|
43428
|
+
|
|
43429
|
+
本次发布包含了以下内容:
|
|
43430
|
+
|
|
43431
|
+
改善已有的文档。
|
|
43432
|
+
|
|
43433
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
43434
|
+
|
|
43435
|
+
* DescribeIndexList
|
|
43436
|
+
|
|
43482
43437
|
### 第 123 次发布
|
|
43483
43438
|
|
|
43484
43439
|
发布时间:2024-09-20 12:58:49
|
|
@@ -49477,6 +49432,32 @@
|
|
|
49477
49432
|
|
|
49478
49433
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
49479
49434
|
|
|
49435
|
+
### 第 31 次发布
|
|
49436
|
+
|
|
49437
|
+
发布时间:2024-09-26 01:16:16
|
|
49438
|
+
|
|
49439
|
+
本次发布包含了以下内容:
|
|
49440
|
+
|
|
49441
|
+
改善已有的文档。
|
|
49442
|
+
|
|
49443
|
+
修改接口:
|
|
49444
|
+
|
|
49445
|
+
* [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
|
|
49446
|
+
|
|
49447
|
+
* 新增入参:AllowKeyboardLogger
|
|
49448
|
+
|
|
49449
|
+
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
49450
|
+
|
|
49451
|
+
* 新增入参:AllowKeyboardLogger
|
|
49452
|
+
|
|
49453
|
+
|
|
49454
|
+
修改数据结构:
|
|
49455
|
+
|
|
49456
|
+
* [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
|
|
49457
|
+
|
|
49458
|
+
* 新增成员:AllowKeyboardLogger
|
|
49459
|
+
|
|
49460
|
+
|
|
49480
49461
|
### 第 30 次发布
|
|
49481
49462
|
|
|
49482
49463
|
发布时间:2024-09-13 01:25:56
|
|
@@ -62491,6 +62472,21 @@
|
|
|
62491
62472
|
|
|
62492
62473
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
62493
62474
|
|
|
62475
|
+
### 第 78 次发布
|
|
62476
|
+
|
|
62477
|
+
发布时间:2024-09-27 01:15:03
|
|
62478
|
+
|
|
62479
|
+
本次发布包含了以下内容:
|
|
62480
|
+
|
|
62481
|
+
改善已有的文档。
|
|
62482
|
+
|
|
62483
|
+
修改接口:
|
|
62484
|
+
|
|
62485
|
+
* [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)
|
|
62486
|
+
|
|
62487
|
+
* 新增入参:Type
|
|
62488
|
+
|
|
62489
|
+
|
|
62494
62490
|
### 第 77 次发布
|
|
62495
62491
|
|
|
62496
62492
|
发布时间:2024-09-24 01:18:41
|
|
@@ -69401,6 +69397,21 @@
|
|
|
69401
69397
|
|
|
69402
69398
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
69403
69399
|
|
|
69400
|
+
### 第 185 次发布
|
|
69401
|
+
|
|
69402
|
+
发布时间:2024-09-26 01:20:42
|
|
69403
|
+
|
|
69404
|
+
本次发布包含了以下内容:
|
|
69405
|
+
|
|
69406
|
+
改善已有的文档。
|
|
69407
|
+
|
|
69408
|
+
修改接口:
|
|
69409
|
+
|
|
69410
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
69411
|
+
|
|
69412
|
+
* 新增入参:AutoActive
|
|
69413
|
+
|
|
69414
|
+
|
|
69404
69415
|
### 第 184 次发布
|
|
69405
69416
|
|
|
69406
69417
|
发布时间:2024-09-24 01:19:36
|
|
@@ -104695,6 +104706,21 @@
|
|
|
104695
104706
|
|
|
104696
104707
|
## 文字识别(ocr) 版本:2018-11-19
|
|
104697
104708
|
|
|
104709
|
+
### 第 152 次发布
|
|
104710
|
+
|
|
104711
|
+
发布时间:2024-09-27 01:23:33
|
|
104712
|
+
|
|
104713
|
+
本次发布包含了以下内容:
|
|
104714
|
+
|
|
104715
|
+
改善已有的文档。
|
|
104716
|
+
|
|
104717
|
+
修改接口:
|
|
104718
|
+
|
|
104719
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
104720
|
+
|
|
104721
|
+
* 新增出参:WarnCardInfos
|
|
104722
|
+
|
|
104723
|
+
|
|
104698
104724
|
### 第 151 次发布
|
|
104699
104725
|
|
|
104700
104726
|
发布时间:2024-09-16 02:10:16
|
|
@@ -107565,6 +107591,37 @@
|
|
|
107565
107591
|
|
|
107566
107592
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
107567
107593
|
|
|
107594
|
+
### 第 17 次发布
|
|
107595
|
+
|
|
107596
|
+
发布时间:2024-09-26 01:28:34
|
|
107597
|
+
|
|
107598
|
+
本次发布包含了以下内容:
|
|
107599
|
+
|
|
107600
|
+
改善已有的文档。
|
|
107601
|
+
|
|
107602
|
+
新增数据结构:
|
|
107603
|
+
|
|
107604
|
+
* [VolumeInfo](https://cloud.tencent.com/document/api/1643/89100#VolumeInfo)
|
|
107605
|
+
|
|
107606
|
+
修改数据结构:
|
|
107607
|
+
|
|
107608
|
+
* [ApplicationVersion](https://cloud.tencent.com/document/api/1643/89100#ApplicationVersion)
|
|
107609
|
+
|
|
107610
|
+
* 新增成员:GitSource
|
|
107611
|
+
|
|
107612
|
+
* [RunGroup](https://cloud.tencent.com/document/api/1643/89100#RunGroup)
|
|
107613
|
+
|
|
107614
|
+
* 新增成员:AccessMode, Type, WorkDir, InputType, InputCosUri, InputTemplateId, Volumes
|
|
107615
|
+
|
|
107616
|
+
* [RunMetadata](https://cloud.tencent.com/document/api/1643/89100#RunMetadata)
|
|
107617
|
+
|
|
107618
|
+
* 新增成员:WorkDir
|
|
107619
|
+
|
|
107620
|
+
* [RunOption](https://cloud.tencent.com/document/api/1643/89100#RunOption)
|
|
107621
|
+
|
|
107622
|
+
* 新增成员:AddRunInfoToOutputDir
|
|
107623
|
+
|
|
107624
|
+
|
|
107568
107625
|
### 第 16 次发布
|
|
107569
107626
|
|
|
107570
107627
|
发布时间:2024-09-16 02:11:25
|
|
@@ -109398,7 +109455,7 @@
|
|
|
109398
109455
|
|
|
109399
109456
|
新增接口:
|
|
109400
109457
|
|
|
109401
|
-
* [
|
|
109458
|
+
* [DescribeDedicatedClusters](https://cloud.tencent.com/document/api/409/111242)
|
|
109402
109459
|
|
|
109403
109460
|
修改接口:
|
|
109404
109461
|
|
|
@@ -109409,7 +109466,7 @@
|
|
|
109409
109466
|
|
|
109410
109467
|
新增数据结构:
|
|
109411
109468
|
|
|
109412
|
-
* [
|
|
109469
|
+
* [DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster)
|
|
109413
109470
|
|
|
109414
109471
|
修改数据结构:
|
|
109415
109472
|
|
|
@@ -115031,6 +115088,21 @@
|
|
|
115031
115088
|
|
|
115032
115089
|
## 邮件推送(ses) 版本:2020-10-02
|
|
115033
115090
|
|
|
115091
|
+
### 第 24 次发布
|
|
115092
|
+
|
|
115093
|
+
发布时间:2024-09-27 01:25:49
|
|
115094
|
+
|
|
115095
|
+
本次发布包含了以下内容:
|
|
115096
|
+
|
|
115097
|
+
改善已有的文档。
|
|
115098
|
+
|
|
115099
|
+
修改接口:
|
|
115100
|
+
|
|
115101
|
+
* [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)
|
|
115102
|
+
|
|
115103
|
+
* 新增出参:TotalCount, ValidCount, TooLongCount, RepeatCount, InvalidCount
|
|
115104
|
+
|
|
115105
|
+
|
|
115034
115106
|
### 第 23 次发布
|
|
115035
115107
|
|
|
115036
115108
|
发布时间:2024-08-29 02:08:44
|
|
@@ -118301,6 +118373,25 @@
|
|
|
118301
118373
|
|
|
118302
118374
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
118303
118375
|
|
|
118376
|
+
### 第 67 次发布
|
|
118377
|
+
|
|
118378
|
+
发布时间:2024-09-26 01:31:18
|
|
118379
|
+
|
|
118380
|
+
本次发布包含了以下内容:
|
|
118381
|
+
|
|
118382
|
+
改善已有的文档。
|
|
118383
|
+
|
|
118384
|
+
新增数据结构:
|
|
118385
|
+
|
|
118386
|
+
* [HostingConfig](https://cloud.tencent.com/document/api/400/41679#HostingConfig)
|
|
118387
|
+
|
|
118388
|
+
修改数据结构:
|
|
118389
|
+
|
|
118390
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
118391
|
+
|
|
118392
|
+
* 新增成员:HostingResourceTypes, HostingConfig
|
|
118393
|
+
|
|
118394
|
+
|
|
118304
118395
|
### 第 66 次发布
|
|
118305
118396
|
|
|
118306
118397
|
发布时间:2024-09-04 02:03:03
|
|
@@ -122602,6 +122693,28 @@
|
|
|
122602
122693
|
|
|
122603
122694
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
122604
122695
|
|
|
122696
|
+
### 第 104 次发布
|
|
122697
|
+
|
|
122698
|
+
发布时间:2024-09-26 01:32:18
|
|
122699
|
+
|
|
122700
|
+
本次发布包含了以下内容:
|
|
122701
|
+
|
|
122702
|
+
改善已有的文档。
|
|
122703
|
+
|
|
122704
|
+
修改接口:
|
|
122705
|
+
|
|
122706
|
+
* [DeleteCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/58477)
|
|
122707
|
+
|
|
122708
|
+
* 新增入参:DelayedDeletionTime
|
|
122709
|
+
|
|
122710
|
+
|
|
122711
|
+
修改数据结构:
|
|
122712
|
+
|
|
122713
|
+
* [CloudBaseRunVolumeMount](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunVolumeMount)
|
|
122714
|
+
|
|
122715
|
+
* 新增成员:MountPropagation
|
|
122716
|
+
|
|
122717
|
+
|
|
122605
122718
|
### 第 103 次发布
|
|
122606
122719
|
|
|
122607
122720
|
发布时间:2024-08-07 02:15:35
|
|
@@ -126733,7 +126846,7 @@
|
|
|
126733
126846
|
|
|
126734
126847
|
新增数据结构:
|
|
126735
126848
|
|
|
126736
|
-
* [
|
|
126849
|
+
* [ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo)
|
|
126737
126850
|
|
|
126738
126851
|
### 第 65 次发布
|
|
126739
126852
|
|
|
@@ -134410,7 +134523,7 @@
|
|
|
134410
134523
|
|
|
134411
134524
|
新增数据结构:
|
|
134412
134525
|
|
|
134413
|
-
* [
|
|
134526
|
+
* [L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth)
|
|
134414
134527
|
|
|
134415
134528
|
修改数据结构:
|
|
134416
134529
|
|
|
@@ -159271,6 +159384,87 @@
|
|
|
159271
159384
|
|
|
159272
159385
|
## 私有网络(vpc) 版本:2017-03-12
|
|
159273
159386
|
|
|
159387
|
+
### 第 208 次发布
|
|
159388
|
+
|
|
159389
|
+
发布时间:2024-09-27 01:34:17
|
|
159390
|
+
|
|
159391
|
+
本次发布包含了以下内容:
|
|
159392
|
+
|
|
159393
|
+
改善已有的文档。
|
|
159394
|
+
|
|
159395
|
+
新增接口:
|
|
159396
|
+
|
|
159397
|
+
* [[CreateCdcLDCXList](https://cloud.tencent.com/document/api/215/111330)](https://cloud.tencent.com/document/api/#/#)
|
|
159398
|
+
* [[CreateCdcNetPlanes](https://cloud.tencent.com/document/api/215/111329)](https://cloud.tencent.com/document/api/#/#)
|
|
159399
|
+
* [[CreateHighPriorityRouteTable](https://cloud.tencent.com/document/api/215/111328)](https://cloud.tencent.com/document/api/#/#)
|
|
159400
|
+
* [[CreateHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111327)](https://cloud.tencent.com/document/api/#/#)
|
|
159401
|
+
* [[DeleteCdcLDCXList](https://cloud.tencent.com/document/api/215/111326)](https://cloud.tencent.com/document/api/#/#)
|
|
159402
|
+
* [[DeleteCdcNetPlanes](https://cloud.tencent.com/document/api/215/111325)](https://cloud.tencent.com/document/api/#/#)
|
|
159403
|
+
* [[DeleteHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111324)](https://cloud.tencent.com/document/api/#/#)
|
|
159404
|
+
* [[DeleteHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111323)](https://cloud.tencent.com/document/api/#/#)
|
|
159405
|
+
* [[DescribeCdcLDCXList](https://cloud.tencent.com/document/api/215/111322)](https://cloud.tencent.com/document/api/#/#)
|
|
159406
|
+
* [[DescribeCdcNetPlanes](https://cloud.tencent.com/document/api/215/111321)](https://cloud.tencent.com/document/api/#/#)
|
|
159407
|
+
* [[DescribeCdcUsedIdcVlan](https://cloud.tencent.com/document/api/215/111320)](https://cloud.tencent.com/document/api/#/#)
|
|
159408
|
+
* [[DescribeHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111319)](https://cloud.tencent.com/document/api/#/#)
|
|
159409
|
+
* [[DescribeHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111318)](https://cloud.tencent.com/document/api/#/#)
|
|
159410
|
+
* [[DescribeRoutes](https://cloud.tencent.com/document/api/215/111309)](https://cloud.tencent.com/document/api/#/#)
|
|
159411
|
+
* [[ModifyCdcLDCXAttribute](https://cloud.tencent.com/document/api/215/111317)](https://cloud.tencent.com/document/api/#/#)
|
|
159412
|
+
* [[ModifyCdcNetPlaneAttribute](https://cloud.tencent.com/document/api/215/111316)](https://cloud.tencent.com/document/api/#/#)
|
|
159413
|
+
* [[ModifyHighPriorityRouteAttribute](https://cloud.tencent.com/document/api/215/111315)](https://cloud.tencent.com/document/api/#/#)
|
|
159414
|
+
* [[ModifyHighPriorityRouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/111314)](https://cloud.tencent.com/document/api/#/#)
|
|
159415
|
+
* [[ModifyHighPriorityRouteTableAttribute](https://cloud.tencent.com/document/api/215/111313)](https://cloud.tencent.com/document/api/#/#)
|
|
159416
|
+
* [[ReplaceHighPriorityRouteTableAssociation](https://cloud.tencent.com/document/api/215/111312)](https://cloud.tencent.com/document/api/#/#)
|
|
159417
|
+
* [[ReplaceHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111311)](https://cloud.tencent.com/document/api/#/#)
|
|
159418
|
+
* [[ResetHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111310)](https://cloud.tencent.com/document/api/#/#)
|
|
159419
|
+
|
|
159420
|
+
新增数据结构:
|
|
159421
|
+
|
|
159422
|
+
* [[HighPriorityModifyItem](https://cloud.tencent.com/document/api/215/15824#HighPriorityModifyItem)](https://cloud.tencent.com/document/api/215/15824#[HighPriorityModifyItem](https://cloud.tencent.com/document/api/215/15824#HighPriorityModifyItem))
|
|
159423
|
+
* [[HighPriorityRoute](https://cloud.tencent.com/document/api/215/15824#HighPriorityRoute)](https://cloud.tencent.com/document/api/215/15824#[HighPriorityRoute](https://cloud.tencent.com/document/api/215/15824#HighPriorityRoute))
|
|
159424
|
+
* [[HighPriorityRouteTable](https://cloud.tencent.com/document/api/215/15824#HighPriorityRouteTable)](https://cloud.tencent.com/document/api/215/15824#[HighPriorityRouteTable](https://cloud.tencent.com/document/api/215/15824#HighPriorityRouteTable))
|
|
159425
|
+
* [[RouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/15824#RouteECMPAlgorithm)](https://cloud.tencent.com/document/api/215/15824#[RouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/15824#RouteECMPAlgorithm))
|
|
159426
|
+
|
|
159427
|
+
修改数据结构:
|
|
159428
|
+
|
|
159429
|
+
* [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
|
|
159430
|
+
|
|
159431
|
+
* 新增成员:CdcId
|
|
159432
|
+
|
|
159433
|
+
* [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
|
|
159434
|
+
|
|
159435
|
+
* 新增成员:CdcId
|
|
159436
|
+
|
|
159437
|
+
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
159438
|
+
|
|
159439
|
+
* 新增成员:CdcId
|
|
159440
|
+
|
|
159441
|
+
* [Route](https://cloud.tencent.com/document/api/215/15824#Route)
|
|
159442
|
+
|
|
159443
|
+
* 新增成员:CdcId
|
|
159444
|
+
|
|
159445
|
+
|
|
159446
|
+
### 第 207 次发布
|
|
159447
|
+
|
|
159448
|
+
发布时间:2024-09-26 01:39:10
|
|
159449
|
+
|
|
159450
|
+
本次发布包含了以下内容:
|
|
159451
|
+
|
|
159452
|
+
改善已有的文档。
|
|
159453
|
+
|
|
159454
|
+
修改接口:
|
|
159455
|
+
|
|
159456
|
+
* [AllocateAddresses](https://cloud.tencent.com/document/api/215/16699)
|
|
159457
|
+
|
|
159458
|
+
* 新增入参:DedicatedClusterId
|
|
159459
|
+
|
|
159460
|
+
|
|
159461
|
+
修改数据结构:
|
|
159462
|
+
|
|
159463
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
159464
|
+
|
|
159465
|
+
* 新增成员:DedicatedClusterId
|
|
159466
|
+
|
|
159467
|
+
|
|
159274
159468
|
### 第 206 次发布
|
|
159275
159469
|
|
|
159276
159470
|
发布时间:2024-09-20 13:16:10
|
|
@@ -164558,7 +164752,7 @@
|
|
|
164558
164752
|
|
|
164559
164753
|
* 新增入参:Note, UpstreamHost
|
|
164560
164754
|
|
|
164561
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api
|
|
164755
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/#/#)
|
|
164562
164756
|
|
|
164563
164757
|
* 新增入参:ActionType
|
|
164564
164758
|
|
|
@@ -164676,7 +164870,7 @@
|
|
|
164676
164870
|
|
|
164677
164871
|
* 新增入参:RateLimit
|
|
164678
164872
|
|
|
164679
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api
|
|
164873
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/#/#)
|
|
164680
164874
|
|
|
164681
164875
|
* 新增出参:Ids
|
|
164682
164876
|
|
|
@@ -165054,7 +165248,7 @@
|
|
|
165054
165248
|
|
|
165055
165249
|
* 新增出参:RuleId
|
|
165056
165250
|
|
|
165057
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api
|
|
165251
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/#/#)
|
|
165058
165252
|
|
|
165059
165253
|
* 新增入参:IsId
|
|
165060
165254
|
|
|
@@ -165090,7 +165284,7 @@
|
|
|
165090
165284
|
|
|
165091
165285
|
* 新增出参:RuleId
|
|
165092
165286
|
|
|
165093
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api
|
|
165287
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/#/#)
|
|
165094
165288
|
|
|
165095
165289
|
* 新增入参:InstanceId
|
|
165096
165290
|
|
|
@@ -165957,11 +166151,11 @@
|
|
|
165957
166151
|
|
|
165958
166152
|
* 新增入参:ActiveCheck, TLSVersion, Ciphers, CipherTemplate
|
|
165959
166153
|
|
|
165960
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api
|
|
166154
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/#/#)
|
|
165961
166155
|
|
|
165962
166156
|
* 新增入参:SourceType
|
|
165963
166157
|
|
|
165964
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api
|
|
166158
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/#/#)
|
|
165965
166159
|
|
|
165966
166160
|
* 新增入参:SourceType
|
|
165967
166161
|
|
|
@@ -166157,7 +166351,7 @@
|
|
|
166157
166351
|
|
|
166158
166352
|
* [AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)
|
|
166159
166353
|
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
166160
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api
|
|
166354
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/#/#)
|
|
166161
166355
|
* [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
|
|
166162
166356
|
* [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
|
|
166163
166357
|
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
@@ -166169,7 +166363,7 @@
|
|
|
166169
166363
|
* [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
|
|
166170
166364
|
* [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
|
|
166171
166365
|
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
166172
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api
|
|
166366
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/#/#)
|
|
166173
166367
|
|
|
166174
166368
|
新增数据结构:
|
|
166175
166369
|
|