tencentcloud-sdk-nodejs 4.0.806 → 4.0.808
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 +422 -0
- package/SERVICE_CHANGELOG.md +405 -189
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +14 -14
- package/src/services/batch/v20170312/batch_models.ts +5 -5
- package/src/services/billing/v20180709/billing_client.ts +214 -64
- package/src/services/billing/v20180709/billing_models.ts +4111 -1330
- package/src/services/cam/v20190116/cam_models.ts +18 -18
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -0
- package/src/services/cvm/v20170312/cvm_client.ts +5 -5
- package/src/services/cvm/v20170312/cvm_models.ts +26 -26
- package/src/services/dcdb/v20180411/dcdb_models.ts +24 -24
- package/src/services/dts/v20211206/dts_models.ts +25 -10
- package/src/services/ess/v20201111/ess_client.ts +8 -6
- package/src/services/ess/v20201111/ess_models.ts +65 -10
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +21 -0
- package/src/services/goosefs/v20220519/goosefs_models.ts +4 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +31 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +34 -34
- package/src/services/mrs/v20200910/mrs_models.ts +12 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +13 -0
- package/src/services/postgres/v20170312/postgres_client.ts +5 -5
- package/src/services/postgres/v20170312/postgres_models.ts +64 -64
- package/src/services/rce/v20201103/rce_models.ts +60 -62
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +15 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +127 -26
- package/src/services/tdmq/v20200217/tdmq_client.ts +14 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +140 -26
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_client.ts +5 -6
- package/src/services/vpc/v20170312/vpc_models.ts +14 -14
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +14 -14
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -5
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +58 -18
- package/tencentcloud/services/billing/v20180709/billing_client.js +85 -25
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4023 -1292
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +18 -18
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -5
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +5 -5
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -26
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -24
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +25 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +64 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +4 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +30 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +34 -34
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +12 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +13 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +5 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +64 -64
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +60 -62
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +6 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +7 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +124 -26
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +137 -26
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -6
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +5 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +14 -14
- package/test/billing.v20180709.test.js +118 -18
- package/test/sqlserver.v20180328.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 154 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-11 01:15:16
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* 新增成员:RoleId
|
|
18
|
-
|
|
15
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
|
|
19
16
|
|
|
17
|
+
* 新增成员:ApproverIdCardType, ApproverIdCardNumber
|
|
20
18
|
|
|
21
19
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### 第 83 次发布
|
|
20
|
+
### 第 153 次发布
|
|
25
21
|
|
|
26
|
-
发布时间:2024-03-
|
|
22
|
+
发布时间:2024-03-08 19:37:32
|
|
27
23
|
|
|
28
24
|
本次发布包含了以下内容:
|
|
29
25
|
|
|
@@ -31,231 +27,101 @@
|
|
|
31
27
|
|
|
32
28
|
新增数据结构:
|
|
33
29
|
|
|
34
|
-
* [
|
|
35
|
-
* [CollectInfo](https://cloud.tencent.com/document/api/614/56471#CollectInfo)
|
|
30
|
+
* [UserFlowType](https://cloud.tencent.com/document/api/1323/70369#UserFlowType)
|
|
36
31
|
|
|
37
32
|
修改数据结构:
|
|
38
33
|
|
|
39
|
-
* [
|
|
40
|
-
|
|
41
|
-
* 新增成员:CollectInfos
|
|
42
|
-
|
|
43
|
-
* [ConsumerContent](https://cloud.tencent.com/document/api/614/56471#ConsumerContent)
|
|
44
|
-
|
|
45
|
-
* 新增成员:JsonType
|
|
46
|
-
|
|
47
|
-
* [LogInfo](https://cloud.tencent.com/document/api/614/56471#LogInfo)
|
|
48
|
-
|
|
49
|
-
* <font color="#dd0000">**修改成员**:</font>RawLog, IndexStatus
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
55
|
-
|
|
56
|
-
### 第 24 次发布
|
|
57
|
-
|
|
58
|
-
发布时间:2024-03-07 01:13:28
|
|
59
|
-
|
|
60
|
-
本次发布包含了以下内容:
|
|
61
|
-
|
|
62
|
-
改善已有的文档。
|
|
34
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
|
|
63
35
|
|
|
64
|
-
|
|
36
|
+
* 新增成员:UserFlowType
|
|
65
37
|
|
|
66
|
-
* [ModifyOAuthSetting](https://cloud.tencent.com/document/api/1025/104132)
|
|
67
38
|
|
|
68
39
|
|
|
69
40
|
|
|
70
|
-
##
|
|
41
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
71
42
|
|
|
72
|
-
### 第
|
|
43
|
+
### 第 156 次发布
|
|
73
44
|
|
|
74
|
-
发布时间:2024-03-
|
|
45
|
+
发布时间:2024-03-11 01:15:31
|
|
75
46
|
|
|
76
47
|
本次发布包含了以下内容:
|
|
77
48
|
|
|
78
49
|
改善已有的文档。
|
|
79
50
|
|
|
80
|
-
修改接口:
|
|
81
|
-
|
|
82
|
-
* [CreateDSPASelfBuildMetaResource](https://cloud.tencent.com/document/api/1087/97178)
|
|
83
|
-
|
|
84
|
-
* 新增入参:InstanceType, InstanceValue
|
|
85
|
-
|
|
86
|
-
* [DescribeDSPADataSourceDbInfo](https://cloud.tencent.com/document/api/1087/97216)
|
|
87
|
-
|
|
88
|
-
* 新增入参:DataSourceType
|
|
89
|
-
|
|
90
|
-
* [DescribeDSPAESDataAssetByComplianceId](https://cloud.tencent.com/document/api/1087/97144)
|
|
91
|
-
|
|
92
|
-
* 新增入参:BuildType, DataSourceType
|
|
93
|
-
|
|
94
|
-
* [DescribeDSPARDBDataAssetByComplianceId](https://cloud.tencent.com/document/api/1087/97205)
|
|
95
|
-
|
|
96
|
-
* 新增入参:BuildType
|
|
97
|
-
|
|
98
|
-
* [ModifyDSPACOSTaskResult](https://cloud.tencent.com/document/api/1087/97197)
|
|
99
|
-
|
|
100
|
-
* 新增入参:FileName, BucketName, DataSourceId
|
|
101
|
-
|
|
102
|
-
|
|
103
51
|
修改数据结构:
|
|
104
52
|
|
|
105
|
-
* [
|
|
106
|
-
|
|
107
|
-
* 新增成员:IdentifyType, CheckStatus
|
|
53
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
|
|
108
54
|
|
|
109
|
-
*
|
|
55
|
+
* 新增成员:ApproverIdCardType, ApproverIdCardNumber
|
|
110
56
|
|
|
111
|
-
* 新增成员:DataSourceType
|
|
112
57
|
|
|
113
|
-
* [DspaUserResourceMeta](https://cloud.tencent.com/document/api/1087/96844#DspaUserResourceMeta)
|
|
114
58
|
|
|
115
|
-
* 新增成员:InstanceType, InstanceValue
|
|
116
59
|
|
|
60
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
117
61
|
|
|
118
62
|
|
|
119
63
|
|
|
120
|
-
##
|
|
64
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
121
65
|
|
|
122
|
-
### 第
|
|
66
|
+
### 第 59 次发布
|
|
123
67
|
|
|
124
|
-
发布时间:2024-03-
|
|
68
|
+
发布时间:2024-03-11 01:18:22
|
|
125
69
|
|
|
126
70
|
本次发布包含了以下内容:
|
|
127
71
|
|
|
128
72
|
改善已有的文档。
|
|
129
73
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
* [DescribeSignFaceVideo](https://cloud.tencent.com/document/api/1323/104133)
|
|
133
|
-
|
|
134
|
-
新增数据结构:
|
|
135
|
-
|
|
136
|
-
* [DetectInfoVideoData](https://cloud.tencent.com/document/api/1323/70369#DetectInfoVideoData)
|
|
137
|
-
* [Intention](https://cloud.tencent.com/document/api/1323/70369#Intention)
|
|
138
|
-
* [IntentionAction](https://cloud.tencent.com/document/api/1323/70369#IntentionAction)
|
|
139
|
-
* [IntentionActionResult](https://cloud.tencent.com/document/api/1323/70369#IntentionActionResult)
|
|
140
|
-
* [IntentionActionResultDetail](https://cloud.tencent.com/document/api/1323/70369#IntentionActionResultDetail)
|
|
141
|
-
* [IntentionQuestion](https://cloud.tencent.com/document/api/1323/70369#IntentionQuestion)
|
|
142
|
-
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1323/70369#IntentionQuestionResult)
|
|
143
|
-
|
|
144
|
-
修改数据结构:
|
|
145
|
-
|
|
146
|
-
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
147
|
-
|
|
148
|
-
* 新增成员:Intention
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
154
|
-
|
|
155
|
-
### 第 155 次发布
|
|
156
|
-
|
|
157
|
-
发布时间:2024-03-07 01:16:27
|
|
158
|
-
|
|
159
|
-
本次发布包含了以下内容:
|
|
74
|
+
修改接口:
|
|
160
75
|
|
|
161
|
-
|
|
76
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
162
77
|
|
|
163
|
-
|
|
78
|
+
* 新增入参:InitCommand
|
|
164
79
|
|
|
165
|
-
* [ChannelDescribeSignFaceVideo](https://cloud.tencent.com/document/api/1420/104134)
|
|
166
80
|
|
|
167
81
|
新增数据结构:
|
|
168
82
|
|
|
169
|
-
* [
|
|
170
|
-
* [Intention](https://cloud.tencent.com/document/api/1420/61525#Intention)
|
|
171
|
-
* [IntentionAction](https://cloud.tencent.com/document/api/1420/61525#IntentionAction)
|
|
172
|
-
* [IntentionActionResult](https://cloud.tencent.com/document/api/1420/61525#IntentionActionResult)
|
|
173
|
-
* [IntentionActionResultDetail](https://cloud.tencent.com/document/api/1420/61525#IntentionActionResultDetail)
|
|
174
|
-
* [IntentionQuestion](https://cloud.tencent.com/document/api/1420/61525#IntentionQuestion)
|
|
175
|
-
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1420/61525#IntentionQuestionResult)
|
|
83
|
+
* [Command](https://cloud.tencent.com/document/api/1207/47576#Command)
|
|
176
84
|
|
|
177
85
|
修改数据结构:
|
|
178
86
|
|
|
179
|
-
* [
|
|
180
|
-
|
|
181
|
-
* 新增成员:Intention
|
|
182
|
-
|
|
87
|
+
* [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
|
|
183
88
|
|
|
89
|
+
* 新增成员:InitInvocationId
|
|
184
90
|
|
|
185
91
|
|
|
186
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
187
92
|
|
|
188
93
|
|
|
94
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
189
95
|
|
|
190
|
-
|
|
96
|
+
### 第 58 次发布
|
|
191
97
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
发布时间:2024-03-07 01:26:39
|
|
98
|
+
发布时间:2024-03-11 01:21:49
|
|
195
99
|
|
|
196
100
|
本次发布包含了以下内容:
|
|
197
101
|
|
|
198
102
|
改善已有的文档。
|
|
199
103
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
* [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)
|
|
203
|
-
|
|
204
|
-
* 新增入参:PayMode, RenewFlag, TimeSpan, MaxTopicNum
|
|
205
|
-
|
|
206
|
-
* [CreateTopic](https://cloud.tencent.com/document/api/1493/97947)
|
|
207
|
-
|
|
208
|
-
* 新增入参:MsgTTL
|
|
209
|
-
|
|
210
|
-
* [DescribeTopic](https://cloud.tencent.com/document/api/1493/97945)
|
|
211
|
-
|
|
212
|
-
* <font color="#dd0000">**修改入参**:</font>Offset, Limit
|
|
213
|
-
|
|
214
|
-
* 新增出参:MsgTTL
|
|
215
|
-
|
|
216
|
-
* [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
|
217
|
-
|
|
218
|
-
* <font color="#dd0000">**修改入参**:</font>Offset, Limit
|
|
219
|
-
|
|
220
|
-
* [ModifyInstance](https://cloud.tencent.com/document/api/1493/97865)
|
|
221
|
-
|
|
222
|
-
* 新增入参:MaxTopicNum
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
修改数据结构:
|
|
226
|
-
|
|
227
|
-
* [SubscriptionData](https://cloud.tencent.com/document/api/1493/96031#SubscriptionData)
|
|
228
|
-
|
|
229
|
-
* 新增成员:MessageModel
|
|
230
|
-
|
|
231
|
-
* <font color="#dd0000">**修改成员**:</font>InstanceId, Topic, TopicType, TopicQueueNum, ConsumerGroup, IsOnline, ConsumeType, SubString, ExpressionType, Consistency, ConsumerLag, LastUpdateTime, MaxRetryTimes, ConsumeMessageOrderly
|
|
232
|
-
|
|
233
|
-
* [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem)
|
|
234
|
-
|
|
235
|
-
* 新增成员:ClusterIdV4, NamespaceV4, TopicV4, FullNamespaceV4, MsgTTL
|
|
104
|
+
新增接口:
|
|
236
105
|
|
|
106
|
+
* [ModifyDReadable](https://cloud.tencent.com/document/api/238/104234)
|
|
237
107
|
|
|
238
108
|
|
|
239
109
|
|
|
240
|
-
##
|
|
110
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
241
111
|
|
|
242
|
-
### 第
|
|
112
|
+
### 第 105 次发布
|
|
243
113
|
|
|
244
|
-
发布时间:2024-03-
|
|
114
|
+
发布时间:2024-03-11 01:24:01
|
|
245
115
|
|
|
246
116
|
本次发布包含了以下内容:
|
|
247
117
|
|
|
248
118
|
改善已有的文档。
|
|
249
119
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
* [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
|
|
253
|
-
|
|
254
|
-
* 新增成员:ScfCamAuthEnable
|
|
120
|
+
修改接口:
|
|
255
121
|
|
|
256
|
-
* [
|
|
122
|
+
* [DescribeRocketMQMsgTrace](https://cloud.tencent.com/document/api/1179/97760)
|
|
257
123
|
|
|
258
|
-
*
|
|
124
|
+
* 新增入参:QueryDeadLetterMessage
|
|
259
125
|
|
|
260
126
|
|
|
261
127
|
|
|
@@ -8977,6 +8843,60 @@
|
|
|
8977
8843
|
|
|
8978
8844
|
## 费用中心(billing) 版本:2018-07-09
|
|
8979
8845
|
|
|
8846
|
+
### 第 57 次发布
|
|
8847
|
+
|
|
8848
|
+
发布时间:2024-03-08 11:57:13
|
|
8849
|
+
|
|
8850
|
+
本次发布包含了以下内容:
|
|
8851
|
+
|
|
8852
|
+
改善已有的文档。
|
|
8853
|
+
|
|
8854
|
+
新增接口:
|
|
8855
|
+
|
|
8856
|
+
* [DescribeAllocateConditions](https://cloud.tencent.com/document/api/555/104186)
|
|
8857
|
+
* [DescribeAllocationBillConditions](https://cloud.tencent.com/document/api/555/104185)
|
|
8858
|
+
* [DescribeAllocationBillDetail](https://cloud.tencent.com/document/api/555/104184)
|
|
8859
|
+
* [DescribeAllocationMonthOverview](https://cloud.tencent.com/document/api/555/104183)
|
|
8860
|
+
* [DescribeAllocationOverview](https://cloud.tencent.com/document/api/555/104182)
|
|
8861
|
+
* [DescribeAllocationSummaryByBusiness](https://cloud.tencent.com/document/api/555/104181)
|
|
8862
|
+
* [DescribeAllocationSummaryByItem](https://cloud.tencent.com/document/api/555/104180)
|
|
8863
|
+
* [DescribeAllocationSummaryByResource](https://cloud.tencent.com/document/api/555/104179)
|
|
8864
|
+
* [DescribeAllocationTrendByMonth](https://cloud.tencent.com/document/api/555/104178)
|
|
8865
|
+
* [DescribeGatherResource](https://cloud.tencent.com/document/api/555/104177)
|
|
8866
|
+
|
|
8867
|
+
新增数据结构:
|
|
8868
|
+
|
|
8869
|
+
* [AllocationAverageData](https://cloud.tencent.com/document/api/555/19183#AllocationAverageData)
|
|
8870
|
+
* [AllocationBillTrendDetail](https://cloud.tencent.com/document/api/555/19183#AllocationBillTrendDetail)
|
|
8871
|
+
* [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
|
|
8872
|
+
* [AllocationMonthOverviewDetail](https://cloud.tencent.com/document/api/555/19183#AllocationMonthOverviewDetail)
|
|
8873
|
+
* [AllocationOverviewDetail](https://cloud.tencent.com/document/api/555/19183#AllocationOverviewDetail)
|
|
8874
|
+
* [AllocationOverviewNode](https://cloud.tencent.com/document/api/555/19183#AllocationOverviewNode)
|
|
8875
|
+
* [AllocationOverviewTotal](https://cloud.tencent.com/document/api/555/19183#AllocationOverviewTotal)
|
|
8876
|
+
* [AllocationRule](https://cloud.tencent.com/document/api/555/19183#AllocationRule)
|
|
8877
|
+
* [AllocationStat](https://cloud.tencent.com/document/api/555/19183#AllocationStat)
|
|
8878
|
+
* [AllocationSummaryByBusiness](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByBusiness)
|
|
8879
|
+
* [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
|
|
8880
|
+
* [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
|
|
8881
|
+
* [AllocationTreeNode](https://cloud.tencent.com/document/api/555/19183#AllocationTreeNode)
|
|
8882
|
+
* [BillActionType](https://cloud.tencent.com/document/api/555/19183#BillActionType)
|
|
8883
|
+
* [BillBusiness](https://cloud.tencent.com/document/api/555/19183#BillBusiness)
|
|
8884
|
+
* [BillBusinessLink](https://cloud.tencent.com/document/api/555/19183#BillBusinessLink)
|
|
8885
|
+
* [BillComponent](https://cloud.tencent.com/document/api/555/19183#BillComponent)
|
|
8886
|
+
* [BillDays](https://cloud.tencent.com/document/api/555/19183#BillDays)
|
|
8887
|
+
* [BillInstanceType](https://cloud.tencent.com/document/api/555/19183#BillInstanceType)
|
|
8888
|
+
* [BillItem](https://cloud.tencent.com/document/api/555/19183#BillItem)
|
|
8889
|
+
* [BillOperateUin](https://cloud.tencent.com/document/api/555/19183#BillOperateUin)
|
|
8890
|
+
* [BillOwnerUin](https://cloud.tencent.com/document/api/555/19183#BillOwnerUin)
|
|
8891
|
+
* [BillPayMode](https://cloud.tencent.com/document/api/555/19183#BillPayMode)
|
|
8892
|
+
* [BillProduct](https://cloud.tencent.com/document/api/555/19183#BillProduct)
|
|
8893
|
+
* [BillProductLink](https://cloud.tencent.com/document/api/555/19183#BillProductLink)
|
|
8894
|
+
* [BillProject](https://cloud.tencent.com/document/api/555/19183#BillProject)
|
|
8895
|
+
* [BillRegion](https://cloud.tencent.com/document/api/555/19183#BillRegion)
|
|
8896
|
+
* [BillTag](https://cloud.tencent.com/document/api/555/19183#BillTag)
|
|
8897
|
+
* [BillZoneId](https://cloud.tencent.com/document/api/555/19183#BillZoneId)
|
|
8898
|
+
* [GatherResourceSummary](https://cloud.tencent.com/document/api/555/19183#GatherResourceSummary)
|
|
8899
|
+
|
|
8980
8900
|
### 第 56 次发布
|
|
8981
8901
|
|
|
8982
8902
|
发布时间:2024-02-28 01:08:46
|
|
@@ -22444,6 +22364,21 @@
|
|
|
22444
22364
|
|
|
22445
22365
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
22446
22366
|
|
|
22367
|
+
### 第 8 次发布
|
|
22368
|
+
|
|
22369
|
+
发布时间:2024-03-08 01:10:20
|
|
22370
|
+
|
|
22371
|
+
本次发布包含了以下内容:
|
|
22372
|
+
|
|
22373
|
+
改善已有的文档。
|
|
22374
|
+
|
|
22375
|
+
修改数据结构:
|
|
22376
|
+
|
|
22377
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
22378
|
+
|
|
22379
|
+
* 新增成员:IsWhiteSGs, BindSGs
|
|
22380
|
+
|
|
22381
|
+
|
|
22447
22382
|
### 第 7 次发布
|
|
22448
22383
|
|
|
22449
22384
|
发布时间:2024-01-24 01:23:33
|
|
@@ -30326,8 +30261,8 @@
|
|
|
30326
30261
|
|
|
30327
30262
|
新增数据结构:
|
|
30328
30263
|
|
|
30329
|
-
* [
|
|
30330
|
-
* [
|
|
30264
|
+
* [CollectConfig](https://cloud.tencent.com/document/api/614/56471#CollectConfig)
|
|
30265
|
+
* [CollectInfo](https://cloud.tencent.com/document/api/614/56471#CollectInfo)
|
|
30331
30266
|
|
|
30332
30267
|
修改数据结构:
|
|
30333
30268
|
|
|
@@ -37357,6 +37292,28 @@
|
|
|
37357
37292
|
|
|
37358
37293
|
## 云服务器(cvm) 版本:2017-03-12
|
|
37359
37294
|
|
|
37295
|
+
### 第 125 次发布
|
|
37296
|
+
|
|
37297
|
+
发布时间:2024-03-08 01:12:05
|
|
37298
|
+
|
|
37299
|
+
本次发布包含了以下内容:
|
|
37300
|
+
|
|
37301
|
+
改善已有的文档。
|
|
37302
|
+
|
|
37303
|
+
修改接口:
|
|
37304
|
+
|
|
37305
|
+
* [CreateKeyPair](https://cloud.tencent.com/document/api/213/15702)
|
|
37306
|
+
|
|
37307
|
+
* <font color="#dd0000">**修改出参**:</font>KeyPair
|
|
37308
|
+
|
|
37309
|
+
|
|
37310
|
+
修改数据结构:
|
|
37311
|
+
|
|
37312
|
+
* [KeyPair](https://cloud.tencent.com/document/api/213/15753#KeyPair)
|
|
37313
|
+
|
|
37314
|
+
* <font color="#dd0000">**修改成员**:</font>KeyId, KeyName, ProjectId, Description, PublicKey, PrivateKey, AssociatedInstanceIds, CreatedTime, Tags
|
|
37315
|
+
|
|
37316
|
+
|
|
37360
37317
|
### 第 124 次发布
|
|
37361
37318
|
|
|
37362
37319
|
发布时间:2024-02-27 01:11:44
|
|
@@ -44849,7 +44806,7 @@
|
|
|
44849
44806
|
|
|
44850
44807
|
新增接口:
|
|
44851
44808
|
|
|
44852
|
-
* [
|
|
44809
|
+
* [ModifyOAuthSetting](https://cloud.tencent.com/document/api/1025/104132)
|
|
44853
44810
|
|
|
44854
44811
|
### 第 23 次发布
|
|
44855
44812
|
|
|
@@ -52772,6 +52729,25 @@
|
|
|
52772
52729
|
|
|
52773
52730
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
52774
52731
|
|
|
52732
|
+
### 第 24 次发布
|
|
52733
|
+
|
|
52734
|
+
发布时间:2024-03-08 01:15:05
|
|
52735
|
+
|
|
52736
|
+
本次发布包含了以下内容:
|
|
52737
|
+
|
|
52738
|
+
改善已有的文档。
|
|
52739
|
+
|
|
52740
|
+
修改数据结构:
|
|
52741
|
+
|
|
52742
|
+
* [Options](https://cloud.tencent.com/document/api/571/82108#Options)
|
|
52743
|
+
|
|
52744
|
+
* 新增成员:FilterBeginCommit, FilterCheckpoint
|
|
52745
|
+
|
|
52746
|
+
* [TopicRule](https://cloud.tencent.com/document/api/571/82108#TopicRule)
|
|
52747
|
+
|
|
52748
|
+
* 新增成员:Columns
|
|
52749
|
+
|
|
52750
|
+
|
|
52775
52751
|
### 第 23 次发布
|
|
52776
52752
|
|
|
52777
52753
|
发布时间:2024-02-23 01:14:38
|
|
@@ -58817,6 +58793,40 @@
|
|
|
58817
58793
|
|
|
58818
58794
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
58819
58795
|
|
|
58796
|
+
### 第 154 次发布
|
|
58797
|
+
|
|
58798
|
+
发布时间:2024-03-11 01:15:16
|
|
58799
|
+
|
|
58800
|
+
本次发布包含了以下内容:
|
|
58801
|
+
|
|
58802
|
+
改善已有的文档。
|
|
58803
|
+
|
|
58804
|
+
修改数据结构:
|
|
58805
|
+
|
|
58806
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
|
|
58807
|
+
|
|
58808
|
+
* 新增成员:ApproverIdCardType, ApproverIdCardNumber
|
|
58809
|
+
|
|
58810
|
+
|
|
58811
|
+
### 第 153 次发布
|
|
58812
|
+
|
|
58813
|
+
发布时间:2024-03-08 19:37:32
|
|
58814
|
+
|
|
58815
|
+
本次发布包含了以下内容:
|
|
58816
|
+
|
|
58817
|
+
改善已有的文档。
|
|
58818
|
+
|
|
58819
|
+
新增数据结构:
|
|
58820
|
+
|
|
58821
|
+
* [[UserFlowType](https://cloud.tencent.com/document/api/1323/70369#UserFlowType)](https://cloud.tencent.com/document/api/1323/70369#[UserFlowType](https://cloud.tencent.com/document/api/1323/70369#UserFlowType))
|
|
58822
|
+
|
|
58823
|
+
修改数据结构:
|
|
58824
|
+
|
|
58825
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
|
|
58826
|
+
|
|
58827
|
+
* 新增成员:UserFlowType
|
|
58828
|
+
|
|
58829
|
+
|
|
58820
58830
|
### 第 152 次发布
|
|
58821
58831
|
|
|
58822
58832
|
发布时间:2024-03-07 01:16:07
|
|
@@ -58827,17 +58837,17 @@
|
|
|
58827
58837
|
|
|
58828
58838
|
新增接口:
|
|
58829
58839
|
|
|
58830
|
-
* [
|
|
58840
|
+
* [DescribeSignFaceVideo](https://cloud.tencent.com/document/api/1323/104133)
|
|
58831
58841
|
|
|
58832
58842
|
新增数据结构:
|
|
58833
58843
|
|
|
58834
|
-
* [
|
|
58835
|
-
* [
|
|
58836
|
-
* [
|
|
58837
|
-
* [
|
|
58838
|
-
* [
|
|
58839
|
-
* [
|
|
58840
|
-
* [
|
|
58844
|
+
* [DetectInfoVideoData](https://cloud.tencent.com/document/api/1323/70369#DetectInfoVideoData)
|
|
58845
|
+
* [Intention](https://cloud.tencent.com/document/api/1323/70369#Intention)
|
|
58846
|
+
* [IntentionAction](https://cloud.tencent.com/document/api/1323/70369#IntentionAction)
|
|
58847
|
+
* [IntentionActionResult](https://cloud.tencent.com/document/api/1323/70369#IntentionActionResult)
|
|
58848
|
+
* [IntentionActionResultDetail](https://cloud.tencent.com/document/api/1323/70369#IntentionActionResultDetail)
|
|
58849
|
+
* [IntentionQuestion](https://cloud.tencent.com/document/api/1323/70369#IntentionQuestion)
|
|
58850
|
+
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1323/70369#IntentionQuestionResult)
|
|
58841
58851
|
|
|
58842
58852
|
修改数据结构:
|
|
58843
58853
|
|
|
@@ -61773,6 +61783,21 @@
|
|
|
61773
61783
|
|
|
61774
61784
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
61775
61785
|
|
|
61786
|
+
### 第 156 次发布
|
|
61787
|
+
|
|
61788
|
+
发布时间:2024-03-11 01:15:31
|
|
61789
|
+
|
|
61790
|
+
本次发布包含了以下内容:
|
|
61791
|
+
|
|
61792
|
+
改善已有的文档。
|
|
61793
|
+
|
|
61794
|
+
修改数据结构:
|
|
61795
|
+
|
|
61796
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
|
|
61797
|
+
|
|
61798
|
+
* 新增成员:ApproverIdCardType, ApproverIdCardNumber
|
|
61799
|
+
|
|
61800
|
+
|
|
61776
61801
|
### 第 155 次发布
|
|
61777
61802
|
|
|
61778
61803
|
发布时间:2024-03-07 01:16:27
|
|
@@ -61783,17 +61808,17 @@
|
|
|
61783
61808
|
|
|
61784
61809
|
新增接口:
|
|
61785
61810
|
|
|
61786
|
-
* [
|
|
61811
|
+
* [ChannelDescribeSignFaceVideo](https://cloud.tencent.com/document/api/1420/104134)
|
|
61787
61812
|
|
|
61788
61813
|
新增数据结构:
|
|
61789
61814
|
|
|
61790
|
-
* [
|
|
61791
|
-
* [
|
|
61792
|
-
* [
|
|
61793
|
-
* [
|
|
61794
|
-
* [
|
|
61795
|
-
* [
|
|
61796
|
-
* [
|
|
61815
|
+
* [DetectInfoVideoData](https://cloud.tencent.com/document/api/1420/61525#DetectInfoVideoData)
|
|
61816
|
+
* [Intention](https://cloud.tencent.com/document/api/1420/61525#Intention)
|
|
61817
|
+
* [IntentionAction](https://cloud.tencent.com/document/api/1420/61525#IntentionAction)
|
|
61818
|
+
* [IntentionActionResult](https://cloud.tencent.com/document/api/1420/61525#IntentionActionResult)
|
|
61819
|
+
* [IntentionActionResultDetail](https://cloud.tencent.com/document/api/1420/61525#IntentionActionResultDetail)
|
|
61820
|
+
* [IntentionQuestion](https://cloud.tencent.com/document/api/1420/61525#IntentionQuestion)
|
|
61821
|
+
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1420/61525#IntentionQuestionResult)
|
|
61797
61822
|
|
|
61798
61823
|
修改数据结构:
|
|
61799
61824
|
|
|
@@ -68183,6 +68208,21 @@
|
|
|
68183
68208
|
|
|
68184
68209
|
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
68185
68210
|
|
|
68211
|
+
### 第 8 次发布
|
|
68212
|
+
|
|
68213
|
+
发布时间:2024-03-08 01:16:56
|
|
68214
|
+
|
|
68215
|
+
本次发布包含了以下内容:
|
|
68216
|
+
|
|
68217
|
+
改善已有的文档。
|
|
68218
|
+
|
|
68219
|
+
修改接口:
|
|
68220
|
+
|
|
68221
|
+
* [CreateFileSystem](https://cloud.tencent.com/document/api/1424/95792)
|
|
68222
|
+
|
|
68223
|
+
* 新增入参:SecurityGroupId
|
|
68224
|
+
|
|
68225
|
+
|
|
68186
68226
|
### 第 7 次发布
|
|
68187
68227
|
|
|
68188
68228
|
发布时间:2023-09-25 01:15:41
|
|
@@ -78576,6 +78616,32 @@
|
|
|
78576
78616
|
|
|
78577
78617
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
78578
78618
|
|
|
78619
|
+
### 第 59 次发布
|
|
78620
|
+
|
|
78621
|
+
发布时间:2024-03-11 01:18:22
|
|
78622
|
+
|
|
78623
|
+
本次发布包含了以下内容:
|
|
78624
|
+
|
|
78625
|
+
改善已有的文档。
|
|
78626
|
+
|
|
78627
|
+
修改接口:
|
|
78628
|
+
|
|
78629
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
|
|
78630
|
+
|
|
78631
|
+
* 新增入参:InitCommand
|
|
78632
|
+
|
|
78633
|
+
|
|
78634
|
+
新增数据结构:
|
|
78635
|
+
|
|
78636
|
+
* [[Command](https://cloud.tencent.com/document/api/1207/47576#Command)](https://cloud.tencent.com/document/api/1207/47576#[Command](https://cloud.tencent.com/document/api/1207/47576#Command))
|
|
78637
|
+
|
|
78638
|
+
修改数据结构:
|
|
78639
|
+
|
|
78640
|
+
* [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
|
|
78641
|
+
|
|
78642
|
+
* 新增成员:InitInvocationId
|
|
78643
|
+
|
|
78644
|
+
|
|
78579
78645
|
### 第 58 次发布
|
|
78580
78646
|
|
|
78581
78647
|
发布时间:2024-02-29 01:19:13
|
|
@@ -82188,6 +82254,21 @@
|
|
|
82188
82254
|
|
|
82189
82255
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
82190
82256
|
|
|
82257
|
+
### 第 60 次发布
|
|
82258
|
+
|
|
82259
|
+
发布时间:2024-03-08 01:19:33
|
|
82260
|
+
|
|
82261
|
+
本次发布包含了以下内容:
|
|
82262
|
+
|
|
82263
|
+
改善已有的文档。
|
|
82264
|
+
|
|
82265
|
+
修改数据结构:
|
|
82266
|
+
|
|
82267
|
+
* [DBAccount](https://cloud.tencent.com/document/api/237/16191#DBAccount)
|
|
82268
|
+
|
|
82269
|
+
* <font color="#dd0000">**修改成员**:</font>MaxUserConnections
|
|
82270
|
+
|
|
82271
|
+
|
|
82191
82272
|
### 第 59 次发布
|
|
82192
82273
|
|
|
82193
82274
|
发布时间:2023-10-30 00:58:10
|
|
@@ -89509,6 +89590,25 @@
|
|
|
89509
89590
|
|
|
89510
89591
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
89511
89592
|
|
|
89593
|
+
### 第 24 次发布
|
|
89594
|
+
|
|
89595
|
+
发布时间:2024-03-08 09:57:15
|
|
89596
|
+
|
|
89597
|
+
本次发布包含了以下内容:
|
|
89598
|
+
|
|
89599
|
+
改善已有的文档。
|
|
89600
|
+
|
|
89601
|
+
修改接口:
|
|
89602
|
+
|
|
89603
|
+
* [TurnPDFToObject](https://cloud.tencent.com/document/api/1314/97928)
|
|
89604
|
+
|
|
89605
|
+
* 新增入参:TextBasedPdfFlag
|
|
89606
|
+
|
|
89607
|
+
* [TurnPDFToObjectAsync](https://cloud.tencent.com/document/api/1314/101007)
|
|
89608
|
+
|
|
89609
|
+
* 新增入参:TextBasedPdfFlag
|
|
89610
|
+
|
|
89611
|
+
|
|
89512
89612
|
### 第 23 次发布
|
|
89513
89613
|
|
|
89514
89614
|
发布时间:2024-01-08 00:14:42
|
|
@@ -91342,6 +91442,32 @@
|
|
|
91342
91442
|
|
|
91343
91443
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
91344
91444
|
|
|
91445
|
+
### 第 54 次发布
|
|
91446
|
+
|
|
91447
|
+
发布时间:2024-03-08 01:20:43
|
|
91448
|
+
|
|
91449
|
+
本次发布包含了以下内容:
|
|
91450
|
+
|
|
91451
|
+
改善已有的文档。
|
|
91452
|
+
|
|
91453
|
+
修改接口:
|
|
91454
|
+
|
|
91455
|
+
* [CreateJob](https://cloud.tencent.com/document/api/849/52009)
|
|
91456
|
+
|
|
91457
|
+
* 新增入参:Description
|
|
91458
|
+
|
|
91459
|
+
* [ModifyJob](https://cloud.tencent.com/document/api/849/75553)
|
|
91460
|
+
|
|
91461
|
+
* 新增入参:Description
|
|
91462
|
+
|
|
91463
|
+
|
|
91464
|
+
修改数据结构:
|
|
91465
|
+
|
|
91466
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
91467
|
+
|
|
91468
|
+
* 新增成员:Description
|
|
91469
|
+
|
|
91470
|
+
|
|
91345
91471
|
### 第 53 次发布
|
|
91346
91472
|
|
|
91347
91473
|
发布时间:2024-01-19 01:18:01
|
|
@@ -102737,6 +102863,56 @@
|
|
|
102737
102863
|
|
|
102738
102864
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
102739
102865
|
|
|
102866
|
+
### 第 58 次发布
|
|
102867
|
+
|
|
102868
|
+
发布时间:2024-03-11 01:21:49
|
|
102869
|
+
|
|
102870
|
+
本次发布包含了以下内容:
|
|
102871
|
+
|
|
102872
|
+
改善已有的文档。
|
|
102873
|
+
|
|
102874
|
+
新增接口:
|
|
102875
|
+
|
|
102876
|
+
* [[ModifyDReadable](https://cloud.tencent.com/document/api/238/104234)](https://cloud.tencent.com/document/api/#/#)
|
|
102877
|
+
|
|
102878
|
+
### 第 57 次发布
|
|
102879
|
+
|
|
102880
|
+
发布时间:2024-03-08 01:22:30
|
|
102881
|
+
|
|
102882
|
+
本次发布包含了以下内容:
|
|
102883
|
+
|
|
102884
|
+
改善已有的文档。
|
|
102885
|
+
|
|
102886
|
+
修改接口:
|
|
102887
|
+
|
|
102888
|
+
* [DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)
|
|
102889
|
+
|
|
102890
|
+
* 新增出参:DrReadableInfo
|
|
102891
|
+
|
|
102892
|
+
* [ModifyCloseWanIp](https://cloud.tencent.com/document/api/238/101718)
|
|
102893
|
+
|
|
102894
|
+
* 新增入参:RoGroupId
|
|
102895
|
+
|
|
102896
|
+
* [ModifyDBInstanceNetwork](https://cloud.tencent.com/document/api/238/52347)
|
|
102897
|
+
|
|
102898
|
+
* 新增入参:DRNetwork
|
|
102899
|
+
|
|
102900
|
+
* [ModifyOpenWanIp](https://cloud.tencent.com/document/api/238/101717)
|
|
102901
|
+
|
|
102902
|
+
* 新增入参:RoGroupId
|
|
102903
|
+
|
|
102904
|
+
|
|
102905
|
+
新增数据结构:
|
|
102906
|
+
|
|
102907
|
+
* [DrReadableInfo](https://cloud.tencent.com/document/api/238/19976#DrReadableInfo)
|
|
102908
|
+
|
|
102909
|
+
修改数据结构:
|
|
102910
|
+
|
|
102911
|
+
* [ReadOnlyGroup](https://cloud.tencent.com/document/api/238/19976#ReadOnlyGroup)
|
|
102912
|
+
|
|
102913
|
+
* 新增成员:DnsPodDomain, TgwWanVPort
|
|
102914
|
+
|
|
102915
|
+
|
|
102740
102916
|
### 第 56 次发布
|
|
102741
102917
|
|
|
102742
102918
|
发布时间:2023-12-01 01:22:35
|
|
@@ -115071,6 +115247,46 @@
|
|
|
115071
115247
|
|
|
115072
115248
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
115073
115249
|
|
|
115250
|
+
### 第 105 次发布
|
|
115251
|
+
|
|
115252
|
+
发布时间:2024-03-11 01:24:01
|
|
115253
|
+
|
|
115254
|
+
本次发布包含了以下内容:
|
|
115255
|
+
|
|
115256
|
+
改善已有的文档。
|
|
115257
|
+
|
|
115258
|
+
修改接口:
|
|
115259
|
+
|
|
115260
|
+
* [DescribeRocketMQMsgTrace](https://cloud.tencent.com/document/api/1179/97760)
|
|
115261
|
+
|
|
115262
|
+
* 新增入参:QueryDeadLetterMessage
|
|
115263
|
+
|
|
115264
|
+
|
|
115265
|
+
### 第 104 次发布
|
|
115266
|
+
|
|
115267
|
+
发布时间:2024-03-08 01:24:44
|
|
115268
|
+
|
|
115269
|
+
本次发布包含了以下内容:
|
|
115270
|
+
|
|
115271
|
+
改善已有的文档。
|
|
115272
|
+
|
|
115273
|
+
新增接口:
|
|
115274
|
+
|
|
115275
|
+
* [DescribeRocketMQPublicAccessMonitorData](https://cloud.tencent.com/document/api/1179/104161)
|
|
115276
|
+
|
|
115277
|
+
修改接口:
|
|
115278
|
+
|
|
115279
|
+
* [DescribeRocketMQMsg](https://cloud.tencent.com/document/api/1179/91055)
|
|
115280
|
+
|
|
115281
|
+
* 新增入参:QueryDeadLetterMessage, Offset, Limit, FilterTrackGroup
|
|
115282
|
+
|
|
115283
|
+
* 新增出参:MessageTracksCount
|
|
115284
|
+
|
|
115285
|
+
|
|
115286
|
+
新增数据结构:
|
|
115287
|
+
|
|
115288
|
+
* [RocketMQDataPoint](https://cloud.tencent.com/document/api/1179/46089#RocketMQDataPoint)
|
|
115289
|
+
|
|
115074
115290
|
### 第 103 次发布
|
|
115075
115291
|
|
|
115076
115292
|
发布时间:2024-03-06 01:24:29
|