tencentcloud-sdk-nodejs 4.0.706 → 4.0.708
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 +482 -0
- package/SERVICE_CHANGELOG.md +615 -32
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +9 -9
- package/src/services/bma/index.ts +2 -2
- package/src/services/bsca/v20210811/bsca_client.ts +43 -18
- package/src/services/bsca/v20210811/bsca_models.ts +107 -27
- package/src/services/btoe/index.ts +2 -2
- package/src/services/car/v20220110/car_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +2 -1
- package/src/services/cdb/v20170320/cdb_models.ts +41 -1
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +11 -1
- package/src/services/dlc/v20210125/dlc_models.ts +53 -44
- package/src/services/domain/v20180808/domain_client.ts +40 -28
- package/src/services/domain/v20180808/domain_models.ts +55 -23
- package/src/services/ecm/v20190719/ecm_models.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +5 -8
- package/src/services/essbasic/v20210526/essbasic_client.ts +5 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +162 -71
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/gme/v20180711/gme_models.ts +5 -3
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +4 -4
- package/src/services/irp/index.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +46 -3
- package/src/services/live/v20180801/live_models.ts +217 -59
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +40 -35
- package/src/services/ms/v20180408/ms_client.ts +4 -3
- package/src/services/ms/v20180408/ms_models.ts +87 -0
- package/src/services/oceanus/v20190422/oceanus_client.ts +30 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +204 -22
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/tcss/v20201101/tcss_models.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +114 -23
- package/src/services/tdmq/v20200217/tdmq_models.ts +741 -180
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +3 -0
- package/src/services/tse/v20201207/tse_models.ts +141 -20
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +45 -7
- package/src/services/waf/v20180125/waf_models.ts +559 -391
- package/src/services/wedata/v20210820/wedata_client.ts +12 -0
- package/src/services/wedata/v20210820/wedata_models.ts +51 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +9 -9
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +15 -7
- package/tencentcloud/services/bsca/v20210811/bsca_client.js +21 -9
- package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +102 -27
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/car/v20220110/car_client.d.ts +1 -1
- package/tencentcloud/services/car/v20220110/car_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +40 -1
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +11 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +53 -44
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +15 -11
- package/tencentcloud/services/domain/v20180808/domain_client.js +21 -15
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +53 -23
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +162 -71
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -3
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +18 -1
- package/tencentcloud/services/live/v20180801/live_client.js +23 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +208 -58
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +40 -35
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +3 -3
- package/tencentcloud/services/ms/v20180408/ms_client.js +3 -3
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +86 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +196 -22
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +33 -5
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +48 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +723 -183
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +138 -20
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +18 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +552 -392
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +49 -12
- package/test/bsca.v20210811.test.js +26 -6
- package/test/domain.v20180808.test.js +26 -16
- package/test/live.v20180801.test.js +30 -0
- package/test/oceanus.v20190422.test.js +20 -0
- package/test/tdmq.v20200217.test.js +74 -4
- package/test/waf.v20180125.test.js +30 -0
- package/test/wedata.v20210820.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## API 网关(apigateway) 版本:2018-08-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 46 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-10-
|
|
7
|
+
发布时间:2023-10-18 01:09:16
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,39 +12,112 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [ModifyAPIDoc](https://cloud.tencent.com/document/api/628/54947)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>ApiDocName, ServiceId, Environment, ApiIds
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 145 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2023-10-
|
|
26
|
+
发布时间:2023-10-18 01:20:48
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
30
30
|
改善已有的文档。
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [StartCpuExpand](https://cloud.tencent.com/document/api/236/96017)
|
|
35
|
+
|
|
36
|
+
* 新增入参:InstanceId, Type, ExpandCpu, AutoStrategy
|
|
33
37
|
|
|
34
|
-
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
35
38
|
|
|
36
39
|
新增数据结构:
|
|
37
40
|
|
|
38
|
-
* [
|
|
39
|
-
* [KeyValue](https://cloud.tencent.com/document/api/589/33981#KeyValue)
|
|
41
|
+
* [AutoStrategy](https://cloud.tencent.com/document/api/236/15878#AutoStrategy)
|
|
40
42
|
|
|
41
43
|
|
|
42
44
|
|
|
43
|
-
##
|
|
45
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
44
46
|
|
|
45
|
-
### 第
|
|
47
|
+
### 第 99 次发布
|
|
46
48
|
|
|
47
|
-
发布时间:2023-10-
|
|
49
|
+
发布时间:2023-10-18 01:38:58
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改数据结构:
|
|
56
|
+
|
|
57
|
+
* [AssetMachineDetail](https://cloud.tencent.com/document/api/296/19867#AssetMachineDetail)
|
|
58
|
+
|
|
59
|
+
* 新增成员:CpuLoadVul, FirstTime
|
|
60
|
+
|
|
61
|
+
* <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, CpuSize, CpuLoad, ProtectLevel, RiskStatus, ProtectDays, BuyTime, EndTime, CoreVersion, OsType, AgentVersion, InstallTime, BootTime, LastLiveTime, Producer, SerialNumber, NetCards, Disks, Status, ProjectId, DeviceVersion, OfflineTime, InstanceId, UpdateTime, MachineExtraInfo
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
67
|
+
|
|
68
|
+
### 第 67 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2023-10-18 01:49:18
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
修改接口:
|
|
77
|
+
|
|
78
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
79
|
+
|
|
80
|
+
* 新增入参:AutoAuthorization
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
修改数据结构:
|
|
84
|
+
|
|
85
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
86
|
+
|
|
87
|
+
* 新增成员:AutoAuthorization
|
|
88
|
+
|
|
89
|
+
* [DataFormat](https://cloud.tencent.com/document/api/1342/53778#DataFormat)
|
|
90
|
+
|
|
91
|
+
* <font color="#dd0000">**修改成员**:</font>TextFile, CSV, Json, Parquet, ORC, AVRO
|
|
92
|
+
|
|
93
|
+
* [DatabaseResponseInfo](https://cloud.tencent.com/document/api/1342/53778#DatabaseResponseInfo)
|
|
94
|
+
|
|
95
|
+
* <font color="#dd0000">**修改成员**:</font>Comment, Properties, CreateTime, ModifiedTime
|
|
96
|
+
|
|
97
|
+
* [Other](https://cloud.tencent.com/document/api/1342/53778#Other)
|
|
98
|
+
|
|
99
|
+
* <font color="#dd0000">**修改成员**:</font>Format
|
|
100
|
+
|
|
101
|
+
* [Partition](https://cloud.tencent.com/document/api/1342/53778#Partition)
|
|
102
|
+
|
|
103
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Comment, Transform, TransformArgs, CreateTime
|
|
104
|
+
|
|
105
|
+
* [TableResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TableResponseInfo)
|
|
106
|
+
|
|
107
|
+
* <font color="#dd0000">**修改成员**:</font>MapMaterializedViewName
|
|
108
|
+
|
|
109
|
+
* [TextFile](https://cloud.tencent.com/document/api/1342/53778#TextFile)
|
|
110
|
+
|
|
111
|
+
* <font color="#dd0000">**修改成员**:</font>Format, Regex
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
117
|
+
|
|
118
|
+
### 第 26 次发布
|
|
119
|
+
|
|
120
|
+
发布时间:2023-10-18 01:53:41
|
|
48
121
|
|
|
49
122
|
本次发布包含了以下内容:
|
|
50
123
|
|
|
@@ -52,15 +125,15 @@
|
|
|
52
125
|
|
|
53
126
|
新增接口:
|
|
54
127
|
|
|
55
|
-
* [
|
|
128
|
+
* [CreateCustomDnsHost](https://cloud.tencent.com/document/api/242/100418)
|
|
56
129
|
|
|
57
130
|
|
|
58
131
|
|
|
59
|
-
##
|
|
132
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
60
133
|
|
|
61
|
-
### 第
|
|
134
|
+
### 第 128 次发布
|
|
62
135
|
|
|
63
|
-
发布时间:2023-10-
|
|
136
|
+
发布时间:2023-10-18 02:01:09
|
|
64
137
|
|
|
65
138
|
本次发布包含了以下内容:
|
|
66
139
|
|
|
@@ -68,26 +141,138 @@
|
|
|
68
141
|
|
|
69
142
|
修改接口:
|
|
70
143
|
|
|
71
|
-
* [
|
|
144
|
+
* [VerifyPdf](https://cloud.tencent.com/document/api/1323/80797)
|
|
72
145
|
|
|
73
|
-
*
|
|
146
|
+
* 新增出参:PdfResourceMd5
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
152
|
+
|
|
153
|
+
### 第 122 次发布
|
|
154
|
+
|
|
155
|
+
发布时间:2023-10-18 02:03:31
|
|
156
|
+
|
|
157
|
+
本次发布包含了以下内容:
|
|
158
|
+
|
|
159
|
+
改善已有的文档。
|
|
160
|
+
|
|
161
|
+
修改接口:
|
|
162
|
+
|
|
163
|
+
* [ChannelVerifyPdf](https://cloud.tencent.com/document/api/1420/80799)
|
|
164
|
+
|
|
165
|
+
* 新增出参:VerifySerialNo, PdfResourceMd5
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
175
|
+
|
|
176
|
+
### 第 114 次发布
|
|
74
177
|
|
|
178
|
+
发布时间:2023-10-18 02:20:12
|
|
179
|
+
|
|
180
|
+
本次发布包含了以下内容:
|
|
181
|
+
|
|
182
|
+
改善已有的文档。
|
|
183
|
+
|
|
184
|
+
新增接口:
|
|
185
|
+
|
|
186
|
+
* [DescribeBackupStreamList](https://cloud.tencent.com/document/api/267/100422)
|
|
187
|
+
* [EnableOptimalSwitching](https://cloud.tencent.com/document/api/267/100421)
|
|
188
|
+
* [SwitchBackupStream](https://cloud.tencent.com/document/api/267/100420)
|
|
189
|
+
|
|
190
|
+
新增数据结构:
|
|
191
|
+
|
|
192
|
+
* [BackupStreamDetailData](https://cloud.tencent.com/document/api/267/20474#BackupStreamDetailData)
|
|
193
|
+
* [BackupStreamGroupInfo](https://cloud.tencent.com/document/api/267/20474#BackupStreamGroupInfo)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
198
|
+
|
|
199
|
+
### 第 41 次发布
|
|
200
|
+
|
|
201
|
+
发布时间:2023-10-18 02:29:23
|
|
202
|
+
|
|
203
|
+
本次发布包含了以下内容:
|
|
204
|
+
|
|
205
|
+
改善已有的文档。
|
|
206
|
+
|
|
207
|
+
修改接口:
|
|
208
|
+
|
|
209
|
+
* [FetchSqlGatewayStatementResult](https://cloud.tencent.com/document/api/849/100321)
|
|
210
|
+
|
|
211
|
+
* 新增入参:ClusterId, SessionId, OperationHandleId, ResultUri
|
|
212
|
+
|
|
213
|
+
* 新增出参:ErrorMessage, ResultType, IsQueryResult, ResultKind, Results, NextResultUri
|
|
214
|
+
|
|
215
|
+
* [RunSqlGatewayStatement](https://cloud.tencent.com/document/api/849/100320)
|
|
216
|
+
|
|
217
|
+
* 新增入参:ClusterId, Sql, SessionId
|
|
218
|
+
|
|
219
|
+
* 新增出参:ErrorMessage, SessionId, OperationHandleId
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
新增数据结构:
|
|
223
|
+
|
|
224
|
+
* [LogicalType](https://cloud.tencent.com/document/api/849/52010#LogicalType)
|
|
225
|
+
* [ResultColumn](https://cloud.tencent.com/document/api/849/52010#ResultColumn)
|
|
226
|
+
* [ResultData](https://cloud.tencent.com/document/api/849/52010#ResultData)
|
|
227
|
+
* [StatementResult](https://cloud.tencent.com/document/api/849/52010#StatementResult)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
232
|
+
|
|
233
|
+
### 第 80 次发布
|
|
234
|
+
|
|
235
|
+
发布时间:2023-10-18 02:51:11
|
|
236
|
+
|
|
237
|
+
本次发布包含了以下内容:
|
|
238
|
+
|
|
239
|
+
改善已有的文档。
|
|
240
|
+
|
|
241
|
+
新增接口:
|
|
242
|
+
|
|
243
|
+
* [DescribeRocketMQMigratingTopicList](https://cloud.tencent.com/document/api/1179/100429)
|
|
244
|
+
* [DescribeRocketMQSmoothMigrationTask](https://cloud.tencent.com/document/api/1179/100424)
|
|
245
|
+
* [DescribeRocketMQSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1179/100423)
|
|
246
|
+
* [DescribeRocketMQSourceClusterGroupList](https://cloud.tencent.com/document/api/1179/100428)
|
|
247
|
+
* [DescribeRocketMQSourceClusterTopicList](https://cloud.tencent.com/document/api/1179/100427)
|
|
248
|
+
* [ImportRocketMQConsumerGroups](https://cloud.tencent.com/document/api/1179/100426)
|
|
249
|
+
* [ImportRocketMQTopics](https://cloud.tencent.com/document/api/1179/100425)
|
|
250
|
+
|
|
251
|
+
新增数据结构:
|
|
252
|
+
|
|
253
|
+
* [MigrateTopic](https://cloud.tencent.com/document/api/1179/46089#MigrateTopic)
|
|
254
|
+
* [RocketMQGroupConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroupConfig)
|
|
255
|
+
* [RocketMQGroupConfigOutput](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroupConfigOutput)
|
|
256
|
+
* [RocketMQMigrationTopicDistribution](https://cloud.tencent.com/document/api/1179/46089#RocketMQMigrationTopicDistribution)
|
|
257
|
+
* [RocketMQSmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1179/46089#RocketMQSmoothMigrationTaskItem)
|
|
258
|
+
* [RocketMQTopicConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopicConfig)
|
|
259
|
+
* [RocketMQTopicConfigOutput](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopicConfigOutput)
|
|
75
260
|
|
|
76
261
|
|
|
77
262
|
|
|
78
263
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
79
264
|
|
|
80
|
-
### 第
|
|
265
|
+
### 第 50 次发布
|
|
81
266
|
|
|
82
|
-
发布时间:2023-10-
|
|
267
|
+
发布时间:2023-10-18 03:15:04
|
|
83
268
|
|
|
84
269
|
本次发布包含了以下内容:
|
|
85
270
|
|
|
86
271
|
改善已有的文档。
|
|
87
272
|
|
|
88
|
-
|
|
273
|
+
新增接口:
|
|
89
274
|
|
|
90
|
-
*
|
|
275
|
+
* [GetFileInfo](https://cloud.tencent.com/document/api/1267/100430)
|
|
91
276
|
|
|
92
277
|
|
|
93
278
|
|
|
@@ -3321,6 +3506,21 @@
|
|
|
3321
3506
|
|
|
3322
3507
|
## API 网关(apigateway) 版本:2018-08-08
|
|
3323
3508
|
|
|
3509
|
+
### 第 46 次发布
|
|
3510
|
+
|
|
3511
|
+
发布时间:2023-10-18 01:09:16
|
|
3512
|
+
|
|
3513
|
+
本次发布包含了以下内容:
|
|
3514
|
+
|
|
3515
|
+
改善已有的文档。
|
|
3516
|
+
|
|
3517
|
+
修改接口:
|
|
3518
|
+
|
|
3519
|
+
* [ModifyAPIDoc](https://cloud.tencent.com/document/api/628/54947)
|
|
3520
|
+
|
|
3521
|
+
* <font color="#dd0000">**修改入参**:</font>ApiDocName, ServiceId, Environment, ApiIds
|
|
3522
|
+
|
|
3523
|
+
|
|
3324
3524
|
### 第 45 次发布
|
|
3325
3525
|
|
|
3326
3526
|
发布时间:2023-10-12 01:07:58
|
|
@@ -10970,6 +11170,23 @@
|
|
|
10970
11170
|
|
|
10971
11171
|
## 二进制软件成分分析(bsca) 版本:2021-08-11
|
|
10972
11172
|
|
|
11173
|
+
### 第 4 次发布
|
|
11174
|
+
|
|
11175
|
+
发布时间:2023-10-17 01:08:28
|
|
11176
|
+
|
|
11177
|
+
本次发布包含了以下内容:
|
|
11178
|
+
|
|
11179
|
+
改善已有的文档。
|
|
11180
|
+
|
|
11181
|
+
新增接口:
|
|
11182
|
+
|
|
11183
|
+
* [DescribeKBComponentVersionList](https://cloud.tencent.com/document/api/1483/100319)
|
|
11184
|
+
* [SearchKBComponent](https://cloud.tencent.com/document/api/1483/100318)
|
|
11185
|
+
|
|
11186
|
+
新增数据结构:
|
|
11187
|
+
|
|
11188
|
+
* [ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion)
|
|
11189
|
+
|
|
10973
11190
|
### 第 3 次发布
|
|
10974
11191
|
|
|
10975
11192
|
发布时间:2022-09-29 06:12:03
|
|
@@ -14965,6 +15182,25 @@
|
|
|
14965
15182
|
|
|
14966
15183
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
14967
15184
|
|
|
15185
|
+
### 第 145 次发布
|
|
15186
|
+
|
|
15187
|
+
发布时间:2023-10-18 01:20:48
|
|
15188
|
+
|
|
15189
|
+
本次发布包含了以下内容:
|
|
15190
|
+
|
|
15191
|
+
改善已有的文档。
|
|
15192
|
+
|
|
15193
|
+
修改接口:
|
|
15194
|
+
|
|
15195
|
+
* [StartCpuExpand](https://cloud.tencent.com/document/api/236/96017)
|
|
15196
|
+
|
|
15197
|
+
* 新增入参:InstanceId, Type, ExpandCpu, AutoStrategy
|
|
15198
|
+
|
|
15199
|
+
|
|
15200
|
+
新增数据结构:
|
|
15201
|
+
|
|
15202
|
+
* [[AutoStrategy](https://cloud.tencent.com/document/api/236/15878#AutoStrategy)](https://cloud.tencent.com/document/api/236/15878#[AutoStrategy](https://cloud.tencent.com/document/api/236/15878#AutoStrategy))
|
|
15203
|
+
|
|
14968
15204
|
### 第 144 次发布
|
|
14969
15205
|
|
|
14970
15206
|
发布时间:2023-09-21 01:31:18
|
|
@@ -36974,6 +37210,23 @@
|
|
|
36974
37210
|
|
|
36975
37211
|
## 主机安全(cwp) 版本:2018-02-28
|
|
36976
37212
|
|
|
37213
|
+
### 第 99 次发布
|
|
37214
|
+
|
|
37215
|
+
发布时间:2023-10-18 01:38:58
|
|
37216
|
+
|
|
37217
|
+
本次发布包含了以下内容:
|
|
37218
|
+
|
|
37219
|
+
改善已有的文档。
|
|
37220
|
+
|
|
37221
|
+
修改数据结构:
|
|
37222
|
+
|
|
37223
|
+
* [AssetMachineDetail](https://cloud.tencent.com/document/api/296/19867#AssetMachineDetail)
|
|
37224
|
+
|
|
37225
|
+
* 新增成员:CpuLoadVul, FirstTime
|
|
37226
|
+
|
|
37227
|
+
* <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, CpuSize, CpuLoad, ProtectLevel, RiskStatus, ProtectDays, BuyTime, EndTime, CoreVersion, OsType, AgentVersion, InstallTime, BootTime, LastLiveTime, Producer, SerialNumber, NetCards, Disks, Status, ProjectId, DeviceVersion, OfflineTime, InstanceId, UpdateTime, MachineExtraInfo
|
|
37228
|
+
|
|
37229
|
+
|
|
36977
37230
|
### 第 98 次发布
|
|
36978
37231
|
|
|
36979
37232
|
发布时间:2023-10-10 01:12:51
|
|
@@ -45408,6 +45661,52 @@
|
|
|
45408
45661
|
|
|
45409
45662
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
45410
45663
|
|
|
45664
|
+
### 第 67 次发布
|
|
45665
|
+
|
|
45666
|
+
发布时间:2023-10-18 01:49:18
|
|
45667
|
+
|
|
45668
|
+
本次发布包含了以下内容:
|
|
45669
|
+
|
|
45670
|
+
改善已有的文档。
|
|
45671
|
+
|
|
45672
|
+
修改接口:
|
|
45673
|
+
|
|
45674
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
45675
|
+
|
|
45676
|
+
* 新增入参:AutoAuthorization
|
|
45677
|
+
|
|
45678
|
+
|
|
45679
|
+
修改数据结构:
|
|
45680
|
+
|
|
45681
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
45682
|
+
|
|
45683
|
+
* 新增成员:AutoAuthorization
|
|
45684
|
+
|
|
45685
|
+
* [DataFormat](https://cloud.tencent.com/document/api/1342/53778#DataFormat)
|
|
45686
|
+
|
|
45687
|
+
* <font color="#dd0000">**修改成员**:</font>TextFile, CSV, Json, Parquet, ORC, AVRO
|
|
45688
|
+
|
|
45689
|
+
* [DatabaseResponseInfo](https://cloud.tencent.com/document/api/1342/53778#DatabaseResponseInfo)
|
|
45690
|
+
|
|
45691
|
+
* <font color="#dd0000">**修改成员**:</font>Comment, Properties, CreateTime, ModifiedTime
|
|
45692
|
+
|
|
45693
|
+
* [Other](https://cloud.tencent.com/document/api/1342/53778#Other)
|
|
45694
|
+
|
|
45695
|
+
* <font color="#dd0000">**修改成员**:</font>Format
|
|
45696
|
+
|
|
45697
|
+
* [Partition](https://cloud.tencent.com/document/api/1342/53778#Partition)
|
|
45698
|
+
|
|
45699
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Comment, Transform, TransformArgs, CreateTime
|
|
45700
|
+
|
|
45701
|
+
* [TableResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TableResponseInfo)
|
|
45702
|
+
|
|
45703
|
+
* <font color="#dd0000">**修改成员**:</font>MapMaterializedViewName
|
|
45704
|
+
|
|
45705
|
+
* [TextFile](https://cloud.tencent.com/document/api/1342/53778#TextFile)
|
|
45706
|
+
|
|
45707
|
+
* <font color="#dd0000">**修改成员**:</font>Format, Regex
|
|
45708
|
+
|
|
45709
|
+
|
|
45411
45710
|
### 第 66 次发布
|
|
45412
45711
|
|
|
45413
45712
|
发布时间:2023-10-12 01:49:02
|
|
@@ -47434,6 +47733,18 @@
|
|
|
47434
47733
|
|
|
47435
47734
|
## 域名注册(domain) 版本:2018-08-08
|
|
47436
47735
|
|
|
47736
|
+
### 第 26 次发布
|
|
47737
|
+
|
|
47738
|
+
发布时间:2023-10-18 01:53:41
|
|
47739
|
+
|
|
47740
|
+
本次发布包含了以下内容:
|
|
47741
|
+
|
|
47742
|
+
改善已有的文档。
|
|
47743
|
+
|
|
47744
|
+
新增接口:
|
|
47745
|
+
|
|
47746
|
+
* [[CreateCustomDnsHost](https://cloud.tencent.com/document/api/242/100418)](https://cloud.tencent.com/document/api/#/#)
|
|
47747
|
+
|
|
47437
47748
|
### 第 25 次发布
|
|
47438
47749
|
|
|
47439
47750
|
发布时间:2023-07-24 01:25:15
|
|
@@ -48077,7 +48388,7 @@
|
|
|
48077
48388
|
|
|
48078
48389
|
|
|
48079
48390
|
|
|
48080
|
-
##
|
|
48391
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
48081
48392
|
|
|
48082
48393
|
### 第 4 次发布
|
|
48083
48394
|
|
|
@@ -50045,6 +50356,19 @@
|
|
|
50045
50356
|
|
|
50046
50357
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
50047
50358
|
|
|
50359
|
+
### 第 71 次发布
|
|
50360
|
+
|
|
50361
|
+
发布时间:2023-10-17 01:16:27
|
|
50362
|
+
|
|
50363
|
+
本次发布包含了以下内容:
|
|
50364
|
+
|
|
50365
|
+
改善已有的文档。
|
|
50366
|
+
|
|
50367
|
+
修改接口:
|
|
50368
|
+
|
|
50369
|
+
* [AssignIpv6Addresses](https://cloud.tencent.com/document/api/1108/51094)
|
|
50370
|
+
|
|
50371
|
+
|
|
50048
50372
|
### 第 70 次发布
|
|
50049
50373
|
|
|
50050
50374
|
发布时间:2023-09-05 10:56:15
|
|
@@ -52193,12 +52517,12 @@
|
|
|
52193
52517
|
|
|
52194
52518
|
新增接口:
|
|
52195
52519
|
|
|
52196
|
-
* [
|
|
52520
|
+
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
52197
52521
|
|
|
52198
52522
|
新增数据结构:
|
|
52199
52523
|
|
|
52200
|
-
* [
|
|
52201
|
-
* [
|
|
52524
|
+
* [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
|
|
52525
|
+
* [KeyValue](https://cloud.tencent.com/document/api/589/33981#KeyValue)
|
|
52202
52526
|
|
|
52203
52527
|
### 第 52 次发布
|
|
52204
52528
|
|
|
@@ -54504,6 +54828,21 @@
|
|
|
54504
54828
|
|
|
54505
54829
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
54506
54830
|
|
|
54831
|
+
### 第 128 次发布
|
|
54832
|
+
|
|
54833
|
+
发布时间:2023-10-18 02:01:09
|
|
54834
|
+
|
|
54835
|
+
本次发布包含了以下内容:
|
|
54836
|
+
|
|
54837
|
+
改善已有的文档。
|
|
54838
|
+
|
|
54839
|
+
修改接口:
|
|
54840
|
+
|
|
54841
|
+
* [VerifyPdf](https://cloud.tencent.com/document/api/1323/80797)
|
|
54842
|
+
|
|
54843
|
+
* 新增出参:PdfResourceMd5
|
|
54844
|
+
|
|
54845
|
+
|
|
54507
54846
|
### 第 127 次发布
|
|
54508
54847
|
|
|
54509
54848
|
发布时间:2023-10-12 01:57:39
|
|
@@ -57015,6 +57354,21 @@
|
|
|
57015
57354
|
|
|
57016
57355
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
57017
57356
|
|
|
57357
|
+
### 第 122 次发布
|
|
57358
|
+
|
|
57359
|
+
发布时间:2023-10-18 02:03:31
|
|
57360
|
+
|
|
57361
|
+
本次发布包含了以下内容:
|
|
57362
|
+
|
|
57363
|
+
改善已有的文档。
|
|
57364
|
+
|
|
57365
|
+
修改接口:
|
|
57366
|
+
|
|
57367
|
+
* [ChannelVerifyPdf](https://cloud.tencent.com/document/api/1420/80799)
|
|
57368
|
+
|
|
57369
|
+
* 新增出参:VerifySerialNo, PdfResourceMd5
|
|
57370
|
+
|
|
57371
|
+
|
|
57018
57372
|
### 第 121 次发布
|
|
57019
57373
|
|
|
57020
57374
|
发布时间:2023-10-12 01:58:40
|
|
@@ -67060,7 +67414,7 @@
|
|
|
67060
67414
|
|
|
67061
67415
|
新增接口:
|
|
67062
67416
|
|
|
67063
|
-
* [
|
|
67417
|
+
* [GetDeviceSumStatistics](https://cloud.tencent.com/document/api/1081/100249)
|
|
67064
67418
|
|
|
67065
67419
|
### 第 53 次发布
|
|
67066
67420
|
|
|
@@ -73332,6 +73686,25 @@
|
|
|
73332
73686
|
|
|
73333
73687
|
## 云直播CSS(live) 版本:2018-08-01
|
|
73334
73688
|
|
|
73689
|
+
### 第 114 次发布
|
|
73690
|
+
|
|
73691
|
+
发布时间:2023-10-18 02:20:12
|
|
73692
|
+
|
|
73693
|
+
本次发布包含了以下内容:
|
|
73694
|
+
|
|
73695
|
+
改善已有的文档。
|
|
73696
|
+
|
|
73697
|
+
新增接口:
|
|
73698
|
+
|
|
73699
|
+
* [[DescribeBackupStreamList](https://cloud.tencent.com/document/api/267/100422)](https://cloud.tencent.com/document/api/#/#)
|
|
73700
|
+
* [[EnableOptimalSwitching](https://cloud.tencent.com/document/api/267/100421)](https://cloud.tencent.com/document/api/#/#)
|
|
73701
|
+
* [[SwitchBackupStream](https://cloud.tencent.com/document/api/267/100420)](https://cloud.tencent.com/document/api/#/#)
|
|
73702
|
+
|
|
73703
|
+
新增数据结构:
|
|
73704
|
+
|
|
73705
|
+
* [[BackupStreamDetailData](https://cloud.tencent.com/document/api/267/20474#BackupStreamDetailData)](https://cloud.tencent.com/document/api/267/20474#[BackupStreamDetailData](https://cloud.tencent.com/document/api/267/20474#BackupStreamDetailData))
|
|
73706
|
+
* [[BackupStreamGroupInfo](https://cloud.tencent.com/document/api/267/20474#BackupStreamGroupInfo)](https://cloud.tencent.com/document/api/267/20474#[BackupStreamGroupInfo](https://cloud.tencent.com/document/api/267/20474#BackupStreamGroupInfo))
|
|
73707
|
+
|
|
73335
73708
|
### 第 113 次发布
|
|
73336
73709
|
|
|
73337
73710
|
发布时间:2023-10-13 01:19:37
|
|
@@ -78103,6 +78476,21 @@
|
|
|
78103
78476
|
|
|
78104
78477
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
78105
78478
|
|
|
78479
|
+
### 第 96 次发布
|
|
78480
|
+
|
|
78481
|
+
发布时间:2023-10-17 01:21:47
|
|
78482
|
+
|
|
78483
|
+
本次发布包含了以下内容:
|
|
78484
|
+
|
|
78485
|
+
改善已有的文档。
|
|
78486
|
+
|
|
78487
|
+
修改数据结构:
|
|
78488
|
+
|
|
78489
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
78490
|
+
|
|
78491
|
+
* 新增成员:IsSupportAlarmTag
|
|
78492
|
+
|
|
78493
|
+
|
|
78106
78494
|
### 第 95 次发布
|
|
78107
78495
|
|
|
78108
78496
|
发布时间:2023-10-09 01:19:36
|
|
@@ -83226,6 +83614,34 @@
|
|
|
83226
83614
|
|
|
83227
83615
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
83228
83616
|
|
|
83617
|
+
### 第 18 次发布
|
|
83618
|
+
|
|
83619
|
+
发布时间:2023-10-17 01:22:38
|
|
83620
|
+
|
|
83621
|
+
本次发布包含了以下内容:
|
|
83622
|
+
|
|
83623
|
+
改善已有的文档。
|
|
83624
|
+
|
|
83625
|
+
修改接口:
|
|
83626
|
+
|
|
83627
|
+
* [CreateEncryptInstance](https://cloud.tencent.com/document/api/283/95528)
|
|
83628
|
+
|
|
83629
|
+
* 新增入参:IOSInfo
|
|
83630
|
+
|
|
83631
|
+
|
|
83632
|
+
新增数据结构:
|
|
83633
|
+
|
|
83634
|
+
* [IOSInfo](https://cloud.tencent.com/document/api/283/17759#IOSInfo)
|
|
83635
|
+
|
|
83636
|
+
修改数据结构:
|
|
83637
|
+
|
|
83638
|
+
* [IOSResult](https://cloud.tencent.com/document/api/283/17759#IOSResult)
|
|
83639
|
+
|
|
83640
|
+
* 新增成员:OpUin, EncryptType, ResourceId, EncryptState, EncryptErrno, EncryptErrDesc, CreatTime, StartTime, EndTime, CostTime, EncryptPkgUrl
|
|
83641
|
+
|
|
83642
|
+
* <font color="#dd0000">**修改成员**:</font>ResultId
|
|
83643
|
+
|
|
83644
|
+
|
|
83229
83645
|
### 第 17 次发布
|
|
83230
83646
|
|
|
83231
83647
|
发布时间:2023-08-17 04:17:58
|
|
@@ -84178,6 +84594,49 @@
|
|
|
84178
84594
|
|
|
84179
84595
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
84180
84596
|
|
|
84597
|
+
### 第 41 次发布
|
|
84598
|
+
|
|
84599
|
+
发布时间:2023-10-18 02:29:23
|
|
84600
|
+
|
|
84601
|
+
本次发布包含了以下内容:
|
|
84602
|
+
|
|
84603
|
+
改善已有的文档。
|
|
84604
|
+
|
|
84605
|
+
修改接口:
|
|
84606
|
+
|
|
84607
|
+
* [FetchSqlGatewayStatementResult](https://cloud.tencent.com/document/api/849/100321)
|
|
84608
|
+
|
|
84609
|
+
* 新增入参:ClusterId, SessionId, OperationHandleId, ResultUri
|
|
84610
|
+
|
|
84611
|
+
* 新增出参:ErrorMessage, ResultType, IsQueryResult, ResultKind, Results, NextResultUri
|
|
84612
|
+
|
|
84613
|
+
* [RunSqlGatewayStatement](https://cloud.tencent.com/document/api/849/100320)
|
|
84614
|
+
|
|
84615
|
+
* 新增入参:ClusterId, Sql, SessionId
|
|
84616
|
+
|
|
84617
|
+
* 新增出参:ErrorMessage, SessionId, OperationHandleId
|
|
84618
|
+
|
|
84619
|
+
|
|
84620
|
+
新增数据结构:
|
|
84621
|
+
|
|
84622
|
+
* [[LogicalType](https://cloud.tencent.com/document/api/849/52010#LogicalType)](https://cloud.tencent.com/document/api/849/52010#[LogicalType](https://cloud.tencent.com/document/api/849/52010#LogicalType))
|
|
84623
|
+
* [[ResultColumn](https://cloud.tencent.com/document/api/849/52010#ResultColumn)](https://cloud.tencent.com/document/api/849/52010#[ResultColumn](https://cloud.tencent.com/document/api/849/52010#ResultColumn))
|
|
84624
|
+
* [[ResultData](https://cloud.tencent.com/document/api/849/52010#ResultData)](https://cloud.tencent.com/document/api/849/52010#[ResultData](https://cloud.tencent.com/document/api/849/52010#ResultData))
|
|
84625
|
+
* [[StatementResult](https://cloud.tencent.com/document/api/849/52010#StatementResult)](https://cloud.tencent.com/document/api/849/52010#[StatementResult](https://cloud.tencent.com/document/api/849/52010#StatementResult))
|
|
84626
|
+
|
|
84627
|
+
### 第 40 次发布
|
|
84628
|
+
|
|
84629
|
+
发布时间:2023-10-17 01:22:49
|
|
84630
|
+
|
|
84631
|
+
本次发布包含了以下内容:
|
|
84632
|
+
|
|
84633
|
+
改善已有的文档。
|
|
84634
|
+
|
|
84635
|
+
新增接口:
|
|
84636
|
+
|
|
84637
|
+
* [FetchSqlGatewayStatementResult](https://cloud.tencent.com/document/api/849/100321)
|
|
84638
|
+
* [RunSqlGatewayStatement](https://cloud.tencent.com/document/api/849/100320)
|
|
84639
|
+
|
|
84181
84640
|
### 第 39 次发布
|
|
84182
84641
|
|
|
84183
84642
|
发布时间:2023-10-12 02:20:57
|
|
@@ -105884,6 +106343,34 @@
|
|
|
105884
106343
|
|
|
105885
106344
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
105886
106345
|
|
|
106346
|
+
### 第 80 次发布
|
|
106347
|
+
|
|
106348
|
+
发布时间:2023-10-18 02:51:11
|
|
106349
|
+
|
|
106350
|
+
本次发布包含了以下内容:
|
|
106351
|
+
|
|
106352
|
+
改善已有的文档。
|
|
106353
|
+
|
|
106354
|
+
新增接口:
|
|
106355
|
+
|
|
106356
|
+
* [[DescribeRocketMQMigratingTopicList](https://cloud.tencent.com/document/api/1179/100429)](https://cloud.tencent.com/document/api/#/#)
|
|
106357
|
+
* [[DescribeRocketMQSmoothMigrationTask](https://cloud.tencent.com/document/api/1179/100424)](https://cloud.tencent.com/document/api/#/#)
|
|
106358
|
+
* [[DescribeRocketMQSmoothMigrationTaskList](https://cloud.tencent.com/document/api/1179/100423)](https://cloud.tencent.com/document/api/#/#)
|
|
106359
|
+
* [[DescribeRocketMQSourceClusterGroupList](https://cloud.tencent.com/document/api/1179/100428)](https://cloud.tencent.com/document/api/#/#)
|
|
106360
|
+
* [[DescribeRocketMQSourceClusterTopicList](https://cloud.tencent.com/document/api/1179/100427)](https://cloud.tencent.com/document/api/#/#)
|
|
106361
|
+
* [[ImportRocketMQConsumerGroups](https://cloud.tencent.com/document/api/1179/100426)](https://cloud.tencent.com/document/api/#/#)
|
|
106362
|
+
* [[ImportRocketMQTopics](https://cloud.tencent.com/document/api/1179/100425)](https://cloud.tencent.com/document/api/#/#)
|
|
106363
|
+
|
|
106364
|
+
新增数据结构:
|
|
106365
|
+
|
|
106366
|
+
* [[MigrateTopic](https://cloud.tencent.com/document/api/1179/46089#MigrateTopic)](https://cloud.tencent.com/document/api/1179/46089#[MigrateTopic](https://cloud.tencent.com/document/api/1179/46089#MigrateTopic))
|
|
106367
|
+
* [[RocketMQGroupConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroupConfig)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQGroupConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroupConfig))
|
|
106368
|
+
* [[RocketMQGroupConfigOutput](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroupConfigOutput)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQGroupConfigOutput](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroupConfigOutput))
|
|
106369
|
+
* [[RocketMQMigrationTopicDistribution](https://cloud.tencent.com/document/api/1179/46089#RocketMQMigrationTopicDistribution)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQMigrationTopicDistribution](https://cloud.tencent.com/document/api/1179/46089#RocketMQMigrationTopicDistribution))
|
|
106370
|
+
* [[RocketMQSmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1179/46089#RocketMQSmoothMigrationTaskItem)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQSmoothMigrationTaskItem](https://cloud.tencent.com/document/api/1179/46089#RocketMQSmoothMigrationTaskItem))
|
|
106371
|
+
* [[RocketMQTopicConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopicConfig)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQTopicConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopicConfig))
|
|
106372
|
+
* [[RocketMQTopicConfigOutput](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopicConfigOutput)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQTopicConfigOutput](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopicConfigOutput))
|
|
106373
|
+
|
|
105887
106374
|
### 第 79 次发布
|
|
105888
106375
|
|
|
105889
106376
|
发布时间:2023-10-13 01:25:14
|
|
@@ -111315,7 +111802,7 @@
|
|
|
111315
111802
|
|
|
111316
111803
|
* 新增入参:OriginType, AdvancedOriginGroups
|
|
111317
111804
|
|
|
111318
|
-
* [CreateOriginGroup](https://cloud.tencent.com/document/api
|
|
111805
|
+
* [CreateOriginGroup](https://cloud.tencent.com/document/api/#/#)
|
|
111319
111806
|
|
|
111320
111807
|
* 新增入参:HostHeader
|
|
111321
111808
|
|
|
@@ -111410,7 +111897,7 @@
|
|
|
111410
111897
|
* [CreateLoadBalancing](https://cloud.tencent.com/document/api/1552/80599)
|
|
111411
111898
|
* [CreateLogSet](https://cloud.tencent.com/document/api/1552/80633)
|
|
111412
111899
|
* [CreateLogTopicTask](https://cloud.tencent.com/document/api/1552/80632)
|
|
111413
|
-
* [CreateOriginGroup](https://cloud.tencent.com/document/api
|
|
111900
|
+
* [CreateOriginGroup](https://cloud.tencent.com/document/api/#/#)
|
|
111414
111901
|
* [CreatePlanForZone](https://cloud.tencent.com/document/api/1552/80607)
|
|
111415
111902
|
* [CreatePrefetchTask](https://cloud.tencent.com/document/api/1552/80704)
|
|
111416
111903
|
* [CreatePurgeTask](https://cloud.tencent.com/document/api/1552/80703)
|
|
@@ -121030,6 +121517,56 @@
|
|
|
121030
121517
|
|
|
121031
121518
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
121032
121519
|
|
|
121520
|
+
### 第 48 次发布
|
|
121521
|
+
|
|
121522
|
+
发布时间:2023-10-17 01:29:39
|
|
121523
|
+
|
|
121524
|
+
本次发布包含了以下内容:
|
|
121525
|
+
|
|
121526
|
+
改善已有的文档。
|
|
121527
|
+
|
|
121528
|
+
修改接口:
|
|
121529
|
+
|
|
121530
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
121531
|
+
|
|
121532
|
+
* 新增出参:CLBMultiRegion
|
|
121533
|
+
|
|
121534
|
+
|
|
121535
|
+
新增数据结构:
|
|
121536
|
+
|
|
121537
|
+
* [CLBMultiRegion](https://cloud.tencent.com/document/api/1364/54942#CLBMultiRegion)
|
|
121538
|
+
* [PolarisCLSTopicInfo](https://cloud.tencent.com/document/api/1364/54942#PolarisCLSTopicInfo)
|
|
121539
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1364/54942#StorageOption)
|
|
121540
|
+
|
|
121541
|
+
修改数据结构:
|
|
121542
|
+
|
|
121543
|
+
* [BoundK8SInfo](https://cloud.tencent.com/document/api/1364/54942#BoundK8SInfo)
|
|
121544
|
+
|
|
121545
|
+
* 新增成员:BindRegion
|
|
121546
|
+
|
|
121547
|
+
* [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
|
|
121548
|
+
|
|
121549
|
+
* 新增成员:ConsoleIntranetVpcInfos, LimiterIntranetVpcInfos, MainRegion, EKSClusterID
|
|
121550
|
+
|
|
121551
|
+
* [EngineRegionInfo](https://cloud.tencent.com/document/api/1364/54942#EngineRegionInfo)
|
|
121552
|
+
|
|
121553
|
+
* 新增成员:MainRegion, SpecId
|
|
121554
|
+
|
|
121555
|
+
* [EnvAddressInfo](https://cloud.tencent.com/document/api/1364/54942#EnvAddressInfo)
|
|
121556
|
+
|
|
121557
|
+
* 新增成员:CLBMultiRegion
|
|
121558
|
+
|
|
121559
|
+
* <font color="#dd0000">**修改成员**:</font>EnableConfigIntranet, InternetBandWidth
|
|
121560
|
+
|
|
121561
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
121562
|
+
|
|
121563
|
+
* 新增成员:StorageOption
|
|
121564
|
+
|
|
121565
|
+
* [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
|
|
121566
|
+
|
|
121567
|
+
* 新增成员:CLSTopics
|
|
121568
|
+
|
|
121569
|
+
|
|
121033
121570
|
### 第 47 次发布
|
|
121034
121571
|
|
|
121035
121572
|
发布时间:2023-10-13 01:27:15
|
|
@@ -133878,6 +134415,25 @@
|
|
|
133878
134415
|
|
|
133879
134416
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
133880
134417
|
|
|
134418
|
+
### 第 64 次发布
|
|
134419
|
+
|
|
134420
|
+
发布时间:2023-10-17 01:32:14
|
|
134421
|
+
|
|
134422
|
+
本次发布包含了以下内容:
|
|
134423
|
+
|
|
134424
|
+
改善已有的文档。
|
|
134425
|
+
|
|
134426
|
+
新增接口:
|
|
134427
|
+
|
|
134428
|
+
* [DescribeAttackType](https://cloud.tencent.com/document/api/627/100324)
|
|
134429
|
+
* [DescribeHistogram](https://cloud.tencent.com/document/api/627/100323)
|
|
134430
|
+
* [DescribeTopAttackDomain](https://cloud.tencent.com/document/api/627/100322)
|
|
134431
|
+
|
|
134432
|
+
新增数据结构:
|
|
134433
|
+
|
|
134434
|
+
* [KVInt](https://cloud.tencent.com/document/api/627/53609#KVInt)
|
|
134435
|
+
* [PiechartItem](https://cloud.tencent.com/document/api/627/53609#PiechartItem)
|
|
134436
|
+
|
|
133881
134437
|
### 第 63 次发布
|
|
133882
134438
|
|
|
133883
134439
|
发布时间:2023-10-13 01:29:06
|
|
@@ -135578,6 +136134,33 @@
|
|
|
135578
136134
|
|
|
135579
136135
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
135580
136136
|
|
|
136137
|
+
### 第 50 次发布
|
|
136138
|
+
|
|
136139
|
+
发布时间:2023-10-18 03:15:04
|
|
136140
|
+
|
|
136141
|
+
本次发布包含了以下内容:
|
|
136142
|
+
|
|
136143
|
+
改善已有的文档。
|
|
136144
|
+
|
|
136145
|
+
新增接口:
|
|
136146
|
+
|
|
136147
|
+
* [[GetFileInfo](https://cloud.tencent.com/document/api/1267/100430)](https://cloud.tencent.com/document/api/#/#)
|
|
136148
|
+
|
|
136149
|
+
### 第 49 次发布
|
|
136150
|
+
|
|
136151
|
+
发布时间:2023-10-17 01:32:55
|
|
136152
|
+
|
|
136153
|
+
本次发布包含了以下内容:
|
|
136154
|
+
|
|
136155
|
+
改善已有的文档。
|
|
136156
|
+
|
|
136157
|
+
修改数据结构:
|
|
136158
|
+
|
|
136159
|
+
* [OfflineTaskAddParam](https://cloud.tencent.com/document/api/1267/76336#OfflineTaskAddParam)
|
|
136160
|
+
|
|
136161
|
+
* 新增成员:TaskAutoSubmit, InstanceInitStrategy
|
|
136162
|
+
|
|
136163
|
+
|
|
135581
136164
|
### 第 48 次发布
|
|
135582
136165
|
|
|
135583
136166
|
发布时间:2023-10-16 01:29:53
|