tencentcloud-sdk-nodejs 4.0.783 → 4.0.785
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 +404 -0
- package/SERVICE_CHANGELOG.md +497 -102
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +14 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +188 -8
- package/src/services/billing/v20180709/billing_client.ts +12 -0
- package/src/services/billing/v20180709/billing_models.ts +36 -0
- package/src/services/cfg/v20210820/cfg_models.ts +6 -5
- package/src/services/cls/v20201016/cls_models.ts +46 -33
- package/src/services/csip/v20221121/csip_client.ts +14 -2
- package/src/services/csip/v20221121/csip_models.ts +32 -8
- package/src/services/cvm/v20170312/cvm_models.ts +6 -6
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +195 -50
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +149 -10
- package/src/services/ess/v20201111/ess_client.ts +9 -3
- package/src/services/ess/v20201111/ess_models.ts +9 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +7 -11
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +12 -0
- package/src/services/live/v20180801/live_models.ts +5 -2
- package/src/services/monitor/v20180724/monitor_client.ts +3 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +25 -19
- package/src/services/ssl/v20191205/ssl_client.ts +0 -15
- package/src/services/ssl/v20191205/ssl_models.ts +0 -53
- package/src/services/teo/v20220901/teo_models.ts +7 -3
- package/src/services/trocket/v20230308/trocket_client.ts +47 -3
- package/src/services/trocket/v20230308/trocket_models.ts +324 -39
- package/src/services/wedata/v20210820/wedata_client.ts +2 -0
- package/src/services/wedata/v20210820/wedata_models.ts +195 -48
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +185 -8
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
- package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +6 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +46 -33
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +30 -8
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +194 -50
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +146 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +12 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +17 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +25 -19
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -7
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +0 -8
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +0 -50
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -3
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +19 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +24 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +314 -37
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +193 -48
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/billing.v20180709.test.js +10 -0
- package/test/csip.v20221121.test.js +10 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/ssl.v20191205.test.js +0 -10
- package/test/trocket.v20230308.test.js +30 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,49 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
## T-Sec
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 64 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-01-
|
|
7
|
+
发布时间:2024-01-19 01:06:05
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
新增数据结构:
|
|
18
18
|
|
|
19
|
+
* [BGPIPL7RuleEntry](https://cloud.tencent.com/document/api/297/95396#BGPIPL7RuleEntry)
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
|
|
22
|
-
##
|
|
23
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
23
24
|
|
|
24
|
-
### 第
|
|
25
|
+
### 第 15 次发布
|
|
25
26
|
|
|
26
|
-
发布时间:2024-01-
|
|
27
|
+
发布时间:2024-01-19 01:08:39
|
|
28
|
+
|
|
29
|
+
本次发布包含了以下内容:
|
|
30
|
+
|
|
31
|
+
改善已有的文档。
|
|
32
|
+
|
|
33
|
+
修改数据结构:
|
|
34
|
+
|
|
35
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
36
|
+
|
|
37
|
+
* <font color="#dd0000">**修改成员**:</font>TaskGroupInstanceExecuteLog
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
43
|
+
|
|
44
|
+
### 第 79 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2024-01-19 01:09:34
|
|
27
47
|
|
|
28
48
|
本次发布包含了以下内容:
|
|
29
49
|
|
|
@@ -31,25 +51,29 @@
|
|
|
31
51
|
|
|
32
52
|
修改接口:
|
|
33
53
|
|
|
34
|
-
* [
|
|
54
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
35
55
|
|
|
36
|
-
* 新增入参:
|
|
56
|
+
* 新增入参:StorageType
|
|
57
|
+
|
|
58
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
59
|
+
|
|
60
|
+
* 新增入参:StorageType
|
|
37
61
|
|
|
38
62
|
|
|
39
63
|
修改数据结构:
|
|
40
64
|
|
|
41
|
-
* [
|
|
65
|
+
* [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
|
|
42
66
|
|
|
43
|
-
* 新增成员:
|
|
67
|
+
* 新增成员:StorageType
|
|
44
68
|
|
|
45
69
|
|
|
46
70
|
|
|
47
71
|
|
|
48
|
-
##
|
|
72
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
49
73
|
|
|
50
74
|
### 第 28 次发布
|
|
51
75
|
|
|
52
|
-
发布时间:2024-01-
|
|
76
|
+
发布时间:2024-01-19 01:09:59
|
|
53
77
|
|
|
54
78
|
本次发布包含了以下内容:
|
|
55
79
|
|
|
@@ -57,58 +81,83 @@
|
|
|
57
81
|
|
|
58
82
|
新增接口:
|
|
59
83
|
|
|
60
|
-
* [
|
|
61
|
-
* [AddShareUnitMembers](https://cloud.tencent.com/document/api/850/103055)
|
|
62
|
-
* [AddShareUnitResources](https://cloud.tencent.com/document/api/850/103054)
|
|
63
|
-
* [DeleteShareUnit](https://cloud.tencent.com/document/api/850/103053)
|
|
64
|
-
* [DeleteShareUnitMembers](https://cloud.tencent.com/document/api/850/103052)
|
|
65
|
-
* [DeleteShareUnitResources](https://cloud.tencent.com/document/api/850/103051)
|
|
66
|
-
* [DescribeShareAreas](https://cloud.tencent.com/document/api/850/103050)
|
|
67
|
-
* [DescribeShareUnitMembers](https://cloud.tencent.com/document/api/850/103049)
|
|
68
|
-
* [DescribeShareUnitResources](https://cloud.tencent.com/document/api/850/103048)
|
|
69
|
-
* [DescribeShareUnits](https://cloud.tencent.com/document/api/850/103047)
|
|
70
|
-
* [UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)
|
|
84
|
+
* [ModifyOrganizationAccountStatus](https://cloud.tencent.com/document/api/664/103094)
|
|
71
85
|
|
|
72
|
-
新增数据结构:
|
|
73
86
|
|
|
74
|
-
* [ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit)
|
|
75
|
-
* [ProductResource](https://cloud.tencent.com/document/api/850/67060#ProductResource)
|
|
76
|
-
* [ShareArea](https://cloud.tencent.com/document/api/850/67060#ShareArea)
|
|
77
|
-
* [ShareMember](https://cloud.tencent.com/document/api/850/67060#ShareMember)
|
|
78
|
-
* [ShareResource](https://cloud.tencent.com/document/api/850/67060#ShareResource)
|
|
79
|
-
* [ShareUnitMember](https://cloud.tencent.com/document/api/850/67060#ShareUnitMember)
|
|
80
|
-
* [ShareUnitResource](https://cloud.tencent.com/document/api/850/67060#ShareUnitResource)
|
|
81
87
|
|
|
88
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
82
89
|
|
|
90
|
+
### 第 77 次发布
|
|
83
91
|
|
|
84
|
-
|
|
92
|
+
发布时间:2024-01-19 01:11:18
|
|
85
93
|
|
|
94
|
+
本次发布包含了以下内容:
|
|
86
95
|
|
|
96
|
+
改善已有的文档。
|
|
87
97
|
|
|
88
|
-
|
|
98
|
+
修改接口:
|
|
89
99
|
|
|
90
|
-
|
|
100
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
91
101
|
|
|
92
|
-
|
|
102
|
+
* [CloseWan](https://cloud.tencent.com/document/api/1003/92737)
|
|
93
103
|
|
|
94
|
-
|
|
104
|
+
* 新增入参:InstanceGroupId, InstanceId
|
|
95
105
|
|
|
96
|
-
|
|
106
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
97
107
|
|
|
98
|
-
|
|
108
|
+
* [DescribeClusterInstanceGrps](https://cloud.tencent.com/document/api/1003/48303)
|
|
99
109
|
|
|
100
|
-
*
|
|
110
|
+
* 新增出参:InstanceGroupInfoList
|
|
101
111
|
|
|
102
|
-
|
|
112
|
+
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
103
113
|
|
|
114
|
+
* 新增入参:IsGlobal
|
|
104
115
|
|
|
116
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1003/48305)
|
|
105
117
|
|
|
118
|
+
* 新增入参:InstanceGroupId
|
|
106
119
|
|
|
107
|
-
|
|
120
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
108
121
|
|
|
109
|
-
|
|
122
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1003/92729)
|
|
110
123
|
|
|
111
|
-
|
|
124
|
+
* 新增入参:IsGlobal
|
|
125
|
+
|
|
126
|
+
* [ModifyVipVport](https://cloud.tencent.com/document/api/1003/86720)
|
|
127
|
+
|
|
128
|
+
* 新增入参:InstanceGroupId
|
|
129
|
+
|
|
130
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
131
|
+
|
|
132
|
+
* [OpenWan](https://cloud.tencent.com/document/api/1003/92732)
|
|
133
|
+
|
|
134
|
+
* 新增入参:InstanceId, InstanceGroupId
|
|
135
|
+
|
|
136
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
新增数据结构:
|
|
140
|
+
|
|
141
|
+
* [CynosdbInstanceGroup](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstanceGroup)
|
|
142
|
+
|
|
143
|
+
修改数据结构:
|
|
144
|
+
|
|
145
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
146
|
+
|
|
147
|
+
* 新增成员:IsSupportManualSnapshot
|
|
148
|
+
|
|
149
|
+
* [ModifiableInfo](https://cloud.tencent.com/document/api/1003/48097#ModifiableInfo)
|
|
150
|
+
|
|
151
|
+
* 新增成员:IsModifiable
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
157
|
+
|
|
158
|
+
### 第 53 次发布
|
|
159
|
+
|
|
160
|
+
发布时间:2024-01-19 01:18:01
|
|
112
161
|
|
|
113
162
|
本次发布包含了以下内容:
|
|
114
163
|
|
|
@@ -116,90 +165,104 @@
|
|
|
116
165
|
|
|
117
166
|
修改接口:
|
|
118
167
|
|
|
119
|
-
* [
|
|
168
|
+
* [CopyJobs](https://cloud.tencent.com/document/api/849/77740)
|
|
120
169
|
|
|
121
|
-
* 新增入参:
|
|
170
|
+
* 新增入参:TargetWorkspaceId
|
|
122
171
|
|
|
123
|
-
* [DescribeBaselineAllTaskDag](https://cloud.tencent.com/document/api/1267/95248)
|
|
124
172
|
|
|
125
|
-
|
|
173
|
+
修改数据结构:
|
|
126
174
|
|
|
127
|
-
* [
|
|
175
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
128
176
|
|
|
129
|
-
*
|
|
177
|
+
* 新增成员:IndexName, WorkspaceName
|
|
130
178
|
|
|
131
|
-
* [DescribeBaselineInstanceGantt](https://cloud.tencent.com/document/api/1267/95245)
|
|
132
179
|
|
|
133
|
-
* 新增入参:PromiseTaskId
|
|
134
180
|
|
|
135
|
-
* [DescribeSchedulerInstanceStatus](https://cloud.tencent.com/document/api/1267/95198)
|
|
136
181
|
|
|
137
|
-
|
|
182
|
+
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
138
183
|
|
|
139
|
-
|
|
184
|
+
### 第 17 次发布
|
|
140
185
|
|
|
141
|
-
|
|
186
|
+
发布时间:2024-01-19 01:18:43
|
|
142
187
|
|
|
143
|
-
|
|
188
|
+
本次发布包含了以下内容:
|
|
144
189
|
|
|
145
|
-
|
|
190
|
+
改善已有的文档。
|
|
146
191
|
|
|
147
|
-
|
|
192
|
+
修改数据结构:
|
|
148
193
|
|
|
149
|
-
|
|
194
|
+
* [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
|
|
150
195
|
|
|
151
|
-
*
|
|
196
|
+
* 新增成员:DeletedVpcSet
|
|
152
197
|
|
|
153
|
-
* 新增入参:WorkflowId
|
|
154
198
|
|
|
155
|
-
* [DescribeTaskByStatusReport](https://cloud.tencent.com/document/api/1267/95190)
|
|
156
199
|
|
|
157
|
-
* 新增入参:WorkflowId
|
|
158
200
|
|
|
201
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
159
202
|
|
|
160
|
-
|
|
203
|
+
### 第 52 次发布
|
|
161
204
|
|
|
162
|
-
|
|
205
|
+
发布时间:2024-01-19 01:19:47
|
|
163
206
|
|
|
164
|
-
|
|
207
|
+
本次发布包含了以下内容:
|
|
165
208
|
|
|
166
|
-
|
|
209
|
+
改善已有的文档。
|
|
167
210
|
|
|
168
|
-
|
|
211
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
169
212
|
|
|
170
|
-
|
|
213
|
+
* HostCertificate
|
|
171
214
|
|
|
172
|
-
|
|
215
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
173
216
|
|
|
174
|
-
|
|
217
|
+
* CertHostingInfo
|
|
175
218
|
|
|
176
|
-
* <font color="#dd0000">**修改成员**:</font>TaskId, TaskName, InCharge, CycleUnit, State, RunTime, CurRunTime
|
|
177
219
|
|
|
178
|
-
* [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
|
|
179
220
|
|
|
180
|
-
|
|
221
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
181
222
|
|
|
182
|
-
|
|
223
|
+
### 第 70 次发布
|
|
183
224
|
|
|
225
|
+
发布时间:2024-01-19 01:22:03
|
|
184
226
|
|
|
227
|
+
本次发布包含了以下内容:
|
|
185
228
|
|
|
229
|
+
改善已有的文档。
|
|
186
230
|
|
|
187
|
-
|
|
231
|
+
修改接口:
|
|
188
232
|
|
|
189
|
-
|
|
233
|
+
* [DescribeDefaultCertificates](https://cloud.tencent.com/document/api/1552/80603)
|
|
190
234
|
|
|
191
|
-
|
|
235
|
+
* 新增入参:ZoneId
|
|
236
|
+
|
|
237
|
+
* <font color="#dd0000">**修改入参**:</font>Filters
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
247
|
+
|
|
248
|
+
### 第 7 次发布
|
|
249
|
+
|
|
250
|
+
发布时间:2024-01-19 01:23:15
|
|
192
251
|
|
|
193
252
|
本次发布包含了以下内容:
|
|
194
253
|
|
|
195
254
|
改善已有的文档。
|
|
196
255
|
|
|
197
|
-
|
|
256
|
+
新增接口:
|
|
198
257
|
|
|
199
|
-
* [
|
|
258
|
+
* [CreateMQTTInstance](https://cloud.tencent.com/document/api/1493/103099)
|
|
259
|
+
* [DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098)
|
|
260
|
+
* [DescribeMQTTProductSKUList](https://cloud.tencent.com/document/api/1493/103096)
|
|
200
261
|
|
|
201
|
-
|
|
262
|
+
新增数据结构:
|
|
202
263
|
|
|
264
|
+
* [MQTTInstanceItem](https://cloud.tencent.com/document/api/1493/96031#MQTTInstanceItem)
|
|
265
|
+
* [MQTTProductSkuItem](https://cloud.tencent.com/document/api/1493/96031#MQTTProductSkuItem)
|
|
203
266
|
|
|
204
267
|
|
|
205
268
|
|
|
@@ -1965,6 +2028,22 @@
|
|
|
1965
2028
|
|
|
1966
2029
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1967
2030
|
|
|
2031
|
+
### 第 64 次发布
|
|
2032
|
+
|
|
2033
|
+
发布时间:2024-01-19 01:06:05
|
|
2034
|
+
|
|
2035
|
+
本次发布包含了以下内容:
|
|
2036
|
+
|
|
2037
|
+
改善已有的文档。
|
|
2038
|
+
|
|
2039
|
+
新增接口:
|
|
2040
|
+
|
|
2041
|
+
* [[DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)](https://cloud.tencent.com/document/api/#/#)
|
|
2042
|
+
|
|
2043
|
+
新增数据结构:
|
|
2044
|
+
|
|
2045
|
+
* [[BGPIPL7RuleEntry](https://cloud.tencent.com/document/api/297/95396#BGPIPL7RuleEntry)](https://cloud.tencent.com/document/api/297/95396#[BGPIPL7RuleEntry](https://cloud.tencent.com/document/api/297/95396#BGPIPL7RuleEntry))
|
|
2046
|
+
|
|
1968
2047
|
### 第 63 次发布
|
|
1969
2048
|
|
|
1970
2049
|
发布时间:2024-01-12 01:06:10
|
|
@@ -8704,6 +8783,18 @@
|
|
|
8704
8783
|
|
|
8705
8784
|
## 费用中心(billing) 版本:2018-07-09
|
|
8706
8785
|
|
|
8786
|
+
### 第 55 次发布
|
|
8787
|
+
|
|
8788
|
+
发布时间:2024-01-18 01:09:19
|
|
8789
|
+
|
|
8790
|
+
本次发布包含了以下内容:
|
|
8791
|
+
|
|
8792
|
+
改善已有的文档。
|
|
8793
|
+
|
|
8794
|
+
新增接口:
|
|
8795
|
+
|
|
8796
|
+
* [DescribeSavingPlanResourceInfo](https://cloud.tencent.com/document/api/555/103077)
|
|
8797
|
+
|
|
8707
8798
|
### 第 54 次发布
|
|
8708
8799
|
|
|
8709
8800
|
发布时间:2024-01-09 01:07:19
|
|
@@ -22240,6 +22331,21 @@
|
|
|
22240
22331
|
|
|
22241
22332
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
22242
22333
|
|
|
22334
|
+
### 第 15 次发布
|
|
22335
|
+
|
|
22336
|
+
发布时间:2024-01-19 01:08:39
|
|
22337
|
+
|
|
22338
|
+
本次发布包含了以下内容:
|
|
22339
|
+
|
|
22340
|
+
改善已有的文档。
|
|
22341
|
+
|
|
22342
|
+
修改数据结构:
|
|
22343
|
+
|
|
22344
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
22345
|
+
|
|
22346
|
+
* <font color="#dd0000">**修改成员**:</font>TaskGroupInstanceExecuteLog
|
|
22347
|
+
|
|
22348
|
+
|
|
22243
22349
|
### 第 14 次发布
|
|
22244
22350
|
|
|
22245
22351
|
发布时间:2023-11-24 01:09:00
|
|
@@ -29679,6 +29785,32 @@
|
|
|
29679
29785
|
|
|
29680
29786
|
## 日志服务(cls) 版本:2020-10-16
|
|
29681
29787
|
|
|
29788
|
+
### 第 79 次发布
|
|
29789
|
+
|
|
29790
|
+
发布时间:2024-01-19 01:09:34
|
|
29791
|
+
|
|
29792
|
+
本次发布包含了以下内容:
|
|
29793
|
+
|
|
29794
|
+
改善已有的文档。
|
|
29795
|
+
|
|
29796
|
+
修改接口:
|
|
29797
|
+
|
|
29798
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
29799
|
+
|
|
29800
|
+
* 新增入参:StorageType
|
|
29801
|
+
|
|
29802
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
29803
|
+
|
|
29804
|
+
* 新增入参:StorageType
|
|
29805
|
+
|
|
29806
|
+
|
|
29807
|
+
修改数据结构:
|
|
29808
|
+
|
|
29809
|
+
* [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
|
|
29810
|
+
|
|
29811
|
+
* 新增成员:StorageType
|
|
29812
|
+
|
|
29813
|
+
|
|
29682
29814
|
### 第 78 次发布
|
|
29683
29815
|
|
|
29684
29816
|
发布时间:2023-11-27 00:05:31
|
|
@@ -35836,6 +35968,18 @@
|
|
|
35836
35968
|
|
|
35837
35969
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
35838
35970
|
|
|
35971
|
+
### 第 28 次发布
|
|
35972
|
+
|
|
35973
|
+
发布时间:2024-01-19 01:09:59
|
|
35974
|
+
|
|
35975
|
+
本次发布包含了以下内容:
|
|
35976
|
+
|
|
35977
|
+
改善已有的文档。
|
|
35978
|
+
|
|
35979
|
+
新增接口:
|
|
35980
|
+
|
|
35981
|
+
* [[ModifyOrganizationAccountStatus](https://cloud.tencent.com/document/api/664/103094)](https://cloud.tencent.com/document/api/#/#)
|
|
35982
|
+
|
|
35839
35983
|
### 第 27 次发布
|
|
35840
35984
|
|
|
35841
35985
|
发布时间:2023-12-19 01:25:03
|
|
@@ -42189,6 +42333,70 @@
|
|
|
42189
42333
|
|
|
42190
42334
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
42191
42335
|
|
|
42336
|
+
### 第 77 次发布
|
|
42337
|
+
|
|
42338
|
+
发布时间:2024-01-19 01:11:18
|
|
42339
|
+
|
|
42340
|
+
本次发布包含了以下内容:
|
|
42341
|
+
|
|
42342
|
+
改善已有的文档。
|
|
42343
|
+
|
|
42344
|
+
修改接口:
|
|
42345
|
+
|
|
42346
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
42347
|
+
|
|
42348
|
+
* [CloseWan](https://cloud.tencent.com/document/api/1003/92737)
|
|
42349
|
+
|
|
42350
|
+
* 新增入参:InstanceGroupId, InstanceId
|
|
42351
|
+
|
|
42352
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
42353
|
+
|
|
42354
|
+
* [DescribeClusterInstanceGrps](https://cloud.tencent.com/document/api/1003/48303)
|
|
42355
|
+
|
|
42356
|
+
* 新增出参:InstanceGroupInfoList
|
|
42357
|
+
|
|
42358
|
+
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
42359
|
+
|
|
42360
|
+
* 新增入参:IsGlobal
|
|
42361
|
+
|
|
42362
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1003/48305)
|
|
42363
|
+
|
|
42364
|
+
* 新增入参:InstanceGroupId
|
|
42365
|
+
|
|
42366
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
42367
|
+
|
|
42368
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1003/92729)
|
|
42369
|
+
|
|
42370
|
+
* 新增入参:IsGlobal
|
|
42371
|
+
|
|
42372
|
+
* [ModifyVipVport](https://cloud.tencent.com/document/api/1003/86720)
|
|
42373
|
+
|
|
42374
|
+
* 新增入参:InstanceGroupId
|
|
42375
|
+
|
|
42376
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
42377
|
+
|
|
42378
|
+
* [OpenWan](https://cloud.tencent.com/document/api/1003/92732)
|
|
42379
|
+
|
|
42380
|
+
* 新增入参:InstanceId, InstanceGroupId
|
|
42381
|
+
|
|
42382
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
42383
|
+
|
|
42384
|
+
|
|
42385
|
+
新增数据结构:
|
|
42386
|
+
|
|
42387
|
+
* [[CynosdbInstanceGroup](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstanceGroup)](https://cloud.tencent.com/document/api/1003/48097#[CynosdbInstanceGroup](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstanceGroup))
|
|
42388
|
+
|
|
42389
|
+
修改数据结构:
|
|
42390
|
+
|
|
42391
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
42392
|
+
|
|
42393
|
+
* 新增成员:IsSupportManualSnapshot
|
|
42394
|
+
|
|
42395
|
+
* [ModifiableInfo](https://cloud.tencent.com/document/api/1003/48097#ModifiableInfo)
|
|
42396
|
+
|
|
42397
|
+
* 新增成员:IsModifiable
|
|
42398
|
+
|
|
42399
|
+
|
|
42192
42400
|
### 第 76 次发布
|
|
42193
42401
|
|
|
42194
42402
|
发布时间:2024-01-10 01:11:56
|
|
@@ -54990,6 +55198,22 @@
|
|
|
54990
55198
|
|
|
54991
55199
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
54992
55200
|
|
|
55201
|
+
### 第 56 次发布
|
|
55202
|
+
|
|
55203
|
+
发布时间:2024-01-18 01:15:51
|
|
55204
|
+
|
|
55205
|
+
本次发布包含了以下内容:
|
|
55206
|
+
|
|
55207
|
+
改善已有的文档。
|
|
55208
|
+
|
|
55209
|
+
新增接口:
|
|
55210
|
+
|
|
55211
|
+
* [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)
|
|
55212
|
+
|
|
55213
|
+
新增数据结构:
|
|
55214
|
+
|
|
55215
|
+
* [InsightResult](https://cloud.tencent.com/document/api/589/33981#InsightResult)
|
|
55216
|
+
|
|
54993
55217
|
### 第 55 次发布
|
|
54994
55218
|
|
|
54995
55219
|
发布时间:2023-12-25 00:10:01
|
|
@@ -73113,6 +73337,29 @@
|
|
|
73113
73337
|
|
|
73114
73338
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
73115
73339
|
|
|
73340
|
+
### 第 24 次发布
|
|
73341
|
+
|
|
73342
|
+
发布时间:2024-01-18 01:17:58
|
|
73343
|
+
|
|
73344
|
+
本次发布包含了以下内容:
|
|
73345
|
+
|
|
73346
|
+
改善已有的文档。
|
|
73347
|
+
|
|
73348
|
+
修改接口:
|
|
73349
|
+
|
|
73350
|
+
* [DeleteCloudStorageEvent](https://cloud.tencent.com/document/api/1131/95523)
|
|
73351
|
+
|
|
73352
|
+
* 新增入参:ChannelId
|
|
73353
|
+
|
|
73354
|
+
* [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1131/96706)
|
|
73355
|
+
|
|
73356
|
+
* 新增出参:ChannelId
|
|
73357
|
+
|
|
73358
|
+
* [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1131/96104)
|
|
73359
|
+
|
|
73360
|
+
* 新增入参:ChannelId
|
|
73361
|
+
|
|
73362
|
+
|
|
73116
73363
|
### 第 23 次发布
|
|
73117
73364
|
|
|
73118
73365
|
发布时间:2023-11-29 01:57:28
|
|
@@ -89188,6 +89435,28 @@
|
|
|
89188
89435
|
|
|
89189
89436
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
89190
89437
|
|
|
89438
|
+
### 第 53 次发布
|
|
89439
|
+
|
|
89440
|
+
发布时间:2024-01-19 01:18:01
|
|
89441
|
+
|
|
89442
|
+
本次发布包含了以下内容:
|
|
89443
|
+
|
|
89444
|
+
改善已有的文档。
|
|
89445
|
+
|
|
89446
|
+
修改接口:
|
|
89447
|
+
|
|
89448
|
+
* [CopyJobs](https://cloud.tencent.com/document/api/849/77740)
|
|
89449
|
+
|
|
89450
|
+
* 新增入参:TargetWorkspaceId
|
|
89451
|
+
|
|
89452
|
+
|
|
89453
|
+
修改数据结构:
|
|
89454
|
+
|
|
89455
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
89456
|
+
|
|
89457
|
+
* 新增成员:IndexName, WorkspaceName
|
|
89458
|
+
|
|
89459
|
+
|
|
89191
89460
|
### 第 52 次发布
|
|
89192
89461
|
|
|
89193
89462
|
发布时间:2024-01-01 00:15:04
|
|
@@ -93042,27 +93311,27 @@
|
|
|
93042
93311
|
|
|
93043
93312
|
新增接口:
|
|
93044
93313
|
|
|
93045
|
-
* [
|
|
93046
|
-
* [
|
|
93047
|
-
* [
|
|
93048
|
-
* [
|
|
93049
|
-
* [
|
|
93050
|
-
* [
|
|
93051
|
-
* [
|
|
93052
|
-
* [
|
|
93053
|
-
* [
|
|
93054
|
-
* [
|
|
93055
|
-
* [
|
|
93314
|
+
* [AddShareUnit](https://cloud.tencent.com/document/api/850/103056)
|
|
93315
|
+
* [AddShareUnitMembers](https://cloud.tencent.com/document/api/850/103055)
|
|
93316
|
+
* [AddShareUnitResources](https://cloud.tencent.com/document/api/850/103054)
|
|
93317
|
+
* [DeleteShareUnit](https://cloud.tencent.com/document/api/850/103053)
|
|
93318
|
+
* [DeleteShareUnitMembers](https://cloud.tencent.com/document/api/850/103052)
|
|
93319
|
+
* [DeleteShareUnitResources](https://cloud.tencent.com/document/api/850/103051)
|
|
93320
|
+
* [DescribeShareAreas](https://cloud.tencent.com/document/api/850/103050)
|
|
93321
|
+
* [DescribeShareUnitMembers](https://cloud.tencent.com/document/api/850/103049)
|
|
93322
|
+
* [DescribeShareUnitResources](https://cloud.tencent.com/document/api/850/103048)
|
|
93323
|
+
* [DescribeShareUnits](https://cloud.tencent.com/document/api/850/103047)
|
|
93324
|
+
* [UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)
|
|
93056
93325
|
|
|
93057
93326
|
新增数据结构:
|
|
93058
93327
|
|
|
93059
|
-
* [
|
|
93060
|
-
* [
|
|
93061
|
-
* [
|
|
93062
|
-
* [
|
|
93063
|
-
* [
|
|
93064
|
-
* [
|
|
93065
|
-
* [
|
|
93328
|
+
* [ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit)
|
|
93329
|
+
* [ProductResource](https://cloud.tencent.com/document/api/850/67060#ProductResource)
|
|
93330
|
+
* [ShareArea](https://cloud.tencent.com/document/api/850/67060#ShareArea)
|
|
93331
|
+
* [ShareMember](https://cloud.tencent.com/document/api/850/67060#ShareMember)
|
|
93332
|
+
* [ShareResource](https://cloud.tencent.com/document/api/850/67060#ShareResource)
|
|
93333
|
+
* [ShareUnitMember](https://cloud.tencent.com/document/api/850/67060#ShareUnitMember)
|
|
93334
|
+
* [ShareUnitResource](https://cloud.tencent.com/document/api/850/67060#ShareUnitResource)
|
|
93066
93335
|
|
|
93067
93336
|
### 第 27 次发布
|
|
93068
93337
|
|
|
@@ -95018,6 +95287,21 @@
|
|
|
95018
95287
|
|
|
95019
95288
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
95020
95289
|
|
|
95290
|
+
### 第 17 次发布
|
|
95291
|
+
|
|
95292
|
+
发布时间:2024-01-19 01:18:43
|
|
95293
|
+
|
|
95294
|
+
本次发布包含了以下内容:
|
|
95295
|
+
|
|
95296
|
+
改善已有的文档。
|
|
95297
|
+
|
|
95298
|
+
修改数据结构:
|
|
95299
|
+
|
|
95300
|
+
* [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
|
|
95301
|
+
|
|
95302
|
+
* 新增成员:DeletedVpcSet
|
|
95303
|
+
|
|
95304
|
+
|
|
95021
95305
|
### 第 16 次发布
|
|
95022
95306
|
|
|
95023
95307
|
发布时间:2023-12-11 01:10:39
|
|
@@ -102122,6 +102406,22 @@
|
|
|
102122
102406
|
|
|
102123
102407
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
102124
102408
|
|
|
102409
|
+
### 第 52 次发布
|
|
102410
|
+
|
|
102411
|
+
发布时间:2024-01-19 01:19:47
|
|
102412
|
+
|
|
102413
|
+
本次发布包含了以下内容:
|
|
102414
|
+
|
|
102415
|
+
改善已有的文档。
|
|
102416
|
+
|
|
102417
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
102418
|
+
|
|
102419
|
+
* HostCertificate
|
|
102420
|
+
|
|
102421
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
102422
|
+
|
|
102423
|
+
* CertHostingInfo
|
|
102424
|
+
|
|
102125
102425
|
### 第 51 次发布
|
|
102126
102426
|
|
|
102127
102427
|
发布时间:2023-12-20 02:05:02
|
|
@@ -116973,6 +117273,23 @@
|
|
|
116973
117273
|
|
|
116974
117274
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
116975
117275
|
|
|
117276
|
+
### 第 70 次发布
|
|
117277
|
+
|
|
117278
|
+
发布时间:2024-01-19 01:22:03
|
|
117279
|
+
|
|
117280
|
+
本次发布包含了以下内容:
|
|
117281
|
+
|
|
117282
|
+
改善已有的文档。
|
|
117283
|
+
|
|
117284
|
+
修改接口:
|
|
117285
|
+
|
|
117286
|
+
* [DescribeDefaultCertificates](https://cloud.tencent.com/document/api/1552/80603)
|
|
117287
|
+
|
|
117288
|
+
* 新增入参:ZoneId
|
|
117289
|
+
|
|
117290
|
+
* <font color="#dd0000">**修改入参**:</font>Filters
|
|
117291
|
+
|
|
117292
|
+
|
|
116976
117293
|
### 第 69 次发布
|
|
116977
117294
|
|
|
116978
117295
|
发布时间:2024-01-08 00:19:23
|
|
@@ -126867,6 +127184,25 @@
|
|
|
126867
127184
|
|
|
126868
127185
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
126869
127186
|
|
|
127187
|
+
### 第 7 次发布
|
|
127188
|
+
|
|
127189
|
+
发布时间:2024-01-19 01:23:15
|
|
127190
|
+
|
|
127191
|
+
本次发布包含了以下内容:
|
|
127192
|
+
|
|
127193
|
+
改善已有的文档。
|
|
127194
|
+
|
|
127195
|
+
新增接口:
|
|
127196
|
+
|
|
127197
|
+
* [[CreateMQTTInstance](https://cloud.tencent.com/document/api/1493/103099)](https://cloud.tencent.com/document/api/#/#)
|
|
127198
|
+
* [[DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098)](https://cloud.tencent.com/document/api/#/#)
|
|
127199
|
+
* [[DescribeMQTTProductSKUList](https://cloud.tencent.com/document/api/1493/103096)](https://cloud.tencent.com/document/api/#/#)
|
|
127200
|
+
|
|
127201
|
+
新增数据结构:
|
|
127202
|
+
|
|
127203
|
+
* [[MQTTInstanceItem](https://cloud.tencent.com/document/api/1493/96031#MQTTInstanceItem)](https://cloud.tencent.com/document/api/1493/96031#[MQTTInstanceItem](https://cloud.tencent.com/document/api/1493/96031#MQTTInstanceItem))
|
|
127204
|
+
* [[MQTTProductSkuItem](https://cloud.tencent.com/document/api/1493/96031#MQTTProductSkuItem)](https://cloud.tencent.com/document/api/1493/96031#[MQTTProductSkuItem](https://cloud.tencent.com/document/api/1493/96031#MQTTProductSkuItem))
|
|
127205
|
+
|
|
126870
127206
|
### 第 6 次发布
|
|
126871
127207
|
|
|
126872
127208
|
发布时间:2023-11-21 01:38:03
|
|
@@ -144616,6 +144952,65 @@
|
|
|
144616
144952
|
|
|
144617
144953
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
144618
144954
|
|
|
144955
|
+
### 第 69 次发布
|
|
144956
|
+
|
|
144957
|
+
发布时间:2024-01-18 01:27:50
|
|
144958
|
+
|
|
144959
|
+
本次发布包含了以下内容:
|
|
144960
|
+
|
|
144961
|
+
改善已有的文档。
|
|
144962
|
+
|
|
144963
|
+
修改接口:
|
|
144964
|
+
|
|
144965
|
+
* [DeleteCustomFunction](https://cloud.tencent.com/document/api/1267/81485)
|
|
144966
|
+
|
|
144967
|
+
* 新增入参:FunctionName, FunctionType, DatabaseName, SchemaName, CommandFormat
|
|
144968
|
+
|
|
144969
|
+
* <font color="#dd0000">**修改入参**:</font>ClusterIdentifier, FunctionId
|
|
144970
|
+
|
|
144971
|
+
|
|
144972
|
+
新增数据结构:
|
|
144973
|
+
|
|
144974
|
+
* [SqlExpression](https://cloud.tencent.com/document/api/1267/76336#SqlExpression)
|
|
144975
|
+
* [SqlExpressionTable](https://cloud.tencent.com/document/api/1267/76336#SqlExpressionTable)
|
|
144976
|
+
|
|
144977
|
+
修改数据结构:
|
|
144978
|
+
|
|
144979
|
+
* [BooleanResponse](https://cloud.tencent.com/document/api/1267/76336#BooleanResponse)
|
|
144980
|
+
|
|
144981
|
+
* 新增成员:Code
|
|
144982
|
+
|
|
144983
|
+
* [InstanceReportReadNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportReadNode)
|
|
144984
|
+
|
|
144985
|
+
* 新增成员:WaitWriterTime
|
|
144986
|
+
|
|
144987
|
+
* [InstanceReportWriteNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportWriteNode)
|
|
144988
|
+
|
|
144989
|
+
* 新增成员:WaitReaderTime
|
|
144990
|
+
|
|
144991
|
+
* [IntegrationTaskInfo](https://cloud.tencent.com/document/api/1267/76336#IntegrationTaskInfo)
|
|
144992
|
+
|
|
144993
|
+
* 新增成员:ArrangeSpaceTaskId, OfflineTaskStatus
|
|
144994
|
+
|
|
144995
|
+
* [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
|
|
144996
|
+
|
|
144997
|
+
* 新增成员:TableName, TableOwnerName, ExecStrategy, Subscription, CreateTime, DatasourceId, DatabaseId, MonitorStatus
|
|
144998
|
+
|
|
144999
|
+
* [RuleGroupExecStrategy](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecStrategy)
|
|
145000
|
+
|
|
145001
|
+
* 新增成员:RuleId, RuleName
|
|
145002
|
+
|
|
145003
|
+
* <font color="#dd0000">**修改成员**:</font>RuleGroupId, MonitorType, ExecQueue, ExecutorGroupId, ExecutorGroupName, Tasks, StartTime, EndTime, CycleType, DelayTime, CycleStep, TaskAction
|
|
145004
|
+
|
|
145005
|
+
* [RuleGroupSubscribe](https://cloud.tencent.com/document/api/1267/76336#RuleGroupSubscribe)
|
|
145006
|
+
|
|
145007
|
+
* 新增成员:RuleId, RuleName
|
|
145008
|
+
|
|
145009
|
+
* [RuleTemplate](https://cloud.tencent.com/document/api/1267/76336#RuleTemplate)
|
|
145010
|
+
|
|
145011
|
+
* 新增成员:ResolvedSqlExpression, DatasourceTypes
|
|
145012
|
+
|
|
145013
|
+
|
|
144619
145014
|
### 第 68 次发布
|
|
144620
145015
|
|
|
144621
145016
|
发布时间:2024-01-17 01:27:06
|