tencentcloud-sdk-nodejs 4.0.746 → 4.0.748
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 +628 -0
- package/SERVICE_CHANGELOG.md +787 -50
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +50 -9
- package/src/services/billing/v20180709/billing_models.ts +66 -36
- package/src/services/captcha/v20190722/captcha_client.ts +13 -0
- package/src/services/captcha/v20190722/captcha_models.ts +148 -0
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +47 -11
- package/src/services/cfw/v20190904/cfw_models.ts +257 -109
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +67 -19
- package/src/services/dlc/v20210125/dlc_client.ts +299 -287
- package/src/services/dlc/v20210125/dlc_models.ts +4669 -4633
- package/src/services/ess/v20201111/ess_models.ts +49 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +40 -4
- package/src/services/keewidb/v20220308/keewidb_models.ts +19 -5
- package/src/services/lcic/v20220817/lcic_models.ts +2 -2
- package/src/services/mna/v20210119/mna_client.ts +153 -103
- package/src/services/mna/v20210119/mna_models.ts +299 -79
- package/src/services/mrs/v20200910/mrs_models.ts +53 -35
- package/src/services/ocr/v20181119/ocr_client.ts +16 -3
- package/src/services/ocr/v20181119/ocr_models.ts +285 -49
- package/src/services/omics/v20221128/omics_models.ts +2 -2
- package/src/services/scf/v20180416/scf_models.ts +11 -2
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +13 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +63 -0
- package/src/services/ssl/v20191205/ssl_client.ts +3 -0
- package/src/services/ssl/v20191205/ssl_models.ts +116 -10
- package/src/services/tiw/v20190919/tiw_client.ts +26 -81
- package/src/services/tiw/v20190919/tiw_models.ts +137 -217
- package/src/services/tke/v20180525/tke_client.ts +21 -7
- package/src/services/tke/v20180525/tke_models.ts +113 -18
- package/src/services/trtc/v20190722/trtc_models.ts +12 -0
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +36 -35
- package/src/services/vod/v20180717/vod_client.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +20 -1
- package/src/services/vpc/v20170312/vpc_models.ts +6 -0
- package/src/services/waf/v20180125/waf_models.ts +4 -4
- package/src/services/wedata/v20210820/wedata_client.ts +16 -0
- package/src/services/wedata/v20210820/wedata_models.ts +234 -32
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +3 -1
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +46 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/common/sse_response_model.d.ts +4 -4
- package/tencentcloud/common/sse_response_model.js +6 -6
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +50 -9
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +66 -36
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +145 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +15 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +21 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +250 -108
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +67 -19
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -5
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -6
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4512 -4478
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +49 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +40 -4
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +19 -5
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +2 -2
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +51 -35
- package/tencentcloud/services/mna/v20210119/mna_client.js +75 -51
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +289 -79
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +53 -35
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +12 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +282 -49
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +2 -2
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +11 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +60 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +113 -10
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +7 -31
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -41
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +136 -209
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +109 -18
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +12 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +36 -35
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +20 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -4
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +228 -32
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +44 -1
- package/test/captcha.v20190722.test.js +10 -0
- package/test/cfw.v20190904.test.js +32 -2
- package/test/dlc.v20210125.test.js +14 -4
- package/test/mna.v20210119.test.js +74 -34
- package/test/sqlserver.v20180328.test.js +10 -0
- package/test/tiw.v20190919.test.js +6 -46
- package/test/tke.v20180525.test.js +12 -2
- package/test/wedata.v20210820.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,30 +1,62 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 52 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-
|
|
7
|
+
发布时间:2023-12-01 01:07:51
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DataDisk](https://cloud.tencent.com/document/api/599/15912#DataDisk)
|
|
16
16
|
|
|
17
|
+
* 新增成员:BurstPerformance
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
20
20
|
|
|
21
21
|
|
|
22
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
### 第 52 次发布
|
|
24
25
|
|
|
25
|
-
|
|
26
|
+
发布时间:2023-12-01 01:08:07
|
|
26
27
|
|
|
27
|
-
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
35
|
+
|
|
36
|
+
* 新增成员:BillDay, BillMonth
|
|
37
|
+
|
|
38
|
+
* [BillDistributionResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillDistributionResourceSummary)
|
|
39
|
+
|
|
40
|
+
* 新增成员:BillMonth
|
|
41
|
+
|
|
42
|
+
* [BillResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillResourceSummary)
|
|
43
|
+
|
|
44
|
+
* 新增成员:BillMonth
|
|
45
|
+
|
|
46
|
+
* <font color="#dd0000">**修改成员**:</font>TransferPayAmount, SPDeduction
|
|
47
|
+
|
|
48
|
+
* [DistributionBillDetail](https://cloud.tencent.com/document/api/555/19183#DistributionBillDetail)
|
|
49
|
+
|
|
50
|
+
* 新增成员:BillMonth, BillDay
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## 验证码(captcha) 版本:2019-07-22
|
|
56
|
+
|
|
57
|
+
### 第 17 次发布
|
|
58
|
+
|
|
59
|
+
发布时间:2023-12-01 01:09:01
|
|
28
60
|
|
|
29
61
|
本次发布包含了以下内容:
|
|
30
62
|
|
|
@@ -32,27 +64,37 @@
|
|
|
32
64
|
|
|
33
65
|
新增接口:
|
|
34
66
|
|
|
35
|
-
* [
|
|
67
|
+
* [DescribeCaptchaRceResult](https://cloud.tencent.com/document/api/1110/102104)
|
|
36
68
|
|
|
37
69
|
新增数据结构:
|
|
38
70
|
|
|
39
|
-
* [
|
|
71
|
+
* [RceResult](https://cloud.tencent.com/document/api/1110/40481#RceResult)
|
|
40
72
|
|
|
41
73
|
|
|
42
74
|
|
|
43
|
-
##
|
|
75
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
44
76
|
|
|
77
|
+
### 第 50 次发布
|
|
45
78
|
|
|
79
|
+
发布时间:2023-12-01 01:10:27
|
|
46
80
|
|
|
47
|
-
|
|
81
|
+
本次发布包含了以下内容:
|
|
48
82
|
|
|
83
|
+
改善已有的文档。
|
|
49
84
|
|
|
85
|
+
新增接口:
|
|
50
86
|
|
|
51
|
-
|
|
87
|
+
* [CreateIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102107)
|
|
88
|
+
* [DeleteIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102106)
|
|
89
|
+
* [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
|
|
52
90
|
|
|
53
|
-
### 第 62 次发布
|
|
54
91
|
|
|
55
|
-
|
|
92
|
+
|
|
93
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
94
|
+
|
|
95
|
+
### 第 122 次发布
|
|
96
|
+
|
|
97
|
+
发布时间:2023-12-01 01:12:05
|
|
56
98
|
|
|
57
99
|
本次发布包含了以下内容:
|
|
58
100
|
|
|
@@ -60,22 +102,29 @@
|
|
|
60
102
|
|
|
61
103
|
修改接口:
|
|
62
104
|
|
|
63
|
-
* [
|
|
105
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
64
106
|
|
|
65
|
-
* 新增入参:
|
|
107
|
+
* 新增入参:AutoReboot
|
|
66
108
|
|
|
67
109
|
|
|
68
|
-
|
|
110
|
+
修改数据结构:
|
|
69
111
|
|
|
70
|
-
* [
|
|
112
|
+
* [DataDisk](https://cloud.tencent.com/document/api/213/15753#DataDisk)
|
|
71
113
|
|
|
114
|
+
* 新增成员:BurstPerformance
|
|
72
115
|
|
|
116
|
+
* [Image](https://cloud.tencent.com/document/api/213/15753#Image)
|
|
73
117
|
|
|
74
|
-
|
|
118
|
+
* <font color="#dd0000">**修改成员**:</font>ImageId, OsName, ImageType, Platform, ImageCreator, ImageSource, LicenseType
|
|
75
119
|
|
|
76
|
-
### 第 56 次发布
|
|
77
120
|
|
|
78
|
-
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
124
|
+
|
|
125
|
+
### 第 138 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2023-11-30 16:06:35
|
|
79
128
|
|
|
80
129
|
本次发布包含了以下内容:
|
|
81
130
|
|
|
@@ -83,41 +132,72 @@
|
|
|
83
132
|
|
|
84
133
|
修改接口:
|
|
85
134
|
|
|
86
|
-
* [
|
|
135
|
+
* [CreateEmbedWebUrl](https://cloud.tencent.com/document/api/1323/95590)
|
|
87
136
|
|
|
88
|
-
*
|
|
137
|
+
* 新增入参:UserData
|
|
89
138
|
|
|
90
|
-
* [DescribeRiskDnsEventDetail](https://cloud.tencent.com/document/api/1285/96162)
|
|
91
139
|
|
|
92
|
-
* 新增出参:Namespace, WorkloadType
|
|
93
140
|
|
|
94
|
-
* [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
|
|
95
141
|
|
|
96
|
-
|
|
142
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
143
|
+
|
|
144
|
+
### 第 137 次发布
|
|
145
|
+
|
|
146
|
+
发布时间:2023-11-30 16:01:23
|
|
147
|
+
|
|
148
|
+
本次发布包含了以下内容:
|
|
149
|
+
|
|
150
|
+
改善已有的文档。
|
|
151
|
+
|
|
152
|
+
修改接口:
|
|
153
|
+
|
|
154
|
+
* [ChannelCreateEmbedWebUrl](https://cloud.tencent.com/document/api/1420/87919)
|
|
155
|
+
|
|
156
|
+
* 新增入参:UserData
|
|
97
157
|
|
|
98
158
|
|
|
99
159
|
修改数据结构:
|
|
100
160
|
|
|
101
|
-
* [
|
|
161
|
+
* [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
|
|
102
162
|
|
|
103
|
-
* 新增成员:
|
|
163
|
+
* 新增成员:SkipUploadFile
|
|
104
164
|
|
|
105
|
-
* <font color="#dd0000">**修改成员**:</font>EventId, FoundTime, ContainerId, ContainerName, ImageId, ImageName, NodeName, Status, EventName, EventType, EventCount, LatestFoundTime, HostIP, ClientIP, ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc, NodeID, NodeType, NodeSubNetID, NodeSubNetName, NodeSubNetCIDR, PodName, PodIP, PodStatus, ClusterID, ClusterName, NodeUniqueID, HostID
|
|
106
165
|
|
|
107
|
-
* [VulDefenceEventDetail](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEventDetail)
|
|
108
166
|
|
|
109
|
-
* 新增成员:Namespace, WorkloadType
|
|
110
167
|
|
|
111
|
-
|
|
168
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
112
169
|
|
|
113
170
|
|
|
114
171
|
|
|
172
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
115
173
|
|
|
116
|
-
|
|
174
|
+
### 第 15 次发布
|
|
117
175
|
|
|
118
|
-
|
|
176
|
+
发布时间:2023-12-01 01:19:47
|
|
119
177
|
|
|
120
|
-
|
|
178
|
+
本次发布包含了以下内容:
|
|
179
|
+
|
|
180
|
+
改善已有的文档。
|
|
181
|
+
|
|
182
|
+
新增接口:
|
|
183
|
+
|
|
184
|
+
* [GetDevicePayMode](https://cloud.tencent.com/document/api/1385/102111)
|
|
185
|
+
* [GetFlowPackages](https://cloud.tencent.com/document/api/1385/102110)
|
|
186
|
+
* [ModifyPackageRenewFlag](https://cloud.tencent.com/document/api/1385/102109)
|
|
187
|
+
* [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
|
|
188
|
+
|
|
189
|
+
新增数据结构:
|
|
190
|
+
|
|
191
|
+
* [DevicePayModeInfo](https://cloud.tencent.com/document/api/1385/55846#DevicePayModeInfo)
|
|
192
|
+
* [FlowPackageInfo](https://cloud.tencent.com/document/api/1385/55846#FlowPackageInfo)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
197
|
+
|
|
198
|
+
### 第 56 次发布
|
|
199
|
+
|
|
200
|
+
发布时间:2023-12-01 01:22:35
|
|
121
201
|
|
|
122
202
|
本次发布包含了以下内容:
|
|
123
203
|
|
|
@@ -125,22 +205,79 @@
|
|
|
125
205
|
|
|
126
206
|
新增接口:
|
|
127
207
|
|
|
128
|
-
* [
|
|
208
|
+
* [ModifyDBInstanceSSL](https://cloud.tencent.com/document/api/238/102112)
|
|
209
|
+
|
|
210
|
+
修改接口:
|
|
211
|
+
|
|
212
|
+
* [DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)
|
|
213
|
+
|
|
214
|
+
* 新增出参:SSLConfig
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
新增数据结构:
|
|
218
|
+
|
|
219
|
+
* [SSLConfig](https://cloud.tencent.com/document/api/238/19976#SSLConfig)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
## 互动白板(tiw) 版本:2019-09-19
|
|
224
|
+
|
|
225
|
+
### 第 37 次发布
|
|
226
|
+
|
|
227
|
+
发布时间:2023-12-01 01:26:06
|
|
228
|
+
|
|
229
|
+
本次发布包含了以下内容:
|
|
230
|
+
|
|
231
|
+
改善已有的文档。
|
|
232
|
+
|
|
233
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
234
|
+
|
|
235
|
+
* CreateOfflineRecord
|
|
236
|
+
* DescribeOfflineRecord
|
|
237
|
+
* DescribeOfflineRecordCallback
|
|
238
|
+
* SetOfflineRecordCallback
|
|
239
|
+
|
|
240
|
+
修改接口:
|
|
241
|
+
|
|
242
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
243
|
+
|
|
244
|
+
* 新增入参:ExcelParam
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
新增数据结构:
|
|
248
|
+
|
|
249
|
+
* [ExcelParam](https://cloud.tencent.com/document/api/1137/40068#ExcelParam)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
254
|
+
|
|
255
|
+
### 第 62 次发布
|
|
256
|
+
|
|
257
|
+
发布时间:2023-12-01 01:27:18
|
|
258
|
+
|
|
259
|
+
本次发布包含了以下内容:
|
|
260
|
+
|
|
261
|
+
改善已有的文档。
|
|
129
262
|
|
|
130
263
|
修改数据结构:
|
|
131
264
|
|
|
132
|
-
* [
|
|
265
|
+
* [WaterMarkChar](https://cloud.tencent.com/document/api/647/44055#WaterMarkChar)
|
|
133
266
|
|
|
134
|
-
* 新增成员:
|
|
267
|
+
* 新增成员:Font
|
|
268
|
+
|
|
269
|
+
* [WaterMarkTimestamp](https://cloud.tencent.com/document/api/647/44055#WaterMarkTimestamp)
|
|
270
|
+
|
|
271
|
+
* 新增成员:Font
|
|
135
272
|
|
|
136
273
|
|
|
137
274
|
|
|
138
275
|
|
|
139
276
|
## 私有网络(vpc) 版本:2017-03-12
|
|
140
277
|
|
|
141
|
-
### 第
|
|
278
|
+
### 第 183 次发布
|
|
142
279
|
|
|
143
|
-
发布时间:2023-
|
|
280
|
+
发布时间:2023-12-01 01:28:57
|
|
144
281
|
|
|
145
282
|
本次发布包含了以下内容:
|
|
146
283
|
|
|
@@ -148,10 +285,94 @@
|
|
|
148
285
|
|
|
149
286
|
修改数据结构:
|
|
150
287
|
|
|
151
|
-
* [
|
|
288
|
+
* [IPSECOptionsSpecification](https://cloud.tencent.com/document/api/215/15824#IPSECOptionsSpecification)
|
|
152
289
|
|
|
153
|
-
* 新增成员:
|
|
290
|
+
* 新增成员:IntegrityAlgorithm
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
296
|
+
|
|
297
|
+
### 第 61 次发布
|
|
298
|
+
|
|
299
|
+
发布时间:2023-12-01 01:30:04
|
|
300
|
+
|
|
301
|
+
本次发布包含了以下内容:
|
|
302
|
+
|
|
303
|
+
改善已有的文档。
|
|
304
|
+
|
|
305
|
+
修改接口:
|
|
306
|
+
|
|
307
|
+
* [BatchUpdateIntegrationTasks](https://cloud.tencent.com/document/api/1267/82531)
|
|
308
|
+
|
|
309
|
+
* 新增入参:InchargeIds
|
|
310
|
+
|
|
311
|
+
* [CheckAlarmRegularNameExist](https://cloud.tencent.com/document/api/1267/82530)
|
|
312
|
+
|
|
313
|
+
* 新增入参:MonitorType
|
|
314
|
+
|
|
315
|
+
* [DescribeAlarmEvents](https://cloud.tencent.com/document/api/1267/82513)
|
|
316
|
+
|
|
317
|
+
* 新增入参:MonitorType
|
|
318
|
+
|
|
319
|
+
* <font color="#dd0000">**修改入参**:</font>Filters, OrderFields, TaskType, StartTime, EndTime
|
|
320
|
+
|
|
321
|
+
* [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
|
|
322
|
+
|
|
323
|
+
* 新增入参:MonitorType
|
|
324
|
+
|
|
325
|
+
* [DescribeEventCases](https://cloud.tencent.com/document/api/1267/95217)
|
|
326
|
+
|
|
327
|
+
* 新增入参:TimeToLive, SortItem, SortType
|
|
328
|
+
|
|
329
|
+
* [TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)
|
|
330
|
+
|
|
331
|
+
* 新增入参:EventBatchCaseList
|
|
332
|
+
|
|
333
|
+
* <font color="#dd0000">**修改入参**:</font>EventCaseList
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
新增数据结构:
|
|
337
|
+
|
|
338
|
+
* [EventBatchCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventBatchCaseDTO)
|
|
339
|
+
|
|
340
|
+
修改数据结构:
|
|
341
|
+
|
|
342
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
343
|
+
|
|
344
|
+
* 新增成员:MonitorObjectId, MonitorObjectName, Threshold
|
|
345
|
+
|
|
346
|
+
* [AlarmIndicatorInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmIndicatorInfo)
|
|
347
|
+
|
|
348
|
+
* 新增成员:Threshold
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
354
|
+
|
|
355
|
+
### 第 5 次发布
|
|
356
|
+
|
|
357
|
+
发布时间:2023-12-01 01:31:31
|
|
358
|
+
|
|
359
|
+
本次发布包含了以下内容:
|
|
360
|
+
|
|
361
|
+
改善已有的文档。
|
|
362
|
+
|
|
363
|
+
修改接口:
|
|
364
|
+
|
|
365
|
+
* [DescribeAlarmStatusList](https://cloud.tencent.com/document/api/1693/101460)
|
|
366
|
+
|
|
367
|
+
* 新增入参:ApplicationToken, WorkspaceId
|
|
368
|
+
|
|
369
|
+
* 新增出参:Result
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
新增数据结构:
|
|
154
373
|
|
|
374
|
+
* [AlarmStatusData](https://cloud.tencent.com/document/api/1693/97961#AlarmStatusData)
|
|
375
|
+
* [DescribeAlarmStatusListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmStatusListRes)
|
|
155
376
|
|
|
156
377
|
|
|
157
378
|
|
|
@@ -7088,6 +7309,21 @@
|
|
|
7088
7309
|
|
|
7089
7310
|
## 批量计算(batch) 版本:2017-03-12
|
|
7090
7311
|
|
|
7312
|
+
### 第 52 次发布
|
|
7313
|
+
|
|
7314
|
+
发布时间:2023-12-01 01:07:51
|
|
7315
|
+
|
|
7316
|
+
本次发布包含了以下内容:
|
|
7317
|
+
|
|
7318
|
+
改善已有的文档。
|
|
7319
|
+
|
|
7320
|
+
修改数据结构:
|
|
7321
|
+
|
|
7322
|
+
* [DataDisk](https://cloud.tencent.com/document/api/599/15912#DataDisk)
|
|
7323
|
+
|
|
7324
|
+
* 新增成员:BurstPerformance
|
|
7325
|
+
|
|
7326
|
+
|
|
7091
7327
|
### 第 51 次发布
|
|
7092
7328
|
|
|
7093
7329
|
发布时间:2023-10-09 01:07:08
|
|
@@ -8513,6 +8749,35 @@
|
|
|
8513
8749
|
|
|
8514
8750
|
## 费用中心(billing) 版本:2018-07-09
|
|
8515
8751
|
|
|
8752
|
+
### 第 52 次发布
|
|
8753
|
+
|
|
8754
|
+
发布时间:2023-12-01 01:08:07
|
|
8755
|
+
|
|
8756
|
+
本次发布包含了以下内容:
|
|
8757
|
+
|
|
8758
|
+
改善已有的文档。
|
|
8759
|
+
|
|
8760
|
+
修改数据结构:
|
|
8761
|
+
|
|
8762
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
8763
|
+
|
|
8764
|
+
* 新增成员:BillDay, BillMonth
|
|
8765
|
+
|
|
8766
|
+
* [BillDistributionResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillDistributionResourceSummary)
|
|
8767
|
+
|
|
8768
|
+
* 新增成员:BillMonth
|
|
8769
|
+
|
|
8770
|
+
* [BillResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillResourceSummary)
|
|
8771
|
+
|
|
8772
|
+
* 新增成员:BillMonth
|
|
8773
|
+
|
|
8774
|
+
* <font color="#dd0000">**修改成员**:</font>TransferPayAmount, SPDeduction
|
|
8775
|
+
|
|
8776
|
+
* [DistributionBillDetail](https://cloud.tencent.com/document/api/555/19183#DistributionBillDetail)
|
|
8777
|
+
|
|
8778
|
+
* 新增成员:BillMonth, BillDay
|
|
8779
|
+
|
|
8780
|
+
|
|
8516
8781
|
### 第 51 次发布
|
|
8517
8782
|
|
|
8518
8783
|
发布时间:2023-11-22 16:06:06
|
|
@@ -12430,6 +12695,22 @@
|
|
|
12430
12695
|
|
|
12431
12696
|
## 验证码(captcha) 版本:2019-07-22
|
|
12432
12697
|
|
|
12698
|
+
### 第 17 次发布
|
|
12699
|
+
|
|
12700
|
+
发布时间:2023-12-01 01:09:01
|
|
12701
|
+
|
|
12702
|
+
本次发布包含了以下内容:
|
|
12703
|
+
|
|
12704
|
+
改善已有的文档。
|
|
12705
|
+
|
|
12706
|
+
新增接口:
|
|
12707
|
+
|
|
12708
|
+
* [[DescribeCaptchaRceResult](https://cloud.tencent.com/document/api/1110/102104)](https://cloud.tencent.com/document/api/#/#)
|
|
12709
|
+
|
|
12710
|
+
新增数据结构:
|
|
12711
|
+
|
|
12712
|
+
* [[RceResult](https://cloud.tencent.com/document/api/1110/40481#RceResult)](https://cloud.tencent.com/document/api/1110/40481#[RceResult](https://cloud.tencent.com/document/api/1110/40481#RceResult))
|
|
12713
|
+
|
|
12433
12714
|
### 第 16 次发布
|
|
12434
12715
|
|
|
12435
12716
|
发布时间:2023-04-06 20:55:55
|
|
@@ -22562,6 +22843,20 @@
|
|
|
22562
22843
|
|
|
22563
22844
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
22564
22845
|
|
|
22846
|
+
### 第 50 次发布
|
|
22847
|
+
|
|
22848
|
+
发布时间:2023-12-01 01:10:27
|
|
22849
|
+
|
|
22850
|
+
本次发布包含了以下内容:
|
|
22851
|
+
|
|
22852
|
+
改善已有的文档。
|
|
22853
|
+
|
|
22854
|
+
新增接口:
|
|
22855
|
+
|
|
22856
|
+
* [[CreateIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102107)](https://cloud.tencent.com/document/api/#/#)
|
|
22857
|
+
* [[DeleteIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102106)](https://cloud.tencent.com/document/api/#/#)
|
|
22858
|
+
* [[DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)](https://cloud.tencent.com/document/api/#/#)
|
|
22859
|
+
|
|
22565
22860
|
### 第 49 次发布
|
|
22566
22861
|
|
|
22567
22862
|
发布时间:2023-11-28 01:09:22
|
|
@@ -35800,6 +36095,32 @@
|
|
|
35800
36095
|
|
|
35801
36096
|
## 云服务器(cvm) 版本:2017-03-12
|
|
35802
36097
|
|
|
36098
|
+
### 第 122 次发布
|
|
36099
|
+
|
|
36100
|
+
发布时间:2023-12-01 01:12:05
|
|
36101
|
+
|
|
36102
|
+
本次发布包含了以下内容:
|
|
36103
|
+
|
|
36104
|
+
改善已有的文档。
|
|
36105
|
+
|
|
36106
|
+
修改接口:
|
|
36107
|
+
|
|
36108
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
36109
|
+
|
|
36110
|
+
* 新增入参:AutoReboot
|
|
36111
|
+
|
|
36112
|
+
|
|
36113
|
+
修改数据结构:
|
|
36114
|
+
|
|
36115
|
+
* [DataDisk](https://cloud.tencent.com/document/api/213/15753#DataDisk)
|
|
36116
|
+
|
|
36117
|
+
* 新增成员:BurstPerformance
|
|
36118
|
+
|
|
36119
|
+
* [Image](https://cloud.tencent.com/document/api/213/15753#Image)
|
|
36120
|
+
|
|
36121
|
+
* <font color="#dd0000">**修改成员**:</font>ImageId, OsName, ImageType, Platform, ImageCreator, ImageSource, LicenseType
|
|
36122
|
+
|
|
36123
|
+
|
|
35803
36124
|
### 第 121 次发布
|
|
35804
36125
|
|
|
35805
36126
|
发布时间:2023-11-23 01:14:32
|
|
@@ -46699,6 +47020,18 @@
|
|
|
46699
47020
|
|
|
46700
47021
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
46701
47022
|
|
|
47023
|
+
### 第 77 次发布
|
|
47024
|
+
|
|
47025
|
+
发布时间:2023-11-30 03:35:40
|
|
47026
|
+
|
|
47027
|
+
本次发布包含了以下内容:
|
|
47028
|
+
|
|
47029
|
+
改善已有的文档。
|
|
47030
|
+
|
|
47031
|
+
新增接口:
|
|
47032
|
+
|
|
47033
|
+
* [AssignMangedTableProperties](https://cloud.tencent.com/document/api/1342/102049)
|
|
47034
|
+
|
|
46702
47035
|
### 第 76 次发布
|
|
46703
47036
|
|
|
46704
47037
|
发布时间:2023-11-17 01:13:25
|
|
@@ -56284,6 +56617,21 @@
|
|
|
56284
56617
|
|
|
56285
56618
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56286
56619
|
|
|
56620
|
+
### 第 138 次发布
|
|
56621
|
+
|
|
56622
|
+
发布时间:2023-11-30 16:06:35
|
|
56623
|
+
|
|
56624
|
+
本次发布包含了以下内容:
|
|
56625
|
+
|
|
56626
|
+
改善已有的文档。
|
|
56627
|
+
|
|
56628
|
+
修改接口:
|
|
56629
|
+
|
|
56630
|
+
* [CreateEmbedWebUrl](https://cloud.tencent.com/document/api/1323/95590)
|
|
56631
|
+
|
|
56632
|
+
* 新增入参:UserData
|
|
56633
|
+
|
|
56634
|
+
|
|
56287
56635
|
### 第 137 次发布
|
|
56288
56636
|
|
|
56289
56637
|
发布时间:2023-11-24 01:14:56
|
|
@@ -58952,6 +59300,43 @@
|
|
|
58952
59300
|
|
|
58953
59301
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
58954
59302
|
|
|
59303
|
+
### 第 137 次发布
|
|
59304
|
+
|
|
59305
|
+
发布时间:2023-11-30 16:01:23
|
|
59306
|
+
|
|
59307
|
+
本次发布包含了以下内容:
|
|
59308
|
+
|
|
59309
|
+
改善已有的文档。
|
|
59310
|
+
|
|
59311
|
+
修改接口:
|
|
59312
|
+
|
|
59313
|
+
* [ChannelCreateEmbedWebUrl](https://cloud.tencent.com/document/api/1420/87919)
|
|
59314
|
+
|
|
59315
|
+
* 新增入参:UserData
|
|
59316
|
+
|
|
59317
|
+
|
|
59318
|
+
修改数据结构:
|
|
59319
|
+
|
|
59320
|
+
* [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
|
|
59321
|
+
|
|
59322
|
+
* 新增成员:SkipUploadFile
|
|
59323
|
+
|
|
59324
|
+
|
|
59325
|
+
### 第 136 次发布
|
|
59326
|
+
|
|
59327
|
+
发布时间:2023-11-30 04:06:09
|
|
59328
|
+
|
|
59329
|
+
本次发布包含了以下内容:
|
|
59330
|
+
|
|
59331
|
+
改善已有的文档。
|
|
59332
|
+
|
|
59333
|
+
修改接口:
|
|
59334
|
+
|
|
59335
|
+
* [DescribeChannelSealPolicyWorkflowUrl](https://cloud.tencent.com/document/api/1420/102013)
|
|
59336
|
+
|
|
59337
|
+
* 新增入参:Endpoint
|
|
59338
|
+
|
|
59339
|
+
|
|
58955
59340
|
### 第 135 次发布
|
|
58956
59341
|
|
|
58957
59342
|
发布时间:2023-11-29 01:55:39
|
|
@@ -58962,7 +59347,7 @@
|
|
|
58962
59347
|
|
|
58963
59348
|
新增接口:
|
|
58964
59349
|
|
|
58965
|
-
* [
|
|
59350
|
+
* [DescribeChannelSealPolicyWorkflowUrl](https://cloud.tencent.com/document/api/1420/102013)
|
|
58966
59351
|
|
|
58967
59352
|
### 第 134 次发布
|
|
58968
59353
|
|
|
@@ -71372,11 +71757,11 @@
|
|
|
71372
71757
|
|
|
71373
71758
|
新增接口:
|
|
71374
71759
|
|
|
71375
|
-
* [
|
|
71760
|
+
* [DescribeCloudStorageThumbnailList](https://cloud.tencent.com/document/api/1131/102014)
|
|
71376
71761
|
|
|
71377
71762
|
新增数据结构:
|
|
71378
71763
|
|
|
71379
|
-
* [
|
|
71764
|
+
* [ThumbnailURLInfoList](https://cloud.tencent.com/document/api/1131/76635#ThumbnailURLInfoList)
|
|
71380
71765
|
|
|
71381
71766
|
### 第 22 次发布
|
|
71382
71767
|
|
|
@@ -73250,6 +73635,25 @@
|
|
|
73250
73635
|
|
|
73251
73636
|
## 云数据库 KeeWiDB(keewidb) 版本:2022-03-08
|
|
73252
73637
|
|
|
73638
|
+
### 第 5 次发布
|
|
73639
|
+
|
|
73640
|
+
发布时间:2023-11-30 04:52:16
|
|
73641
|
+
|
|
73642
|
+
本次发布包含了以下内容:
|
|
73643
|
+
|
|
73644
|
+
改善已有的文档。
|
|
73645
|
+
|
|
73646
|
+
修改接口:
|
|
73647
|
+
|
|
73648
|
+
* [DescribeConnectionConfig](https://cloud.tencent.com/document/api/1520/90457)
|
|
73649
|
+
|
|
73650
|
+
* 新增出参:ClientLimitMin, ClientLimitMax
|
|
73651
|
+
|
|
73652
|
+
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/1520/86194)
|
|
73653
|
+
|
|
73654
|
+
* 新增出参:TaskId
|
|
73655
|
+
|
|
73656
|
+
|
|
73253
73657
|
### 第 4 次发布
|
|
73254
73658
|
|
|
73255
73659
|
发布时间:2023-07-19 01:29:34
|
|
@@ -79827,6 +80231,26 @@
|
|
|
79827
80231
|
|
|
79828
80232
|
## 多网聚合加速(mna) 版本:2021-01-19
|
|
79829
80233
|
|
|
80234
|
+
### 第 15 次发布
|
|
80235
|
+
|
|
80236
|
+
发布时间:2023-12-01 01:19:47
|
|
80237
|
+
|
|
80238
|
+
本次发布包含了以下内容:
|
|
80239
|
+
|
|
80240
|
+
改善已有的文档。
|
|
80241
|
+
|
|
80242
|
+
新增接口:
|
|
80243
|
+
|
|
80244
|
+
* [[GetDevicePayMode](https://cloud.tencent.com/document/api/1385/102111)](https://cloud.tencent.com/document/api/#/#)
|
|
80245
|
+
* [[GetFlowPackages](https://cloud.tencent.com/document/api/1385/102110)](https://cloud.tencent.com/document/api/#/#)
|
|
80246
|
+
* [[ModifyPackageRenewFlag](https://cloud.tencent.com/document/api/1385/102109)](https://cloud.tencent.com/document/api/#/#)
|
|
80247
|
+
* [[OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)](https://cloud.tencent.com/document/api/#/#)
|
|
80248
|
+
|
|
80249
|
+
新增数据结构:
|
|
80250
|
+
|
|
80251
|
+
* [[DevicePayModeInfo](https://cloud.tencent.com/document/api/1385/55846#DevicePayModeInfo)](https://cloud.tencent.com/document/api/1385/55846#[DevicePayModeInfo](https://cloud.tencent.com/document/api/1385/55846#DevicePayModeInfo))
|
|
80252
|
+
* [[FlowPackageInfo](https://cloud.tencent.com/document/api/1385/55846#FlowPackageInfo)](https://cloud.tencent.com/document/api/1385/55846#[FlowPackageInfo](https://cloud.tencent.com/document/api/1385/55846#FlowPackageInfo))
|
|
80253
|
+
|
|
79830
80254
|
### 第 14 次发布
|
|
79831
80255
|
|
|
79832
80256
|
发布时间:2023-11-28 01:19:46
|
|
@@ -85166,6 +85590,31 @@
|
|
|
85166
85590
|
|
|
85167
85591
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
85168
85592
|
|
|
85593
|
+
### 第 20 次发布
|
|
85594
|
+
|
|
85595
|
+
发布时间:2023-11-30 05:22:15
|
|
85596
|
+
|
|
85597
|
+
本次发布包含了以下内容:
|
|
85598
|
+
|
|
85599
|
+
改善已有的文档。
|
|
85600
|
+
|
|
85601
|
+
修改数据结构:
|
|
85602
|
+
|
|
85603
|
+
* [Hospitalization](https://cloud.tencent.com/document/api/1314/56230#Hospitalization)
|
|
85604
|
+
|
|
85605
|
+
* 新增成员:AdmissionDiagnosis
|
|
85606
|
+
|
|
85607
|
+
* [IndicatorV3](https://cloud.tencent.com/document/api/1314/56230#IndicatorV3)
|
|
85608
|
+
|
|
85609
|
+
* 新增成员:TableIndicators
|
|
85610
|
+
|
|
85611
|
+
* <font color="#dd0000">**修改成员**:</font>TableIndictors, Version
|
|
85612
|
+
|
|
85613
|
+
* [TreatmentRecord](https://cloud.tencent.com/document/api/1314/56230#TreatmentRecord)
|
|
85614
|
+
|
|
85615
|
+
* 新增成员:AdmissionCondition
|
|
85616
|
+
|
|
85617
|
+
|
|
85169
85618
|
### 第 19 次发布
|
|
85170
85619
|
|
|
85171
85620
|
发布时间:2023-11-01 01:18:18
|
|
@@ -87889,6 +88338,27 @@
|
|
|
87889
88338
|
|
|
87890
88339
|
## 文字识别(ocr) 版本:2018-11-19
|
|
87891
88340
|
|
|
88341
|
+
### 第 122 次发布
|
|
88342
|
+
|
|
88343
|
+
发布时间:2023-11-30 05:24:08
|
|
88344
|
+
|
|
88345
|
+
本次发布包含了以下内容:
|
|
88346
|
+
|
|
88347
|
+
改善已有的文档。
|
|
88348
|
+
|
|
88349
|
+
新增数据结构:
|
|
88350
|
+
|
|
88351
|
+
* [ElectronicFlightTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicFlightTicketFull)
|
|
88352
|
+
* [ElectronicTrainTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicketFull)
|
|
88353
|
+
* [FlightItemInfo](https://cloud.tencent.com/document/api/866/33527#FlightItemInfo)
|
|
88354
|
+
|
|
88355
|
+
修改数据结构:
|
|
88356
|
+
|
|
88357
|
+
* [SingleInvoiceItem](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceItem)
|
|
88358
|
+
|
|
88359
|
+
* 新增成员:ElectronicTrainTicketFull, ElectronicFlightTicketFull
|
|
88360
|
+
|
|
88361
|
+
|
|
87892
88362
|
### 第 121 次发布
|
|
87893
88363
|
|
|
87894
88364
|
发布时间:2023-11-20 00:15:46
|
|
@@ -95156,6 +95626,21 @@
|
|
|
95156
95626
|
|
|
95157
95627
|
## 云函数(scf) 版本:2018-04-16
|
|
95158
95628
|
|
|
95629
|
+
### 第 63 次发布
|
|
95630
|
+
|
|
95631
|
+
发布时间:2023-11-30 05:41:26
|
|
95632
|
+
|
|
95633
|
+
本次发布包含了以下内容:
|
|
95634
|
+
|
|
95635
|
+
改善已有的文档。
|
|
95636
|
+
|
|
95637
|
+
修改接口:
|
|
95638
|
+
|
|
95639
|
+
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
95640
|
+
|
|
95641
|
+
* 新增入参:DnsCache, IntranetConfig
|
|
95642
|
+
|
|
95643
|
+
|
|
95159
95644
|
### 第 62 次发布
|
|
95160
95645
|
|
|
95161
95646
|
发布时间:2023-11-29 02:01:37
|
|
@@ -95173,7 +95658,7 @@
|
|
|
95173
95658
|
|
|
95174
95659
|
新增数据结构:
|
|
95175
95660
|
|
|
95176
|
-
* [
|
|
95661
|
+
* [IntranetConfigIn](https://cloud.tencent.com/document/api/583/17244#IntranetConfigIn)
|
|
95177
95662
|
|
|
95178
95663
|
### 第 61 次发布
|
|
95179
95664
|
|
|
@@ -97615,6 +98100,29 @@
|
|
|
97615
98100
|
|
|
97616
98101
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
97617
98102
|
|
|
98103
|
+
### 第 56 次发布
|
|
98104
|
+
|
|
98105
|
+
发布时间:2023-12-01 01:22:35
|
|
98106
|
+
|
|
98107
|
+
本次发布包含了以下内容:
|
|
98108
|
+
|
|
98109
|
+
改善已有的文档。
|
|
98110
|
+
|
|
98111
|
+
新增接口:
|
|
98112
|
+
|
|
98113
|
+
* [[ModifyDBInstanceSSL](https://cloud.tencent.com/document/api/238/102112)](https://cloud.tencent.com/document/api/#/#)
|
|
98114
|
+
|
|
98115
|
+
修改接口:
|
|
98116
|
+
|
|
98117
|
+
* [DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)
|
|
98118
|
+
|
|
98119
|
+
* 新增出参:SSLConfig
|
|
98120
|
+
|
|
98121
|
+
|
|
98122
|
+
新增数据结构:
|
|
98123
|
+
|
|
98124
|
+
* [[SSLConfig](https://cloud.tencent.com/document/api/238/19976#SSLConfig)](https://cloud.tencent.com/document/api/238/19976#[SSLConfig](https://cloud.tencent.com/document/api/238/19976#SSLConfig))
|
|
98125
|
+
|
|
97618
98126
|
### 第 55 次发布
|
|
97619
98127
|
|
|
97620
98128
|
发布时间:2023-11-21 01:25:12
|
|
@@ -99396,6 +99904,34 @@
|
|
|
99396
99904
|
|
|
99397
99905
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
99398
99906
|
|
|
99907
|
+
### 第 49 次发布
|
|
99908
|
+
|
|
99909
|
+
发布时间:2023-11-30 05:53:04
|
|
99910
|
+
|
|
99911
|
+
本次发布包含了以下内容:
|
|
99912
|
+
|
|
99913
|
+
改善已有的文档。
|
|
99914
|
+
|
|
99915
|
+
修改接口:
|
|
99916
|
+
|
|
99917
|
+
* [UpdateCertificateInstance](https://cloud.tencent.com/document/api/400/91649)
|
|
99918
|
+
|
|
99919
|
+
* 新增出参:UpdateSyncProgress
|
|
99920
|
+
|
|
99921
|
+
|
|
99922
|
+
新增数据结构:
|
|
99923
|
+
|
|
99924
|
+
* [SupportDownloadType](https://cloud.tencent.com/document/api/400/41679#SupportDownloadType)
|
|
99925
|
+
* [UpdateSyncProgress](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgress)
|
|
99926
|
+
* [UpdateSyncProgressRegion](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgressRegion)
|
|
99927
|
+
|
|
99928
|
+
修改数据结构:
|
|
99929
|
+
|
|
99930
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
99931
|
+
|
|
99932
|
+
* 新增成员:IsDNSPODResolve, IsPackage, KeyPasswordCustomFlag, SupportDownloadType
|
|
99933
|
+
|
|
99934
|
+
|
|
99399
99935
|
### 第 48 次发布
|
|
99400
99936
|
|
|
99401
99937
|
发布时间:2023-11-24 01:22:20
|
|
@@ -119079,6 +119615,32 @@
|
|
|
119079
119615
|
|
|
119080
119616
|
## 互动白板(tiw) 版本:2019-09-19
|
|
119081
119617
|
|
|
119618
|
+
### 第 37 次发布
|
|
119619
|
+
|
|
119620
|
+
发布时间:2023-12-01 01:26:06
|
|
119621
|
+
|
|
119622
|
+
本次发布包含了以下内容:
|
|
119623
|
+
|
|
119624
|
+
改善已有的文档。
|
|
119625
|
+
|
|
119626
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
119627
|
+
|
|
119628
|
+
* CreateOfflineRecord
|
|
119629
|
+
* DescribeOfflineRecord
|
|
119630
|
+
* DescribeOfflineRecordCallback
|
|
119631
|
+
* SetOfflineRecordCallback
|
|
119632
|
+
|
|
119633
|
+
修改接口:
|
|
119634
|
+
|
|
119635
|
+
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
119636
|
+
|
|
119637
|
+
* 新增入参:ExcelParam
|
|
119638
|
+
|
|
119639
|
+
|
|
119640
|
+
新增数据结构:
|
|
119641
|
+
|
|
119642
|
+
* [[ExcelParam](https://cloud.tencent.com/document/api/1137/40068#ExcelParam)](https://cloud.tencent.com/document/api/1137/40068#[ExcelParam](https://cloud.tencent.com/document/api/1137/40068#ExcelParam))
|
|
119643
|
+
|
|
119082
119644
|
### 第 36 次发布
|
|
119083
119645
|
|
|
119084
119646
|
发布时间:2023-11-01 01:23:35
|
|
@@ -119780,6 +120342,23 @@
|
|
|
119780
120342
|
|
|
119781
120343
|
## 容器服务(tke) 版本:2018-05-25
|
|
119782
120344
|
|
|
120345
|
+
### 第 164 次发布
|
|
120346
|
+
|
|
120347
|
+
发布时间:2023-11-30 06:52:41
|
|
120348
|
+
|
|
120349
|
+
本次发布包含了以下内容:
|
|
120350
|
+
|
|
120351
|
+
改善已有的文档。
|
|
120352
|
+
|
|
120353
|
+
新增接口:
|
|
120354
|
+
|
|
120355
|
+
* [DescribeLogSwitches](https://cloud.tencent.com/document/api/457/102050)
|
|
120356
|
+
|
|
120357
|
+
新增数据结构:
|
|
120358
|
+
|
|
120359
|
+
* [Switch](https://cloud.tencent.com/document/api/457/31866#Switch)
|
|
120360
|
+
* [SwitchInfo](https://cloud.tencent.com/document/api/457/31866#SwitchInfo)
|
|
120361
|
+
|
|
119783
120362
|
### 第 163 次发布
|
|
119784
120363
|
|
|
119785
120364
|
发布时间:2023-11-22 06:54:10
|
|
@@ -124384,6 +124963,25 @@
|
|
|
124384
124963
|
|
|
124385
124964
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
124386
124965
|
|
|
124966
|
+
### 第 62 次发布
|
|
124967
|
+
|
|
124968
|
+
发布时间:2023-12-01 01:27:18
|
|
124969
|
+
|
|
124970
|
+
本次发布包含了以下内容:
|
|
124971
|
+
|
|
124972
|
+
改善已有的文档。
|
|
124973
|
+
|
|
124974
|
+
修改数据结构:
|
|
124975
|
+
|
|
124976
|
+
* [WaterMarkChar](https://cloud.tencent.com/document/api/647/44055#WaterMarkChar)
|
|
124977
|
+
|
|
124978
|
+
* 新增成员:Font
|
|
124979
|
+
|
|
124980
|
+
* [WaterMarkTimestamp](https://cloud.tencent.com/document/api/647/44055#WaterMarkTimestamp)
|
|
124981
|
+
|
|
124982
|
+
* 新增成员:Font
|
|
124983
|
+
|
|
124984
|
+
|
|
124387
124985
|
### 第 61 次发布
|
|
124388
124986
|
|
|
124389
124987
|
发布时间:2023-11-24 01:26:16
|
|
@@ -126628,6 +127226,21 @@
|
|
|
126628
127226
|
|
|
126629
127227
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
126630
127228
|
|
|
127229
|
+
### 第 101 次发布
|
|
127230
|
+
|
|
127231
|
+
发布时间:2023-11-30 07:09:40
|
|
127232
|
+
|
|
127233
|
+
本次发布包含了以下内容:
|
|
127234
|
+
|
|
127235
|
+
改善已有的文档。
|
|
127236
|
+
|
|
127237
|
+
修改数据结构:
|
|
127238
|
+
|
|
127239
|
+
* [LaneRuleTag](https://cloud.tencent.com/document/api/649/36099#LaneRuleTag)
|
|
127240
|
+
|
|
127241
|
+
* <font color="#dd0000">**修改成员**:</font>TagId, TagName, TagOperator, TagValue, LaneRuleId, CreateTime, UpdateTime
|
|
127242
|
+
|
|
127243
|
+
|
|
126631
127244
|
### 第 100 次发布
|
|
126632
127245
|
|
|
126633
127246
|
发布时间:2023-11-09 01:27:51
|
|
@@ -129957,6 +130570,21 @@
|
|
|
129957
130570
|
|
|
129958
130571
|
## 云点播(vod) 版本:2018-07-17
|
|
129959
130572
|
|
|
130573
|
+
### 第 174 次发布
|
|
130574
|
+
|
|
130575
|
+
发布时间:2023-11-30 07:24:28
|
|
130576
|
+
|
|
130577
|
+
本次发布包含了以下内容:
|
|
130578
|
+
|
|
130579
|
+
改善已有的文档。
|
|
130580
|
+
|
|
130581
|
+
修改接口:
|
|
130582
|
+
|
|
130583
|
+
* [SetVodDomainCertificate](https://cloud.tencent.com/document/api/266/102015)
|
|
130584
|
+
|
|
130585
|
+
* 新增入参:Domain, Operation, SubAppId, CertID
|
|
130586
|
+
|
|
130587
|
+
|
|
129960
130588
|
### 第 173 次发布
|
|
129961
130589
|
|
|
129962
130590
|
发布时间:2023-11-29 02:07:53
|
|
@@ -129967,7 +130595,7 @@
|
|
|
129967
130595
|
|
|
129968
130596
|
新增接口:
|
|
129969
130597
|
|
|
129970
|
-
* [
|
|
130598
|
+
* [SetVodDomainCertificate](https://cloud.tencent.com/document/api/266/102015)
|
|
129971
130599
|
|
|
129972
130600
|
修改数据结构:
|
|
129973
130601
|
|
|
@@ -134746,6 +135374,21 @@
|
|
|
134746
135374
|
|
|
134747
135375
|
## 私有网络(vpc) 版本:2017-03-12
|
|
134748
135376
|
|
|
135377
|
+
### 第 183 次发布
|
|
135378
|
+
|
|
135379
|
+
发布时间:2023-12-01 01:28:57
|
|
135380
|
+
|
|
135381
|
+
本次发布包含了以下内容:
|
|
135382
|
+
|
|
135383
|
+
改善已有的文档。
|
|
135384
|
+
|
|
135385
|
+
修改数据结构:
|
|
135386
|
+
|
|
135387
|
+
* [IPSECOptionsSpecification](https://cloud.tencent.com/document/api/215/15824#IPSECOptionsSpecification)
|
|
135388
|
+
|
|
135389
|
+
* 新增成员:IntegrityAlgorithm
|
|
135390
|
+
|
|
135391
|
+
|
|
134749
135392
|
### 第 182 次发布
|
|
134750
135393
|
|
|
134751
135394
|
发布时间:2023-11-29 02:08:37
|
|
@@ -140887,6 +141530,78 @@
|
|
|
140887
141530
|
|
|
140888
141531
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
140889
141532
|
|
|
141533
|
+
### 第 61 次发布
|
|
141534
|
+
|
|
141535
|
+
发布时间:2023-12-01 01:30:04
|
|
141536
|
+
|
|
141537
|
+
本次发布包含了以下内容:
|
|
141538
|
+
|
|
141539
|
+
改善已有的文档。
|
|
141540
|
+
|
|
141541
|
+
修改接口:
|
|
141542
|
+
|
|
141543
|
+
* [BatchUpdateIntegrationTasks](https://cloud.tencent.com/document/api/1267/82531)
|
|
141544
|
+
|
|
141545
|
+
* 新增入参:InchargeIds
|
|
141546
|
+
|
|
141547
|
+
* [CheckAlarmRegularNameExist](https://cloud.tencent.com/document/api/1267/82530)
|
|
141548
|
+
|
|
141549
|
+
* 新增入参:MonitorType
|
|
141550
|
+
|
|
141551
|
+
* [DescribeAlarmEvents](https://cloud.tencent.com/document/api/1267/82513)
|
|
141552
|
+
|
|
141553
|
+
* 新增入参:MonitorType
|
|
141554
|
+
|
|
141555
|
+
* <font color="#dd0000">**修改入参**:</font>Filters, OrderFields, TaskType, StartTime, EndTime
|
|
141556
|
+
|
|
141557
|
+
* [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
|
|
141558
|
+
|
|
141559
|
+
* 新增入参:MonitorType
|
|
141560
|
+
|
|
141561
|
+
* [DescribeEventCases](https://cloud.tencent.com/document/api/1267/95217)
|
|
141562
|
+
|
|
141563
|
+
* 新增入参:TimeToLive, SortItem, SortType
|
|
141564
|
+
|
|
141565
|
+
* [TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)
|
|
141566
|
+
|
|
141567
|
+
* 新增入参:EventBatchCaseList
|
|
141568
|
+
|
|
141569
|
+
* <font color="#dd0000">**修改入参**:</font>EventCaseList
|
|
141570
|
+
|
|
141571
|
+
|
|
141572
|
+
新增数据结构:
|
|
141573
|
+
|
|
141574
|
+
* [[EventBatchCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventBatchCaseDTO)](https://cloud.tencent.com/document/api/1267/76336#[EventBatchCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventBatchCaseDTO))
|
|
141575
|
+
|
|
141576
|
+
修改数据结构:
|
|
141577
|
+
|
|
141578
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
141579
|
+
|
|
141580
|
+
* 新增成员:MonitorObjectId, MonitorObjectName, Threshold
|
|
141581
|
+
|
|
141582
|
+
* [AlarmIndicatorInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmIndicatorInfo)
|
|
141583
|
+
|
|
141584
|
+
* 新增成员:Threshold
|
|
141585
|
+
|
|
141586
|
+
|
|
141587
|
+
### 第 60 次发布
|
|
141588
|
+
|
|
141589
|
+
发布时间:2023-11-30 08:21:21
|
|
141590
|
+
|
|
141591
|
+
本次发布包含了以下内容:
|
|
141592
|
+
|
|
141593
|
+
改善已有的文档。
|
|
141594
|
+
|
|
141595
|
+
新增接口:
|
|
141596
|
+
|
|
141597
|
+
* [TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)
|
|
141598
|
+
|
|
141599
|
+
新增数据结构:
|
|
141600
|
+
|
|
141601
|
+
* [BatchOpsDTO](https://cloud.tencent.com/document/api/1267/76336#BatchOpsDTO)
|
|
141602
|
+
* [EventCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventCaseDTO)
|
|
141603
|
+
* [FailMessage](https://cloud.tencent.com/document/api/1267/76336#FailMessage)
|
|
141604
|
+
|
|
140890
141605
|
### 第 59 次发布
|
|
140891
141606
|
|
|
140892
141607
|
发布时间:2023-11-23 01:33:33
|
|
@@ -142745,6 +143460,28 @@
|
|
|
142745
143460
|
|
|
142746
143461
|
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
142747
143462
|
|
|
143463
|
+
### 第 5 次发布
|
|
143464
|
+
|
|
143465
|
+
发布时间:2023-12-01 01:31:31
|
|
143466
|
+
|
|
143467
|
+
本次发布包含了以下内容:
|
|
143468
|
+
|
|
143469
|
+
改善已有的文档。
|
|
143470
|
+
|
|
143471
|
+
修改接口:
|
|
143472
|
+
|
|
143473
|
+
* [DescribeAlarmStatusList](https://cloud.tencent.com/document/api/1693/101460)
|
|
143474
|
+
|
|
143475
|
+
* 新增入参:ApplicationToken, WorkspaceId
|
|
143476
|
+
|
|
143477
|
+
* 新增出参:Result
|
|
143478
|
+
|
|
143479
|
+
|
|
143480
|
+
新增数据结构:
|
|
143481
|
+
|
|
143482
|
+
* [[AlarmStatusData](https://cloud.tencent.com/document/api/1693/97961#AlarmStatusData)](https://cloud.tencent.com/document/api/1693/97961#[AlarmStatusData](https://cloud.tencent.com/document/api/1693/97961#AlarmStatusData))
|
|
143483
|
+
* [[DescribeAlarmStatusListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmStatusListRes)](https://cloud.tencent.com/document/api/1693/97961#[DescribeAlarmStatusListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmStatusListRes))
|
|
143484
|
+
|
|
142748
143485
|
### 第 4 次发布
|
|
142749
143486
|
|
|
142750
143487
|
发布时间:2023-11-15 02:45:47
|