tencentcloud-sdk-nodejs 4.0.784 → 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 +268 -0
- package/SERVICE_CHANGELOG.md +406 -52
- package/package.json +1 -1
- package/products.md +12 -12
- 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/cfg/v20210820/cfg_models.ts +6 -5
- package/src/services/cls/v20201016/cls_models.ts +32 -19
- package/src/services/csip/v20221121/csip_client.ts +14 -2
- package/src/services/csip/v20221121/csip_models.ts +32 -8
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +195 -50
- package/src/services/live/v20180801/live_models.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/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/cfg/v20210820/cfg_models.d.ts +6 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +32 -19
- 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/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/live/v20180801/live_models.d.ts +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/test/antiddos.v20200309.test.js +10 -0
- package/test/csip.v20221121.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,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
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
|
|
|
@@ -12,35 +12,38 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)
|
|
16
16
|
|
|
17
|
+
新增数据结构:
|
|
17
18
|
|
|
19
|
+
* [BGPIPL7RuleEntry](https://cloud.tencent.com/document/api/297/95396#BGPIPL7RuleEntry)
|
|
18
20
|
|
|
19
|
-
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
20
21
|
|
|
21
|
-
### 第 56 次发布
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24
|
+
|
|
25
|
+
### 第 15 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2024-01-19 01:08:39
|
|
24
28
|
|
|
25
29
|
本次发布包含了以下内容:
|
|
26
30
|
|
|
27
31
|
改善已有的文档。
|
|
28
32
|
|
|
29
|
-
|
|
33
|
+
修改数据结构:
|
|
30
34
|
|
|
31
|
-
* [
|
|
35
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
32
36
|
|
|
33
|
-
|
|
37
|
+
* <font color="#dd0000">**修改成员**:</font>TaskGroupInstanceExecuteLog
|
|
34
38
|
|
|
35
|
-
* [InsightResult](https://cloud.tencent.com/document/api/589/33981#InsightResult)
|
|
36
39
|
|
|
37
40
|
|
|
38
41
|
|
|
39
|
-
##
|
|
42
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
40
43
|
|
|
41
|
-
### 第
|
|
44
|
+
### 第 79 次发布
|
|
42
45
|
|
|
43
|
-
发布时间:2024-01-
|
|
46
|
+
发布时间:2024-01-19 01:09:34
|
|
44
47
|
|
|
45
48
|
本次发布包含了以下内容:
|
|
46
49
|
|
|
@@ -48,34 +51,45 @@
|
|
|
48
51
|
|
|
49
52
|
修改接口:
|
|
50
53
|
|
|
51
|
-
* [
|
|
54
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
52
55
|
|
|
53
|
-
* 新增入参:
|
|
56
|
+
* 新增入参:StorageType
|
|
54
57
|
|
|
55
|
-
* [
|
|
58
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
56
59
|
|
|
57
|
-
*
|
|
60
|
+
* 新增入参:StorageType
|
|
58
61
|
|
|
59
|
-
* [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1131/96104)
|
|
60
62
|
|
|
61
|
-
|
|
63
|
+
修改数据结构:
|
|
64
|
+
|
|
65
|
+
* [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
|
|
62
66
|
|
|
67
|
+
* 新增成员:StorageType
|
|
63
68
|
|
|
64
69
|
|
|
65
70
|
|
|
66
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
67
71
|
|
|
72
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
73
|
+
|
|
74
|
+
### 第 28 次发布
|
|
68
75
|
|
|
76
|
+
发布时间:2024-01-19 01:09:59
|
|
69
77
|
|
|
70
|
-
|
|
78
|
+
本次发布包含了以下内容:
|
|
71
79
|
|
|
80
|
+
改善已有的文档。
|
|
72
81
|
|
|
82
|
+
新增接口:
|
|
73
83
|
|
|
74
|
-
|
|
84
|
+
* [ModifyOrganizationAccountStatus](https://cloud.tencent.com/document/api/664/103094)
|
|
75
85
|
|
|
76
|
-
### 第 69 次发布
|
|
77
86
|
|
|
78
|
-
|
|
87
|
+
|
|
88
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
89
|
+
|
|
90
|
+
### 第 77 次发布
|
|
91
|
+
|
|
92
|
+
发布时间:2024-01-19 01:11:18
|
|
79
93
|
|
|
80
94
|
本次发布包含了以下内容:
|
|
81
95
|
|
|
@@ -83,54 +97,172 @@
|
|
|
83
97
|
|
|
84
98
|
修改接口:
|
|
85
99
|
|
|
86
|
-
* [
|
|
100
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
87
101
|
|
|
88
|
-
|
|
102
|
+
* [CloseWan](https://cloud.tencent.com/document/api/1003/92737)
|
|
89
103
|
|
|
90
|
-
*
|
|
104
|
+
* 新增入参:InstanceGroupId, InstanceId
|
|
105
|
+
|
|
106
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceGrpId
|
|
107
|
+
|
|
108
|
+
* [DescribeClusterInstanceGrps](https://cloud.tencent.com/document/api/1003/48303)
|
|
109
|
+
|
|
110
|
+
* 新增出参:InstanceGroupInfoList
|
|
111
|
+
|
|
112
|
+
* [DescribeClusterParams](https://cloud.tencent.com/document/api/1003/79556)
|
|
113
|
+
|
|
114
|
+
* 新增入参:IsGlobal
|
|
115
|
+
|
|
116
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1003/48305)
|
|
117
|
+
|
|
118
|
+
* 新增入参:InstanceGroupId
|
|
119
|
+
|
|
120
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceId
|
|
121
|
+
|
|
122
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1003/92729)
|
|
123
|
+
|
|
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
|
|
91
137
|
|
|
92
138
|
|
|
93
139
|
新增数据结构:
|
|
94
140
|
|
|
95
|
-
* [
|
|
96
|
-
* [SqlExpressionTable](https://cloud.tencent.com/document/api/1267/76336#SqlExpressionTable)
|
|
141
|
+
* [CynosdbInstanceGroup](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstanceGroup)
|
|
97
142
|
|
|
98
143
|
修改数据结构:
|
|
99
144
|
|
|
100
|
-
* [
|
|
145
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
101
146
|
|
|
102
|
-
* 新增成员:
|
|
147
|
+
* 新增成员:IsSupportManualSnapshot
|
|
103
148
|
|
|
104
|
-
* [
|
|
149
|
+
* [ModifiableInfo](https://cloud.tencent.com/document/api/1003/48097#ModifiableInfo)
|
|
105
150
|
|
|
106
|
-
* 新增成员:
|
|
151
|
+
* 新增成员:IsModifiable
|
|
107
152
|
|
|
108
|
-
* [InstanceReportWriteNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportWriteNode)
|
|
109
153
|
|
|
110
|
-
* 新增成员:WaitReaderTime
|
|
111
154
|
|
|
112
|
-
* [IntegrationTaskInfo](https://cloud.tencent.com/document/api/1267/76336#IntegrationTaskInfo)
|
|
113
155
|
|
|
114
|
-
|
|
156
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
115
157
|
|
|
116
|
-
|
|
158
|
+
### 第 53 次发布
|
|
117
159
|
|
|
118
|
-
|
|
160
|
+
发布时间:2024-01-19 01:18:01
|
|
119
161
|
|
|
120
|
-
|
|
162
|
+
本次发布包含了以下内容:
|
|
121
163
|
|
|
122
|
-
|
|
164
|
+
改善已有的文档。
|
|
123
165
|
|
|
124
|
-
|
|
166
|
+
修改接口:
|
|
125
167
|
|
|
126
|
-
* [
|
|
168
|
+
* [CopyJobs](https://cloud.tencent.com/document/api/849/77740)
|
|
127
169
|
|
|
128
|
-
*
|
|
170
|
+
* 新增入参:TargetWorkspaceId
|
|
129
171
|
|
|
130
|
-
* [RuleTemplate](https://cloud.tencent.com/document/api/1267/76336#RuleTemplate)
|
|
131
172
|
|
|
132
|
-
|
|
173
|
+
修改数据结构:
|
|
174
|
+
|
|
175
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
133
176
|
|
|
177
|
+
* 新增成员:IndexName, WorkspaceName
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
183
|
+
|
|
184
|
+
### 第 17 次发布
|
|
185
|
+
|
|
186
|
+
发布时间:2024-01-19 01:18:43
|
|
187
|
+
|
|
188
|
+
本次发布包含了以下内容:
|
|
189
|
+
|
|
190
|
+
改善已有的文档。
|
|
191
|
+
|
|
192
|
+
修改数据结构:
|
|
193
|
+
|
|
194
|
+
* [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
|
|
195
|
+
|
|
196
|
+
* 新增成员:DeletedVpcSet
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
202
|
+
|
|
203
|
+
### 第 52 次发布
|
|
204
|
+
|
|
205
|
+
发布时间:2024-01-19 01:19:47
|
|
206
|
+
|
|
207
|
+
本次发布包含了以下内容:
|
|
208
|
+
|
|
209
|
+
改善已有的文档。
|
|
210
|
+
|
|
211
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
212
|
+
|
|
213
|
+
* HostCertificate
|
|
214
|
+
|
|
215
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
216
|
+
|
|
217
|
+
* CertHostingInfo
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
222
|
+
|
|
223
|
+
### 第 70 次发布
|
|
224
|
+
|
|
225
|
+
发布时间:2024-01-19 01:22:03
|
|
226
|
+
|
|
227
|
+
本次发布包含了以下内容:
|
|
228
|
+
|
|
229
|
+
改善已有的文档。
|
|
230
|
+
|
|
231
|
+
修改接口:
|
|
232
|
+
|
|
233
|
+
* [DescribeDefaultCertificates](https://cloud.tencent.com/document/api/1552/80603)
|
|
234
|
+
|
|
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
|
|
251
|
+
|
|
252
|
+
本次发布包含了以下内容:
|
|
253
|
+
|
|
254
|
+
改善已有的文档。
|
|
255
|
+
|
|
256
|
+
新增接口:
|
|
257
|
+
|
|
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)
|
|
261
|
+
|
|
262
|
+
新增数据结构:
|
|
263
|
+
|
|
264
|
+
* [MQTTInstanceItem](https://cloud.tencent.com/document/api/1493/96031#MQTTInstanceItem)
|
|
265
|
+
* [MQTTProductSkuItem](https://cloud.tencent.com/document/api/1493/96031#MQTTProductSkuItem)
|
|
134
266
|
|
|
135
267
|
|
|
136
268
|
|
|
@@ -1896,6 +2028,22 @@
|
|
|
1896
2028
|
|
|
1897
2029
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1898
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
|
+
|
|
1899
2047
|
### 第 63 次发布
|
|
1900
2048
|
|
|
1901
2049
|
发布时间:2024-01-12 01:06:10
|
|
@@ -8645,7 +8793,7 @@
|
|
|
8645
8793
|
|
|
8646
8794
|
新增接口:
|
|
8647
8795
|
|
|
8648
|
-
* [
|
|
8796
|
+
* [DescribeSavingPlanResourceInfo](https://cloud.tencent.com/document/api/555/103077)
|
|
8649
8797
|
|
|
8650
8798
|
### 第 54 次发布
|
|
8651
8799
|
|
|
@@ -22183,6 +22331,21 @@
|
|
|
22183
22331
|
|
|
22184
22332
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
22185
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
|
+
|
|
22186
22349
|
### 第 14 次发布
|
|
22187
22350
|
|
|
22188
22351
|
发布时间:2023-11-24 01:09:00
|
|
@@ -29622,6 +29785,32 @@
|
|
|
29622
29785
|
|
|
29623
29786
|
## 日志服务(cls) 版本:2020-10-16
|
|
29624
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
|
+
|
|
29625
29814
|
### 第 78 次发布
|
|
29626
29815
|
|
|
29627
29816
|
发布时间:2023-11-27 00:05:31
|
|
@@ -35779,6 +35968,18 @@
|
|
|
35779
35968
|
|
|
35780
35969
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
35781
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
|
+
|
|
35782
35983
|
### 第 27 次发布
|
|
35783
35984
|
|
|
35784
35985
|
发布时间:2023-12-19 01:25:03
|
|
@@ -42132,6 +42333,70 @@
|
|
|
42132
42333
|
|
|
42133
42334
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
42134
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
|
+
|
|
42135
42400
|
### 第 76 次发布
|
|
42136
42401
|
|
|
42137
42402
|
发布时间:2024-01-10 01:11:56
|
|
@@ -54943,11 +55208,11 @@
|
|
|
54943
55208
|
|
|
54944
55209
|
新增接口:
|
|
54945
55210
|
|
|
54946
|
-
* [
|
|
55211
|
+
* [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)
|
|
54947
55212
|
|
|
54948
55213
|
新增数据结构:
|
|
54949
55214
|
|
|
54950
|
-
* [
|
|
55215
|
+
* [InsightResult](https://cloud.tencent.com/document/api/589/33981#InsightResult)
|
|
54951
55216
|
|
|
54952
55217
|
### 第 55 次发布
|
|
54953
55218
|
|
|
@@ -89170,6 +89435,28 @@
|
|
|
89170
89435
|
|
|
89171
89436
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
89172
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
|
+
|
|
89173
89460
|
### 第 52 次发布
|
|
89174
89461
|
|
|
89175
89462
|
发布时间:2024-01-01 00:15:04
|
|
@@ -95000,6 +95287,21 @@
|
|
|
95000
95287
|
|
|
95001
95288
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
95002
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
|
+
|
|
95003
95305
|
### 第 16 次发布
|
|
95004
95306
|
|
|
95005
95307
|
发布时间:2023-12-11 01:10:39
|
|
@@ -102104,6 +102406,22 @@
|
|
|
102104
102406
|
|
|
102105
102407
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
102106
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
|
+
|
|
102107
102425
|
### 第 51 次发布
|
|
102108
102426
|
|
|
102109
102427
|
发布时间:2023-12-20 02:05:02
|
|
@@ -116955,6 +117273,23 @@
|
|
|
116955
117273
|
|
|
116956
117274
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
116957
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
|
+
|
|
116958
117293
|
### 第 69 次发布
|
|
116959
117294
|
|
|
116960
117295
|
发布时间:2024-01-08 00:19:23
|
|
@@ -126849,6 +127184,25 @@
|
|
|
126849
127184
|
|
|
126850
127185
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
126851
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
|
+
|
|
126852
127206
|
### 第 6 次发布
|
|
126853
127207
|
|
|
126854
127208
|
发布时间:2023-11-21 01:38:03
|
|
@@ -144617,8 +144971,8 @@
|
|
|
144617
144971
|
|
|
144618
144972
|
新增数据结构:
|
|
144619
144973
|
|
|
144620
|
-
* [
|
|
144621
|
-
* [
|
|
144974
|
+
* [SqlExpression](https://cloud.tencent.com/document/api/1267/76336#SqlExpression)
|
|
144975
|
+
* [SqlExpressionTable](https://cloud.tencent.com/document/api/1267/76336#SqlExpressionTable)
|
|
144622
144976
|
|
|
144623
144977
|
修改数据结构:
|
|
144624
144978
|
|