tencentcloud-sdk-nodejs 4.0.534 → 4.0.536
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 +409 -0
- package/SERVICE_CHANGELOG.md +468 -251
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
- package/src/services/asr/v20190614/asr_models.ts +14 -2
- package/src/services/cbs/v20170312/cbs_models.ts +9 -4
- package/src/services/ccc/v20200210/ccc_client.ts +46 -9
- package/src/services/ccc/v20200210/ccc_models.ts +138 -17
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +2 -0
- package/src/services/clb/v20180317/clb_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cme/v20191029/cme_models.ts +6 -4
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_client.ts +204 -52
- package/src/services/dlc/v20210125/dlc_models.ts +1109 -70
- package/src/services/dts/v20211206/dts_models.ts +23 -5
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iai/v20180301/iai_client.ts +12 -4
- package/src/services/iai/v20200303/iai_client.ts +13 -5
- package/src/services/lcic/v20220817/lcic_client.ts +198 -72
- package/src/services/lcic/v20220817/lcic_models.ts +856 -120
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/rum/v20210622/rum_client.ts +36 -0
- package/src/services/rum/v20210622/rum_models.ts +105 -0
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +3 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +105 -54
- package/src/services/tdmq/v20200217/tdmq_models.ts +22 -10
- package/src/services/teo/v20220901/teo_client.ts +551 -488
- package/src/services/teo/v20220901/teo_models.ts +450 -113
- package/src/services/tse/v20201207/tse_models.ts +25 -6
- package/src/services/tsf/v20180326/tsf_client.ts +13 -1
- package/src/services/tsf/v20180326/tsf_models.ts +70 -20
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +3 -2
- package/src/services/vpc/v20170312/vpc_client.ts +6 -7
- package/src/services/vpc/v20170312/vpc_models.ts +24 -18
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +12 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -4
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +15 -3
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +21 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +119 -15
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +64 -16
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +94 -22
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +953 -75
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +21 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- 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 +1 -1
- package/tencentcloud/services/iai/v20180301/iai_client.d.ts +12 -4
- package/tencentcloud/services/iai/v20180301/iai_client.js +12 -4
- package/tencentcloud/services/iai/v20200303/iai_client.d.ts +12 -4
- package/tencentcloud/services/iai/v20200303/iai_client.js +12 -4
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +65 -25
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +96 -36
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +727 -101
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +13 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +18 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +90 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +90 -48
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -10
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +183 -163
- package/tencentcloud/services/teo/v20220901/teo_client.js +273 -243
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +390 -99
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +21 -4
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +60 -17
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +23 -18
- package/test/ccc.v20200210.test.js +32 -2
- package/test/dlc.v20210125.test.js +134 -14
- package/test/lcic.v20220817.test.js +124 -24
- package/test/rum.v20210622.test.js +30 -0
- package/test/teo.v20220901.test.js +212 -162
- package/test/tsf.v20180326.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,240 +1,124 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 52 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-02-
|
|
7
|
+
发布时间:2023-02-10 01:02:06
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [DestroyInstance](https://cloud.tencent.com/document/api/1299/86254)
|
|
16
|
-
|
|
17
|
-
修改接口:
|
|
18
|
-
|
|
19
|
-
* [ScaleOutInstance](https://cloud.tencent.com/document/api/1299/86157)
|
|
20
|
-
|
|
21
|
-
* 新增入参:ReduceShardInfo
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 负载均衡(clb) 版本:2018-03-17
|
|
27
|
-
|
|
28
|
-
### 第 80 次发布
|
|
29
|
-
|
|
30
|
-
发布时间:2023-02-08 01:22:37
|
|
31
|
-
|
|
32
|
-
本次发布包含了以下内容:
|
|
13
|
+
修改数据结构:
|
|
33
14
|
|
|
34
|
-
|
|
15
|
+
* [Layer7Rule](https://cloud.tencent.com/document/api/1021/57582#Layer7Rule)
|
|
35
16
|
|
|
36
|
-
|
|
17
|
+
* 新增成员:Protocol, Vport
|
|
37
18
|
|
|
38
|
-
* [
|
|
19
|
+
* [SourceServer](https://cloud.tencent.com/document/api/1021/57582#SourceServer)
|
|
39
20
|
|
|
40
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:Port
|
|
41
22
|
|
|
42
23
|
|
|
43
24
|
|
|
44
25
|
|
|
45
26
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
46
27
|
|
|
47
|
-
### 第
|
|
28
|
+
### 第 40 次发布
|
|
48
29
|
|
|
49
|
-
发布时间:2023-02-
|
|
30
|
+
发布时间:2023-02-10 01:28:27
|
|
50
31
|
|
|
51
32
|
本次发布包含了以下内容:
|
|
52
33
|
|
|
53
34
|
改善已有的文档。
|
|
54
35
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
* [CreateInternalTable](https://cloud.tencent.com/document/api/1342/86255)
|
|
58
|
-
|
|
59
|
-
新增数据结构:
|
|
60
|
-
|
|
61
|
-
* [TColumn](https://cloud.tencent.com/document/api/1342/53778#TColumn)
|
|
62
|
-
* [TPartition](https://cloud.tencent.com/document/api/1342/53778#TPartition)
|
|
63
|
-
|
|
36
|
+
修改接口:
|
|
64
37
|
|
|
38
|
+
* [GenerateCreateMangedTableSql](https://cloud.tencent.com/document/api/1342/86306)
|
|
65
39
|
|
|
66
|
-
|
|
40
|
+
* 新增入参:TableBaseInfo, Columns, Partitions, Properties
|
|
67
41
|
|
|
68
|
-
|
|
42
|
+
* 新增出参:Execution
|
|
69
43
|
|
|
70
|
-
发布时间:2023-02-07 11:30:44
|
|
71
44
|
|
|
72
|
-
本次发布包含了以下内容:
|
|
73
|
-
|
|
74
|
-
改善已有的文档。
|
|
75
|
-
|
|
76
|
-
新增接口:
|
|
77
|
-
|
|
78
|
-
* [CreateSealPolicy](https://cloud.tencent.com/document/api/1323/86183)
|
|
79
|
-
* [DeleteSealPolicies](https://cloud.tencent.com/document/api/1323/86182)
|
|
80
45
|
|
|
81
46
|
|
|
47
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
82
48
|
|
|
83
|
-
|
|
49
|
+
### 第 8 次发布
|
|
84
50
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
发布时间:2023-02-08 01:37:10
|
|
51
|
+
发布时间:2023-02-10 01:32:00
|
|
88
52
|
|
|
89
53
|
本次发布包含了以下内容:
|
|
90
54
|
|
|
91
55
|
改善已有的文档。
|
|
92
56
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
* [ChannelCreateSealPolicy](https://cloud.tencent.com/document/api/1420/86257)
|
|
96
|
-
* [ChannelDeleteSealPolicies](https://cloud.tencent.com/document/api/1420/86256)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
101
|
-
|
|
57
|
+
修改数据结构:
|
|
102
58
|
|
|
59
|
+
* [OnlineDDL](https://cloud.tencent.com/document/api/571/82108#OnlineDDL)
|
|
103
60
|
|
|
104
|
-
|
|
61
|
+
* 新增成员:Status
|
|
105
62
|
|
|
106
|
-
|
|
63
|
+
* [Table](https://cloud.tencent.com/document/api/571/82108#Table)
|
|
107
64
|
|
|
108
|
-
|
|
65
|
+
* 新增成员:TmpTables, TableEditMode
|
|
109
66
|
|
|
110
|
-
本次发布包含了以下内容:
|
|
111
67
|
|
|
112
|
-
改善已有的文档。
|
|
113
68
|
|
|
114
|
-
新增接口:
|
|
115
69
|
|
|
116
|
-
|
|
117
|
-
* [ChangeInstanceMaster](https://cloud.tencent.com/document/api/1520/86229)
|
|
118
|
-
* [CleanUpInstance](https://cloud.tencent.com/document/api/1520/86209)
|
|
119
|
-
* [ClearInstance](https://cloud.tencent.com/document/api/1520/86208)
|
|
120
|
-
* [CreateBackupManually](https://cloud.tencent.com/document/api/1520/86221)
|
|
121
|
-
* [CreateInstances](https://cloud.tencent.com/document/api/1520/86207)
|
|
122
|
-
* [DescribeAutoBackupConfig](https://cloud.tencent.com/document/api/1520/86220)
|
|
123
|
-
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1520/86214)
|
|
124
|
-
* [DescribeInstanceBackups](https://cloud.tencent.com/document/api/1520/86219)
|
|
125
|
-
* [DescribeInstanceBinlogs](https://cloud.tencent.com/document/api/1520/86218)
|
|
126
|
-
* [DescribeInstanceNodeInfo](https://cloud.tencent.com/document/api/1520/86206)
|
|
127
|
-
* [DescribeInstanceParamRecords](https://cloud.tencent.com/document/api/1520/86228)
|
|
128
|
-
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1520/86227)
|
|
129
|
-
* [DescribeInstanceReplicas](https://cloud.tencent.com/document/api/1520/86226)
|
|
130
|
-
* [DescribeInstances](https://cloud.tencent.com/document/api/1520/86205)
|
|
131
|
-
* [DescribeMaintenanceWindow](https://cloud.tencent.com/document/api/1520/86204)
|
|
132
|
-
* [DescribeProductInfo](https://cloud.tencent.com/document/api/1520/86223)
|
|
133
|
-
* [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/1520/86213)
|
|
134
|
-
* [DescribeProxySlowLog](https://cloud.tencent.com/document/api/1520/86203)
|
|
135
|
-
* [DescribeTaskInfo](https://cloud.tencent.com/document/api/1520/86202)
|
|
136
|
-
* [DescribeTaskList](https://cloud.tencent.com/document/api/1520/86201)
|
|
137
|
-
* [DescribeTendisSlowLog](https://cloud.tencent.com/document/api/1520/86200)
|
|
138
|
-
* [DestroyPostpaidInstance](https://cloud.tencent.com/document/api/1520/86199)
|
|
139
|
-
* [DestroyPrepaidInstance](https://cloud.tencent.com/document/api/1520/86198)
|
|
140
|
-
* [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1520/86212)
|
|
141
|
-
* [ModifyAutoBackupConfig](https://cloud.tencent.com/document/api/1520/86217)
|
|
142
|
-
* [ModifyConnectionConfig](https://cloud.tencent.com/document/api/1520/86197)
|
|
143
|
-
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/1520/86211)
|
|
144
|
-
* [ModifyInstance](https://cloud.tencent.com/document/api/1520/86196)
|
|
145
|
-
* [ModifyInstanceParams](https://cloud.tencent.com/document/api/1520/86225)
|
|
146
|
-
* [ModifyMaintenanceWindow](https://cloud.tencent.com/document/api/1520/86195)
|
|
147
|
-
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/1520/86194)
|
|
148
|
-
* [RenewInstance](https://cloud.tencent.com/document/api/1520/86193)
|
|
149
|
-
* [ResetPassword](https://cloud.tencent.com/document/api/1520/86192)
|
|
150
|
-
* [StartUpInstance](https://cloud.tencent.com/document/api/1520/86191)
|
|
151
|
-
* [UpgradeInstance](https://cloud.tencent.com/document/api/1520/86190)
|
|
152
|
-
|
|
153
|
-
新增数据结构:
|
|
154
|
-
|
|
155
|
-
* [BackupInfo](https://cloud.tencent.com/document/api/1520/86230#BackupInfo)
|
|
156
|
-
* [BinlogInfo](https://cloud.tencent.com/document/api/1520/86230#BinlogInfo)
|
|
157
|
-
* [Inbound](https://cloud.tencent.com/document/api/1520/86230#Inbound)
|
|
158
|
-
* [InstanceEnumParam](https://cloud.tencent.com/document/api/1520/86230#InstanceEnumParam)
|
|
159
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1520/86230#InstanceInfo)
|
|
160
|
-
* [InstanceIntegerParam](https://cloud.tencent.com/document/api/1520/86230#InstanceIntegerParam)
|
|
161
|
-
* [InstanceMultiParam](https://cloud.tencent.com/document/api/1520/86230#InstanceMultiParam)
|
|
162
|
-
* [InstanceNodeInfo](https://cloud.tencent.com/document/api/1520/86230#InstanceNodeInfo)
|
|
163
|
-
* [InstanceParam](https://cloud.tencent.com/document/api/1520/86230#InstanceParam)
|
|
164
|
-
* [InstanceParamHistory](https://cloud.tencent.com/document/api/1520/86230#InstanceParamHistory)
|
|
165
|
-
* [InstanceProxySlowlogDetail](https://cloud.tencent.com/document/api/1520/86230#InstanceProxySlowlogDetail)
|
|
166
|
-
* [InstanceTagInfo](https://cloud.tencent.com/document/api/1520/86230#InstanceTagInfo)
|
|
167
|
-
* [InstanceTextParam](https://cloud.tencent.com/document/api/1520/86230#InstanceTextParam)
|
|
168
|
-
* [KeeWiDBNode](https://cloud.tencent.com/document/api/1520/86230#KeeWiDBNode)
|
|
169
|
-
* [NodeInfo](https://cloud.tencent.com/document/api/1520/86230#NodeInfo)
|
|
170
|
-
* [Outbound](https://cloud.tencent.com/document/api/1520/86230#Outbound)
|
|
171
|
-
* [ProductConf](https://cloud.tencent.com/document/api/1520/86230#ProductConf)
|
|
172
|
-
* [ProxyNodeInfo](https://cloud.tencent.com/document/api/1520/86230#ProxyNodeInfo)
|
|
173
|
-
* [RedisNodeInfo](https://cloud.tencent.com/document/api/1520/86230#RedisNodeInfo)
|
|
174
|
-
* [RegionConf](https://cloud.tencent.com/document/api/1520/86230#RegionConf)
|
|
175
|
-
* [ReplicaGroup](https://cloud.tencent.com/document/api/1520/86230#ReplicaGroup)
|
|
176
|
-
* [ResourceTag](https://cloud.tencent.com/document/api/1520/86230#ResourceTag)
|
|
177
|
-
* [SecurityGroup](https://cloud.tencent.com/document/api/1520/86230#SecurityGroup)
|
|
178
|
-
* [TaskInfoDetail](https://cloud.tencent.com/document/api/1520/86230#TaskInfoDetail)
|
|
179
|
-
* [TendisSlowLogDetail](https://cloud.tencent.com/document/api/1520/86230#TendisSlowLogDetail)
|
|
180
|
-
* [ZoneCapacityConf](https://cloud.tencent.com/document/api/1520/86230#ZoneCapacityConf)
|
|
70
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
181
71
|
|
|
182
72
|
|
|
183
73
|
|
|
184
|
-
##
|
|
74
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
185
75
|
|
|
186
|
-
### 第
|
|
76
|
+
### 第 23 次发布
|
|
187
77
|
|
|
188
|
-
发布时间:2023-02-
|
|
78
|
+
发布时间:2023-02-10 01:54:01
|
|
189
79
|
|
|
190
80
|
本次发布包含了以下内容:
|
|
191
81
|
|
|
192
82
|
改善已有的文档。
|
|
193
83
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
* [DescribeCurveData](https://cloud.tencent.com/document/api/876/59512)
|
|
197
|
-
|
|
198
|
-
* 新增出参:NewValues
|
|
84
|
+
新增接口:
|
|
199
85
|
|
|
86
|
+
* [DescribeRumLogExport](https://cloud.tencent.com/document/api/1464/86366)
|
|
87
|
+
* [DescribeRumLogExports](https://cloud.tencent.com/document/api/1464/86365)
|
|
88
|
+
* [ResumeProject](https://cloud.tencent.com/document/api/1464/86367)
|
|
200
89
|
|
|
201
90
|
|
|
202
91
|
|
|
203
92
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
204
93
|
|
|
205
|
-
### 第
|
|
94
|
+
### 第 45 次发布
|
|
206
95
|
|
|
207
|
-
发布时间:2023-02-
|
|
96
|
+
发布时间:2023-02-10 02:03:51
|
|
208
97
|
|
|
209
98
|
本次发布包含了以下内容:
|
|
210
99
|
|
|
211
100
|
改善已有的文档。
|
|
212
101
|
|
|
213
|
-
修改接口:
|
|
214
|
-
|
|
215
|
-
* [DescribeRabbitMQNodeList](https://cloud.tencent.com/document/api/1179/82204)
|
|
216
|
-
|
|
217
|
-
* 新增入参:NodeName, Filters, SortElement, SortOrder
|
|
218
|
-
|
|
219
|
-
|
|
220
102
|
修改数据结构:
|
|
221
103
|
|
|
222
|
-
* [
|
|
104
|
+
* [InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant)
|
|
223
105
|
|
|
224
|
-
* 新增成员:
|
|
106
|
+
* 新增成员:PublicAccessEnabled
|
|
225
107
|
|
|
226
|
-
* [
|
|
108
|
+
* [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
|
|
227
109
|
|
|
228
|
-
* 新增成员:
|
|
110
|
+
* 新增成员:MaxQueuesPerTopic
|
|
229
111
|
|
|
112
|
+
* <font color="#dd0000">**修改成员**:</font>MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, MaxRetentionTime, MaxLatencyTime
|
|
230
113
|
|
|
231
114
|
|
|
232
115
|
|
|
233
|
-
|
|
116
|
+
|
|
117
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
234
118
|
|
|
235
119
|
### 第 30 次发布
|
|
236
120
|
|
|
237
|
-
发布时间:2023-02-
|
|
121
|
+
发布时间:2023-02-10 02:12:51
|
|
238
122
|
|
|
239
123
|
本次发布包含了以下内容:
|
|
240
124
|
|
|
@@ -242,60 +126,56 @@
|
|
|
242
126
|
|
|
243
127
|
修改数据结构:
|
|
244
128
|
|
|
245
|
-
* [
|
|
246
|
-
|
|
247
|
-
* 新增成员:RealClientIp, RealClientIpCountryCode
|
|
129
|
+
* [ApolloEnvParam](https://cloud.tencent.com/document/api/1364/54942#ApolloEnvParam)
|
|
248
130
|
|
|
131
|
+
* 新增成员:EnvDesc
|
|
249
132
|
|
|
133
|
+
* [EnvAddressInfo](https://cloud.tencent.com/document/api/1364/54942#EnvAddressInfo)
|
|
250
134
|
|
|
135
|
+
* 新增成员:EnableConfigIntranet
|
|
251
136
|
|
|
252
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
253
137
|
|
|
254
138
|
|
|
255
139
|
|
|
256
|
-
##
|
|
140
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
257
141
|
|
|
258
|
-
### 第
|
|
142
|
+
### 第 83 次发布
|
|
259
143
|
|
|
260
|
-
发布时间:2023-02-
|
|
144
|
+
发布时间:2023-02-10 02:13:06
|
|
261
145
|
|
|
262
146
|
本次发布包含了以下内容:
|
|
263
147
|
|
|
264
148
|
改善已有的文档。
|
|
265
149
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
* [AddNodes](https://cloud.tencent.com/document/api/1527/72105)
|
|
150
|
+
新增接口:
|
|
269
151
|
|
|
270
|
-
|
|
152
|
+
* [DeleteFileConfig](https://cloud.tencent.com/document/api/649/86369)
|
|
271
153
|
|
|
154
|
+
修改数据结构:
|
|
272
155
|
|
|
156
|
+
* [ContainerGroupDetail](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDetail)
|
|
273
157
|
|
|
158
|
+
* 新增成员:AllowPlainYamlDeploy, IsNotEqualServiceConfig, RepoName, Alias
|
|
274
159
|
|
|
275
|
-
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
276
160
|
|
|
277
161
|
|
|
278
162
|
|
|
279
163
|
## 私有网络(vpc) 版本:2017-03-12
|
|
280
164
|
|
|
281
|
-
### 第
|
|
165
|
+
### 第 139 次发布
|
|
282
166
|
|
|
283
|
-
发布时间:2023-02-
|
|
167
|
+
发布时间:2023-02-10 02:17:00
|
|
284
168
|
|
|
285
169
|
本次发布包含了以下内容:
|
|
286
170
|
|
|
287
171
|
改善已有的文档。
|
|
288
172
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
* [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037)
|
|
173
|
+
修改数据结构:
|
|
292
174
|
|
|
293
|
-
|
|
175
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
294
176
|
|
|
177
|
+
* 新增成员:IsSecurityLock
|
|
295
178
|
|
|
296
|
-
新增数据结构:
|
|
297
|
-
|
|
298
|
-
* [VpcTaskResultDetailInfo](https://cloud.tencent.com/document/api/215/15824#VpcTaskResultDetailInfo)
|
|
299
179
|
|
|
300
180
|
|
|
301
181
|
|
|
@@ -1880,6 +1760,25 @@
|
|
|
1880
1760
|
|
|
1881
1761
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1882
1762
|
|
|
1763
|
+
### 第 52 次发布
|
|
1764
|
+
|
|
1765
|
+
发布时间:2023-02-10 01:02:06
|
|
1766
|
+
|
|
1767
|
+
本次发布包含了以下内容:
|
|
1768
|
+
|
|
1769
|
+
改善已有的文档。
|
|
1770
|
+
|
|
1771
|
+
修改数据结构:
|
|
1772
|
+
|
|
1773
|
+
* [Layer7Rule](https://cloud.tencent.com/document/api/1021/57582#Layer7Rule)
|
|
1774
|
+
|
|
1775
|
+
* 新增成员:Protocol, Vport
|
|
1776
|
+
|
|
1777
|
+
* [SourceServer](https://cloud.tencent.com/document/api/1021/57582#SourceServer)
|
|
1778
|
+
|
|
1779
|
+
* 新增成员:Port
|
|
1780
|
+
|
|
1781
|
+
|
|
1883
1782
|
### 第 51 次发布
|
|
1884
1783
|
|
|
1885
1784
|
发布时间:2023-01-13 01:02:31
|
|
@@ -5502,6 +5401,28 @@
|
|
|
5502
5401
|
|
|
5503
5402
|
## 语音识别(asr) 版本:2019-06-14
|
|
5504
5403
|
|
|
5404
|
+
### 第 23 次发布
|
|
5405
|
+
|
|
5406
|
+
发布时间:2023-02-09 01:04:17
|
|
5407
|
+
|
|
5408
|
+
本次发布包含了以下内容:
|
|
5409
|
+
|
|
5410
|
+
改善已有的文档。
|
|
5411
|
+
|
|
5412
|
+
修改接口:
|
|
5413
|
+
|
|
5414
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
5415
|
+
|
|
5416
|
+
* 新增入参:EmotionRecognition
|
|
5417
|
+
|
|
5418
|
+
|
|
5419
|
+
修改数据结构:
|
|
5420
|
+
|
|
5421
|
+
* [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
|
|
5422
|
+
|
|
5423
|
+
* 新增成员:EmotionType
|
|
5424
|
+
|
|
5425
|
+
|
|
5505
5426
|
### 第 22 次发布
|
|
5506
5427
|
|
|
5507
5428
|
发布时间:2022-12-28 01:04:09
|
|
@@ -11144,6 +11065,21 @@
|
|
|
11144
11065
|
|
|
11145
11066
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
11146
11067
|
|
|
11068
|
+
### 第 46 次发布
|
|
11069
|
+
|
|
11070
|
+
发布时间:2023-02-09 01:08:40
|
|
11071
|
+
|
|
11072
|
+
本次发布包含了以下内容:
|
|
11073
|
+
|
|
11074
|
+
改善已有的文档。
|
|
11075
|
+
|
|
11076
|
+
修改数据结构:
|
|
11077
|
+
|
|
11078
|
+
* [Disk](https://cloud.tencent.com/document/api/362/15669#Disk)
|
|
11079
|
+
|
|
11080
|
+
* 新增成员:DiskBackupQuota
|
|
11081
|
+
|
|
11082
|
+
|
|
11147
11083
|
### 第 45 次发布
|
|
11148
11084
|
|
|
11149
11085
|
发布时间:2022-12-28 01:04:48
|
|
@@ -12033,6 +11969,31 @@
|
|
|
12033
11969
|
|
|
12034
11970
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
12035
11971
|
|
|
11972
|
+
### 第 41 次发布
|
|
11973
|
+
|
|
11974
|
+
发布时间:2023-02-09 01:09:05
|
|
11975
|
+
|
|
11976
|
+
本次发布包含了以下内容:
|
|
11977
|
+
|
|
11978
|
+
改善已有的文档。
|
|
11979
|
+
|
|
11980
|
+
新增接口:
|
|
11981
|
+
|
|
11982
|
+
* [BindNumberCallOutSkillGroup](https://cloud.tencent.com/document/api/679/86305)
|
|
11983
|
+
* [DescribeNumbers](https://cloud.tencent.com/document/api/679/86304)
|
|
11984
|
+
* [UnbindNumberCallOutSkillGroup](https://cloud.tencent.com/document/api/679/86303)
|
|
11985
|
+
|
|
11986
|
+
新增数据结构:
|
|
11987
|
+
|
|
11988
|
+
* [NumberInfo](https://cloud.tencent.com/document/api/679/47715#NumberInfo)
|
|
11989
|
+
|
|
11990
|
+
修改数据结构:
|
|
11991
|
+
|
|
11992
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
11993
|
+
|
|
11994
|
+
* 新增成员:VoicemailRecordURL
|
|
11995
|
+
|
|
11996
|
+
|
|
12036
11997
|
### 第 40 次发布
|
|
12037
11998
|
|
|
12038
11999
|
发布时间:2023-01-09 01:07:34
|
|
@@ -17805,7 +17766,7 @@
|
|
|
17805
17766
|
|
|
17806
17767
|
新增接口:
|
|
17807
17768
|
|
|
17808
|
-
* [
|
|
17769
|
+
* [DestroyInstance](https://cloud.tencent.com/document/api/1299/86254)
|
|
17809
17770
|
|
|
17810
17771
|
修改接口:
|
|
17811
17772
|
|
|
@@ -36260,6 +36221,57 @@
|
|
|
36260
36221
|
|
|
36261
36222
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
36262
36223
|
|
|
36224
|
+
### 第 40 次发布
|
|
36225
|
+
|
|
36226
|
+
发布时间:2023-02-10 01:28:27
|
|
36227
|
+
|
|
36228
|
+
本次发布包含了以下内容:
|
|
36229
|
+
|
|
36230
|
+
改善已有的文档。
|
|
36231
|
+
|
|
36232
|
+
修改接口:
|
|
36233
|
+
|
|
36234
|
+
* [GenerateCreateMangedTableSql](https://cloud.tencent.com/document/api/1342/86306)
|
|
36235
|
+
|
|
36236
|
+
* 新增入参:TableBaseInfo, Columns, Partitions, Properties
|
|
36237
|
+
|
|
36238
|
+
* 新增出参:Execution
|
|
36239
|
+
|
|
36240
|
+
|
|
36241
|
+
### 第 39 次发布
|
|
36242
|
+
|
|
36243
|
+
发布时间:2023-02-09 01:30:43
|
|
36244
|
+
|
|
36245
|
+
本次发布包含了以下内容:
|
|
36246
|
+
|
|
36247
|
+
改善已有的文档。
|
|
36248
|
+
|
|
36249
|
+
新增接口:
|
|
36250
|
+
|
|
36251
|
+
* [CancelNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86317)
|
|
36252
|
+
* [CancelNotebookSessionStatementBatch](https://cloud.tencent.com/document/api/1342/86316)
|
|
36253
|
+
* [CreateNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86315)
|
|
36254
|
+
* [CreateNotebookSessionStatementSupportBatchSQL](https://cloud.tencent.com/document/api/1342/86314)
|
|
36255
|
+
* [DeleteNotebookSession](https://cloud.tencent.com/document/api/1342/86313)
|
|
36256
|
+
* [DescribeDataEngines](https://cloud.tencent.com/document/api/1342/86308)
|
|
36257
|
+
* [DescribeNotebookSessionLog](https://cloud.tencent.com/document/api/1342/86312)
|
|
36258
|
+
* [DescribeNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86311)
|
|
36259
|
+
* [DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)
|
|
36260
|
+
* [DescribeNotebookSessionStatements](https://cloud.tencent.com/document/api/1342/86310)
|
|
36261
|
+
* [DescribeNotebookSessions](https://cloud.tencent.com/document/api/1342/86309)
|
|
36262
|
+
* [GenerateCreateMangedTableSql](https://cloud.tencent.com/document/api/1342/86306)
|
|
36263
|
+
|
|
36264
|
+
新增数据结构:
|
|
36265
|
+
|
|
36266
|
+
* [CrontabResumeSuspendStrategy](https://cloud.tencent.com/document/api/1342/53778#CrontabResumeSuspendStrategy)
|
|
36267
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
36268
|
+
* [NetworkConnection](https://cloud.tencent.com/document/api/1342/53778#NetworkConnection)
|
|
36269
|
+
* [NotebookSessionStatementBatchInformation](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementBatchInformation)
|
|
36270
|
+
* [NotebookSessionStatementInfo](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementInfo)
|
|
36271
|
+
* [NotebookSessions](https://cloud.tencent.com/document/api/1342/53778#NotebookSessions)
|
|
36272
|
+
* [StatementOutput](https://cloud.tencent.com/document/api/1342/53778#StatementOutput)
|
|
36273
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1342/53778#TagInfo)
|
|
36274
|
+
|
|
36263
36275
|
### 第 38 次发布
|
|
36264
36276
|
|
|
36265
36277
|
发布时间:2023-02-08 01:31:40
|
|
@@ -36270,12 +36282,12 @@
|
|
|
36270
36282
|
|
|
36271
36283
|
新增接口:
|
|
36272
36284
|
|
|
36273
|
-
* [
|
|
36285
|
+
* [CreateInternalTable](https://cloud.tencent.com/document/api/1342/86255)
|
|
36274
36286
|
|
|
36275
36287
|
新增数据结构:
|
|
36276
36288
|
|
|
36277
|
-
* [
|
|
36278
|
-
* [
|
|
36289
|
+
* [TColumn](https://cloud.tencent.com/document/api/1342/53778#TColumn)
|
|
36290
|
+
* [TPartition](https://cloud.tencent.com/document/api/1342/53778#TPartition)
|
|
36279
36291
|
|
|
36280
36292
|
### 第 37 次发布
|
|
36281
36293
|
|
|
@@ -38404,6 +38416,25 @@
|
|
|
38404
38416
|
|
|
38405
38417
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
38406
38418
|
|
|
38419
|
+
### 第 8 次发布
|
|
38420
|
+
|
|
38421
|
+
发布时间:2023-02-10 01:32:00
|
|
38422
|
+
|
|
38423
|
+
本次发布包含了以下内容:
|
|
38424
|
+
|
|
38425
|
+
改善已有的文档。
|
|
38426
|
+
|
|
38427
|
+
修改数据结构:
|
|
38428
|
+
|
|
38429
|
+
* [OnlineDDL](https://cloud.tencent.com/document/api/571/82108#OnlineDDL)
|
|
38430
|
+
|
|
38431
|
+
* 新增成员:Status
|
|
38432
|
+
|
|
38433
|
+
* [Table](https://cloud.tencent.com/document/api/571/82108#Table)
|
|
38434
|
+
|
|
38435
|
+
* 新增成员:TmpTables, TableEditMode
|
|
38436
|
+
|
|
38437
|
+
|
|
38407
38438
|
### 第 7 次发布
|
|
38408
38439
|
|
|
38409
38440
|
发布时间:2023-01-12 01:17:34
|
|
@@ -43098,8 +43129,8 @@
|
|
|
43098
43129
|
|
|
43099
43130
|
新增接口:
|
|
43100
43131
|
|
|
43101
|
-
* [
|
|
43102
|
-
* [
|
|
43132
|
+
* [CreateSealPolicy](https://cloud.tencent.com/document/api/1323/86183)
|
|
43133
|
+
* [DeleteSealPolicies](https://cloud.tencent.com/document/api/1323/86182)
|
|
43103
43134
|
|
|
43104
43135
|
### 第 41 次发布
|
|
43105
43136
|
|
|
@@ -43939,8 +43970,8 @@
|
|
|
43939
43970
|
|
|
43940
43971
|
新增接口:
|
|
43941
43972
|
|
|
43942
|
-
* [
|
|
43943
|
-
* [
|
|
43973
|
+
* [ChannelCreateSealPolicy](https://cloud.tencent.com/document/api/1420/86257)
|
|
43974
|
+
* [ChannelDeleteSealPolicies](https://cloud.tencent.com/document/api/1420/86256)
|
|
43944
43975
|
|
|
43945
43976
|
### 第 61 次发布
|
|
43946
43977
|
|
|
@@ -55063,71 +55094,71 @@
|
|
|
55063
55094
|
|
|
55064
55095
|
新增接口:
|
|
55065
55096
|
|
|
55066
|
-
* [
|
|
55067
|
-
* [
|
|
55068
|
-
* [
|
|
55069
|
-
* [
|
|
55070
|
-
* [
|
|
55071
|
-
* [
|
|
55072
|
-
* [
|
|
55073
|
-
* [
|
|
55074
|
-
* [
|
|
55075
|
-
* [
|
|
55076
|
-
* [
|
|
55077
|
-
* [
|
|
55078
|
-
* [
|
|
55079
|
-
* [
|
|
55080
|
-
* [
|
|
55081
|
-
* [
|
|
55082
|
-
* [
|
|
55083
|
-
* [
|
|
55084
|
-
* [
|
|
55085
|
-
* [
|
|
55086
|
-
* [
|
|
55087
|
-
* [
|
|
55088
|
-
* [
|
|
55089
|
-
* [
|
|
55090
|
-
* [
|
|
55091
|
-
* [
|
|
55092
|
-
* [
|
|
55093
|
-
* [
|
|
55094
|
-
* [
|
|
55095
|
-
* [
|
|
55096
|
-
* [
|
|
55097
|
-
* [
|
|
55098
|
-
* [
|
|
55099
|
-
* [
|
|
55100
|
-
* [
|
|
55101
|
-
* [
|
|
55102
|
-
|
|
55103
|
-
新增数据结构:
|
|
55104
|
-
|
|
55105
|
-
* [
|
|
55106
|
-
* [
|
|
55107
|
-
* [
|
|
55108
|
-
* [
|
|
55109
|
-
* [
|
|
55110
|
-
* [
|
|
55111
|
-
* [
|
|
55112
|
-
* [
|
|
55113
|
-
* [
|
|
55114
|
-
* [
|
|
55115
|
-
* [
|
|
55116
|
-
* [
|
|
55117
|
-
* [
|
|
55118
|
-
* [
|
|
55119
|
-
* [
|
|
55120
|
-
* [
|
|
55121
|
-
* [
|
|
55122
|
-
* [
|
|
55123
|
-
* [
|
|
55124
|
-
* [
|
|
55125
|
-
* [
|
|
55126
|
-
* [
|
|
55127
|
-
* [
|
|
55128
|
-
* [
|
|
55129
|
-
* [
|
|
55130
|
-
* [
|
|
55097
|
+
* [AssociateSecurityGroups](https://cloud.tencent.com/document/api/1520/86215)
|
|
55098
|
+
* [ChangeInstanceMaster](https://cloud.tencent.com/document/api/1520/86229)
|
|
55099
|
+
* [CleanUpInstance](https://cloud.tencent.com/document/api/1520/86209)
|
|
55100
|
+
* [ClearInstance](https://cloud.tencent.com/document/api/1520/86208)
|
|
55101
|
+
* [CreateBackupManually](https://cloud.tencent.com/document/api/1520/86221)
|
|
55102
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1520/86207)
|
|
55103
|
+
* [DescribeAutoBackupConfig](https://cloud.tencent.com/document/api/1520/86220)
|
|
55104
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1520/86214)
|
|
55105
|
+
* [DescribeInstanceBackups](https://cloud.tencent.com/document/api/1520/86219)
|
|
55106
|
+
* [DescribeInstanceBinlogs](https://cloud.tencent.com/document/api/1520/86218)
|
|
55107
|
+
* [DescribeInstanceNodeInfo](https://cloud.tencent.com/document/api/1520/86206)
|
|
55108
|
+
* [DescribeInstanceParamRecords](https://cloud.tencent.com/document/api/1520/86228)
|
|
55109
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1520/86227)
|
|
55110
|
+
* [DescribeInstanceReplicas](https://cloud.tencent.com/document/api/1520/86226)
|
|
55111
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/1520/86205)
|
|
55112
|
+
* [DescribeMaintenanceWindow](https://cloud.tencent.com/document/api/1520/86204)
|
|
55113
|
+
* [DescribeProductInfo](https://cloud.tencent.com/document/api/1520/86223)
|
|
55114
|
+
* [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/1520/86213)
|
|
55115
|
+
* [DescribeProxySlowLog](https://cloud.tencent.com/document/api/1520/86203)
|
|
55116
|
+
* [DescribeTaskInfo](https://cloud.tencent.com/document/api/1520/86202)
|
|
55117
|
+
* [DescribeTaskList](https://cloud.tencent.com/document/api/1520/86201)
|
|
55118
|
+
* [DescribeTendisSlowLog](https://cloud.tencent.com/document/api/1520/86200)
|
|
55119
|
+
* [DestroyPostpaidInstance](https://cloud.tencent.com/document/api/1520/86199)
|
|
55120
|
+
* [DestroyPrepaidInstance](https://cloud.tencent.com/document/api/1520/86198)
|
|
55121
|
+
* [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1520/86212)
|
|
55122
|
+
* [ModifyAutoBackupConfig](https://cloud.tencent.com/document/api/1520/86217)
|
|
55123
|
+
* [ModifyConnectionConfig](https://cloud.tencent.com/document/api/1520/86197)
|
|
55124
|
+
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/1520/86211)
|
|
55125
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1520/86196)
|
|
55126
|
+
* [ModifyInstanceParams](https://cloud.tencent.com/document/api/1520/86225)
|
|
55127
|
+
* [ModifyMaintenanceWindow](https://cloud.tencent.com/document/api/1520/86195)
|
|
55128
|
+
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/1520/86194)
|
|
55129
|
+
* [RenewInstance](https://cloud.tencent.com/document/api/1520/86193)
|
|
55130
|
+
* [ResetPassword](https://cloud.tencent.com/document/api/1520/86192)
|
|
55131
|
+
* [StartUpInstance](https://cloud.tencent.com/document/api/1520/86191)
|
|
55132
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/1520/86190)
|
|
55133
|
+
|
|
55134
|
+
新增数据结构:
|
|
55135
|
+
|
|
55136
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/1520/86230#BackupInfo)
|
|
55137
|
+
* [BinlogInfo](https://cloud.tencent.com/document/api/1520/86230#BinlogInfo)
|
|
55138
|
+
* [Inbound](https://cloud.tencent.com/document/api/1520/86230#Inbound)
|
|
55139
|
+
* [InstanceEnumParam](https://cloud.tencent.com/document/api/1520/86230#InstanceEnumParam)
|
|
55140
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1520/86230#InstanceInfo)
|
|
55141
|
+
* [InstanceIntegerParam](https://cloud.tencent.com/document/api/1520/86230#InstanceIntegerParam)
|
|
55142
|
+
* [InstanceMultiParam](https://cloud.tencent.com/document/api/1520/86230#InstanceMultiParam)
|
|
55143
|
+
* [InstanceNodeInfo](https://cloud.tencent.com/document/api/1520/86230#InstanceNodeInfo)
|
|
55144
|
+
* [InstanceParam](https://cloud.tencent.com/document/api/1520/86230#InstanceParam)
|
|
55145
|
+
* [InstanceParamHistory](https://cloud.tencent.com/document/api/1520/86230#InstanceParamHistory)
|
|
55146
|
+
* [InstanceProxySlowlogDetail](https://cloud.tencent.com/document/api/1520/86230#InstanceProxySlowlogDetail)
|
|
55147
|
+
* [InstanceTagInfo](https://cloud.tencent.com/document/api/1520/86230#InstanceTagInfo)
|
|
55148
|
+
* [InstanceTextParam](https://cloud.tencent.com/document/api/1520/86230#InstanceTextParam)
|
|
55149
|
+
* [KeeWiDBNode](https://cloud.tencent.com/document/api/1520/86230#KeeWiDBNode)
|
|
55150
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1520/86230#NodeInfo)
|
|
55151
|
+
* [Outbound](https://cloud.tencent.com/document/api/1520/86230#Outbound)
|
|
55152
|
+
* [ProductConf](https://cloud.tencent.com/document/api/1520/86230#ProductConf)
|
|
55153
|
+
* [ProxyNodeInfo](https://cloud.tencent.com/document/api/1520/86230#ProxyNodeInfo)
|
|
55154
|
+
* [RedisNodeInfo](https://cloud.tencent.com/document/api/1520/86230#RedisNodeInfo)
|
|
55155
|
+
* [RegionConf](https://cloud.tencent.com/document/api/1520/86230#RegionConf)
|
|
55156
|
+
* [ReplicaGroup](https://cloud.tencent.com/document/api/1520/86230#ReplicaGroup)
|
|
55157
|
+
* [ResourceTag](https://cloud.tencent.com/document/api/1520/86230#ResourceTag)
|
|
55158
|
+
* [SecurityGroup](https://cloud.tencent.com/document/api/1520/86230#SecurityGroup)
|
|
55159
|
+
* [TaskInfoDetail](https://cloud.tencent.com/document/api/1520/86230#TaskInfoDetail)
|
|
55160
|
+
* [TendisSlowLogDetail](https://cloud.tencent.com/document/api/1520/86230#TendisSlowLogDetail)
|
|
55161
|
+
* [ZoneCapacityConf](https://cloud.tencent.com/document/api/1520/86230#ZoneCapacityConf)
|
|
55131
55162
|
|
|
55132
55163
|
|
|
55133
55164
|
|
|
@@ -55531,6 +55562,36 @@
|
|
|
55531
55562
|
|
|
55532
55563
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
55533
55564
|
|
|
55565
|
+
### 第 9 次发布
|
|
55566
|
+
|
|
55567
|
+
发布时间:2023-02-09 01:47:12
|
|
55568
|
+
|
|
55569
|
+
本次发布包含了以下内容:
|
|
55570
|
+
|
|
55571
|
+
改善已有的文档。
|
|
55572
|
+
|
|
55573
|
+
新增接口:
|
|
55574
|
+
|
|
55575
|
+
* [BatchCreateRoom](https://cloud.tencent.com/document/api/1639/86325)
|
|
55576
|
+
* [BatchDeleteRecord](https://cloud.tencent.com/document/api/1639/86328)
|
|
55577
|
+
* [DeleteDocument](https://cloud.tencent.com/document/api/1639/86322)
|
|
55578
|
+
* [DeleteRecord](https://cloud.tencent.com/document/api/1639/86327)
|
|
55579
|
+
* [DescribeDocument](https://cloud.tencent.com/document/api/1639/86321)
|
|
55580
|
+
* [DescribeDocumentsByRoom](https://cloud.tencent.com/document/api/1639/86320)
|
|
55581
|
+
* [DescribeSdkAppIdUsers](https://cloud.tencent.com/document/api/1639/86324)
|
|
55582
|
+
* [GetWatermark](https://cloud.tencent.com/document/api/1639/86330)
|
|
55583
|
+
* [ModifyUserProfile](https://cloud.tencent.com/document/api/1639/86323)
|
|
55584
|
+
* [SetWatermark](https://cloud.tencent.com/document/api/1639/86329)
|
|
55585
|
+
|
|
55586
|
+
新增数据结构:
|
|
55587
|
+
|
|
55588
|
+
* [BackgroundPictureConfig](https://cloud.tencent.com/document/api/1639/81423#BackgroundPictureConfig)
|
|
55589
|
+
* [DocumentInfo](https://cloud.tencent.com/document/api/1639/81423#DocumentInfo)
|
|
55590
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
55591
|
+
* [TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig)
|
|
55592
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1639/81423#UserInfo)
|
|
55593
|
+
* [WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig)
|
|
55594
|
+
|
|
55534
55595
|
### 第 8 次发布
|
|
55535
55596
|
|
|
55536
55597
|
发布时间:2023-02-02 01:35:14
|
|
@@ -70753,6 +70814,20 @@
|
|
|
70753
70814
|
|
|
70754
70815
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
70755
70816
|
|
|
70817
|
+
### 第 23 次发布
|
|
70818
|
+
|
|
70819
|
+
发布时间:2023-02-10 01:54:01
|
|
70820
|
+
|
|
70821
|
+
本次发布包含了以下内容:
|
|
70822
|
+
|
|
70823
|
+
改善已有的文档。
|
|
70824
|
+
|
|
70825
|
+
新增接口:
|
|
70826
|
+
|
|
70827
|
+
* [[DescribeRumLogExport](https://cloud.tencent.com/document/api/1464/86366)](https://cloud.tencent.com/document/api/#/#)
|
|
70828
|
+
* [[DescribeRumLogExports](https://cloud.tencent.com/document/api/1464/86365)](https://cloud.tencent.com/document/api/#/#)
|
|
70829
|
+
* [[ResumeProject](https://cloud.tencent.com/document/api/1464/86367)](https://cloud.tencent.com/document/api/#/#)
|
|
70830
|
+
|
|
70756
70831
|
### 第 22 次发布
|
|
70757
70832
|
|
|
70758
70833
|
发布时间:2023-01-12 01:32:36
|
|
@@ -73243,6 +73318,52 @@
|
|
|
73243
73318
|
|
|
73244
73319
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
73245
73320
|
|
|
73321
|
+
### 第 40 次发布
|
|
73322
|
+
|
|
73323
|
+
发布时间:2023-02-09 01:58:45
|
|
73324
|
+
|
|
73325
|
+
本次发布包含了以下内容:
|
|
73326
|
+
|
|
73327
|
+
改善已有的文档。
|
|
73328
|
+
|
|
73329
|
+
修改接口:
|
|
73330
|
+
|
|
73331
|
+
* [ModifyBackupMigration](https://cloud.tencent.com/document/api/238/53183)
|
|
73332
|
+
|
|
73333
|
+
* 新增入参:DBRename
|
|
73334
|
+
|
|
73335
|
+
|
|
73336
|
+
新增数据结构:
|
|
73337
|
+
|
|
73338
|
+
* [DBRenameRes](https://cloud.tencent.com/document/api/238/19976#DBRenameRes)
|
|
73339
|
+
|
|
73340
|
+
修改数据结构:
|
|
73341
|
+
|
|
73342
|
+
* [AccountCreateInfo](https://cloud.tencent.com/document/api/238/19976#AccountCreateInfo)
|
|
73343
|
+
|
|
73344
|
+
* 新增成员:AccountType
|
|
73345
|
+
|
|
73346
|
+
* [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
|
|
73347
|
+
|
|
73348
|
+
* 新增成员:AccountType
|
|
73349
|
+
|
|
73350
|
+
* [AccountPrivilege](https://cloud.tencent.com/document/api/238/19976#AccountPrivilege)
|
|
73351
|
+
|
|
73352
|
+
* 新增成员:AccountType
|
|
73353
|
+
|
|
73354
|
+
* [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
|
|
73355
|
+
|
|
73356
|
+
* 新增成员:AccountType
|
|
73357
|
+
|
|
73358
|
+
* [DbNormalDetail](https://cloud.tencent.com/document/api/238/19976#DbNormalDetail)
|
|
73359
|
+
|
|
73360
|
+
* 新增成员:CreateTime
|
|
73361
|
+
|
|
73362
|
+
* [Migration](https://cloud.tencent.com/document/api/238/19976#Migration)
|
|
73363
|
+
|
|
73364
|
+
* 新增成员:DBRename
|
|
73365
|
+
|
|
73366
|
+
|
|
73246
73367
|
### 第 39 次发布
|
|
73247
73368
|
|
|
73248
73369
|
发布时间:2022-12-07 06:58:03
|
|
@@ -82437,6 +82558,27 @@
|
|
|
82437
82558
|
|
|
82438
82559
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
82439
82560
|
|
|
82561
|
+
### 第 45 次发布
|
|
82562
|
+
|
|
82563
|
+
发布时间:2023-02-10 02:03:51
|
|
82564
|
+
|
|
82565
|
+
本次发布包含了以下内容:
|
|
82566
|
+
|
|
82567
|
+
改善已有的文档。
|
|
82568
|
+
|
|
82569
|
+
修改数据结构:
|
|
82570
|
+
|
|
82571
|
+
* [InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant)
|
|
82572
|
+
|
|
82573
|
+
* 新增成员:PublicAccessEnabled
|
|
82574
|
+
|
|
82575
|
+
* [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
|
|
82576
|
+
|
|
82577
|
+
* 新增成员:MaxQueuesPerTopic
|
|
82578
|
+
|
|
82579
|
+
* <font color="#dd0000">**修改成员**:</font>MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, MaxRetentionTime, MaxLatencyTime
|
|
82580
|
+
|
|
82581
|
+
|
|
82440
82582
|
### 第 44 次发布
|
|
82441
82583
|
|
|
82442
82584
|
发布时间:2023-02-08 02:05:03
|
|
@@ -85462,6 +85604,28 @@
|
|
|
85462
85604
|
|
|
85463
85605
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
85464
85606
|
|
|
85607
|
+
### 第 31 次发布
|
|
85608
|
+
|
|
85609
|
+
发布时间:2023-02-09 02:15:06
|
|
85610
|
+
|
|
85611
|
+
本次发布包含了以下内容:
|
|
85612
|
+
|
|
85613
|
+
改善已有的文档。
|
|
85614
|
+
|
|
85615
|
+
新增接口:
|
|
85616
|
+
|
|
85617
|
+
* [CreateAccelerationDomain](https://cloud.tencent.com/document/api/1552/86338)
|
|
85618
|
+
* [DeleteAccelerationDomains](https://cloud.tencent.com/document/api/1552/86337)
|
|
85619
|
+
* [DescribeAccelerationDomains](https://cloud.tencent.com/document/api/1552/86336)
|
|
85620
|
+
* [ModifyAccelerationDomain](https://cloud.tencent.com/document/api/1552/86335)
|
|
85621
|
+
* [ModifyAccelerationDomainStatuses](https://cloud.tencent.com/document/api/1552/86334)
|
|
85622
|
+
|
|
85623
|
+
新增数据结构:
|
|
85624
|
+
|
|
85625
|
+
* [AccelerationDomain](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomain)
|
|
85626
|
+
* [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)
|
|
85627
|
+
* [OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo)
|
|
85628
|
+
|
|
85465
85629
|
### 第 30 次发布
|
|
85466
85630
|
|
|
85467
85631
|
发布时间:2023-02-08 02:07:28
|
|
@@ -93730,6 +93894,25 @@
|
|
|
93730
93894
|
|
|
93731
93895
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
93732
93896
|
|
|
93897
|
+
### 第 30 次发布
|
|
93898
|
+
|
|
93899
|
+
发布时间:2023-02-10 02:12:51
|
|
93900
|
+
|
|
93901
|
+
本次发布包含了以下内容:
|
|
93902
|
+
|
|
93903
|
+
改善已有的文档。
|
|
93904
|
+
|
|
93905
|
+
修改数据结构:
|
|
93906
|
+
|
|
93907
|
+
* [ApolloEnvParam](https://cloud.tencent.com/document/api/1364/54942#ApolloEnvParam)
|
|
93908
|
+
|
|
93909
|
+
* 新增成员:EnvDesc
|
|
93910
|
+
|
|
93911
|
+
* [EnvAddressInfo](https://cloud.tencent.com/document/api/1364/54942#EnvAddressInfo)
|
|
93912
|
+
|
|
93913
|
+
* 新增成员:EnableConfigIntranet
|
|
93914
|
+
|
|
93915
|
+
|
|
93733
93916
|
### 第 29 次发布
|
|
93734
93917
|
|
|
93735
93918
|
发布时间:2022-10-25 07:07:46
|
|
@@ -94284,6 +94467,25 @@
|
|
|
94284
94467
|
|
|
94285
94468
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
94286
94469
|
|
|
94470
|
+
### 第 83 次发布
|
|
94471
|
+
|
|
94472
|
+
发布时间:2023-02-10 02:13:06
|
|
94473
|
+
|
|
94474
|
+
本次发布包含了以下内容:
|
|
94475
|
+
|
|
94476
|
+
改善已有的文档。
|
|
94477
|
+
|
|
94478
|
+
新增接口:
|
|
94479
|
+
|
|
94480
|
+
* [[DeleteFileConfig](https://cloud.tencent.com/document/api/649/86369)](https://cloud.tencent.com/document/api/#/#)
|
|
94481
|
+
|
|
94482
|
+
修改数据结构:
|
|
94483
|
+
|
|
94484
|
+
* [ContainerGroupDetail](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDetail)
|
|
94485
|
+
|
|
94486
|
+
* 新增成员:AllowPlainYamlDeploy, IsNotEqualServiceConfig, RepoName, Alias
|
|
94487
|
+
|
|
94488
|
+
|
|
94287
94489
|
### 第 82 次发布
|
|
94288
94490
|
|
|
94289
94491
|
发布时间:2023-01-17 01:58:04
|
|
@@ -100974,6 +101176,21 @@
|
|
|
100974
101176
|
|
|
100975
101177
|
## 私有网络(vpc) 版本:2017-03-12
|
|
100976
101178
|
|
|
101179
|
+
### 第 139 次发布
|
|
101180
|
+
|
|
101181
|
+
发布时间:2023-02-10 02:17:00
|
|
101182
|
+
|
|
101183
|
+
本次发布包含了以下内容:
|
|
101184
|
+
|
|
101185
|
+
改善已有的文档。
|
|
101186
|
+
|
|
101187
|
+
修改数据结构:
|
|
101188
|
+
|
|
101189
|
+
* [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
|
|
101190
|
+
|
|
101191
|
+
* 新增成员:IsSecurityLock
|
|
101192
|
+
|
|
101193
|
+
|
|
100977
101194
|
### 第 138 次发布
|
|
100978
101195
|
|
|
100979
101196
|
发布时间:2023-02-08 02:24:44
|
|
@@ -100991,7 +101208,7 @@
|
|
|
100991
101208
|
|
|
100992
101209
|
新增数据结构:
|
|
100993
101210
|
|
|
100994
|
-
* [
|
|
101211
|
+
* [VpcTaskResultDetailInfo](https://cloud.tencent.com/document/api/215/15824#VpcTaskResultDetailInfo)
|
|
100995
101212
|
|
|
100996
101213
|
### 第 137 次发布
|
|
100997
101214
|
|