tencentcloud-sdk-nodejs 4.0.426 → 4.0.429
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 +553 -0
- package/SERVICE_CHANGELOG.md +696 -126
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +12 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +35 -0
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +58 -3
- package/src/services/cat/v20180409/cat_models.ts +6 -0
- package/src/services/cdb/v20170320/cdb_models.ts +15 -0
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfs/v20190719/cfs_models.ts +37 -37
- package/src/services/cfw/v20190904/cfw_client.ts +19 -55
- package/src/services/cfw/v20190904/cfw_models.ts +48 -189
- package/src/services/ckafka/v20190819/ckafka_models.ts +36 -0
- package/src/services/clb/v20180317/clb_client.ts +24 -11
- package/src/services/clb/v20180317/clb_models.ts +107 -25
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +33 -4
- package/src/services/cvm/v20170312/cvm_models.ts +13 -13
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +46 -0
- package/src/services/dlc/v20210125/dlc_client.ts +1 -0
- package/src/services/dlc/v20210125/dlc_models.ts +47 -5
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -119
- package/src/services/essbasic/v20210526/essbasic_models.ts +65 -1
- package/src/services/faceid/v20180301/faceid_models.ts +20 -5
- package/src/services/ic/v20190307/ic_client.ts +13 -0
- package/src/services/ic/v20190307/ic_models.ts +46 -0
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -2
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +59 -19
- package/src/services/monitor/v20180724/monitor_models.ts +4 -4
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -0
- package/src/services/ocr/v20181119/ocr_models.ts +20 -0
- package/src/services/teo/v20220106/teo_client.ts +146 -33
- package/src/services/teo/v20220106/teo_models.ts +1113 -356
- package/src/services/tke/v20180525/tke_client.ts +4 -0
- package/src/services/tke/v20180525/tke_models.ts +119 -0
- package/src/services/trtc/v20190722/trtc_client.ts +15 -9
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tts/v20190823/tts_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +2 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +30 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +51 -2
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +37 -37
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -19
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -27
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -158
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +29 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +93 -24
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +29 -4
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -13
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +40 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +58 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +56 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +17 -5
- package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
- package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +40 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +51 -17
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +14 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +16 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +39 -7
- package/tencentcloud/services/teo/v20220106/teo_client.js +57 -9
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +971 -309
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +101 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +9 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +9 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -0
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cfw.v20190904.test.js +6 -36
- package/test/clb.v20180317.test.js +12 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +52 -42
- package/test/ic.v20190307.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +10 -0
- package/test/teo.v20220106.test.js +86 -6
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,98 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 40 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-29 13:11:21
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeNewL7RulesErrHealth](https://cloud.tencent.com/document/api/1021/79701)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
20
|
+
|
|
21
|
+
### 第 55 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2022-08-30 06:08:56
|
|
8
24
|
|
|
9
25
|
本次发布包含了以下内容:
|
|
10
26
|
|
|
11
27
|
改善已有的文档。
|
|
12
28
|
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [CreateLifecycleHook](https://cloud.tencent.com/document/api/377/34454)
|
|
32
|
+
|
|
33
|
+
* 新增入参:LifecycleCommand
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
|
|
39
|
+
|
|
13
40
|
修改数据结构:
|
|
14
41
|
|
|
15
|
-
* [
|
|
42
|
+
* [LifecycleActionResultInfo](https://cloud.tencent.com/document/api/377/20453#LifecycleActionResultInfo)
|
|
16
43
|
|
|
17
|
-
* 新增成员:
|
|
44
|
+
* 新增成员:InvocationId, InvokeCommandResult
|
|
18
45
|
|
|
46
|
+
* [LifecycleHook](https://cloud.tencent.com/document/api/377/20453#LifecycleHook)
|
|
19
47
|
|
|
48
|
+
* 新增成员:LifecycleCommand
|
|
20
49
|
|
|
21
50
|
|
|
22
|
-
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
23
51
|
|
|
24
|
-
### 第 23 次发布
|
|
25
52
|
|
|
26
|
-
|
|
53
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
54
|
+
|
|
55
|
+
### 第 97 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2022-08-30 06:13:27
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
修改接口:
|
|
64
|
+
|
|
65
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659)
|
|
66
|
+
|
|
67
|
+
* 新增入参:EngineTypes, TemplateNames, TemplateIds
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
73
|
+
|
|
74
|
+
### 第 56 次发布
|
|
75
|
+
|
|
76
|
+
发布时间:2022-08-30 06:16:47
|
|
77
|
+
|
|
78
|
+
本次发布包含了以下内容:
|
|
79
|
+
|
|
80
|
+
改善已有的文档。
|
|
81
|
+
|
|
82
|
+
修改数据结构:
|
|
83
|
+
|
|
84
|
+
* [ClsParam](https://cloud.tencent.com/document/api/597/40861#ClsParam)
|
|
85
|
+
|
|
86
|
+
* 新增成员:TimeField
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
92
|
+
|
|
93
|
+
### 第 71 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-08-30 06:17:26
|
|
27
96
|
|
|
28
97
|
本次发布包含了以下内容:
|
|
29
98
|
|
|
@@ -31,31 +100,42 @@
|
|
|
31
100
|
|
|
32
101
|
新增接口:
|
|
33
102
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
* [
|
|
103
|
+
* [DescribeIdleLoadBalancers](https://cloud.tencent.com/document/api/214/79718)
|
|
104
|
+
|
|
105
|
+
新增数据结构:
|
|
106
|
+
|
|
107
|
+
* [IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
112
|
+
|
|
113
|
+
### 第 82 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2022-08-30 06:19:38
|
|
116
|
+
|
|
117
|
+
本次发布包含了以下内容:
|
|
118
|
+
|
|
119
|
+
改善已有的文档。
|
|
39
120
|
|
|
40
121
|
修改接口:
|
|
41
122
|
|
|
42
|
-
* [
|
|
123
|
+
* [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
|
|
43
124
|
|
|
44
|
-
*
|
|
125
|
+
* 新增入参:SettlementRulesInfo, ExternalPaymentData
|
|
45
126
|
|
|
46
127
|
|
|
47
128
|
新增数据结构:
|
|
48
129
|
|
|
49
|
-
* [
|
|
50
|
-
* [RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)
|
|
130
|
+
* [OpenBankSettlementRulesInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSettlementRulesInfo)
|
|
51
131
|
|
|
52
132
|
|
|
53
133
|
|
|
54
|
-
##
|
|
134
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
55
135
|
|
|
56
|
-
### 第
|
|
136
|
+
### 第 24 次发布
|
|
57
137
|
|
|
58
|
-
发布时间:2022-08-
|
|
138
|
+
发布时间:2022-08-30 06:23:54
|
|
59
139
|
|
|
60
140
|
本次发布包含了以下内容:
|
|
61
141
|
|
|
@@ -63,68 +143,83 @@
|
|
|
63
143
|
|
|
64
144
|
修改接口:
|
|
65
145
|
|
|
66
|
-
* [
|
|
146
|
+
* [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
|
|
67
147
|
|
|
68
|
-
* 新增入参:
|
|
148
|
+
* 新增入参:IncludeZoneStocks
|
|
69
149
|
|
|
70
150
|
|
|
151
|
+
新增数据结构:
|
|
71
152
|
|
|
153
|
+
* [ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo)
|
|
154
|
+
|
|
155
|
+
修改数据结构:
|
|
156
|
+
|
|
157
|
+
* [InstanceSpec](https://cloud.tencent.com/document/api/1003/48097#InstanceSpec)
|
|
158
|
+
|
|
159
|
+
* 新增成员:HasStock, MachineType, MaxIops, MaxIoBandWidth, ZoneStockInfos
|
|
72
160
|
|
|
73
|
-
## 全球应用加速(gaap) 版本:2018-05-29
|
|
74
161
|
|
|
75
|
-
### 第 35 次发布
|
|
76
162
|
|
|
77
|
-
|
|
163
|
+
|
|
164
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
165
|
+
|
|
166
|
+
### 第 31 次发布
|
|
167
|
+
|
|
168
|
+
发布时间:2022-08-30 06:26:45
|
|
78
169
|
|
|
79
170
|
本次发布包含了以下内容:
|
|
80
171
|
|
|
81
172
|
改善已有的文档。
|
|
82
173
|
|
|
83
|
-
|
|
174
|
+
修改接口:
|
|
175
|
+
|
|
176
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
177
|
+
|
|
178
|
+
* 新增出参:TasksOverview
|
|
84
179
|
|
|
85
|
-
* [CreateGlobalDomain](https://cloud.tencent.com/document/api/608/79567)
|
|
86
|
-
* [CreateGlobalDomainDns](https://cloud.tencent.com/document/api/608/79566)
|
|
87
|
-
* [DeleteGlobalDomain](https://cloud.tencent.com/document/api/608/79565)
|
|
88
|
-
* [DeleteGlobalDomainDns](https://cloud.tencent.com/document/api/608/79564)
|
|
89
|
-
* [DescribeGlobalDomainDns](https://cloud.tencent.com/document/api/608/79563)
|
|
90
|
-
* [DescribeGlobalDomains](https://cloud.tencent.com/document/api/608/79562)
|
|
91
|
-
* [DisableGlobalDomain](https://cloud.tencent.com/document/api/608/79561)
|
|
92
|
-
* [EnableGlobalDomain](https://cloud.tencent.com/document/api/608/79560)
|
|
93
|
-
* [ModifyGlobalDomainAttribute](https://cloud.tencent.com/document/api/608/79559)
|
|
94
|
-
* [ModifyGlobalDomainDns](https://cloud.tencent.com/document/api/608/79558)
|
|
95
180
|
|
|
96
181
|
新增数据结构:
|
|
97
182
|
|
|
98
|
-
* [
|
|
99
|
-
|
|
100
|
-
|
|
183
|
+
* [TasksOverview](https://cloud.tencent.com/document/api/1342/53778#TasksOverview)
|
|
184
|
+
|
|
185
|
+
修改数据结构:
|
|
101
186
|
|
|
187
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
102
188
|
|
|
189
|
+
* 新增成员:TotalTime
|
|
190
|
+
|
|
191
|
+
* [TaskResultInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResultInfo)
|
|
192
|
+
|
|
193
|
+
* 新增成员:TotalTime
|
|
103
194
|
|
|
104
|
-
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## 物联卡(ic) 版本:2019-03-07
|
|
105
199
|
|
|
106
200
|
### 第 7 次发布
|
|
107
201
|
|
|
108
|
-
发布时间:2022-08-
|
|
202
|
+
发布时间:2022-08-30 06:33:17
|
|
109
203
|
|
|
110
204
|
本次发布包含了以下内容:
|
|
111
205
|
|
|
112
206
|
改善已有的文档。
|
|
113
207
|
|
|
114
|
-
|
|
208
|
+
新增接口:
|
|
115
209
|
|
|
116
|
-
* [
|
|
210
|
+
* [PayForExtendData](https://cloud.tencent.com/document/api/636/79719)
|
|
117
211
|
|
|
118
|
-
|
|
212
|
+
新增数据结构:
|
|
119
213
|
|
|
214
|
+
* [ResOrderIds](https://cloud.tencent.com/document/api/636/33881#ResOrderIds)
|
|
120
215
|
|
|
121
216
|
|
|
122
217
|
|
|
123
|
-
##
|
|
218
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
124
219
|
|
|
125
|
-
### 第
|
|
220
|
+
### 第 6 次发布
|
|
126
221
|
|
|
127
|
-
发布时间:2022-08-
|
|
222
|
+
发布时间:2022-08-30 06:36:25
|
|
128
223
|
|
|
129
224
|
本次发布包含了以下内容:
|
|
130
225
|
|
|
@@ -132,73 +227,101 @@
|
|
|
132
227
|
|
|
133
228
|
新增接口:
|
|
134
229
|
|
|
135
|
-
* [
|
|
230
|
+
* [DescribeCloudStorageStreamData](https://cloud.tencent.com/document/api/1131/79720)
|
|
136
231
|
|
|
137
232
|
|
|
138
233
|
|
|
139
|
-
##
|
|
234
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
140
239
|
|
|
141
|
-
### 第 43 次发布
|
|
142
240
|
|
|
143
|
-
|
|
241
|
+
|
|
242
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
243
|
+
|
|
244
|
+
### 第 25 次发布
|
|
245
|
+
|
|
246
|
+
发布时间:2022-08-30 06:43:16
|
|
144
247
|
|
|
145
248
|
本次发布包含了以下内容:
|
|
146
249
|
|
|
147
250
|
改善已有的文档。
|
|
148
251
|
|
|
149
|
-
|
|
252
|
+
修改接口:
|
|
150
253
|
|
|
151
|
-
* [
|
|
152
|
-
* [CreateInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79579)
|
|
153
|
-
* [CreateSecurityPolicies](https://cloud.tencent.com/document/api/1141/79578)
|
|
154
|
-
* [CreateSignature](https://cloud.tencent.com/document/api/1141/79571)
|
|
155
|
-
* [CreateSignaturePolicy](https://cloud.tencent.com/document/api/1141/79584)
|
|
156
|
-
* [DeleteImageAccelerateService](https://cloud.tencent.com/document/api/1141/79577)
|
|
157
|
-
* [DeleteInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79576)
|
|
158
|
-
* [DeleteReplicationInstance](https://cloud.tencent.com/document/api/1141/79581)
|
|
159
|
-
* [DeleteRepositoryTags](https://cloud.tencent.com/document/api/1141/79570)
|
|
160
|
-
* [DeleteSignaturePolicy](https://cloud.tencent.com/document/api/1141/79583)
|
|
161
|
-
* [DescribeGCJobs](https://cloud.tencent.com/document/api/1141/79569)
|
|
162
|
-
* [DescribeImageAccelerateService](https://cloud.tencent.com/document/api/1141/79575)
|
|
163
|
-
* [DescribeInstanceAll](https://cloud.tencent.com/document/api/1141/79574)
|
|
164
|
-
* [DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)
|
|
165
|
-
* [DescribeInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79573)
|
|
166
|
-
* [DescribeRegions](https://cloud.tencent.com/document/api/1141/79572)
|
|
254
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
167
255
|
|
|
168
|
-
|
|
256
|
+
* 新增入参:AutoRecover
|
|
169
257
|
|
|
170
|
-
* [CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo)
|
|
171
|
-
* [GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo)
|
|
172
|
-
* [Region](https://cloud.tencent.com/document/api/1141/41603#Region)
|
|
173
|
-
* [Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule)
|
|
174
258
|
|
|
259
|
+
修改数据结构:
|
|
175
260
|
|
|
261
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
262
|
+
|
|
263
|
+
* 新增成员:AutoRecover, LogLevel
|
|
176
264
|
|
|
177
|
-
## 云点播(vod) 版本:2018-07-17
|
|
178
265
|
|
|
179
|
-
### 第 116 次发布
|
|
180
266
|
|
|
181
|
-
|
|
267
|
+
|
|
268
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
269
|
+
|
|
270
|
+
### 第 23 次发布
|
|
271
|
+
|
|
272
|
+
发布时间:2022-08-30 06:54:55
|
|
182
273
|
|
|
183
274
|
本次发布包含了以下内容:
|
|
184
275
|
|
|
185
276
|
改善已有的文档。
|
|
186
277
|
|
|
187
|
-
|
|
278
|
+
修改接口:
|
|
279
|
+
|
|
280
|
+
* [DescribeDDoSPolicy](https://cloud.tencent.com/document/api/1552/75110)
|
|
281
|
+
|
|
282
|
+
* 新增出参:DdosRule
|
|
188
283
|
|
|
189
|
-
|
|
190
|
-
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
288
|
+
|
|
289
|
+
### 第 119 次发布
|
|
290
|
+
|
|
291
|
+
发布时间:2022-08-30 06:57:14
|
|
292
|
+
|
|
293
|
+
本次发布包含了以下内容:
|
|
294
|
+
|
|
295
|
+
改善已有的文档。
|
|
191
296
|
|
|
192
297
|
修改接口:
|
|
193
298
|
|
|
194
|
-
* [
|
|
299
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/457/78051)
|
|
195
300
|
|
|
196
|
-
*
|
|
301
|
+
* 新增出参:ClusterExternalDomain, ClusterIntranetDomain, SecurityGroup
|
|
302
|
+
|
|
303
|
+
* [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
|
|
304
|
+
|
|
305
|
+
* 新增入参:SecurityGroup
|
|
197
306
|
|
|
198
307
|
|
|
199
308
|
新增数据结构:
|
|
200
309
|
|
|
201
|
-
* [
|
|
310
|
+
* [CUDNN](https://cloud.tencent.com/document/api/457/31866#CUDNN)
|
|
311
|
+
* [CustomDriver](https://cloud.tencent.com/document/api/457/31866#CustomDriver)
|
|
312
|
+
* [DriverVersion](https://cloud.tencent.com/document/api/457/31866#DriverVersion)
|
|
313
|
+
* [GPUArgs](https://cloud.tencent.com/document/api/457/31866#GPUArgs)
|
|
314
|
+
|
|
315
|
+
修改数据结构:
|
|
316
|
+
|
|
317
|
+
* [InstanceAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#InstanceAdvancedSettings)
|
|
318
|
+
|
|
319
|
+
* 新增成员:GPUArgs
|
|
320
|
+
|
|
321
|
+
* [SubnetInfos](https://cloud.tencent.com/document/api/457/31866#SubnetInfos)
|
|
322
|
+
|
|
323
|
+
* 新增成员:SecurityGroups
|
|
324
|
+
|
|
202
325
|
|
|
203
326
|
|
|
204
327
|
|
|
@@ -1696,6 +1819,18 @@
|
|
|
1696
1819
|
|
|
1697
1820
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1698
1821
|
|
|
1822
|
+
### 第 40 次发布
|
|
1823
|
+
|
|
1824
|
+
发布时间:2022-08-29 13:11:21
|
|
1825
|
+
|
|
1826
|
+
本次发布包含了以下内容:
|
|
1827
|
+
|
|
1828
|
+
改善已有的文档。
|
|
1829
|
+
|
|
1830
|
+
新增接口:
|
|
1831
|
+
|
|
1832
|
+
* [[DescribeNewL7RulesErrHealth](https://cloud.tencent.com/document/api/1021/79701)](https://cloud.tencent.com/document/api/#/#)
|
|
1833
|
+
|
|
1699
1834
|
### 第 39 次发布
|
|
1700
1835
|
|
|
1701
1836
|
发布时间:2022-08-09 10:41:42
|
|
@@ -3697,6 +3832,36 @@
|
|
|
3697
3832
|
|
|
3698
3833
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
3699
3834
|
|
|
3835
|
+
### 第 55 次发布
|
|
3836
|
+
|
|
3837
|
+
发布时间:2022-08-30 06:08:56
|
|
3838
|
+
|
|
3839
|
+
本次发布包含了以下内容:
|
|
3840
|
+
|
|
3841
|
+
改善已有的文档。
|
|
3842
|
+
|
|
3843
|
+
修改接口:
|
|
3844
|
+
|
|
3845
|
+
* [CreateLifecycleHook](https://cloud.tencent.com/document/api/377/34454)
|
|
3846
|
+
|
|
3847
|
+
* 新增入参:LifecycleCommand
|
|
3848
|
+
|
|
3849
|
+
|
|
3850
|
+
新增数据结构:
|
|
3851
|
+
|
|
3852
|
+
* [[LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)](https://cloud.tencent.com/document/api/377/20453#[LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand))
|
|
3853
|
+
|
|
3854
|
+
修改数据结构:
|
|
3855
|
+
|
|
3856
|
+
* [LifecycleActionResultInfo](https://cloud.tencent.com/document/api/377/20453#LifecycleActionResultInfo)
|
|
3857
|
+
|
|
3858
|
+
* 新增成员:InvocationId, InvokeCommandResult
|
|
3859
|
+
|
|
3860
|
+
* [LifecycleHook](https://cloud.tencent.com/document/api/377/20453#LifecycleHook)
|
|
3861
|
+
|
|
3862
|
+
* 新增成员:LifecycleCommand
|
|
3863
|
+
|
|
3864
|
+
|
|
3700
3865
|
### 第 54 次发布
|
|
3701
3866
|
|
|
3702
3867
|
发布时间:2022-08-11 06:10:05
|
|
@@ -9693,6 +9858,21 @@
|
|
|
9693
9858
|
|
|
9694
9859
|
## 云拨测(cat) 版本:2018-04-09
|
|
9695
9860
|
|
|
9861
|
+
### 第 12 次发布
|
|
9862
|
+
|
|
9863
|
+
发布时间:2022-08-26 06:12:22
|
|
9864
|
+
|
|
9865
|
+
本次发布包含了以下内容:
|
|
9866
|
+
|
|
9867
|
+
改善已有的文档。
|
|
9868
|
+
|
|
9869
|
+
修改接口:
|
|
9870
|
+
|
|
9871
|
+
* [UpdateProbeTaskConfigurationList](https://cloud.tencent.com/document/api/280/66201)
|
|
9872
|
+
|
|
9873
|
+
* 新增入参:ResourceIDs
|
|
9874
|
+
|
|
9875
|
+
|
|
9696
9876
|
### 第 11 次发布
|
|
9697
9877
|
|
|
9698
9878
|
发布时间:2022-08-02 06:06:56
|
|
@@ -11400,6 +11580,21 @@
|
|
|
11400
11580
|
|
|
11401
11581
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
11402
11582
|
|
|
11583
|
+
### 第 97 次发布
|
|
11584
|
+
|
|
11585
|
+
发布时间:2022-08-30 06:13:27
|
|
11586
|
+
|
|
11587
|
+
本次发布包含了以下内容:
|
|
11588
|
+
|
|
11589
|
+
改善已有的文档。
|
|
11590
|
+
|
|
11591
|
+
修改接口:
|
|
11592
|
+
|
|
11593
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659)
|
|
11594
|
+
|
|
11595
|
+
* 新增入参:EngineTypes, TemplateNames, TemplateIds
|
|
11596
|
+
|
|
11597
|
+
|
|
11403
11598
|
### 第 96 次发布
|
|
11404
11599
|
|
|
11405
11600
|
发布时间:2022-08-01 11:27:47
|
|
@@ -16291,6 +16486,31 @@
|
|
|
16291
16486
|
|
|
16292
16487
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
16293
16488
|
|
|
16489
|
+
### 第 21 次发布
|
|
16490
|
+
|
|
16491
|
+
发布时间:2022-08-29 06:15:32
|
|
16492
|
+
|
|
16493
|
+
本次发布包含了以下内容:
|
|
16494
|
+
|
|
16495
|
+
改善已有的文档。
|
|
16496
|
+
|
|
16497
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
16498
|
+
|
|
16499
|
+
* DeleteSecurityGroupAllRule
|
|
16500
|
+
* DescribeNatRuleOverview
|
|
16501
|
+
|
|
16502
|
+
### 第 20 次发布
|
|
16503
|
+
|
|
16504
|
+
发布时间:2022-08-26 06:15:17
|
|
16505
|
+
|
|
16506
|
+
本次发布包含了以下内容:
|
|
16507
|
+
|
|
16508
|
+
改善已有的文档。
|
|
16509
|
+
|
|
16510
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
16511
|
+
|
|
16512
|
+
* RunSyncAsset
|
|
16513
|
+
|
|
16294
16514
|
### 第 19 次发布
|
|
16295
16515
|
|
|
16296
16516
|
发布时间:2022-05-12 06:07:30
|
|
@@ -17433,6 +17653,40 @@
|
|
|
17433
17653
|
|
|
17434
17654
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17435
17655
|
|
|
17656
|
+
### 第 56 次发布
|
|
17657
|
+
|
|
17658
|
+
发布时间:2022-08-30 06:16:47
|
|
17659
|
+
|
|
17660
|
+
本次发布包含了以下内容:
|
|
17661
|
+
|
|
17662
|
+
改善已有的文档。
|
|
17663
|
+
|
|
17664
|
+
修改数据结构:
|
|
17665
|
+
|
|
17666
|
+
* [ClsParam](https://cloud.tencent.com/document/api/597/40861#ClsParam)
|
|
17667
|
+
|
|
17668
|
+
* 新增成员:TimeField
|
|
17669
|
+
|
|
17670
|
+
|
|
17671
|
+
### 第 55 次发布
|
|
17672
|
+
|
|
17673
|
+
发布时间:2022-08-29 06:16:32
|
|
17674
|
+
|
|
17675
|
+
本次发布包含了以下内容:
|
|
17676
|
+
|
|
17677
|
+
改善已有的文档。
|
|
17678
|
+
|
|
17679
|
+
修改数据结构:
|
|
17680
|
+
|
|
17681
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
17682
|
+
|
|
17683
|
+
* 新增成员:RecordWithSchema
|
|
17684
|
+
|
|
17685
|
+
* [PostgreSQLParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLParam)
|
|
17686
|
+
|
|
17687
|
+
* 新增成员:DataFormat, DataTargetInsertMode, DataTargetPrimaryKeyField, DataTargetRecordMapping, DropInvalidMessage
|
|
17688
|
+
|
|
17689
|
+
|
|
17436
17690
|
### 第 54 次发布
|
|
17437
17691
|
|
|
17438
17692
|
发布时间:2022-08-23 06:17:56
|
|
@@ -18604,6 +18858,22 @@
|
|
|
18604
18858
|
|
|
18605
18859
|
## 负载均衡(clb) 版本:2018-03-17
|
|
18606
18860
|
|
|
18861
|
+
### 第 71 次发布
|
|
18862
|
+
|
|
18863
|
+
发布时间:2022-08-30 06:17:26
|
|
18864
|
+
|
|
18865
|
+
本次发布包含了以下内容:
|
|
18866
|
+
|
|
18867
|
+
改善已有的文档。
|
|
18868
|
+
|
|
18869
|
+
新增接口:
|
|
18870
|
+
|
|
18871
|
+
* [[DescribeIdleLoadBalancers](https://cloud.tencent.com/document/api/214/79718)](https://cloud.tencent.com/document/api/#/#)
|
|
18872
|
+
|
|
18873
|
+
新增数据结构:
|
|
18874
|
+
|
|
18875
|
+
* [[IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer)](https://cloud.tencent.com/document/api/214/30694#[IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer))
|
|
18876
|
+
|
|
18607
18877
|
### 第 70 次发布
|
|
18608
18878
|
|
|
18609
18879
|
发布时间:2022-07-19 06:07:41
|
|
@@ -22652,6 +22922,25 @@
|
|
|
22652
22922
|
|
|
22653
22923
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
22654
22924
|
|
|
22925
|
+
### 第 82 次发布
|
|
22926
|
+
|
|
22927
|
+
发布时间:2022-08-30 06:19:38
|
|
22928
|
+
|
|
22929
|
+
本次发布包含了以下内容:
|
|
22930
|
+
|
|
22931
|
+
改善已有的文档。
|
|
22932
|
+
|
|
22933
|
+
修改接口:
|
|
22934
|
+
|
|
22935
|
+
* [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
|
|
22936
|
+
|
|
22937
|
+
* 新增入参:SettlementRulesInfo, ExternalPaymentData
|
|
22938
|
+
|
|
22939
|
+
|
|
22940
|
+
新增数据结构:
|
|
22941
|
+
|
|
22942
|
+
* [[OpenBankSettlementRulesInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSettlementRulesInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankSettlementRulesInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSettlementRulesInfo))
|
|
22943
|
+
|
|
22655
22944
|
### 第 81 次发布
|
|
22656
22945
|
|
|
22657
22946
|
发布时间:2022-08-11 06:21:37
|
|
@@ -28438,6 +28727,32 @@
|
|
|
28438
28727
|
|
|
28439
28728
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28440
28729
|
|
|
28730
|
+
### 第 24 次发布
|
|
28731
|
+
|
|
28732
|
+
发布时间:2022-08-30 06:23:54
|
|
28733
|
+
|
|
28734
|
+
本次发布包含了以下内容:
|
|
28735
|
+
|
|
28736
|
+
改善已有的文档。
|
|
28737
|
+
|
|
28738
|
+
修改接口:
|
|
28739
|
+
|
|
28740
|
+
* [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
|
|
28741
|
+
|
|
28742
|
+
* 新增入参:IncludeZoneStocks
|
|
28743
|
+
|
|
28744
|
+
|
|
28745
|
+
新增数据结构:
|
|
28746
|
+
|
|
28747
|
+
* [[ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo)](https://cloud.tencent.com/document/api/1003/48097#[ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo))
|
|
28748
|
+
|
|
28749
|
+
修改数据结构:
|
|
28750
|
+
|
|
28751
|
+
* [InstanceSpec](https://cloud.tencent.com/document/api/1003/48097#InstanceSpec)
|
|
28752
|
+
|
|
28753
|
+
* 新增成员:HasStock, MachineType, MaxIops, MaxIoBandWidth, ZoneStockInfos
|
|
28754
|
+
|
|
28755
|
+
|
|
28441
28756
|
### 第 23 次发布
|
|
28442
28757
|
|
|
28443
28758
|
发布时间:2022-08-25 06:22:53
|
|
@@ -28448,11 +28763,11 @@
|
|
|
28448
28763
|
|
|
28449
28764
|
新增接口:
|
|
28450
28765
|
|
|
28451
|
-
* [
|
|
28452
|
-
* [
|
|
28453
|
-
* [
|
|
28454
|
-
* [
|
|
28455
|
-
* [
|
|
28766
|
+
* [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
|
|
28767
|
+
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
28768
|
+
* [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
|
|
28769
|
+
* [RemoveClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79553)
|
|
28770
|
+
* [SwitchClusterZone](https://cloud.tencent.com/document/api/1003/79552)
|
|
28456
28771
|
|
|
28457
28772
|
修改接口:
|
|
28458
28773
|
|
|
@@ -28463,8 +28778,8 @@
|
|
|
28463
28778
|
|
|
28464
28779
|
新增数据结构:
|
|
28465
28780
|
|
|
28466
|
-
* [
|
|
28467
|
-
* [
|
|
28781
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1003/48097#ParamInfo)
|
|
28782
|
+
* [RollbackTimeRange](https://cloud.tencent.com/document/api/1003/48097#RollbackTimeRange)
|
|
28468
28783
|
|
|
28469
28784
|
### 第 22 次发布
|
|
28470
28785
|
|
|
@@ -31467,6 +31782,36 @@
|
|
|
31467
31782
|
|
|
31468
31783
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
31469
31784
|
|
|
31785
|
+
### 第 31 次发布
|
|
31786
|
+
|
|
31787
|
+
发布时间:2022-08-30 06:26:45
|
|
31788
|
+
|
|
31789
|
+
本次发布包含了以下内容:
|
|
31790
|
+
|
|
31791
|
+
改善已有的文档。
|
|
31792
|
+
|
|
31793
|
+
修改接口:
|
|
31794
|
+
|
|
31795
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
31796
|
+
|
|
31797
|
+
* 新增出参:TasksOverview
|
|
31798
|
+
|
|
31799
|
+
|
|
31800
|
+
新增数据结构:
|
|
31801
|
+
|
|
31802
|
+
* [[TasksOverview](https://cloud.tencent.com/document/api/1342/53778#TasksOverview)](https://cloud.tencent.com/document/api/1342/53778#[TasksOverview](https://cloud.tencent.com/document/api/1342/53778#TasksOverview))
|
|
31803
|
+
|
|
31804
|
+
修改数据结构:
|
|
31805
|
+
|
|
31806
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
31807
|
+
|
|
31808
|
+
* 新增成员:TotalTime
|
|
31809
|
+
|
|
31810
|
+
* [TaskResultInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResultInfo)
|
|
31811
|
+
|
|
31812
|
+
* 新增成员:TotalTime
|
|
31813
|
+
|
|
31814
|
+
|
|
31470
31815
|
### 第 30 次发布
|
|
31471
31816
|
|
|
31472
31817
|
发布时间:2022-07-28 06:10:28
|
|
@@ -37369,6 +37714,18 @@
|
|
|
37369
37714
|
|
|
37370
37715
|
## 电子签服务(ess) 版本:2020-11-11
|
|
37371
37716
|
|
|
37717
|
+
### 第 15 次发布
|
|
37718
|
+
|
|
37719
|
+
发布时间:2022-08-29 00:06:53
|
|
37720
|
+
|
|
37721
|
+
本次发布包含了以下内容:
|
|
37722
|
+
|
|
37723
|
+
改善已有的文档。
|
|
37724
|
+
|
|
37725
|
+
新增接口:
|
|
37726
|
+
|
|
37727
|
+
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
37728
|
+
|
|
37372
37729
|
### 第 14 次发布
|
|
37373
37730
|
|
|
37374
37731
|
发布时间:2022-08-11 22:36:30
|
|
@@ -37740,6 +38097,33 @@
|
|
|
37740
38097
|
|
|
37741
38098
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
37742
38099
|
|
|
38100
|
+
### 第 28 次发布
|
|
38101
|
+
|
|
38102
|
+
发布时间:2022-08-29 00:07:08
|
|
38103
|
+
|
|
38104
|
+
本次发布包含了以下内容:
|
|
38105
|
+
|
|
38106
|
+
改善已有的文档。
|
|
38107
|
+
|
|
38108
|
+
新增接口:
|
|
38109
|
+
|
|
38110
|
+
* [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
|
|
38111
|
+
|
|
38112
|
+
修改接口:
|
|
38113
|
+
|
|
38114
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
38115
|
+
|
|
38116
|
+
* 新增出参:PreviewUrl
|
|
38117
|
+
|
|
38118
|
+
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
38119
|
+
|
|
38120
|
+
* 新增出参:TaskInfos
|
|
38121
|
+
|
|
38122
|
+
|
|
38123
|
+
新增数据结构:
|
|
38124
|
+
|
|
38125
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)
|
|
38126
|
+
|
|
37743
38127
|
### 第 27 次发布
|
|
37744
38128
|
|
|
37745
38129
|
发布时间:2022-08-11 15:03:00
|
|
@@ -38365,6 +38749,28 @@
|
|
|
38365
38749
|
|
|
38366
38750
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
38367
38751
|
|
|
38752
|
+
### 第 45 次发布
|
|
38753
|
+
|
|
38754
|
+
发布时间:2022-08-26 06:28:34
|
|
38755
|
+
|
|
38756
|
+
本次发布包含了以下内容:
|
|
38757
|
+
|
|
38758
|
+
改善已有的文档。
|
|
38759
|
+
|
|
38760
|
+
修改接口:
|
|
38761
|
+
|
|
38762
|
+
* [GetDetectInfoEnhanced](https://cloud.tencent.com/document/api/1007/41957)
|
|
38763
|
+
|
|
38764
|
+
* 新增入参:Encryption
|
|
38765
|
+
|
|
38766
|
+
|
|
38767
|
+
修改数据结构:
|
|
38768
|
+
|
|
38769
|
+
* [Encryption](https://cloud.tencent.com/document/api/1007/41958#Encryption)
|
|
38770
|
+
|
|
38771
|
+
* 新增成员:Algorithm, TagList
|
|
38772
|
+
|
|
38773
|
+
|
|
38368
38774
|
### 第 44 次发布
|
|
38369
38775
|
|
|
38370
38776
|
发布时间:2022-08-03 18:41:29
|
|
@@ -39367,22 +39773,22 @@
|
|
|
39367
39773
|
|
|
39368
39774
|
新增接口:
|
|
39369
39775
|
|
|
39370
|
-
* [
|
|
39371
|
-
* [
|
|
39372
|
-
* [
|
|
39373
|
-
* [
|
|
39374
|
-
* [
|
|
39375
|
-
* [
|
|
39376
|
-
* [
|
|
39377
|
-
* [
|
|
39378
|
-
* [
|
|
39379
|
-
* [
|
|
39776
|
+
* [CreateGlobalDomain](https://cloud.tencent.com/document/api/608/79567)
|
|
39777
|
+
* [CreateGlobalDomainDns](https://cloud.tencent.com/document/api/608/79566)
|
|
39778
|
+
* [DeleteGlobalDomain](https://cloud.tencent.com/document/api/608/79565)
|
|
39779
|
+
* [DeleteGlobalDomainDns](https://cloud.tencent.com/document/api/608/79564)
|
|
39780
|
+
* [DescribeGlobalDomainDns](https://cloud.tencent.com/document/api/608/79563)
|
|
39781
|
+
* [DescribeGlobalDomains](https://cloud.tencent.com/document/api/608/79562)
|
|
39782
|
+
* [DisableGlobalDomain](https://cloud.tencent.com/document/api/608/79561)
|
|
39783
|
+
* [EnableGlobalDomain](https://cloud.tencent.com/document/api/608/79560)
|
|
39784
|
+
* [ModifyGlobalDomainAttribute](https://cloud.tencent.com/document/api/608/79559)
|
|
39785
|
+
* [ModifyGlobalDomainDns](https://cloud.tencent.com/document/api/608/79558)
|
|
39380
39786
|
|
|
39381
39787
|
新增数据结构:
|
|
39382
39788
|
|
|
39383
|
-
* [
|
|
39384
|
-
* [
|
|
39385
|
-
* [
|
|
39789
|
+
* [Domain](https://cloud.tencent.com/document/api/608/37023#Domain)
|
|
39790
|
+
* [GlobalDns](https://cloud.tencent.com/document/api/608/37023#GlobalDns)
|
|
39791
|
+
* [ProxyAccessInfo](https://cloud.tencent.com/document/api/608/37023#ProxyAccessInfo)
|
|
39386
39792
|
|
|
39387
39793
|
### 第 34 次发布
|
|
39388
39794
|
|
|
@@ -42671,6 +43077,22 @@
|
|
|
42671
43077
|
|
|
42672
43078
|
## 物联卡(ic) 版本:2019-03-07
|
|
42673
43079
|
|
|
43080
|
+
### 第 7 次发布
|
|
43081
|
+
|
|
43082
|
+
发布时间:2022-08-30 06:33:17
|
|
43083
|
+
|
|
43084
|
+
本次发布包含了以下内容:
|
|
43085
|
+
|
|
43086
|
+
改善已有的文档。
|
|
43087
|
+
|
|
43088
|
+
新增接口:
|
|
43089
|
+
|
|
43090
|
+
* [[PayForExtendData](https://cloud.tencent.com/document/api/636/79719)](https://cloud.tencent.com/document/api/#/#)
|
|
43091
|
+
|
|
43092
|
+
新增数据结构:
|
|
43093
|
+
|
|
43094
|
+
* [[ResOrderIds](https://cloud.tencent.com/document/api/636/33881#ResOrderIds)](https://cloud.tencent.com/document/api/636/33881#[ResOrderIds](https://cloud.tencent.com/document/api/636/33881#ResOrderIds))
|
|
43095
|
+
|
|
42674
43096
|
### 第 6 次发布
|
|
42675
43097
|
|
|
42676
43098
|
发布时间:2022-08-05 06:23:27
|
|
@@ -46512,6 +46934,18 @@
|
|
|
46512
46934
|
|
|
46513
46935
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
46514
46936
|
|
|
46937
|
+
### 第 6 次发布
|
|
46938
|
+
|
|
46939
|
+
发布时间:2022-08-30 06:36:25
|
|
46940
|
+
|
|
46941
|
+
本次发布包含了以下内容:
|
|
46942
|
+
|
|
46943
|
+
改善已有的文档。
|
|
46944
|
+
|
|
46945
|
+
新增接口:
|
|
46946
|
+
|
|
46947
|
+
* [[DescribeCloudStorageStreamData](https://cloud.tencent.com/document/api/1131/79720)](https://cloud.tencent.com/document/api/#/#)
|
|
46948
|
+
|
|
46515
46949
|
### 第 5 次发布
|
|
46516
46950
|
|
|
46517
46951
|
发布时间:2022-08-22 06:33:46
|
|
@@ -55630,6 +56064,28 @@
|
|
|
55630
56064
|
|
|
55631
56065
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
55632
56066
|
|
|
56067
|
+
### 第 25 次发布
|
|
56068
|
+
|
|
56069
|
+
发布时间:2022-08-30 06:43:16
|
|
56070
|
+
|
|
56071
|
+
本次发布包含了以下内容:
|
|
56072
|
+
|
|
56073
|
+
改善已有的文档。
|
|
56074
|
+
|
|
56075
|
+
修改接口:
|
|
56076
|
+
|
|
56077
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
56078
|
+
|
|
56079
|
+
* 新增入参:AutoRecover
|
|
56080
|
+
|
|
56081
|
+
|
|
56082
|
+
修改数据结构:
|
|
56083
|
+
|
|
56084
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
56085
|
+
|
|
56086
|
+
* 新增成员:AutoRecover, LogLevel
|
|
56087
|
+
|
|
56088
|
+
|
|
55633
56089
|
### 第 24 次发布
|
|
55634
56090
|
|
|
55635
56091
|
发布时间:2022-08-25 06:41:36
|
|
@@ -55640,7 +56096,7 @@
|
|
|
55640
56096
|
|
|
55641
56097
|
新增接口:
|
|
55642
56098
|
|
|
55643
|
-
* [
|
|
56099
|
+
* [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
|
|
55644
56100
|
|
|
55645
56101
|
### 第 23 次发布
|
|
55646
56102
|
|
|
@@ -56126,6 +56582,29 @@
|
|
|
56126
56582
|
|
|
56127
56583
|
## 文字识别(ocr) 版本:2018-11-19
|
|
56128
56584
|
|
|
56585
|
+
### 第 76 次发布
|
|
56586
|
+
|
|
56587
|
+
发布时间:2022-08-29 06:40:32
|
|
56588
|
+
|
|
56589
|
+
本次发布包含了以下内容:
|
|
56590
|
+
|
|
56591
|
+
改善已有的文档。
|
|
56592
|
+
|
|
56593
|
+
修改数据结构:
|
|
56594
|
+
|
|
56595
|
+
* [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
|
|
56596
|
+
|
|
56597
|
+
* 新增成员:TaxBureau, TrafficFreeFlag
|
|
56598
|
+
|
|
56599
|
+
* [VatInvoiceItem](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItem)
|
|
56600
|
+
|
|
56601
|
+
* 新增成员:TaxClassifyCode
|
|
56602
|
+
|
|
56603
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
56604
|
+
|
|
56605
|
+
* 新增成员:BuyerNo
|
|
56606
|
+
|
|
56607
|
+
|
|
56129
56608
|
### 第 75 次发布
|
|
56130
56609
|
|
|
56131
56610
|
发布时间:2022-08-16 06:34:58
|
|
@@ -68920,29 +69399,29 @@
|
|
|
68920
69399
|
|
|
68921
69400
|
新增接口:
|
|
68922
69401
|
|
|
68923
|
-
* [
|
|
68924
|
-
* [
|
|
68925
|
-
* [
|
|
68926
|
-
* [
|
|
68927
|
-
* [
|
|
68928
|
-
* [
|
|
68929
|
-
* [
|
|
68930
|
-
* [
|
|
68931
|
-
* [
|
|
68932
|
-
* [
|
|
68933
|
-
* [
|
|
68934
|
-
* [
|
|
68935
|
-
* [
|
|
68936
|
-
* [
|
|
68937
|
-
* [
|
|
68938
|
-
* [
|
|
69402
|
+
* [CreateImageAccelerationService](https://cloud.tencent.com/document/api/1141/79580)
|
|
69403
|
+
* [CreateInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79579)
|
|
69404
|
+
* [CreateSecurityPolicies](https://cloud.tencent.com/document/api/1141/79578)
|
|
69405
|
+
* [CreateSignature](https://cloud.tencent.com/document/api/1141/79571)
|
|
69406
|
+
* [CreateSignaturePolicy](https://cloud.tencent.com/document/api/1141/79584)
|
|
69407
|
+
* [DeleteImageAccelerateService](https://cloud.tencent.com/document/api/1141/79577)
|
|
69408
|
+
* [DeleteInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79576)
|
|
69409
|
+
* [DeleteReplicationInstance](https://cloud.tencent.com/document/api/1141/79581)
|
|
69410
|
+
* [DeleteRepositoryTags](https://cloud.tencent.com/document/api/1141/79570)
|
|
69411
|
+
* [DeleteSignaturePolicy](https://cloud.tencent.com/document/api/1141/79583)
|
|
69412
|
+
* [DescribeGCJobs](https://cloud.tencent.com/document/api/1141/79569)
|
|
69413
|
+
* [DescribeImageAccelerateService](https://cloud.tencent.com/document/api/1141/79575)
|
|
69414
|
+
* [DescribeInstanceAll](https://cloud.tencent.com/document/api/1141/79574)
|
|
69415
|
+
* [DescribeInstanceAllNamespaces](https://cloud.tencent.com/document/api/1141/79582)
|
|
69416
|
+
* [DescribeInstanceCustomizedDomain](https://cloud.tencent.com/document/api/1141/79573)
|
|
69417
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1141/79572)
|
|
68939
69418
|
|
|
68940
69419
|
新增数据结构:
|
|
68941
69420
|
|
|
68942
|
-
* [
|
|
68943
|
-
* [
|
|
68944
|
-
* [
|
|
68945
|
-
* [
|
|
69421
|
+
* [CustomizedDomainInfo](https://cloud.tencent.com/document/api/1141/41603#CustomizedDomainInfo)
|
|
69422
|
+
* [GCJobInfo](https://cloud.tencent.com/document/api/1141/41603#GCJobInfo)
|
|
69423
|
+
* [Region](https://cloud.tencent.com/document/api/1141/41603#Region)
|
|
69424
|
+
* [Schedule](https://cloud.tencent.com/document/api/1141/41603#Schedule)
|
|
68946
69425
|
|
|
68947
69426
|
### 第 42 次发布
|
|
68948
69427
|
|
|
@@ -72498,6 +72977,60 @@
|
|
|
72498
72977
|
|
|
72499
72978
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
72500
72979
|
|
|
72980
|
+
### 第 23 次发布
|
|
72981
|
+
|
|
72982
|
+
发布时间:2022-08-30 06:54:55
|
|
72983
|
+
|
|
72984
|
+
本次发布包含了以下内容:
|
|
72985
|
+
|
|
72986
|
+
改善已有的文档。
|
|
72987
|
+
|
|
72988
|
+
修改接口:
|
|
72989
|
+
|
|
72990
|
+
* [DescribeDDoSPolicy](https://cloud.tencent.com/document/api/1552/75110)
|
|
72991
|
+
|
|
72992
|
+
* 新增出参:DdosRule
|
|
72993
|
+
|
|
72994
|
+
|
|
72995
|
+
### 第 22 次发布
|
|
72996
|
+
|
|
72997
|
+
发布时间:2022-08-26 06:50:57
|
|
72998
|
+
|
|
72999
|
+
本次发布包含了以下内容:
|
|
73000
|
+
|
|
73001
|
+
改善已有的文档。
|
|
73002
|
+
|
|
73003
|
+
新增接口:
|
|
73004
|
+
|
|
73005
|
+
* [CreatePlanForZone](https://cloud.tencent.com/document/api/1552/79666)
|
|
73006
|
+
* [CreateRule](https://cloud.tencent.com/document/api/1552/79672)
|
|
73007
|
+
* [DeleteRules](https://cloud.tencent.com/document/api/1552/79671)
|
|
73008
|
+
* [DescribeAvailablePlans](https://cloud.tencent.com/document/api/1552/79665)
|
|
73009
|
+
* [DescribeRules](https://cloud.tencent.com/document/api/1552/79670)
|
|
73010
|
+
* [DescribeRulesSetting](https://cloud.tencent.com/document/api/1552/79669)
|
|
73011
|
+
* [ModifyRule](https://cloud.tencent.com/document/api/1552/79668)
|
|
73012
|
+
* [ModifyRulePriority](https://cloud.tencent.com/document/api/1552/79667)
|
|
73013
|
+
|
|
73014
|
+
新增数据结构:
|
|
73015
|
+
|
|
73016
|
+
* [PlanInfo](https://cloud.tencent.com/document/api/1552/73155#PlanInfo)
|
|
73017
|
+
* [RuleAction](https://cloud.tencent.com/document/api/1552/73155#RuleAction)
|
|
73018
|
+
* [RuleAndConditions](https://cloud.tencent.com/document/api/1552/73155#RuleAndConditions)
|
|
73019
|
+
* [RuleChoicePropertiesItem](https://cloud.tencent.com/document/api/1552/73155#RuleChoicePropertiesItem)
|
|
73020
|
+
* [RuleCodeAction](https://cloud.tencent.com/document/api/1552/73155#RuleCodeAction)
|
|
73021
|
+
* [RuleCodeActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleCodeActionParams)
|
|
73022
|
+
* [RuleCondition](https://cloud.tencent.com/document/api/1552/73155#RuleCondition)
|
|
73023
|
+
* [RuleExtraParameter](https://cloud.tencent.com/document/api/1552/73155#RuleExtraParameter)
|
|
73024
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1552/73155#RuleFilter)
|
|
73025
|
+
* [RuleItem](https://cloud.tencent.com/document/api/1552/73155#RuleItem)
|
|
73026
|
+
* [RuleNormalAction](https://cloud.tencent.com/document/api/1552/73155#RuleNormalAction)
|
|
73027
|
+
* [RuleNormalActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleNormalActionParams)
|
|
73028
|
+
* [RuleRewriteAction](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteAction)
|
|
73029
|
+
* [RuleRewriteActionParams](https://cloud.tencent.com/document/api/1552/73155#RuleRewriteActionParams)
|
|
73030
|
+
* [RuleSettingDetail](https://cloud.tencent.com/document/api/1552/73155#RuleSettingDetail)
|
|
73031
|
+
* [RulesProperties](https://cloud.tencent.com/document/api/1552/73155#RulesProperties)
|
|
73032
|
+
* [RulesSettingAction](https://cloud.tencent.com/document/api/1552/73155#RulesSettingAction)
|
|
73033
|
+
|
|
72501
73034
|
### 第 21 次发布
|
|
72502
73035
|
|
|
72503
73036
|
发布时间:2022-08-23 06:54:06
|
|
@@ -75434,6 +75967,43 @@
|
|
|
75434
75967
|
|
|
75435
75968
|
## 容器服务(tke) 版本:2018-05-25
|
|
75436
75969
|
|
|
75970
|
+
### 第 119 次发布
|
|
75971
|
+
|
|
75972
|
+
发布时间:2022-08-30 06:57:14
|
|
75973
|
+
|
|
75974
|
+
本次发布包含了以下内容:
|
|
75975
|
+
|
|
75976
|
+
改善已有的文档。
|
|
75977
|
+
|
|
75978
|
+
修改接口:
|
|
75979
|
+
|
|
75980
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/457/78051)
|
|
75981
|
+
|
|
75982
|
+
* 新增出参:ClusterExternalDomain, ClusterIntranetDomain, SecurityGroup
|
|
75983
|
+
|
|
75984
|
+
* [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
|
|
75985
|
+
|
|
75986
|
+
* 新增入参:SecurityGroup
|
|
75987
|
+
|
|
75988
|
+
|
|
75989
|
+
新增数据结构:
|
|
75990
|
+
|
|
75991
|
+
* [[CUDNN](https://cloud.tencent.com/document/api/457/31866#CUDNN)](https://cloud.tencent.com/document/api/457/31866#[CUDNN](https://cloud.tencent.com/document/api/457/31866#CUDNN))
|
|
75992
|
+
* [[CustomDriver](https://cloud.tencent.com/document/api/457/31866#CustomDriver)](https://cloud.tencent.com/document/api/457/31866#[CustomDriver](https://cloud.tencent.com/document/api/457/31866#CustomDriver))
|
|
75993
|
+
* [[DriverVersion](https://cloud.tencent.com/document/api/457/31866#DriverVersion)](https://cloud.tencent.com/document/api/457/31866#[DriverVersion](https://cloud.tencent.com/document/api/457/31866#DriverVersion))
|
|
75994
|
+
* [[GPUArgs](https://cloud.tencent.com/document/api/457/31866#GPUArgs)](https://cloud.tencent.com/document/api/457/31866#[GPUArgs](https://cloud.tencent.com/document/api/457/31866#GPUArgs))
|
|
75995
|
+
|
|
75996
|
+
修改数据结构:
|
|
75997
|
+
|
|
75998
|
+
* [InstanceAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#InstanceAdvancedSettings)
|
|
75999
|
+
|
|
76000
|
+
* 新增成员:GPUArgs
|
|
76001
|
+
|
|
76002
|
+
* [SubnetInfos](https://cloud.tencent.com/document/api/457/31866#SubnetInfos)
|
|
76003
|
+
|
|
76004
|
+
* 新增成员:SecurityGroups
|
|
76005
|
+
|
|
76006
|
+
|
|
75437
76007
|
### 第 118 次发布
|
|
75438
76008
|
|
|
75439
76009
|
发布时间:2022-08-23 06:56:25
|
|
@@ -82001,8 +82571,8 @@
|
|
|
82001
82571
|
|
|
82002
82572
|
新增接口:
|
|
82003
82573
|
|
|
82004
|
-
* [
|
|
82005
|
-
* [
|
|
82574
|
+
* [DescribeDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79586)
|
|
82575
|
+
* [SetDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/79585)
|
|
82006
82576
|
|
|
82007
82577
|
修改接口:
|
|
82008
82578
|
|
|
@@ -82013,7 +82583,7 @@
|
|
|
82013
82583
|
|
|
82014
82584
|
新增数据结构:
|
|
82015
82585
|
|
|
82016
|
-
* [
|
|
82586
|
+
* [SDMCDrmKeyProviderInfo](https://cloud.tencent.com/document/api/266/31773#SDMCDrmKeyProviderInfo)
|
|
82017
82587
|
|
|
82018
82588
|
### 第 115 次发布
|
|
82019
82589
|
|