tencentcloud-sdk-nodejs-dlc 4.0.700 → 4.0.701
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 +276 -0
- package/SERVICE_CHANGELOG.md +463 -11
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/services/dlc/v20210125/dlc_client.ts +318 -59
- package/src/services/dlc/v20210125/dlc_models.ts +1076 -228
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +101 -17
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +150 -24
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1023 -224
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,23 +1,156 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 批量计算(batch) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 51 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-10-09 01:07:08
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/599/15912#InstanceTypeQuotaItem)
|
|
16
|
+
|
|
17
|
+
* 新增成员:StatusCategory
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
23
|
+
|
|
24
|
+
### 第 117 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-10-09 01:11:19
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/213/15753#InstanceTypeQuotaItem)
|
|
35
|
+
|
|
36
|
+
* 新增成员:StatusCategory
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
42
|
+
|
|
43
|
+
### 第 63 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2023-10-09 01:13:07
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
新增接口:
|
|
52
|
+
|
|
53
|
+
* [CheckDataEngineConfigPairsValidity](https://cloud.tencent.com/document/api/1342/99277)
|
|
54
|
+
* [CheckDataEngineImageCanBeRollback](https://cloud.tencent.com/document/api/1342/99276)
|
|
55
|
+
* [CheckDataEngineImageCanBeUpgrade](https://cloud.tencent.com/document/api/1342/99275)
|
|
56
|
+
* [DeleteDataEngine](https://cloud.tencent.com/document/api/1342/99279)
|
|
57
|
+
* [DescribeDataEngine](https://cloud.tencent.com/document/api/1342/99274)
|
|
58
|
+
* [DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)
|
|
59
|
+
* [DescribeDataEnginePythonSparkImages](https://cloud.tencent.com/document/api/1342/99273)
|
|
60
|
+
* [DescribeUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99278)
|
|
61
|
+
* [DescribeUserInfo](https://cloud.tencent.com/document/api/1342/99262)
|
|
62
|
+
* [DescribeUserType](https://cloud.tencent.com/document/api/1342/99261)
|
|
63
|
+
* [DescribeWorkGroupInfo](https://cloud.tencent.com/document/api/1342/99260)
|
|
64
|
+
* [ModifyDataEngineDescription](https://cloud.tencent.com/document/api/1342/99269)
|
|
65
|
+
* [ModifyUserType](https://cloud.tencent.com/document/api/1342/99259)
|
|
66
|
+
* [RenewDataEngine](https://cloud.tencent.com/document/api/1342/99272)
|
|
67
|
+
* [RestartDataEngine](https://cloud.tencent.com/document/api/1342/99268)
|
|
68
|
+
* [RollbackDataEngineImage](https://cloud.tencent.com/document/api/1342/99267)
|
|
69
|
+
* [SwitchDataEngineImage](https://cloud.tencent.com/document/api/1342/99266)
|
|
70
|
+
* [UpdateDataEngine](https://cloud.tencent.com/document/api/1342/99271)
|
|
71
|
+
* [UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)
|
|
72
|
+
* [UpdateUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99264)
|
|
73
|
+
* [UpgradeDataEngineImage](https://cloud.tencent.com/document/api/1342/99263)
|
|
74
|
+
|
|
75
|
+
新增数据结构:
|
|
76
|
+
|
|
77
|
+
* [DataEngineImageVersion](https://cloud.tencent.com/document/api/1342/53778#DataEngineImageVersion)
|
|
78
|
+
* [Policys](https://cloud.tencent.com/document/api/1342/53778#Policys)
|
|
79
|
+
* [PythonSparkImage](https://cloud.tencent.com/document/api/1342/53778#PythonSparkImage)
|
|
80
|
+
* [UserDetailInfo](https://cloud.tencent.com/document/api/1342/53778#UserDetailInfo)
|
|
81
|
+
* [Users](https://cloud.tencent.com/document/api/1342/53778#Users)
|
|
82
|
+
* [WorkGroupDetailInfo](https://cloud.tencent.com/document/api/1342/53778#WorkGroupDetailInfo)
|
|
83
|
+
* [WorkGroups](https://cloud.tencent.com/document/api/1342/53778#WorkGroups)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
88
|
+
|
|
89
|
+
### 第 47 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2023-10-09 01:15:32
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
修改数据结构:
|
|
98
|
+
|
|
99
|
+
* [IndexMetaField](https://cloud.tencent.com/document/api/845/30634#IndexMetaField)
|
|
100
|
+
|
|
101
|
+
* 新增成员:IndexMetaJson
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
107
|
+
|
|
108
|
+
### 第 124 次发布
|
|
109
|
+
|
|
110
|
+
发布时间:2023-10-09 01:15:43
|
|
111
|
+
|
|
112
|
+
本次发布包含了以下内容:
|
|
113
|
+
|
|
114
|
+
改善已有的文档。
|
|
115
|
+
|
|
116
|
+
修改数据结构:
|
|
117
|
+
|
|
118
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
|
|
119
|
+
|
|
120
|
+
* 新增成员:ShareTemplateId
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
3
125
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
4
126
|
|
|
5
|
-
### 第
|
|
127
|
+
### 第 118 次发布
|
|
6
128
|
|
|
7
|
-
发布时间:2023-10-07
|
|
129
|
+
发布时间:2023-10-09 07:05:45
|
|
8
130
|
|
|
9
131
|
本次发布包含了以下内容:
|
|
10
132
|
|
|
11
133
|
改善已有的文档。
|
|
12
134
|
|
|
13
|
-
|
|
135
|
+
新增接口:
|
|
14
136
|
|
|
15
|
-
* [
|
|
137
|
+
* [ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)
|
|
16
138
|
|
|
17
|
-
|
|
139
|
+
新增数据结构:
|
|
18
140
|
|
|
19
|
-
|
|
141
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
|
|
142
|
+
|
|
143
|
+
### 第 117 次发布
|
|
144
|
+
|
|
145
|
+
发布时间:2023-10-09 00:00:55
|
|
146
|
+
|
|
147
|
+
本次发布包含了以下内容:
|
|
148
|
+
|
|
149
|
+
改善已有的文档。
|
|
150
|
+
|
|
151
|
+
新增接口:
|
|
20
152
|
|
|
153
|
+
* [ChannelCreateOrganizationBatchSignUrl](https://cloud.tencent.com/document/api/1420/99258)
|
|
21
154
|
|
|
22
155
|
|
|
23
156
|
|
|
@@ -25,11 +158,11 @@
|
|
|
25
158
|
|
|
26
159
|
|
|
27
160
|
|
|
28
|
-
##
|
|
161
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
29
162
|
|
|
30
|
-
### 第
|
|
163
|
+
### 第 95 次发布
|
|
31
164
|
|
|
32
|
-
发布时间:2023-09
|
|
165
|
+
发布时间:2023-10-09 01:19:36
|
|
33
166
|
|
|
34
167
|
本次发布包含了以下内容:
|
|
35
168
|
|
|
@@ -37,10 +170,107 @@
|
|
|
37
170
|
|
|
38
171
|
修改数据结构:
|
|
39
172
|
|
|
40
|
-
* [
|
|
173
|
+
* [PrometheusZoneItem](https://cloud.tencent.com/document/api/248/30354#PrometheusZoneItem)
|
|
41
174
|
|
|
42
|
-
* 新增成员:
|
|
175
|
+
* 新增成员:ZoneResourceState
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
181
|
+
|
|
182
|
+
### 第 40 次发布
|
|
183
|
+
|
|
184
|
+
发布时间:2023-10-09 01:20:54
|
|
185
|
+
|
|
186
|
+
本次发布包含了以下内容:
|
|
187
|
+
|
|
188
|
+
改善已有的文档。
|
|
189
|
+
|
|
190
|
+
新增接口:
|
|
191
|
+
|
|
192
|
+
* [UpgradeDBInstanceMajorVersion](https://cloud.tencent.com/document/api/409/99280)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
197
|
+
|
|
198
|
+
### 第 45 次发布
|
|
199
|
+
|
|
200
|
+
发布时间:2023-10-09 01:22:23
|
|
201
|
+
|
|
202
|
+
本次发布包含了以下内容:
|
|
203
|
+
|
|
204
|
+
改善已有的文档。
|
|
205
|
+
|
|
206
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
207
|
+
|
|
208
|
+
* HostCertificate
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
213
|
+
|
|
214
|
+
### 第 21 次发布
|
|
215
|
+
|
|
216
|
+
发布时间:2023-10-09 01:23:14
|
|
217
|
+
|
|
218
|
+
本次发布包含了以下内容:
|
|
219
|
+
|
|
220
|
+
改善已有的文档。
|
|
221
|
+
|
|
222
|
+
修改数据结构:
|
|
223
|
+
|
|
224
|
+
* [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
|
|
225
|
+
|
|
226
|
+
* 新增成员:Region
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
232
|
+
|
|
233
|
+
### 第 78 次发布
|
|
234
|
+
|
|
235
|
+
发布时间:2023-10-09 01:24:14
|
|
236
|
+
|
|
237
|
+
本次发布包含了以下内容:
|
|
238
|
+
|
|
239
|
+
改善已有的文档。
|
|
240
|
+
|
|
241
|
+
修改接口:
|
|
242
|
+
|
|
243
|
+
* [DescribeRocketMQTopicMsgs](https://cloud.tencent.com/document/api/1179/97761)
|
|
244
|
+
|
|
245
|
+
* 新增入参:Tag, QueryDeadLetterMessage
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
新增数据结构:
|
|
249
|
+
|
|
250
|
+
* [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
|
|
251
|
+
|
|
252
|
+
修改数据结构:
|
|
253
|
+
|
|
254
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
43
255
|
|
|
256
|
+
* 新增成员:LastUpdateTime, SubscriptionCount, SubscriptionData
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
262
|
+
|
|
263
|
+
### 第 60 次发布
|
|
264
|
+
|
|
265
|
+
发布时间:2023-10-09 01:28:10
|
|
266
|
+
|
|
267
|
+
本次发布包含了以下内容:
|
|
268
|
+
|
|
269
|
+
改善已有的文档。
|
|
270
|
+
|
|
271
|
+
新增接口:
|
|
272
|
+
|
|
273
|
+
* [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
|
|
44
274
|
|
|
45
275
|
|
|
46
276
|
|
|
@@ -6807,6 +7037,21 @@
|
|
|
6807
7037
|
|
|
6808
7038
|
## 批量计算(batch) 版本:2017-03-12
|
|
6809
7039
|
|
|
7040
|
+
### 第 51 次发布
|
|
7041
|
+
|
|
7042
|
+
发布时间:2023-10-09 01:07:08
|
|
7043
|
+
|
|
7044
|
+
本次发布包含了以下内容:
|
|
7045
|
+
|
|
7046
|
+
改善已有的文档。
|
|
7047
|
+
|
|
7048
|
+
修改数据结构:
|
|
7049
|
+
|
|
7050
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/599/15912#InstanceTypeQuotaItem)
|
|
7051
|
+
|
|
7052
|
+
* 新增成员:StatusCategory
|
|
7053
|
+
|
|
7054
|
+
|
|
6810
7055
|
### 第 50 次发布
|
|
6811
7056
|
|
|
6812
7057
|
发布时间:2023-09-15 15:00:54
|
|
@@ -34515,6 +34760,21 @@
|
|
|
34515
34760
|
|
|
34516
34761
|
## 云服务器(cvm) 版本:2017-03-12
|
|
34517
34762
|
|
|
34763
|
+
### 第 117 次发布
|
|
34764
|
+
|
|
34765
|
+
发布时间:2023-10-09 01:11:19
|
|
34766
|
+
|
|
34767
|
+
本次发布包含了以下内容:
|
|
34768
|
+
|
|
34769
|
+
改善已有的文档。
|
|
34770
|
+
|
|
34771
|
+
修改数据结构:
|
|
34772
|
+
|
|
34773
|
+
* [InstanceTypeQuotaItem](https://cloud.tencent.com/document/api/213/15753#InstanceTypeQuotaItem)
|
|
34774
|
+
|
|
34775
|
+
* 新增成员:StatusCategory
|
|
34776
|
+
|
|
34777
|
+
|
|
34518
34778
|
### 第 116 次发布
|
|
34519
34779
|
|
|
34520
34780
|
发布时间:2023-09-13 01:29:52
|
|
@@ -44699,6 +44959,48 @@
|
|
|
44699
44959
|
|
|
44700
44960
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
44701
44961
|
|
|
44962
|
+
### 第 63 次发布
|
|
44963
|
+
|
|
44964
|
+
发布时间:2023-10-09 01:13:07
|
|
44965
|
+
|
|
44966
|
+
本次发布包含了以下内容:
|
|
44967
|
+
|
|
44968
|
+
改善已有的文档。
|
|
44969
|
+
|
|
44970
|
+
新增接口:
|
|
44971
|
+
|
|
44972
|
+
* [[CheckDataEngineConfigPairsValidity](https://cloud.tencent.com/document/api/1342/99277)](https://cloud.tencent.com/document/api/#/#)
|
|
44973
|
+
* [[CheckDataEngineImageCanBeRollback](https://cloud.tencent.com/document/api/1342/99276)](https://cloud.tencent.com/document/api/#/#)
|
|
44974
|
+
* [[CheckDataEngineImageCanBeUpgrade](https://cloud.tencent.com/document/api/1342/99275)](https://cloud.tencent.com/document/api/#/#)
|
|
44975
|
+
* [[DeleteDataEngine](https://cloud.tencent.com/document/api/1342/99279)](https://cloud.tencent.com/document/api/#/#)
|
|
44976
|
+
* [[DescribeDataEngine](https://cloud.tencent.com/document/api/1342/99274)](https://cloud.tencent.com/document/api/#/#)
|
|
44977
|
+
* [[DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)](https://cloud.tencent.com/document/api/#/#)
|
|
44978
|
+
* [[DescribeDataEnginePythonSparkImages](https://cloud.tencent.com/document/api/1342/99273)](https://cloud.tencent.com/document/api/#/#)
|
|
44979
|
+
* [[DescribeUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99278)](https://cloud.tencent.com/document/api/#/#)
|
|
44980
|
+
* [[DescribeUserInfo](https://cloud.tencent.com/document/api/1342/99262)](https://cloud.tencent.com/document/api/#/#)
|
|
44981
|
+
* [[DescribeUserType](https://cloud.tencent.com/document/api/1342/99261)](https://cloud.tencent.com/document/api/#/#)
|
|
44982
|
+
* [[DescribeWorkGroupInfo](https://cloud.tencent.com/document/api/1342/99260)](https://cloud.tencent.com/document/api/#/#)
|
|
44983
|
+
* [[ModifyDataEngineDescription](https://cloud.tencent.com/document/api/1342/99269)](https://cloud.tencent.com/document/api/#/#)
|
|
44984
|
+
* [[ModifyUserType](https://cloud.tencent.com/document/api/1342/99259)](https://cloud.tencent.com/document/api/#/#)
|
|
44985
|
+
* [[RenewDataEngine](https://cloud.tencent.com/document/api/1342/99272)](https://cloud.tencent.com/document/api/#/#)
|
|
44986
|
+
* [[RestartDataEngine](https://cloud.tencent.com/document/api/1342/99268)](https://cloud.tencent.com/document/api/#/#)
|
|
44987
|
+
* [[RollbackDataEngineImage](https://cloud.tencent.com/document/api/1342/99267)](https://cloud.tencent.com/document/api/#/#)
|
|
44988
|
+
* [[SwitchDataEngineImage](https://cloud.tencent.com/document/api/1342/99266)](https://cloud.tencent.com/document/api/#/#)
|
|
44989
|
+
* [[UpdateDataEngine](https://cloud.tencent.com/document/api/1342/99271)](https://cloud.tencent.com/document/api/#/#)
|
|
44990
|
+
* [[UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)](https://cloud.tencent.com/document/api/#/#)
|
|
44991
|
+
* [[UpdateUserDataEngineConfig](https://cloud.tencent.com/document/api/1342/99264)](https://cloud.tencent.com/document/api/#/#)
|
|
44992
|
+
* [[UpgradeDataEngineImage](https://cloud.tencent.com/document/api/1342/99263)](https://cloud.tencent.com/document/api/#/#)
|
|
44993
|
+
|
|
44994
|
+
新增数据结构:
|
|
44995
|
+
|
|
44996
|
+
* [[DataEngineImageVersion](https://cloud.tencent.com/document/api/1342/53778#DataEngineImageVersion)](https://cloud.tencent.com/document/api/1342/53778#[DataEngineImageVersion](https://cloud.tencent.com/document/api/1342/53778#DataEngineImageVersion))
|
|
44997
|
+
* [[Policys](https://cloud.tencent.com/document/api/1342/53778#Policys)](https://cloud.tencent.com/document/api/1342/53778#[Policys](https://cloud.tencent.com/document/api/1342/53778#Policys))
|
|
44998
|
+
* [[PythonSparkImage](https://cloud.tencent.com/document/api/1342/53778#PythonSparkImage)](https://cloud.tencent.com/document/api/1342/53778#[PythonSparkImage](https://cloud.tencent.com/document/api/1342/53778#PythonSparkImage))
|
|
44999
|
+
* [[UserDetailInfo](https://cloud.tencent.com/document/api/1342/53778#UserDetailInfo)](https://cloud.tencent.com/document/api/1342/53778#[UserDetailInfo](https://cloud.tencent.com/document/api/1342/53778#UserDetailInfo))
|
|
45000
|
+
* [[Users](https://cloud.tencent.com/document/api/1342/53778#Users)](https://cloud.tencent.com/document/api/1342/53778#[Users](https://cloud.tencent.com/document/api/1342/53778#Users))
|
|
45001
|
+
* [[WorkGroupDetailInfo](https://cloud.tencent.com/document/api/1342/53778#WorkGroupDetailInfo)](https://cloud.tencent.com/document/api/1342/53778#[WorkGroupDetailInfo](https://cloud.tencent.com/document/api/1342/53778#WorkGroupDetailInfo))
|
|
45002
|
+
* [[WorkGroups](https://cloud.tencent.com/document/api/1342/53778#WorkGroups)](https://cloud.tencent.com/document/api/1342/53778#[WorkGroups](https://cloud.tencent.com/document/api/1342/53778#WorkGroups))
|
|
45003
|
+
|
|
44702
45004
|
### 第 62 次发布
|
|
44703
45005
|
|
|
44704
45006
|
发布时间:2023-09-22 01:40:45
|
|
@@ -52549,6 +52851,21 @@
|
|
|
52549
52851
|
|
|
52550
52852
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
52551
52853
|
|
|
52854
|
+
### 第 47 次发布
|
|
52855
|
+
|
|
52856
|
+
发布时间:2023-10-09 01:15:32
|
|
52857
|
+
|
|
52858
|
+
本次发布包含了以下内容:
|
|
52859
|
+
|
|
52860
|
+
改善已有的文档。
|
|
52861
|
+
|
|
52862
|
+
修改数据结构:
|
|
52863
|
+
|
|
52864
|
+
* [IndexMetaField](https://cloud.tencent.com/document/api/845/30634#IndexMetaField)
|
|
52865
|
+
|
|
52866
|
+
* 新增成员:IndexMetaJson
|
|
52867
|
+
|
|
52868
|
+
|
|
52552
52869
|
### 第 46 次发布
|
|
52553
52870
|
|
|
52554
52871
|
发布时间:2023-09-14 01:45:31
|
|
@@ -53582,6 +53899,21 @@
|
|
|
53582
53899
|
|
|
53583
53900
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
53584
53901
|
|
|
53902
|
+
### 第 124 次发布
|
|
53903
|
+
|
|
53904
|
+
发布时间:2023-10-09 01:15:43
|
|
53905
|
+
|
|
53906
|
+
本次发布包含了以下内容:
|
|
53907
|
+
|
|
53908
|
+
改善已有的文档。
|
|
53909
|
+
|
|
53910
|
+
修改数据结构:
|
|
53911
|
+
|
|
53912
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
|
|
53913
|
+
|
|
53914
|
+
* 新增成员:ShareTemplateId
|
|
53915
|
+
|
|
53916
|
+
|
|
53585
53917
|
### 第 123 次发布
|
|
53586
53918
|
|
|
53587
53919
|
发布时间:2023-09-28 01:13:45
|
|
@@ -56032,6 +56364,34 @@
|
|
|
56032
56364
|
|
|
56033
56365
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
56034
56366
|
|
|
56367
|
+
### 第 118 次发布
|
|
56368
|
+
|
|
56369
|
+
发布时间:2023-10-09 07:05:45
|
|
56370
|
+
|
|
56371
|
+
本次发布包含了以下内容:
|
|
56372
|
+
|
|
56373
|
+
改善已有的文档。
|
|
56374
|
+
|
|
56375
|
+
新增接口:
|
|
56376
|
+
|
|
56377
|
+
* [[ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)](https://cloud.tencent.com/document/api/#/#)
|
|
56378
|
+
|
|
56379
|
+
新增数据结构:
|
|
56380
|
+
|
|
56381
|
+
* [[FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo))
|
|
56382
|
+
|
|
56383
|
+
### 第 117 次发布
|
|
56384
|
+
|
|
56385
|
+
发布时间:2023-10-09 00:00:55
|
|
56386
|
+
|
|
56387
|
+
本次发布包含了以下内容:
|
|
56388
|
+
|
|
56389
|
+
改善已有的文档。
|
|
56390
|
+
|
|
56391
|
+
新增接口:
|
|
56392
|
+
|
|
56393
|
+
* [[ChannelCreateOrganizationBatchSignUrl](https://cloud.tencent.com/document/api/1420/99258)](https://cloud.tencent.com/document/api/#/#)
|
|
56394
|
+
|
|
56035
56395
|
### 第 116 次发布
|
|
56036
56396
|
|
|
56037
56397
|
发布时间:2023-10-07 11:30:18
|
|
@@ -76967,6 +77327,21 @@
|
|
|
76967
77327
|
|
|
76968
77328
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
76969
77329
|
|
|
77330
|
+
### 第 95 次发布
|
|
77331
|
+
|
|
77332
|
+
发布时间:2023-10-09 01:19:36
|
|
77333
|
+
|
|
77334
|
+
本次发布包含了以下内容:
|
|
77335
|
+
|
|
77336
|
+
改善已有的文档。
|
|
77337
|
+
|
|
77338
|
+
修改数据结构:
|
|
77339
|
+
|
|
77340
|
+
* [PrometheusZoneItem](https://cloud.tencent.com/document/api/248/30354#PrometheusZoneItem)
|
|
77341
|
+
|
|
77342
|
+
* 新增成员:ZoneResourceState
|
|
77343
|
+
|
|
77344
|
+
|
|
76970
77345
|
### 第 94 次发布
|
|
76971
77346
|
|
|
76972
77347
|
发布时间:2023-09-15 02:09:24
|
|
@@ -87118,6 +87493,18 @@
|
|
|
87118
87493
|
|
|
87119
87494
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
87120
87495
|
|
|
87496
|
+
### 第 40 次发布
|
|
87497
|
+
|
|
87498
|
+
发布时间:2023-10-09 01:20:54
|
|
87499
|
+
|
|
87500
|
+
本次发布包含了以下内容:
|
|
87501
|
+
|
|
87502
|
+
改善已有的文档。
|
|
87503
|
+
|
|
87504
|
+
新增接口:
|
|
87505
|
+
|
|
87506
|
+
* [[UpgradeDBInstanceMajorVersion](https://cloud.tencent.com/document/api/409/99280)](https://cloud.tencent.com/document/api/#/#)
|
|
87507
|
+
|
|
87121
87508
|
### 第 39 次发布
|
|
87122
87509
|
|
|
87123
87510
|
发布时间:2023-08-04 01:15:26
|
|
@@ -94737,6 +95124,18 @@
|
|
|
94737
95124
|
|
|
94738
95125
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
94739
95126
|
|
|
95127
|
+
### 第 45 次发布
|
|
95128
|
+
|
|
95129
|
+
发布时间:2023-10-09 01:22:23
|
|
95130
|
+
|
|
95131
|
+
本次发布包含了以下内容:
|
|
95132
|
+
|
|
95133
|
+
改善已有的文档。
|
|
95134
|
+
|
|
95135
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
95136
|
+
|
|
95137
|
+
* HostCertificate
|
|
95138
|
+
|
|
94740
95139
|
### 第 44 次发布
|
|
94741
95140
|
|
|
94742
95141
|
发布时间:2023-09-15 02:24:49
|
|
@@ -100736,6 +101135,21 @@
|
|
|
100736
101135
|
|
|
100737
101136
|
## 服务网格(tcm) 版本:2021-04-13
|
|
100738
101137
|
|
|
101138
|
+
### 第 21 次发布
|
|
101139
|
+
|
|
101140
|
+
发布时间:2023-10-09 01:23:14
|
|
101141
|
+
|
|
101142
|
+
本次发布包含了以下内容:
|
|
101143
|
+
|
|
101144
|
+
改善已有的文档。
|
|
101145
|
+
|
|
101146
|
+
修改数据结构:
|
|
101147
|
+
|
|
101148
|
+
* [CLS](https://cloud.tencent.com/document/api/1261/63843#CLS)
|
|
101149
|
+
|
|
101150
|
+
* 新增成员:Region
|
|
101151
|
+
|
|
101152
|
+
|
|
100739
101153
|
### 第 20 次发布
|
|
100740
101154
|
|
|
100741
101155
|
发布时间:2023-02-23 01:54:00
|
|
@@ -104557,6 +104971,32 @@
|
|
|
104557
104971
|
|
|
104558
104972
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
104559
104973
|
|
|
104974
|
+
### 第 78 次发布
|
|
104975
|
+
|
|
104976
|
+
发布时间:2023-10-09 01:24:14
|
|
104977
|
+
|
|
104978
|
+
本次发布包含了以下内容:
|
|
104979
|
+
|
|
104980
|
+
改善已有的文档。
|
|
104981
|
+
|
|
104982
|
+
修改接口:
|
|
104983
|
+
|
|
104984
|
+
* [DescribeRocketMQTopicMsgs](https://cloud.tencent.com/document/api/1179/97761)
|
|
104985
|
+
|
|
104986
|
+
* 新增入参:Tag, QueryDeadLetterMessage
|
|
104987
|
+
|
|
104988
|
+
|
|
104989
|
+
新增数据结构:
|
|
104990
|
+
|
|
104991
|
+
* [[RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription))
|
|
104992
|
+
|
|
104993
|
+
修改数据结构:
|
|
104994
|
+
|
|
104995
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
104996
|
+
|
|
104997
|
+
* 新增成员:LastUpdateTime, SubscriptionCount, SubscriptionData
|
|
104998
|
+
|
|
104999
|
+
|
|
104560
105000
|
### 第 77 次发布
|
|
104561
105001
|
|
|
104562
105002
|
发布时间:2023-09-19 01:26:21
|
|
@@ -132445,6 +132885,18 @@
|
|
|
132445
132885
|
|
|
132446
132886
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
132447
132887
|
|
|
132888
|
+
### 第 60 次发布
|
|
132889
|
+
|
|
132890
|
+
发布时间:2023-10-09 01:28:10
|
|
132891
|
+
|
|
132892
|
+
本次发布包含了以下内容:
|
|
132893
|
+
|
|
132894
|
+
改善已有的文档。
|
|
132895
|
+
|
|
132896
|
+
新增接口:
|
|
132897
|
+
|
|
132898
|
+
* [[DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)](https://cloud.tencent.com/document/api/#/#)
|
|
132899
|
+
|
|
132448
132900
|
### 第 59 次发布
|
|
132449
132901
|
|
|
132450
132902
|
发布时间:2023-09-29 01:25:00
|