tencentcloud-sdk-nodejs 4.0.745 → 4.0.747
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 +407 -0
- package/SERVICE_CHANGELOG.md +449 -80
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/abstract_client.ts +14 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/common/sse_response_model.ts +121 -0
- package/src/services/cat/v20180409/cat_models.ts +2 -2
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +15 -7
- package/src/services/cwp/v20180228/cwp_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_client.ts +299 -287
- package/src/services/dlc/v20210125/dlc_models.ts +4669 -4633
- package/src/services/domain/v20180808/domain_models.ts +1 -1
- package/src/services/dsgc/v20190723/dsgc_client.ts +5 -5
- package/src/services/dsgc/v20190723/dsgc_models.ts +33 -33
- package/src/services/ecm/v20190719/ecm_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +11 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +32 -20
- package/src/services/essbasic/v20210526/essbasic_models.ts +243 -200
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -0
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +16 -3
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +112 -64
- package/src/services/keewidb/v20220308/keewidb_models.ts +19 -5
- package/src/services/lcic/v20220817/lcic_models.ts +2 -2
- 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/scf/v20180416/scf_client.ts +1 -0
- package/src/services/scf/v20180416/scf_models.ts +32 -2
- package/src/services/ssl/v20191205/ssl_client.ts +3 -0
- package/src/services/ssl/v20191205/ssl_models.ts +116 -10
- package/src/services/tcss/v20201101/tcss_models.ts +79 -36
- 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 +8 -8
- package/src/services/tsf/v20180326/tsf_models.ts +33 -32
- package/src/services/vod/v20180717/vod_client.ts +12 -0
- package/src/services/vod/v20180717/vod_models.ts +47 -0
- package/src/services/vpc/v20170312/vpc_models.ts +6 -0
- package/src/services/waf/v20180125/waf_models.ts +6 -5
- package/src/services/wedata/v20210820/wedata_client.ts +15 -0
- package/src/services/wedata/v20210820/wedata_models.ts +102 -1
- package/tencentcloud/common/abstract_client.js +12 -6
- 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 +32 -0
- package/tencentcloud/common/sse_response_model.js +96 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +15 -7
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
- 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/domain/v20180808/domain_models.d.ts +1 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +5 -5
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +5 -5
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +33 -33
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +21 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +241 -200
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -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 +109 -64
- 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/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/scf/v20180416/scf_models.d.ts +31 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +113 -10
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +79 -36
- 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 +8 -8
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +33 -32
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +45 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +6 -5
- 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 +97 -1
- package/test/dlc.v20210125.test.js +14 -4
- package/test/essbasic.v20210526.test.js +12 -2
- package/test/iotvideo.v20211125.test.js +10 -0
- package/test/tke.v20180525.test.js +12 -2
- package/test/vod.v20180717.test.js +10 -0
- package/test/wedata.v20210820.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 77 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-11-
|
|
7
|
+
发布时间:2023-11-30 03:35:40
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [AssignMangedTableProperties](https://cloud.tencent.com/document/api/1342/102049)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
20
|
+
|
|
21
|
+
### 第 136 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2023-11-30 04:06:09
|
|
8
24
|
|
|
9
25
|
本次发布包含了以下内容:
|
|
10
26
|
|
|
@@ -12,20 +28,22 @@
|
|
|
12
28
|
|
|
13
29
|
修改接口:
|
|
14
30
|
|
|
15
|
-
* [
|
|
31
|
+
* [DescribeChannelSealPolicyWorkflowUrl](https://cloud.tencent.com/document/api/1420/102013)
|
|
16
32
|
|
|
17
|
-
* 新增入参:
|
|
33
|
+
* 新增入参:Endpoint
|
|
18
34
|
|
|
19
|
-
* 新增出参:CnameWafData
|
|
20
35
|
|
|
21
36
|
|
|
22
37
|
|
|
38
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
23
39
|
|
|
24
|
-
## 云防火墙(cfw) 版本:2019-09-04
|
|
25
40
|
|
|
26
|
-
### 第 49 次发布
|
|
27
41
|
|
|
28
|
-
|
|
42
|
+
## 云数据库 KeeWiDB(keewidb) 版本:2022-03-08
|
|
43
|
+
|
|
44
|
+
### 第 5 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2023-11-30 04:52:16
|
|
29
47
|
|
|
30
48
|
本次发布包含了以下内容:
|
|
31
49
|
|
|
@@ -33,168 +51,200 @@
|
|
|
33
51
|
|
|
34
52
|
修改接口:
|
|
35
53
|
|
|
36
|
-
* [
|
|
54
|
+
* [DescribeConnectionConfig](https://cloud.tencent.com/document/api/1520/90457)
|
|
37
55
|
|
|
38
|
-
*
|
|
56
|
+
* 新增出参:ClientLimitMin, ClientLimitMax
|
|
39
57
|
|
|
58
|
+
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/1520/86194)
|
|
40
59
|
|
|
60
|
+
* 新增出参:TaskId
|
|
41
61
|
|
|
42
62
|
|
|
43
|
-
## 多网聚合加速(mna) 版本:2021-01-19
|
|
44
63
|
|
|
45
|
-
### 第 14 次发布
|
|
46
64
|
|
|
47
|
-
|
|
65
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
66
|
+
|
|
67
|
+
### 第 20 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2023-11-30 05:22:15
|
|
48
70
|
|
|
49
71
|
本次发布包含了以下内容:
|
|
50
72
|
|
|
51
73
|
改善已有的文档。
|
|
52
74
|
|
|
53
|
-
|
|
75
|
+
修改数据结构:
|
|
54
76
|
|
|
55
|
-
* [
|
|
56
|
-
* [AddHardware](https://cloud.tencent.com/document/api/1385/101984)
|
|
57
|
-
* [GetHardwareList](https://cloud.tencent.com/document/api/1385/101983)
|
|
58
|
-
* [GetVendorHardware](https://cloud.tencent.com/document/api/1385/101982)
|
|
59
|
-
* [UpdateHardware](https://cloud.tencent.com/document/api/1385/101981)
|
|
77
|
+
* [Hospitalization](https://cloud.tencent.com/document/api/1314/56230#Hospitalization)
|
|
60
78
|
|
|
61
|
-
|
|
79
|
+
* 新增成员:AdmissionDiagnosis
|
|
62
80
|
|
|
63
|
-
* [
|
|
64
|
-
* [Hardware](https://cloud.tencent.com/document/api/1385/55846#Hardware)
|
|
65
|
-
* [HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo)
|
|
66
|
-
* [VendorHardware](https://cloud.tencent.com/document/api/1385/55846#VendorHardware)
|
|
81
|
+
* [IndicatorV3](https://cloud.tencent.com/document/api/1314/56230#IndicatorV3)
|
|
67
82
|
|
|
83
|
+
* 新增成员:TableIndicators
|
|
68
84
|
|
|
85
|
+
* <font color="#dd0000">**修改成员**:</font>TableIndictors, Version
|
|
69
86
|
|
|
70
|
-
|
|
87
|
+
* [TreatmentRecord](https://cloud.tencent.com/document/api/1314/56230#TreatmentRecord)
|
|
71
88
|
|
|
72
|
-
|
|
89
|
+
* 新增成员:AdmissionCondition
|
|
73
90
|
|
|
74
|
-
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
95
|
+
|
|
96
|
+
### 第 122 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2023-11-30 05:24:08
|
|
75
99
|
|
|
76
100
|
本次发布包含了以下内容:
|
|
77
101
|
|
|
78
102
|
改善已有的文档。
|
|
79
103
|
|
|
80
|
-
|
|
104
|
+
新增数据结构:
|
|
81
105
|
|
|
82
|
-
* [
|
|
106
|
+
* [ElectronicFlightTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicFlightTicketFull)
|
|
107
|
+
* [ElectronicTrainTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicketFull)
|
|
108
|
+
* [FlightItemInfo](https://cloud.tencent.com/document/api/866/33527#FlightItemInfo)
|
|
83
109
|
|
|
84
|
-
|
|
110
|
+
修改数据结构:
|
|
85
111
|
|
|
112
|
+
* [SingleInvoiceItem](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceItem)
|
|
86
113
|
|
|
114
|
+
* 新增成员:ElectronicTrainTicketFull, ElectronicFlightTicketFull
|
|
87
115
|
|
|
88
116
|
|
|
89
|
-
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
90
117
|
|
|
91
|
-
### 第 95 次发布
|
|
92
118
|
|
|
93
|
-
|
|
119
|
+
## 云函数(scf) 版本:2018-04-16
|
|
94
120
|
|
|
95
|
-
|
|
121
|
+
### 第 63 次发布
|
|
96
122
|
|
|
97
|
-
|
|
123
|
+
发布时间:2023-11-30 05:41:26
|
|
98
124
|
|
|
99
|
-
|
|
125
|
+
本次发布包含了以下内容:
|
|
100
126
|
|
|
101
|
-
|
|
127
|
+
改善已有的文档。
|
|
102
128
|
|
|
103
129
|
修改接口:
|
|
104
130
|
|
|
105
|
-
* [
|
|
131
|
+
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
106
132
|
|
|
107
|
-
*
|
|
133
|
+
* 新增入参:DnsCache, IntranetConfig
|
|
108
134
|
|
|
109
135
|
|
|
110
136
|
|
|
111
137
|
|
|
112
|
-
##
|
|
138
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
113
139
|
|
|
114
|
-
### 第
|
|
140
|
+
### 第 49 次发布
|
|
115
141
|
|
|
116
|
-
发布时间:2023-11-
|
|
142
|
+
发布时间:2023-11-30 05:53:04
|
|
117
143
|
|
|
118
144
|
本次发布包含了以下内容:
|
|
119
145
|
|
|
120
146
|
改善已有的文档。
|
|
121
147
|
|
|
122
|
-
|
|
148
|
+
修改接口:
|
|
123
149
|
|
|
124
|
-
* [
|
|
150
|
+
* [UpdateCertificateInstance](https://cloud.tencent.com/document/api/400/91649)
|
|
125
151
|
|
|
126
|
-
*
|
|
152
|
+
* 新增出参:UpdateSyncProgress
|
|
127
153
|
|
|
128
154
|
|
|
155
|
+
新增数据结构:
|
|
129
156
|
|
|
157
|
+
* [SupportDownloadType](https://cloud.tencent.com/document/api/400/41679#SupportDownloadType)
|
|
158
|
+
* [UpdateSyncProgress](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgress)
|
|
159
|
+
* [UpdateSyncProgressRegion](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgressRegion)
|
|
130
160
|
|
|
131
|
-
|
|
161
|
+
修改数据结构:
|
|
132
162
|
|
|
163
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
133
164
|
|
|
165
|
+
* 新增成员:IsDNSPODResolve, IsPackage, KeyPasswordCustomFlag, SupportDownloadType
|
|
134
166
|
|
|
135
|
-
## 文本内容安全(tms) 版本:2020-12-29
|
|
136
167
|
|
|
137
|
-
### 第 8 次发布
|
|
138
168
|
|
|
139
|
-
|
|
169
|
+
|
|
170
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
171
|
+
|
|
172
|
+
### 第 164 次发布
|
|
173
|
+
|
|
174
|
+
发布时间:2023-11-30 06:52:41
|
|
140
175
|
|
|
141
176
|
本次发布包含了以下内容:
|
|
142
177
|
|
|
143
178
|
改善已有的文档。
|
|
144
179
|
|
|
145
|
-
|
|
180
|
+
新增接口:
|
|
146
181
|
|
|
147
|
-
* [
|
|
182
|
+
* [DescribeLogSwitches](https://cloud.tencent.com/document/api/457/102050)
|
|
148
183
|
|
|
149
|
-
|
|
184
|
+
新增数据结构:
|
|
150
185
|
|
|
186
|
+
* [Switch](https://cloud.tencent.com/document/api/457/31866#Switch)
|
|
187
|
+
* [SwitchInfo](https://cloud.tencent.com/document/api/457/31866#SwitchInfo)
|
|
151
188
|
|
|
152
|
-
新增数据结构:
|
|
153
189
|
|
|
154
|
-
* [SentimentAnalysis](https://cloud.tencent.com/document/api/1124/51861#SentimentAnalysis)
|
|
155
|
-
* [SentimentDetail](https://cloud.tencent.com/document/api/1124/51861#SentimentDetail)
|
|
156
190
|
|
|
191
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
157
192
|
|
|
193
|
+
### 第 101 次发布
|
|
194
|
+
|
|
195
|
+
发布时间:2023-11-30 07:09:40
|
|
196
|
+
|
|
197
|
+
本次发布包含了以下内容:
|
|
198
|
+
|
|
199
|
+
改善已有的文档。
|
|
200
|
+
|
|
201
|
+
修改数据结构:
|
|
202
|
+
|
|
203
|
+
* [LaneRuleTag](https://cloud.tencent.com/document/api/649/36099#LaneRuleTag)
|
|
204
|
+
|
|
205
|
+
* <font color="#dd0000">**修改成员**:</font>TagId, TagName, TagOperator, TagValue, LaneRuleId, CreateTime, UpdateTime
|
|
158
206
|
|
|
159
|
-
## 文本内容安全(tms) 版本:2020-07-13
|
|
160
207
|
|
|
161
208
|
|
|
162
209
|
|
|
163
210
|
## 云点播(vod) 版本:2018-07-17
|
|
164
211
|
|
|
165
|
-
### 第
|
|
212
|
+
### 第 174 次发布
|
|
166
213
|
|
|
167
|
-
发布时间:2023-11-
|
|
214
|
+
发布时间:2023-11-30 07:24:28
|
|
168
215
|
|
|
169
216
|
本次发布包含了以下内容:
|
|
170
217
|
|
|
171
218
|
改善已有的文档。
|
|
172
219
|
|
|
173
|
-
|
|
220
|
+
修改接口:
|
|
174
221
|
|
|
175
|
-
* [
|
|
222
|
+
* [SetVodDomainCertificate](https://cloud.tencent.com/document/api/266/102015)
|
|
176
223
|
|
|
177
|
-
*
|
|
224
|
+
* 新增入参:Domain, Operation, SubAppId, CertID
|
|
178
225
|
|
|
179
226
|
|
|
180
227
|
|
|
181
228
|
|
|
182
|
-
##
|
|
229
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
183
230
|
|
|
184
|
-
### 第
|
|
231
|
+
### 第 60 次发布
|
|
185
232
|
|
|
186
|
-
发布时间:2023-11-
|
|
233
|
+
发布时间:2023-11-30 08:21:21
|
|
187
234
|
|
|
188
235
|
本次发布包含了以下内容:
|
|
189
236
|
|
|
190
237
|
改善已有的文档。
|
|
191
238
|
|
|
192
|
-
|
|
239
|
+
新增接口:
|
|
193
240
|
|
|
194
|
-
* [
|
|
241
|
+
* [TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)
|
|
195
242
|
|
|
196
|
-
|
|
243
|
+
新增数据结构:
|
|
197
244
|
|
|
245
|
+
* [BatchOpsDTO](https://cloud.tencent.com/document/api/1267/76336#BatchOpsDTO)
|
|
246
|
+
* [EventCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventCaseDTO)
|
|
247
|
+
* [FailMessage](https://cloud.tencent.com/document/api/1267/76336#FailMessage)
|
|
198
248
|
|
|
199
249
|
|
|
200
250
|
|
|
@@ -46742,6 +46792,18 @@
|
|
|
46742
46792
|
|
|
46743
46793
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
46744
46794
|
|
|
46795
|
+
### 第 77 次发布
|
|
46796
|
+
|
|
46797
|
+
发布时间:2023-11-30 03:35:40
|
|
46798
|
+
|
|
46799
|
+
本次发布包含了以下内容:
|
|
46800
|
+
|
|
46801
|
+
改善已有的文档。
|
|
46802
|
+
|
|
46803
|
+
新增接口:
|
|
46804
|
+
|
|
46805
|
+
* [[AssignMangedTableProperties](https://cloud.tencent.com/document/api/1342/102049)](https://cloud.tencent.com/document/api/#/#)
|
|
46806
|
+
|
|
46745
46807
|
### 第 76 次发布
|
|
46746
46808
|
|
|
46747
46809
|
发布时间:2023-11-17 01:13:25
|
|
@@ -58995,6 +59057,33 @@
|
|
|
58995
59057
|
|
|
58996
59058
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
58997
59059
|
|
|
59060
|
+
### 第 136 次发布
|
|
59061
|
+
|
|
59062
|
+
发布时间:2023-11-30 04:06:09
|
|
59063
|
+
|
|
59064
|
+
本次发布包含了以下内容:
|
|
59065
|
+
|
|
59066
|
+
改善已有的文档。
|
|
59067
|
+
|
|
59068
|
+
修改接口:
|
|
59069
|
+
|
|
59070
|
+
* [DescribeChannelSealPolicyWorkflowUrl](https://cloud.tencent.com/document/api/1420/102013)
|
|
59071
|
+
|
|
59072
|
+
* 新增入参:Endpoint
|
|
59073
|
+
|
|
59074
|
+
|
|
59075
|
+
### 第 135 次发布
|
|
59076
|
+
|
|
59077
|
+
发布时间:2023-11-29 01:55:39
|
|
59078
|
+
|
|
59079
|
+
本次发布包含了以下内容:
|
|
59080
|
+
|
|
59081
|
+
改善已有的文档。
|
|
59082
|
+
|
|
59083
|
+
新增接口:
|
|
59084
|
+
|
|
59085
|
+
* [DescribeChannelSealPolicyWorkflowUrl](https://cloud.tencent.com/document/api/1420/102013)
|
|
59086
|
+
|
|
58998
59087
|
### 第 134 次发布
|
|
58999
59088
|
|
|
59000
59089
|
发布时间:2023-11-27 00:10:25
|
|
@@ -71393,6 +71482,22 @@
|
|
|
71393
71482
|
|
|
71394
71483
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
71395
71484
|
|
|
71485
|
+
### 第 23 次发布
|
|
71486
|
+
|
|
71487
|
+
发布时间:2023-11-29 01:57:28
|
|
71488
|
+
|
|
71489
|
+
本次发布包含了以下内容:
|
|
71490
|
+
|
|
71491
|
+
改善已有的文档。
|
|
71492
|
+
|
|
71493
|
+
新增接口:
|
|
71494
|
+
|
|
71495
|
+
* [DescribeCloudStorageThumbnailList](https://cloud.tencent.com/document/api/1131/102014)
|
|
71496
|
+
|
|
71497
|
+
新增数据结构:
|
|
71498
|
+
|
|
71499
|
+
* [ThumbnailURLInfoList](https://cloud.tencent.com/document/api/1131/76635#ThumbnailURLInfoList)
|
|
71500
|
+
|
|
71396
71501
|
### 第 22 次发布
|
|
71397
71502
|
|
|
71398
71503
|
发布时间:2023-10-31 01:58:13
|
|
@@ -73265,6 +73370,25 @@
|
|
|
73265
73370
|
|
|
73266
73371
|
## 云数据库 KeeWiDB(keewidb) 版本:2022-03-08
|
|
73267
73372
|
|
|
73373
|
+
### 第 5 次发布
|
|
73374
|
+
|
|
73375
|
+
发布时间:2023-11-30 04:52:16
|
|
73376
|
+
|
|
73377
|
+
本次发布包含了以下内容:
|
|
73378
|
+
|
|
73379
|
+
改善已有的文档。
|
|
73380
|
+
|
|
73381
|
+
修改接口:
|
|
73382
|
+
|
|
73383
|
+
* [DescribeConnectionConfig](https://cloud.tencent.com/document/api/1520/90457)
|
|
73384
|
+
|
|
73385
|
+
* 新增出参:ClientLimitMin, ClientLimitMax
|
|
73386
|
+
|
|
73387
|
+
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/1520/86194)
|
|
73388
|
+
|
|
73389
|
+
* 新增出参:TaskId
|
|
73390
|
+
|
|
73391
|
+
|
|
73268
73392
|
### 第 4 次发布
|
|
73269
73393
|
|
|
73270
73394
|
发布时间:2023-07-19 01:29:34
|
|
@@ -79852,18 +79976,18 @@
|
|
|
79852
79976
|
|
|
79853
79977
|
新增接口:
|
|
79854
79978
|
|
|
79855
|
-
* [
|
|
79856
|
-
* [
|
|
79857
|
-
* [
|
|
79858
|
-
* [
|
|
79859
|
-
* [
|
|
79979
|
+
* [ActivateHardware](https://cloud.tencent.com/document/api/1385/101985)
|
|
79980
|
+
* [AddHardware](https://cloud.tencent.com/document/api/1385/101984)
|
|
79981
|
+
* [GetHardwareList](https://cloud.tencent.com/document/api/1385/101983)
|
|
79982
|
+
* [GetVendorHardware](https://cloud.tencent.com/document/api/1385/101982)
|
|
79983
|
+
* [UpdateHardware](https://cloud.tencent.com/document/api/1385/101981)
|
|
79860
79984
|
|
|
79861
79985
|
新增数据结构:
|
|
79862
79986
|
|
|
79863
|
-
* [
|
|
79864
|
-
* [
|
|
79865
|
-
* [
|
|
79866
|
-
* [
|
|
79987
|
+
* [ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)
|
|
79988
|
+
* [Hardware](https://cloud.tencent.com/document/api/1385/55846#Hardware)
|
|
79989
|
+
* [HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo)
|
|
79990
|
+
* [VendorHardware](https://cloud.tencent.com/document/api/1385/55846#VendorHardware)
|
|
79867
79991
|
|
|
79868
79992
|
### 第 13 次发布
|
|
79869
79993
|
|
|
@@ -85181,6 +85305,31 @@
|
|
|
85181
85305
|
|
|
85182
85306
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
85183
85307
|
|
|
85308
|
+
### 第 20 次发布
|
|
85309
|
+
|
|
85310
|
+
发布时间:2023-11-30 05:22:15
|
|
85311
|
+
|
|
85312
|
+
本次发布包含了以下内容:
|
|
85313
|
+
|
|
85314
|
+
改善已有的文档。
|
|
85315
|
+
|
|
85316
|
+
修改数据结构:
|
|
85317
|
+
|
|
85318
|
+
* [Hospitalization](https://cloud.tencent.com/document/api/1314/56230#Hospitalization)
|
|
85319
|
+
|
|
85320
|
+
* 新增成员:AdmissionDiagnosis
|
|
85321
|
+
|
|
85322
|
+
* [IndicatorV3](https://cloud.tencent.com/document/api/1314/56230#IndicatorV3)
|
|
85323
|
+
|
|
85324
|
+
* 新增成员:TableIndicators
|
|
85325
|
+
|
|
85326
|
+
* <font color="#dd0000">**修改成员**:</font>TableIndictors, Version
|
|
85327
|
+
|
|
85328
|
+
* [TreatmentRecord](https://cloud.tencent.com/document/api/1314/56230#TreatmentRecord)
|
|
85329
|
+
|
|
85330
|
+
* 新增成员:AdmissionCondition
|
|
85331
|
+
|
|
85332
|
+
|
|
85184
85333
|
### 第 19 次发布
|
|
85185
85334
|
|
|
85186
85335
|
发布时间:2023-11-01 01:18:18
|
|
@@ -87904,6 +88053,27 @@
|
|
|
87904
88053
|
|
|
87905
88054
|
## 文字识别(ocr) 版本:2018-11-19
|
|
87906
88055
|
|
|
88056
|
+
### 第 122 次发布
|
|
88057
|
+
|
|
88058
|
+
发布时间:2023-11-30 05:24:08
|
|
88059
|
+
|
|
88060
|
+
本次发布包含了以下内容:
|
|
88061
|
+
|
|
88062
|
+
改善已有的文档。
|
|
88063
|
+
|
|
88064
|
+
新增数据结构:
|
|
88065
|
+
|
|
88066
|
+
* [[ElectronicFlightTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicFlightTicketFull)](https://cloud.tencent.com/document/api/866/33527#[ElectronicFlightTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicFlightTicketFull))
|
|
88067
|
+
* [[ElectronicTrainTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicketFull)](https://cloud.tencent.com/document/api/866/33527#[ElectronicTrainTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicketFull))
|
|
88068
|
+
* [[FlightItemInfo](https://cloud.tencent.com/document/api/866/33527#FlightItemInfo)](https://cloud.tencent.com/document/api/866/33527#[FlightItemInfo](https://cloud.tencent.com/document/api/866/33527#FlightItemInfo))
|
|
88069
|
+
|
|
88070
|
+
修改数据结构:
|
|
88071
|
+
|
|
88072
|
+
* [SingleInvoiceItem](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceItem)
|
|
88073
|
+
|
|
88074
|
+
* 新增成员:ElectronicTrainTicketFull, ElectronicFlightTicketFull
|
|
88075
|
+
|
|
88076
|
+
|
|
87907
88077
|
### 第 121 次发布
|
|
87908
88078
|
|
|
87909
88079
|
发布时间:2023-11-20 00:15:46
|
|
@@ -95171,6 +95341,40 @@
|
|
|
95171
95341
|
|
|
95172
95342
|
## 云函数(scf) 版本:2018-04-16
|
|
95173
95343
|
|
|
95344
|
+
### 第 63 次发布
|
|
95345
|
+
|
|
95346
|
+
发布时间:2023-11-30 05:41:26
|
|
95347
|
+
|
|
95348
|
+
本次发布包含了以下内容:
|
|
95349
|
+
|
|
95350
|
+
改善已有的文档。
|
|
95351
|
+
|
|
95352
|
+
修改接口:
|
|
95353
|
+
|
|
95354
|
+
* [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
|
|
95355
|
+
|
|
95356
|
+
* 新增入参:DnsCache, IntranetConfig
|
|
95357
|
+
|
|
95358
|
+
|
|
95359
|
+
### 第 62 次发布
|
|
95360
|
+
|
|
95361
|
+
发布时间:2023-11-29 02:01:37
|
|
95362
|
+
|
|
95363
|
+
本次发布包含了以下内容:
|
|
95364
|
+
|
|
95365
|
+
改善已有的文档。
|
|
95366
|
+
|
|
95367
|
+
修改接口:
|
|
95368
|
+
|
|
95369
|
+
* [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
|
|
95370
|
+
|
|
95371
|
+
* 新增入参:DnsCache, IntranetConfig
|
|
95372
|
+
|
|
95373
|
+
|
|
95374
|
+
新增数据结构:
|
|
95375
|
+
|
|
95376
|
+
* [IntranetConfigIn](https://cloud.tencent.com/document/api/583/17244#IntranetConfigIn)
|
|
95377
|
+
|
|
95174
95378
|
### 第 61 次发布
|
|
95175
95379
|
|
|
95176
95380
|
发布时间:2023-11-24 01:21:32
|
|
@@ -99392,6 +99596,34 @@
|
|
|
99392
99596
|
|
|
99393
99597
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
99394
99598
|
|
|
99599
|
+
### 第 49 次发布
|
|
99600
|
+
|
|
99601
|
+
发布时间:2023-11-30 05:53:04
|
|
99602
|
+
|
|
99603
|
+
本次发布包含了以下内容:
|
|
99604
|
+
|
|
99605
|
+
改善已有的文档。
|
|
99606
|
+
|
|
99607
|
+
修改接口:
|
|
99608
|
+
|
|
99609
|
+
* [UpdateCertificateInstance](https://cloud.tencent.com/document/api/400/91649)
|
|
99610
|
+
|
|
99611
|
+
* 新增出参:UpdateSyncProgress
|
|
99612
|
+
|
|
99613
|
+
|
|
99614
|
+
新增数据结构:
|
|
99615
|
+
|
|
99616
|
+
* [[SupportDownloadType](https://cloud.tencent.com/document/api/400/41679#SupportDownloadType)](https://cloud.tencent.com/document/api/400/41679#[SupportDownloadType](https://cloud.tencent.com/document/api/400/41679#SupportDownloadType))
|
|
99617
|
+
* [[UpdateSyncProgress](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgress)](https://cloud.tencent.com/document/api/400/41679#[UpdateSyncProgress](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgress))
|
|
99618
|
+
* [[UpdateSyncProgressRegion](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgressRegion)](https://cloud.tencent.com/document/api/400/41679#[UpdateSyncProgressRegion](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgressRegion))
|
|
99619
|
+
|
|
99620
|
+
修改数据结构:
|
|
99621
|
+
|
|
99622
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
99623
|
+
|
|
99624
|
+
* 新增成员:IsDNSPODResolve, IsPackage, KeyPasswordCustomFlag, SupportDownloadType
|
|
99625
|
+
|
|
99626
|
+
|
|
99395
99627
|
### 第 48 次发布
|
|
99396
99628
|
|
|
99397
99629
|
发布时间:2023-11-24 01:22:20
|
|
@@ -107109,6 +107341,44 @@
|
|
|
107109
107341
|
|
|
107110
107342
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
107111
107343
|
|
|
107344
|
+
### 第 56 次发布
|
|
107345
|
+
|
|
107346
|
+
发布时间:2023-11-29 02:03:30
|
|
107347
|
+
|
|
107348
|
+
本次发布包含了以下内容:
|
|
107349
|
+
|
|
107350
|
+
改善已有的文档。
|
|
107351
|
+
|
|
107352
|
+
修改接口:
|
|
107353
|
+
|
|
107354
|
+
* [DescribeAssetSyncLastTime](https://cloud.tencent.com/document/api/1285/81683)
|
|
107355
|
+
|
|
107356
|
+
* 新增出参:TaskStatus, TaskProcess
|
|
107357
|
+
|
|
107358
|
+
* [DescribeRiskDnsEventDetail](https://cloud.tencent.com/document/api/1285/96162)
|
|
107359
|
+
|
|
107360
|
+
* 新增出参:Namespace, WorkloadType
|
|
107361
|
+
|
|
107362
|
+
* [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
|
|
107363
|
+
|
|
107364
|
+
* 新增出参:Namespace, WorkloadType
|
|
107365
|
+
|
|
107366
|
+
|
|
107367
|
+
修改数据结构:
|
|
107368
|
+
|
|
107369
|
+
* [RunTimeEventBaseInfo](https://cloud.tencent.com/document/api/1285/65614#RunTimeEventBaseInfo)
|
|
107370
|
+
|
|
107371
|
+
* 新增成员:Namespace, WorkloadType
|
|
107372
|
+
|
|
107373
|
+
* <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
|
|
107374
|
+
|
|
107375
|
+
* [VulDefenceEventDetail](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEventDetail)
|
|
107376
|
+
|
|
107377
|
+
* 新增成员:Namespace, WorkloadType
|
|
107378
|
+
|
|
107379
|
+
* <font color="#dd0000">**修改成员**:</font>NodeSubNetName, NodeSubNetCIDR, PodIP, NodeType, NodeID, NodeUniqueID, NodeSubNetID, ClusterID, ClusterName
|
|
107380
|
+
|
|
107381
|
+
|
|
107112
107382
|
### 第 55 次发布
|
|
107113
107383
|
|
|
107114
107384
|
发布时间:2023-11-21 01:33:13
|
|
@@ -109505,7 +109775,7 @@
|
|
|
109505
109775
|
|
|
109506
109776
|
新增接口:
|
|
109507
109777
|
|
|
109508
|
-
* [
|
|
109778
|
+
* [DeleteProCluster](https://cloud.tencent.com/document/api/1179/101986)
|
|
109509
109779
|
|
|
109510
109780
|
修改接口:
|
|
109511
109781
|
|
|
@@ -119738,6 +120008,23 @@
|
|
|
119738
120008
|
|
|
119739
120009
|
## 容器服务(tke) 版本:2018-05-25
|
|
119740
120010
|
|
|
120011
|
+
### 第 164 次发布
|
|
120012
|
+
|
|
120013
|
+
发布时间:2023-11-30 06:52:41
|
|
120014
|
+
|
|
120015
|
+
本次发布包含了以下内容:
|
|
120016
|
+
|
|
120017
|
+
改善已有的文档。
|
|
120018
|
+
|
|
120019
|
+
新增接口:
|
|
120020
|
+
|
|
120021
|
+
* [[DescribeLogSwitches](https://cloud.tencent.com/document/api/457/102050)](https://cloud.tencent.com/document/api/#/#)
|
|
120022
|
+
|
|
120023
|
+
新增数据结构:
|
|
120024
|
+
|
|
120025
|
+
* [[Switch](https://cloud.tencent.com/document/api/457/31866#Switch)](https://cloud.tencent.com/document/api/457/31866#[Switch](https://cloud.tencent.com/document/api/457/31866#Switch))
|
|
120026
|
+
* [[SwitchInfo](https://cloud.tencent.com/document/api/457/31866#SwitchInfo)](https://cloud.tencent.com/document/api/457/31866#[SwitchInfo](https://cloud.tencent.com/document/api/457/31866#SwitchInfo))
|
|
120027
|
+
|
|
119741
120028
|
### 第 163 次发布
|
|
119742
120029
|
|
|
119743
120030
|
发布时间:2023-11-22 06:54:10
|
|
@@ -123158,8 +123445,8 @@
|
|
|
123158
123445
|
|
|
123159
123446
|
新增数据结构:
|
|
123160
123447
|
|
|
123161
|
-
* [
|
|
123162
|
-
* [
|
|
123448
|
+
* [SentimentAnalysis](https://cloud.tencent.com/document/api/1124/51861#SentimentAnalysis)
|
|
123449
|
+
* [SentimentDetail](https://cloud.tencent.com/document/api/1124/51861#SentimentDetail)
|
|
123163
123450
|
|
|
123164
123451
|
### 第 7 次发布
|
|
123165
123452
|
|
|
@@ -126586,6 +126873,21 @@
|
|
|
126586
126873
|
|
|
126587
126874
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
126588
126875
|
|
|
126876
|
+
### 第 101 次发布
|
|
126877
|
+
|
|
126878
|
+
发布时间:2023-11-30 07:09:40
|
|
126879
|
+
|
|
126880
|
+
本次发布包含了以下内容:
|
|
126881
|
+
|
|
126882
|
+
改善已有的文档。
|
|
126883
|
+
|
|
126884
|
+
修改数据结构:
|
|
126885
|
+
|
|
126886
|
+
* [LaneRuleTag](https://cloud.tencent.com/document/api/649/36099#LaneRuleTag)
|
|
126887
|
+
|
|
126888
|
+
* <font color="#dd0000">**修改成员**:</font>TagId, TagName, TagOperator, TagValue, LaneRuleId, CreateTime, UpdateTime
|
|
126889
|
+
|
|
126890
|
+
|
|
126589
126891
|
### 第 100 次发布
|
|
126590
126892
|
|
|
126591
126893
|
发布时间:2023-11-09 01:27:51
|
|
@@ -129915,6 +130217,40 @@
|
|
|
129915
130217
|
|
|
129916
130218
|
## 云点播(vod) 版本:2018-07-17
|
|
129917
130219
|
|
|
130220
|
+
### 第 174 次发布
|
|
130221
|
+
|
|
130222
|
+
发布时间:2023-11-30 07:24:28
|
|
130223
|
+
|
|
130224
|
+
本次发布包含了以下内容:
|
|
130225
|
+
|
|
130226
|
+
改善已有的文档。
|
|
130227
|
+
|
|
130228
|
+
修改接口:
|
|
130229
|
+
|
|
130230
|
+
* [SetVodDomainCertificate](https://cloud.tencent.com/document/api/266/102015)
|
|
130231
|
+
|
|
130232
|
+
* 新增入参:Domain, Operation, SubAppId, CertID
|
|
130233
|
+
|
|
130234
|
+
|
|
130235
|
+
### 第 173 次发布
|
|
130236
|
+
|
|
130237
|
+
发布时间:2023-11-29 02:07:53
|
|
130238
|
+
|
|
130239
|
+
本次发布包含了以下内容:
|
|
130240
|
+
|
|
130241
|
+
改善已有的文档。
|
|
130242
|
+
|
|
130243
|
+
新增接口:
|
|
130244
|
+
|
|
130245
|
+
* [SetVodDomainCertificate](https://cloud.tencent.com/document/api/266/102015)
|
|
130246
|
+
|
|
130247
|
+
修改数据结构:
|
|
130248
|
+
|
|
130249
|
+
* [EditMediaVideoStream](https://cloud.tencent.com/document/api/266/31773#EditMediaVideoStream)
|
|
130250
|
+
|
|
130251
|
+
* 新增成员:Codec, Bitrate
|
|
130252
|
+
|
|
130253
|
+
|
|
129918
130254
|
### 第 172 次发布
|
|
129919
130255
|
|
|
129920
130256
|
发布时间:2023-11-28 01:29:30
|
|
@@ -134685,6 +135021,21 @@
|
|
|
134685
135021
|
|
|
134686
135022
|
## 私有网络(vpc) 版本:2017-03-12
|
|
134687
135023
|
|
|
135024
|
+
### 第 182 次发布
|
|
135025
|
+
|
|
135026
|
+
发布时间:2023-11-29 02:08:37
|
|
135027
|
+
|
|
135028
|
+
本次发布包含了以下内容:
|
|
135029
|
+
|
|
135030
|
+
改善已有的文档。
|
|
135031
|
+
|
|
135032
|
+
修改数据结构:
|
|
135033
|
+
|
|
135034
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
135035
|
+
|
|
135036
|
+
* 新增成员:RenewFlag
|
|
135037
|
+
|
|
135038
|
+
|
|
134688
135039
|
### 第 181 次发布
|
|
134689
135040
|
|
|
134690
135041
|
发布时间:2023-11-28 01:30:07
|
|
@@ -140811,6 +141162,24 @@
|
|
|
140811
141162
|
|
|
140812
141163
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
140813
141164
|
|
|
141165
|
+
### 第 60 次发布
|
|
141166
|
+
|
|
141167
|
+
发布时间:2023-11-30 08:21:21
|
|
141168
|
+
|
|
141169
|
+
本次发布包含了以下内容:
|
|
141170
|
+
|
|
141171
|
+
改善已有的文档。
|
|
141172
|
+
|
|
141173
|
+
新增接口:
|
|
141174
|
+
|
|
141175
|
+
* [[TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)](https://cloud.tencent.com/document/api/#/#)
|
|
141176
|
+
|
|
141177
|
+
新增数据结构:
|
|
141178
|
+
|
|
141179
|
+
* [[BatchOpsDTO](https://cloud.tencent.com/document/api/1267/76336#BatchOpsDTO)](https://cloud.tencent.com/document/api/1267/76336#[BatchOpsDTO](https://cloud.tencent.com/document/api/1267/76336#BatchOpsDTO))
|
|
141180
|
+
* [[EventCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventCaseDTO)](https://cloud.tencent.com/document/api/1267/76336#[EventCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventCaseDTO))
|
|
141181
|
+
* [[FailMessage](https://cloud.tencent.com/document/api/1267/76336#FailMessage)](https://cloud.tencent.com/document/api/1267/76336#[FailMessage](https://cloud.tencent.com/document/api/1267/76336#FailMessage))
|
|
141182
|
+
|
|
140814
141183
|
### 第 59 次发布
|
|
140815
141184
|
|
|
140816
141185
|
发布时间:2023-11-23 01:33:33
|