tencentcloud-sdk-nodejs 4.0.879 → 4.0.880
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 +321 -0
- package/SERVICE_CHANGELOG.md +408 -160
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +5 -0
- package/src/services/cam/v20190116/cam_models.ts +22 -8
- package/src/services/cls/v20201016/cls_models.ts +9 -1
- package/src/services/cmq/v20190304/cmq_client.ts +1 -1
- package/src/services/cmq/v20190304/cmq_models.ts +16 -16
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +57 -0
- package/src/services/dlc/v20210125/dlc_client.ts +20 -7
- package/src/services/dlc/v20210125/dlc_models.ts +80 -2
- package/src/services/dsgc/v20190723/dsgc_models.ts +6 -6
- package/src/services/dts/v20180330/dts_client.ts +3 -18
- package/src/services/dts/v20180330/dts_models.ts +63 -117
- package/src/services/emr/v20190103/emr_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +864 -827
- package/src/services/ess/v20201111/ess_models.ts +162 -84
- package/src/services/essbasic/v20210526/essbasic_client.ts +37 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +191 -114
- package/src/services/mongodb/v20190725/mongodb_client.ts +19 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +56 -0
- package/src/services/mps/v20190612/mps_models.ts +69 -8
- package/src/services/ocr/v20181119/ocr_client.ts +13 -10
- package/src/services/ocr/v20181119/ocr_models.ts +361 -169
- package/src/services/organization/v20210331/organization_client.ts +32 -8
- package/src/services/organization/v20210331/organization_models.ts +70 -30
- package/src/services/tdmq/v20200217/tdmq_client.ts +115 -19
- package/src/services/tdmq/v20200217/tdmq_models.ts +381 -86
- package/src/services/trro/v20220325/trro_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +32 -27
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +22 -8
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.d.ts +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.js +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +16 -16
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +55 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +8 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +77 -2
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -6
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -7
- package/tencentcloud/services/dts/v20180330/dts_client.js +0 -8
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +63 -114
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +517 -496
- package/tencentcloud/services/ess/v20201111/ess_client.js +620 -595
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +158 -84
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +22 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +187 -114
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +7 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +9 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +53 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -8
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +356 -167
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +11 -3
- package/tencentcloud/services/organization/v20210331/organization_client.js +15 -3
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +66 -30
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +38 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +55 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +365 -86
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +32 -27
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/dlc.v20210125.test.js +12 -2
- package/test/dts.v20180330.test.js +0 -10
- package/test/ess.v20201111.test.js +182 -162
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/mongodb.v20190725.test.js +12 -2
- package/test/organization.v20210331.test.js +22 -2
- package/test/tdmq.v20200217.test.js +84 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 35 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-21 01:10:11
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>VoicePrintId
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 60 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2024-06-
|
|
26
|
+
发布时间:2024-06-21 01:11:19
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
|
|
32
32
|
修改数据结构:
|
|
33
33
|
|
|
34
|
-
* [
|
|
34
|
+
* [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
|
|
35
35
|
|
|
36
|
-
* 新增成员:
|
|
36
|
+
* 新增成员:Tags
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
##
|
|
41
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
42
42
|
|
|
43
|
-
### 第
|
|
43
|
+
### 第 59 次发布
|
|
44
44
|
|
|
45
|
-
发布时间:2024-06-
|
|
45
|
+
发布时间:2024-06-21 01:14:07
|
|
46
46
|
|
|
47
47
|
本次发布包含了以下内容:
|
|
48
48
|
|
|
@@ -50,127 +50,113 @@
|
|
|
50
50
|
|
|
51
51
|
修改接口:
|
|
52
52
|
|
|
53
|
-
* [
|
|
53
|
+
* [CreateAccessKey](https://cloud.tencent.com/document/api/598/82370)
|
|
54
54
|
|
|
55
|
-
* 新增入参:
|
|
55
|
+
* 新增入参:Description
|
|
56
56
|
|
|
57
|
-
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
58
57
|
|
|
59
|
-
|
|
58
|
+
修改数据结构:
|
|
60
59
|
|
|
61
|
-
* [
|
|
60
|
+
* [AccessKey](https://cloud.tencent.com/document/api/598/33167#AccessKey)
|
|
62
61
|
|
|
63
|
-
*
|
|
62
|
+
* 新增成员:Description
|
|
64
63
|
|
|
65
|
-
* [
|
|
64
|
+
* [AccessKeyDetail](https://cloud.tencent.com/document/api/598/33167#AccessKeyDetail)
|
|
66
65
|
|
|
67
|
-
*
|
|
66
|
+
* 新增成员:Description
|
|
68
67
|
|
|
69
68
|
|
|
70
|
-
修改数据结构:
|
|
71
69
|
|
|
72
|
-
* [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
|
|
73
70
|
|
|
74
|
-
|
|
71
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
75
72
|
|
|
76
|
-
|
|
73
|
+
### 第 94 次发布
|
|
77
74
|
|
|
78
|
-
|
|
75
|
+
发布时间:2024-06-21 01:30:05
|
|
79
76
|
|
|
80
|
-
|
|
77
|
+
本次发布包含了以下内容:
|
|
81
78
|
|
|
82
|
-
|
|
79
|
+
改善已有的文档。
|
|
83
80
|
|
|
81
|
+
新增接口:
|
|
84
82
|
|
|
83
|
+
* [RenewClusters](https://cloud.tencent.com/document/api/1003/107548)
|
|
85
84
|
|
|
86
85
|
|
|
87
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
88
86
|
|
|
89
|
-
|
|
87
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
90
88
|
|
|
91
|
-
|
|
89
|
+
### 第 94 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2024-06-21 01:33:48
|
|
92
92
|
|
|
93
93
|
本次发布包含了以下内容:
|
|
94
94
|
|
|
95
95
|
改善已有的文档。
|
|
96
96
|
|
|
97
|
-
|
|
97
|
+
新增接口:
|
|
98
98
|
|
|
99
|
-
* [
|
|
100
|
-
* [ExchangeRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeRoGroupInfo)
|
|
101
|
-
* [RollbackInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackInstanceInfo)
|
|
102
|
-
* [RollbackProcessInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackProcessInfo)
|
|
103
|
-
* [RollbackRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackRoGroupInfo)
|
|
99
|
+
* [DescribeSparkSessionBatchSQLCost](https://cloud.tencent.com/document/api/1342/107549)
|
|
104
100
|
|
|
105
|
-
|
|
101
|
+
修改接口:
|
|
106
102
|
|
|
107
|
-
* [
|
|
103
|
+
* [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
|
|
108
104
|
|
|
109
|
-
*
|
|
105
|
+
* 新增入参:StartTime, EndTime, Filters, DataEngineName
|
|
110
106
|
|
|
111
|
-
* [RollbackData](https://cloud.tencent.com/document/api/1003/48097#RollbackData)
|
|
112
107
|
|
|
113
|
-
|
|
108
|
+
新增数据结构:
|
|
114
109
|
|
|
110
|
+
* [BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo)
|
|
115
111
|
|
|
116
112
|
|
|
117
113
|
|
|
118
|
-
##
|
|
114
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
119
115
|
|
|
120
|
-
### 第 93 次发布
|
|
121
116
|
|
|
122
|
-
|
|
117
|
+
|
|
118
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
119
|
+
|
|
120
|
+
### 第 22 次发布
|
|
121
|
+
|
|
122
|
+
发布时间:2024-06-21 01:37:37
|
|
123
123
|
|
|
124
124
|
本次发布包含了以下内容:
|
|
125
125
|
|
|
126
126
|
改善已有的文档。
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
129
129
|
|
|
130
|
-
*
|
|
130
|
+
* DescribeRegionConf
|
|
131
131
|
|
|
132
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
132
133
|
|
|
134
|
+
* SubscribeRegionConf
|
|
133
135
|
|
|
134
|
-
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
135
136
|
|
|
136
|
-
### 第 8 次发布
|
|
137
137
|
|
|
138
|
-
|
|
138
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
139
|
+
|
|
140
|
+
### 第 175 次发布
|
|
141
|
+
|
|
142
|
+
发布时间:2024-06-21 01:41:37
|
|
139
143
|
|
|
140
144
|
本次发布包含了以下内容:
|
|
141
145
|
|
|
142
146
|
改善已有的文档。
|
|
143
147
|
|
|
144
|
-
|
|
148
|
+
新增接口:
|
|
145
149
|
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
* CreateEdgeUnitApplicationVisualization
|
|
149
|
-
* CreateEdgeUnitApplicationYaml
|
|
150
|
-
* DeleteApplications
|
|
151
|
-
* DeleteEdgeUnitApplications
|
|
152
|
-
* DescribeApplicationVisualization
|
|
153
|
-
* DescribeApplicationYaml
|
|
154
|
-
* DescribeApplicationYamlError
|
|
155
|
-
* DescribeApplications
|
|
156
|
-
* DescribeEdgeUnitApplicationEvents
|
|
157
|
-
* DescribeEdgeUnitApplicationLogs
|
|
158
|
-
* DescribeEdgeUnitApplicationPodContainers
|
|
159
|
-
* DescribeEdgeUnitApplicationPods
|
|
160
|
-
* DescribeEdgeUnitApplicationVisualization
|
|
161
|
-
* DescribeEdgeUnitApplicationYaml
|
|
162
|
-
* DescribeEdgeUnitApplicationYamlError
|
|
163
|
-
* DescribeEdgeUnitCloud
|
|
164
|
-
* ModifyApplicationBasicInfo
|
|
165
|
-
* ModifyApplicationVisualization
|
|
150
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
|
|
151
|
+
* [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
|
|
166
152
|
|
|
167
153
|
|
|
168
154
|
|
|
169
|
-
##
|
|
155
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
170
156
|
|
|
171
|
-
### 第
|
|
157
|
+
### 第 171 次发布
|
|
172
158
|
|
|
173
|
-
发布时间:2024-06-
|
|
159
|
+
发布时间:2024-06-21 01:42:38
|
|
174
160
|
|
|
175
161
|
本次发布包含了以下内容:
|
|
176
162
|
|
|
@@ -178,161 +164,157 @@
|
|
|
178
164
|
|
|
179
165
|
新增接口:
|
|
180
166
|
|
|
181
|
-
* [
|
|
182
|
-
* [
|
|
183
|
-
* [ReconstructDocument](https://cloud.tencent.com/document/api/1759/107504)
|
|
167
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
|
|
168
|
+
* [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
|
|
184
169
|
|
|
185
|
-
新增数据结构:
|
|
186
170
|
|
|
187
|
-
* [Coord](https://cloud.tencent.com/document/api/1759/105104#Coord)
|
|
188
|
-
* [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
|
|
189
|
-
* [DocumentElement](https://cloud.tencent.com/document/api/1759/105104#DocumentElement)
|
|
190
|
-
* [DocumentRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#DocumentRecognizeInfo)
|
|
191
|
-
* [Polygon](https://cloud.tencent.com/document/api/1759/105104#Polygon)
|
|
192
|
-
* [ReconstructDocumentConfig](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentConfig)
|
|
193
|
-
* [ReconstructDocumentFailedPage](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentFailedPage)
|
|
194
171
|
|
|
172
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
195
173
|
|
|
196
174
|
|
|
197
|
-
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
198
175
|
|
|
199
|
-
|
|
176
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
200
177
|
|
|
201
|
-
|
|
178
|
+
### 第 41 次发布
|
|
179
|
+
|
|
180
|
+
发布时间:2024-06-21 01:58:00
|
|
202
181
|
|
|
203
182
|
本次发布包含了以下内容:
|
|
204
183
|
|
|
205
184
|
改善已有的文档。
|
|
206
185
|
|
|
207
|
-
|
|
186
|
+
新增接口:
|
|
208
187
|
|
|
209
|
-
* [
|
|
188
|
+
* [ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)
|
|
210
189
|
|
|
211
|
-
|
|
190
|
+
新增数据结构:
|
|
212
191
|
|
|
192
|
+
* [ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType)
|
|
213
193
|
|
|
214
194
|
|
|
215
195
|
|
|
216
|
-
##
|
|
196
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
217
197
|
|
|
218
198
|
|
|
219
199
|
|
|
220
|
-
##
|
|
200
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
221
201
|
|
|
222
|
-
### 第
|
|
202
|
+
### 第 86 次发布
|
|
223
203
|
|
|
224
|
-
发布时间:2024-06-
|
|
204
|
+
发布时间:2024-06-21 01:59:51
|
|
225
205
|
|
|
226
206
|
本次发布包含了以下内容:
|
|
227
207
|
|
|
228
208
|
改善已有的文档。
|
|
229
209
|
|
|
230
|
-
新增接口:
|
|
231
|
-
|
|
232
|
-
* [DescribePodChargeInfo](https://cloud.tencent.com/document/api/457/107507)
|
|
233
|
-
|
|
234
210
|
修改接口:
|
|
235
211
|
|
|
236
|
-
* [
|
|
212
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
|
|
237
213
|
|
|
238
|
-
*
|
|
214
|
+
* 新增入参:SegmentType
|
|
239
215
|
|
|
216
|
+
* [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
|
|
240
217
|
|
|
241
|
-
|
|
218
|
+
* 新增入参:SegmentType
|
|
242
219
|
|
|
243
|
-
* [PodChargeInfo](https://cloud.tencent.com/document/api/457/31866#PodChargeInfo)
|
|
244
220
|
|
|
245
221
|
修改数据结构:
|
|
246
222
|
|
|
247
|
-
* [
|
|
223
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
|
|
248
224
|
|
|
249
|
-
*
|
|
225
|
+
* 新增成员:SegmentType
|
|
250
226
|
|
|
227
|
+
* [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
|
|
251
228
|
|
|
229
|
+
* 新增成员:SegmentType
|
|
252
230
|
|
|
231
|
+
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
253
232
|
|
|
254
|
-
|
|
233
|
+
* 新增成员:SegmentType
|
|
255
234
|
|
|
256
|
-
### 第 72 次发布
|
|
257
235
|
|
|
258
|
-
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
239
|
+
|
|
240
|
+
### 第 138 次发布
|
|
241
|
+
|
|
242
|
+
发布时间:2024-06-21 02:02:31
|
|
259
243
|
|
|
260
244
|
本次发布包含了以下内容:
|
|
261
245
|
|
|
262
246
|
改善已有的文档。
|
|
263
247
|
|
|
264
|
-
|
|
248
|
+
修改接口:
|
|
265
249
|
|
|
266
|
-
* [
|
|
250
|
+
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
267
251
|
|
|
268
|
-
*
|
|
252
|
+
* 新增出参:FinancialBill
|
|
269
253
|
|
|
270
254
|
|
|
255
|
+
新增数据结构:
|
|
271
256
|
|
|
257
|
+
* [FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)
|
|
258
|
+
* [FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)
|
|
259
|
+
* [FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)
|
|
272
260
|
|
|
273
|
-
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
274
261
|
|
|
275
|
-
### 第 109 次发布
|
|
276
262
|
|
|
277
|
-
|
|
263
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
264
|
+
|
|
265
|
+
### 第 33 次发布
|
|
266
|
+
|
|
267
|
+
发布时间:2024-06-21 02:03:56
|
|
278
268
|
|
|
279
269
|
本次发布包含了以下内容:
|
|
280
270
|
|
|
281
271
|
改善已有的文档。
|
|
282
272
|
|
|
283
|
-
|
|
273
|
+
新增接口:
|
|
284
274
|
|
|
285
|
-
*
|
|
275
|
+
* [AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)
|
|
276
|
+
* [RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)
|
|
286
277
|
|
|
287
278
|
|
|
288
279
|
|
|
289
|
-
##
|
|
280
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
290
281
|
|
|
291
|
-
### 第 89 次发布
|
|
292
282
|
|
|
293
|
-
发布时间:2024-06-20 02:34:10
|
|
294
283
|
|
|
295
|
-
|
|
284
|
+
## 远程实时操控(trro) 版本:2022-03-25
|
|
296
285
|
|
|
297
|
-
|
|
286
|
+
### 第 5 次发布
|
|
298
287
|
|
|
299
|
-
|
|
288
|
+
发布时间:2024-06-21 02:25:01
|
|
300
289
|
|
|
301
|
-
|
|
290
|
+
本次发布包含了以下内容:
|
|
302
291
|
|
|
303
|
-
|
|
292
|
+
改善已有的文档。
|
|
304
293
|
|
|
305
|
-
|
|
294
|
+
修改接口:
|
|
306
295
|
|
|
296
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
307
297
|
|
|
308
|
-
|
|
298
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
309
299
|
|
|
310
|
-
* [AccessFieldValueRatioInfo](https://cloud.tencent.com/document/api/627/53609#AccessFieldValueRatioInfo)
|
|
311
300
|
|
|
312
301
|
|
|
313
302
|
|
|
314
|
-
##
|
|
303
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
315
304
|
|
|
316
|
-
### 第
|
|
305
|
+
### 第 110 次发布
|
|
317
306
|
|
|
318
|
-
发布时间:2024-06-
|
|
307
|
+
发布时间:2024-06-21 02:26:46
|
|
319
308
|
|
|
320
309
|
本次发布包含了以下内容:
|
|
321
310
|
|
|
322
311
|
改善已有的文档。
|
|
323
312
|
|
|
324
|
-
修改接口:
|
|
325
|
-
|
|
326
|
-
* [DiagnosePro](https://cloud.tencent.com/document/api/1267/105332)
|
|
327
|
-
|
|
328
|
-
* <font color="#dd0000">**修改入参**:</font>SearchCondition, ProjectId
|
|
329
|
-
|
|
330
|
-
|
|
331
313
|
修改数据结构:
|
|
332
314
|
|
|
333
|
-
* [
|
|
315
|
+
* [MsInstance](https://cloud.tencent.com/document/api/649/36099#MsInstance)
|
|
334
316
|
|
|
335
|
-
* 新增成员:
|
|
317
|
+
* 新增成员:MetaJson
|
|
336
318
|
|
|
337
319
|
|
|
338
320
|
|
|
@@ -6830,6 +6812,21 @@
|
|
|
6830
6812
|
|
|
6831
6813
|
## 语音识别(asr) 版本:2019-06-14
|
|
6832
6814
|
|
|
6815
|
+
### 第 35 次发布
|
|
6816
|
+
|
|
6817
|
+
发布时间:2024-06-21 01:10:11
|
|
6818
|
+
|
|
6819
|
+
本次发布包含了以下内容:
|
|
6820
|
+
|
|
6821
|
+
改善已有的文档。
|
|
6822
|
+
|
|
6823
|
+
修改接口:
|
|
6824
|
+
|
|
6825
|
+
* [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
|
|
6826
|
+
|
|
6827
|
+
* <font color="#dd0000">**修改入参**:</font>VoicePrintId
|
|
6828
|
+
|
|
6829
|
+
|
|
6833
6830
|
### 第 34 次发布
|
|
6834
6831
|
|
|
6835
6832
|
发布时间:2024-04-11 01:07:46
|
|
@@ -9263,6 +9260,21 @@
|
|
|
9263
9260
|
|
|
9264
9261
|
## 费用中心(billing) 版本:2018-07-09
|
|
9265
9262
|
|
|
9263
|
+
### 第 60 次发布
|
|
9264
|
+
|
|
9265
|
+
发布时间:2024-06-21 01:11:19
|
|
9266
|
+
|
|
9267
|
+
本次发布包含了以下内容:
|
|
9268
|
+
|
|
9269
|
+
改善已有的文档。
|
|
9270
|
+
|
|
9271
|
+
修改数据结构:
|
|
9272
|
+
|
|
9273
|
+
* [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
|
|
9274
|
+
|
|
9275
|
+
* 新增成员:Tags
|
|
9276
|
+
|
|
9277
|
+
|
|
9266
9278
|
### 第 59 次发布
|
|
9267
9279
|
|
|
9268
9280
|
发布时间:2024-04-24 01:05:02
|
|
@@ -12196,7 +12208,7 @@
|
|
|
12196
12208
|
|
|
12197
12209
|
修改接口:
|
|
12198
12210
|
|
|
12199
|
-
* [DescribeBRI](https://cloud.tencent.com/document/api
|
|
12211
|
+
* [DescribeBRI](https://cloud.tencent.com/document/api/#/#)
|
|
12200
12212
|
|
|
12201
12213
|
* <font color="#dd0000">**修改入参**:</font>RequestData, ResourceId
|
|
12202
12214
|
|
|
@@ -12226,7 +12238,7 @@
|
|
|
12226
12238
|
|
|
12227
12239
|
新增接口:
|
|
12228
12240
|
|
|
12229
|
-
* [DescribeBRI](https://cloud.tencent.com/document/api
|
|
12241
|
+
* [DescribeBRI](https://cloud.tencent.com/document/api/#/#)
|
|
12230
12242
|
|
|
12231
12243
|
新增数据结构:
|
|
12232
12244
|
|
|
@@ -12420,6 +12432,32 @@
|
|
|
12420
12432
|
|
|
12421
12433
|
## 访问管理(cam) 版本:2019-01-16
|
|
12422
12434
|
|
|
12435
|
+
### 第 59 次发布
|
|
12436
|
+
|
|
12437
|
+
发布时间:2024-06-21 01:14:07
|
|
12438
|
+
|
|
12439
|
+
本次发布包含了以下内容:
|
|
12440
|
+
|
|
12441
|
+
改善已有的文档。
|
|
12442
|
+
|
|
12443
|
+
修改接口:
|
|
12444
|
+
|
|
12445
|
+
* [CreateAccessKey](https://cloud.tencent.com/document/api/598/82370)
|
|
12446
|
+
|
|
12447
|
+
* 新增入参:Description
|
|
12448
|
+
|
|
12449
|
+
|
|
12450
|
+
修改数据结构:
|
|
12451
|
+
|
|
12452
|
+
* [AccessKey](https://cloud.tencent.com/document/api/598/33167#AccessKey)
|
|
12453
|
+
|
|
12454
|
+
* 新增成员:Description
|
|
12455
|
+
|
|
12456
|
+
* [AccessKeyDetail](https://cloud.tencent.com/document/api/598/33167#AccessKeyDetail)
|
|
12457
|
+
|
|
12458
|
+
* 新增成员:Description
|
|
12459
|
+
|
|
12460
|
+
|
|
12423
12461
|
### 第 58 次发布
|
|
12424
12462
|
|
|
12425
12463
|
发布时间:2024-06-11 11:13:54
|
|
@@ -44959,6 +44997,18 @@
|
|
|
44959
44997
|
|
|
44960
44998
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
44961
44999
|
|
|
45000
|
+
### 第 94 次发布
|
|
45001
|
+
|
|
45002
|
+
发布时间:2024-06-21 01:30:05
|
|
45003
|
+
|
|
45004
|
+
本次发布包含了以下内容:
|
|
45005
|
+
|
|
45006
|
+
改善已有的文档。
|
|
45007
|
+
|
|
45008
|
+
新增接口:
|
|
45009
|
+
|
|
45010
|
+
* [[RenewClusters](https://cloud.tencent.com/document/api/1003/107548)](https://cloud.tencent.com/document/api/#/#)
|
|
45011
|
+
|
|
44962
45012
|
### 第 93 次发布
|
|
44963
45013
|
|
|
44964
45014
|
发布时间:2024-06-20 01:30:19
|
|
@@ -44969,11 +45019,11 @@
|
|
|
44969
45019
|
|
|
44970
45020
|
新增数据结构:
|
|
44971
45021
|
|
|
44972
|
-
* [
|
|
44973
|
-
* [
|
|
44974
|
-
* [
|
|
44975
|
-
* [
|
|
44976
|
-
* [
|
|
45022
|
+
* [ExchangeInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeInstanceInfo)
|
|
45023
|
+
* [ExchangeRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeRoGroupInfo)
|
|
45024
|
+
* [RollbackInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackInstanceInfo)
|
|
45025
|
+
* [RollbackProcessInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackProcessInfo)
|
|
45026
|
+
* [RollbackRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackRoGroupInfo)
|
|
44977
45027
|
|
|
44978
45028
|
修改数据结构:
|
|
44979
45029
|
|
|
@@ -50991,6 +51041,29 @@
|
|
|
50991
51041
|
|
|
50992
51042
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
50993
51043
|
|
|
51044
|
+
### 第 94 次发布
|
|
51045
|
+
|
|
51046
|
+
发布时间:2024-06-21 01:33:48
|
|
51047
|
+
|
|
51048
|
+
本次发布包含了以下内容:
|
|
51049
|
+
|
|
51050
|
+
改善已有的文档。
|
|
51051
|
+
|
|
51052
|
+
新增接口:
|
|
51053
|
+
|
|
51054
|
+
* [[DescribeSparkSessionBatchSQLCost](https://cloud.tencent.com/document/api/1342/107549)](https://cloud.tencent.com/document/api/#/#)
|
|
51055
|
+
|
|
51056
|
+
修改接口:
|
|
51057
|
+
|
|
51058
|
+
* [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
|
|
51059
|
+
|
|
51060
|
+
* 新增入参:StartTime, EndTime, Filters, DataEngineName
|
|
51061
|
+
|
|
51062
|
+
|
|
51063
|
+
新增数据结构:
|
|
51064
|
+
|
|
51065
|
+
* [[BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo)](https://cloud.tencent.com/document/api/1342/53778#[BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo))
|
|
51066
|
+
|
|
50994
51067
|
### 第 93 次发布
|
|
50995
51068
|
|
|
50996
51069
|
发布时间:2024-06-20 01:34:00
|
|
@@ -51001,7 +51074,7 @@
|
|
|
51001
51074
|
|
|
51002
51075
|
新增接口:
|
|
51003
51076
|
|
|
51004
|
-
* [
|
|
51077
|
+
* [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
|
|
51005
51078
|
|
|
51006
51079
|
### 第 92 次发布
|
|
51007
51080
|
|
|
@@ -55253,6 +55326,22 @@
|
|
|
55253
55326
|
|
|
55254
55327
|
## 数据传输服务(dts) 版本:2018-03-30
|
|
55255
55328
|
|
|
55329
|
+
### 第 22 次发布
|
|
55330
|
+
|
|
55331
|
+
发布时间:2024-06-21 01:37:37
|
|
55332
|
+
|
|
55333
|
+
本次发布包含了以下内容:
|
|
55334
|
+
|
|
55335
|
+
改善已有的文档。
|
|
55336
|
+
|
|
55337
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
55338
|
+
|
|
55339
|
+
* DescribeRegionConf
|
|
55340
|
+
|
|
55341
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
55342
|
+
|
|
55343
|
+
* SubscribeRegionConf
|
|
55344
|
+
|
|
55256
55345
|
### 第 21 次发布
|
|
55257
55346
|
|
|
55258
55347
|
发布时间:2024-06-13 01:40:12
|
|
@@ -62158,6 +62247,19 @@
|
|
|
62158
62247
|
|
|
62159
62248
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
62160
62249
|
|
|
62250
|
+
### 第 175 次发布
|
|
62251
|
+
|
|
62252
|
+
发布时间:2024-06-21 01:41:37
|
|
62253
|
+
|
|
62254
|
+
本次发布包含了以下内容:
|
|
62255
|
+
|
|
62256
|
+
改善已有的文档。
|
|
62257
|
+
|
|
62258
|
+
新增接口:
|
|
62259
|
+
|
|
62260
|
+
* [[CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)](https://cloud.tencent.com/document/api/#/#)
|
|
62261
|
+
* [[CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)](https://cloud.tencent.com/document/api/#/#)
|
|
62262
|
+
|
|
62161
62263
|
### 第 174 次发布
|
|
62162
62264
|
|
|
62163
62265
|
发布时间:2024-06-04 01:41:39
|
|
@@ -65514,6 +65616,19 @@
|
|
|
65514
65616
|
|
|
65515
65617
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
65516
65618
|
|
|
65619
|
+
### 第 171 次发布
|
|
65620
|
+
|
|
65621
|
+
发布时间:2024-06-21 01:42:38
|
|
65622
|
+
|
|
65623
|
+
本次发布包含了以下内容:
|
|
65624
|
+
|
|
65625
|
+
改善已有的文档。
|
|
65626
|
+
|
|
65627
|
+
新增接口:
|
|
65628
|
+
|
|
65629
|
+
* [[CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)](https://cloud.tencent.com/document/api/#/#)
|
|
65630
|
+
* [[CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)](https://cloud.tencent.com/document/api/#/#)
|
|
65631
|
+
|
|
65517
65632
|
### 第 170 次发布
|
|
65518
65633
|
|
|
65519
65634
|
发布时间:2024-06-17 01:42:30
|
|
@@ -87193,19 +87308,19 @@
|
|
|
87193
87308
|
|
|
87194
87309
|
新增接口:
|
|
87195
87310
|
|
|
87196
|
-
* [
|
|
87197
|
-
* [
|
|
87198
|
-
* [
|
|
87311
|
+
* [CreateReconstructDocumentFlow](https://cloud.tencent.com/document/api/1759/107506)
|
|
87312
|
+
* [GetReconstructDocumentResult](https://cloud.tencent.com/document/api/1759/107505)
|
|
87313
|
+
* [ReconstructDocument](https://cloud.tencent.com/document/api/1759/107504)
|
|
87199
87314
|
|
|
87200
87315
|
新增数据结构:
|
|
87201
87316
|
|
|
87202
|
-
* [
|
|
87203
|
-
* [
|
|
87204
|
-
* [
|
|
87205
|
-
* [
|
|
87206
|
-
* [
|
|
87207
|
-
* [
|
|
87208
|
-
* [
|
|
87317
|
+
* [Coord](https://cloud.tencent.com/document/api/1759/105104#Coord)
|
|
87318
|
+
* [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
|
|
87319
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/1759/105104#DocumentElement)
|
|
87320
|
+
* [DocumentRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#DocumentRecognizeInfo)
|
|
87321
|
+
* [Polygon](https://cloud.tencent.com/document/api/1759/105104#Polygon)
|
|
87322
|
+
* [ReconstructDocumentConfig](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentConfig)
|
|
87323
|
+
* [ReconstructDocumentFailedPage](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentFailedPage)
|
|
87209
87324
|
|
|
87210
87325
|
### 第 6 次发布
|
|
87211
87326
|
|
|
@@ -89640,6 +89755,22 @@
|
|
|
89640
89755
|
|
|
89641
89756
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
89642
89757
|
|
|
89758
|
+
### 第 41 次发布
|
|
89759
|
+
|
|
89760
|
+
发布时间:2024-06-21 01:58:00
|
|
89761
|
+
|
|
89762
|
+
本次发布包含了以下内容:
|
|
89763
|
+
|
|
89764
|
+
改善已有的文档。
|
|
89765
|
+
|
|
89766
|
+
新增接口:
|
|
89767
|
+
|
|
89768
|
+
* [[ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)](https://cloud.tencent.com/document/api/#/#)
|
|
89769
|
+
|
|
89770
|
+
新增数据结构:
|
|
89771
|
+
|
|
89772
|
+
* [[ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType)](https://cloud.tencent.com/document/api/240/38576#[ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType))
|
|
89773
|
+
|
|
89643
89774
|
### 第 40 次发布
|
|
89644
89775
|
|
|
89645
89776
|
发布时间:2024-06-18 01:57:52
|
|
@@ -92747,6 +92878,40 @@
|
|
|
92747
92878
|
|
|
92748
92879
|
## 媒体处理(mps) 版本:2019-06-12
|
|
92749
92880
|
|
|
92881
|
+
### 第 86 次发布
|
|
92882
|
+
|
|
92883
|
+
发布时间:2024-06-21 01:59:51
|
|
92884
|
+
|
|
92885
|
+
本次发布包含了以下内容:
|
|
92886
|
+
|
|
92887
|
+
改善已有的文档。
|
|
92888
|
+
|
|
92889
|
+
修改接口:
|
|
92890
|
+
|
|
92891
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
|
|
92892
|
+
|
|
92893
|
+
* 新增入参:SegmentType
|
|
92894
|
+
|
|
92895
|
+
* [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
|
|
92896
|
+
|
|
92897
|
+
* 新增入参:SegmentType
|
|
92898
|
+
|
|
92899
|
+
|
|
92900
|
+
修改数据结构:
|
|
92901
|
+
|
|
92902
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
|
|
92903
|
+
|
|
92904
|
+
* 新增成员:SegmentType
|
|
92905
|
+
|
|
92906
|
+
* [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
|
|
92907
|
+
|
|
92908
|
+
* 新增成员:SegmentType
|
|
92909
|
+
|
|
92910
|
+
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
92911
|
+
|
|
92912
|
+
* 新增成员:SegmentType
|
|
92913
|
+
|
|
92914
|
+
|
|
92750
92915
|
### 第 85 次发布
|
|
92751
92916
|
|
|
92752
92917
|
发布时间:2024-06-14 02:15:02
|
|
@@ -98561,6 +98726,27 @@
|
|
|
98561
98726
|
|
|
98562
98727
|
## 文字识别(ocr) 版本:2018-11-19
|
|
98563
98728
|
|
|
98729
|
+
### 第 138 次发布
|
|
98730
|
+
|
|
98731
|
+
发布时间:2024-06-21 02:02:31
|
|
98732
|
+
|
|
98733
|
+
本次发布包含了以下内容:
|
|
98734
|
+
|
|
98735
|
+
改善已有的文档。
|
|
98736
|
+
|
|
98737
|
+
修改接口:
|
|
98738
|
+
|
|
98739
|
+
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
98740
|
+
|
|
98741
|
+
* 新增出参:FinancialBill
|
|
98742
|
+
|
|
98743
|
+
|
|
98744
|
+
新增数据结构:
|
|
98745
|
+
|
|
98746
|
+
* [[FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)](https://cloud.tencent.com/document/api/866/33527#[FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill))
|
|
98747
|
+
* [[FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)](https://cloud.tencent.com/document/api/866/33527#[FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem))
|
|
98748
|
+
* [[FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)](https://cloud.tencent.com/document/api/866/33527#[FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails))
|
|
98749
|
+
|
|
98564
98750
|
### 第 137 次发布
|
|
98565
98751
|
|
|
98566
98752
|
发布时间:2024-05-28 01:59:27
|
|
@@ -101615,6 +101801,19 @@
|
|
|
101615
101801
|
|
|
101616
101802
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
101617
101803
|
|
|
101804
|
+
### 第 33 次发布
|
|
101805
|
+
|
|
101806
|
+
发布时间:2024-06-21 02:03:56
|
|
101807
|
+
|
|
101808
|
+
本次发布包含了以下内容:
|
|
101809
|
+
|
|
101810
|
+
改善已有的文档。
|
|
101811
|
+
|
|
101812
|
+
新增接口:
|
|
101813
|
+
|
|
101814
|
+
* [[AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)](https://cloud.tencent.com/document/api/#/#)
|
|
101815
|
+
* [[RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)](https://cloud.tencent.com/document/api/#/#)
|
|
101816
|
+
|
|
101618
101817
|
### 第 32 次发布
|
|
101619
101818
|
|
|
101620
101819
|
发布时间:2024-06-14 02:20:06
|
|
@@ -121970,6 +122169,25 @@
|
|
|
121970
122169
|
|
|
121971
122170
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
121972
122171
|
|
|
122172
|
+
### 第 114 次发布
|
|
122173
|
+
|
|
122174
|
+
发布时间:2024-06-20 15:41:09
|
|
122175
|
+
|
|
122176
|
+
本次发布包含了以下内容:
|
|
122177
|
+
|
|
122178
|
+
改善已有的文档。
|
|
122179
|
+
|
|
122180
|
+
新增接口:
|
|
122181
|
+
|
|
122182
|
+
* [CreateRocketMQEnvironmentRole](https://cloud.tencent.com/document/api/1179/107539)
|
|
122183
|
+
* [CreateRocketMQRole](https://cloud.tencent.com/document/api/1179/107538)
|
|
122184
|
+
* [DeleteRocketMQEnvironmentRoles](https://cloud.tencent.com/document/api/1179/107537)
|
|
122185
|
+
* [DeleteRocketMQRoles](https://cloud.tencent.com/document/api/1179/107536)
|
|
122186
|
+
* [DescribeRocketMQEnvironmentRoles](https://cloud.tencent.com/document/api/1179/107535)
|
|
122187
|
+
* [DescribeRocketMQRoles](https://cloud.tencent.com/document/api/1179/107534)
|
|
122188
|
+
* [ModifyRocketMQEnvironmentRole](https://cloud.tencent.com/document/api/1179/107533)
|
|
122189
|
+
* [ModifyRocketMQRole](https://cloud.tencent.com/document/api/1179/107532)
|
|
122190
|
+
|
|
121973
122191
|
### 第 113 次发布
|
|
121974
122192
|
|
|
121975
122193
|
发布时间:2024-06-17 02:17:28
|
|
@@ -133396,7 +133614,7 @@
|
|
|
133396
133614
|
|
|
133397
133615
|
新增接口:
|
|
133398
133616
|
|
|
133399
|
-
* [
|
|
133617
|
+
* [DescribePodChargeInfo](https://cloud.tencent.com/document/api/457/107507)
|
|
133400
133618
|
|
|
133401
133619
|
修改接口:
|
|
133402
133620
|
|
|
@@ -133407,7 +133625,7 @@
|
|
|
133407
133625
|
|
|
133408
133626
|
新增数据结构:
|
|
133409
133627
|
|
|
133410
|
-
* [
|
|
133628
|
+
* [PodChargeInfo](https://cloud.tencent.com/document/api/457/31866#PodChargeInfo)
|
|
133411
133629
|
|
|
133412
133630
|
修改数据结构:
|
|
133413
133631
|
|
|
@@ -138596,6 +138814,21 @@
|
|
|
138596
138814
|
|
|
138597
138815
|
## 远程实时操控(trro) 版本:2022-03-25
|
|
138598
138816
|
|
|
138817
|
+
### 第 5 次发布
|
|
138818
|
+
|
|
138819
|
+
发布时间:2024-06-21 02:25:01
|
|
138820
|
+
|
|
138821
|
+
本次发布包含了以下内容:
|
|
138822
|
+
|
|
138823
|
+
改善已有的文档。
|
|
138824
|
+
|
|
138825
|
+
修改接口:
|
|
138826
|
+
|
|
138827
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
138828
|
+
|
|
138829
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId
|
|
138830
|
+
|
|
138831
|
+
|
|
138599
138832
|
### 第 4 次发布
|
|
138600
138833
|
|
|
138601
138834
|
发布时间:2024-01-31 01:25:41
|
|
@@ -141642,6 +141875,21 @@
|
|
|
141642
141875
|
|
|
141643
141876
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
141644
141877
|
|
|
141878
|
+
### 第 110 次发布
|
|
141879
|
+
|
|
141880
|
+
发布时间:2024-06-21 02:26:46
|
|
141881
|
+
|
|
141882
|
+
本次发布包含了以下内容:
|
|
141883
|
+
|
|
141884
|
+
改善已有的文档。
|
|
141885
|
+
|
|
141886
|
+
修改数据结构:
|
|
141887
|
+
|
|
141888
|
+
* [MsInstance](https://cloud.tencent.com/document/api/649/36099#MsInstance)
|
|
141889
|
+
|
|
141890
|
+
* 新增成员:MetaJson
|
|
141891
|
+
|
|
141892
|
+
|
|
141645
141893
|
### 第 109 次发布
|
|
141646
141894
|
|
|
141647
141895
|
发布时间:2024-06-20 02:27:26
|
|
@@ -154557,7 +154805,7 @@
|
|
|
154557
154805
|
|
|
154558
154806
|
新增数据结构:
|
|
154559
154807
|
|
|
154560
|
-
* [
|
|
154808
|
+
* [AccessFieldValueRatioInfo](https://cloud.tencent.com/document/api/627/53609#AccessFieldValueRatioInfo)
|
|
154561
154809
|
|
|
154562
154810
|
### 第 88 次发布
|
|
154563
154811
|
|