tencentcloud-sdk-nodejs 4.0.838 → 4.0.839
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 +259 -0
- package/SERVICE_CHANGELOG.md +360 -60
- package/package.json +1 -1
- package/products.md +48 -48
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +53 -31
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +39 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
- package/src/services/faceid/v20180301/faceid_models.ts +25 -3
- package/src/services/live/v20180801/live_models.ts +4 -0
- package/src/services/mps/v20190612/mps_models.ts +96 -42
- package/src/services/omics/v20221128/omics_models.ts +10 -2
- package/src/services/organization/v20210331/organization_client.ts +34 -6
- package/src/services/organization/v20210331/organization_models.ts +219 -74
- package/src/services/ssl/v20191205/ssl_client.ts +20 -7
- package/src/services/ssl/v20191205/ssl_models.ts +64 -6
- package/src/services/ssm/v20190923/ssm_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -0
- package/src/services/trocket/v20230308/trocket_client.ts +6 -4
- package/src/services/trocket/v20230308/trocket_models.ts +63 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +53 -31
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +25 -3
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +96 -42
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +10 -2
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +12 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +210 -73
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +61 -6
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +4 -4
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +4 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +61 -0
- package/test/organization.v20210331.test.js +20 -0
- package/test/ssl.v20191205.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 84 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-22 01:13:46
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,25 +12,37 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:BinlogSyncWay
|
|
18
|
+
|
|
19
|
+
* [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
|
|
20
|
+
|
|
21
|
+
* 新增入参:BinlogSyncWay
|
|
18
22
|
|
|
19
23
|
|
|
24
|
+
新增数据结构:
|
|
25
|
+
|
|
26
|
+
* [SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem)
|
|
27
|
+
|
|
20
28
|
修改数据结构:
|
|
21
29
|
|
|
22
|
-
* [
|
|
30
|
+
* [ClusterSlaveData](https://cloud.tencent.com/document/api/1003/48097#ClusterSlaveData)
|
|
23
31
|
|
|
24
|
-
* 新增成员:
|
|
32
|
+
* 新增成员:NewSlaveZoneAttr, OldSlaveZoneAttr
|
|
25
33
|
|
|
34
|
+
* [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
|
|
26
35
|
|
|
36
|
+
* 新增成员:SlaveZoneAttr
|
|
27
37
|
|
|
28
38
|
|
|
29
|
-
## 云防火墙(cfw) 版本:2019-09-04
|
|
30
39
|
|
|
31
|
-
### 第 57 次发布
|
|
32
40
|
|
|
33
|
-
|
|
41
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
42
|
+
|
|
43
|
+
### 第 165 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-04-22 01:16:52
|
|
34
46
|
|
|
35
47
|
本次发布包含了以下内容:
|
|
36
48
|
|
|
@@ -38,56 +50,62 @@
|
|
|
38
50
|
|
|
39
51
|
修改接口:
|
|
40
52
|
|
|
41
|
-
* [
|
|
53
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
42
54
|
|
|
43
|
-
* 新增入参:
|
|
55
|
+
* 新增入参:TopNavigationStatus
|
|
44
56
|
|
|
45
57
|
|
|
46
|
-
新增数据结构:
|
|
47
58
|
|
|
48
|
-
* [TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)
|
|
49
59
|
|
|
50
|
-
|
|
60
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
51
61
|
|
|
52
|
-
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
53
62
|
|
|
54
|
-
* 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
|
|
55
63
|
|
|
56
|
-
|
|
64
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
57
65
|
|
|
58
|
-
|
|
66
|
+
### 第 75 次发布
|
|
59
67
|
|
|
68
|
+
发布时间:2024-04-22 01:17:05
|
|
60
69
|
|
|
70
|
+
本次发布包含了以下内容:
|
|
61
71
|
|
|
72
|
+
改善已有的文档。
|
|
62
73
|
|
|
63
|
-
|
|
74
|
+
修改接口:
|
|
64
75
|
|
|
65
|
-
|
|
76
|
+
* [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
|
|
66
77
|
|
|
67
|
-
|
|
78
|
+
* 新增入参:VerifyMode
|
|
79
|
+
|
|
80
|
+
* 新增出参:ResultDetail
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
86
|
+
|
|
87
|
+
### 第 127 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2024-04-22 01:19:59
|
|
68
90
|
|
|
69
91
|
本次发布包含了以下内容:
|
|
70
92
|
|
|
71
93
|
改善已有的文档。
|
|
72
94
|
|
|
73
|
-
|
|
95
|
+
修改接口:
|
|
74
96
|
|
|
75
|
-
* [
|
|
97
|
+
* [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
|
|
76
98
|
|
|
77
|
-
|
|
99
|
+
* 新增入参:BackupVodUrl
|
|
78
100
|
|
|
79
|
-
* [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
|
|
80
|
-
* [ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)
|
|
81
|
-
* [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
|
|
82
|
-
* [ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)
|
|
83
101
|
|
|
84
102
|
|
|
85
103
|
|
|
86
|
-
##
|
|
104
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
87
105
|
|
|
88
|
-
### 第
|
|
106
|
+
### 第 81 次发布
|
|
89
107
|
|
|
90
|
-
发布时间:2024-04-
|
|
108
|
+
发布时间:2024-04-22 01:21:36
|
|
91
109
|
|
|
92
110
|
本次发布包含了以下内容:
|
|
93
111
|
|
|
@@ -95,29 +113,49 @@
|
|
|
95
113
|
|
|
96
114
|
修改接口:
|
|
97
115
|
|
|
98
|
-
* [
|
|
116
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
|
|
99
117
|
|
|
100
|
-
* 新增入参:
|
|
118
|
+
* 新增入参:PureAudio
|
|
101
119
|
|
|
102
|
-
* [
|
|
120
|
+
* [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
|
|
103
121
|
|
|
104
|
-
* 新增入参:
|
|
122
|
+
* 新增入参:PureAudio
|
|
123
|
+
|
|
124
|
+
* [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
|
|
125
|
+
|
|
126
|
+
* 新增入参:PureAudio
|
|
105
127
|
|
|
106
128
|
|
|
107
129
|
修改数据结构:
|
|
108
130
|
|
|
109
|
-
* [
|
|
131
|
+
* [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTaskInput)
|
|
110
132
|
|
|
111
|
-
* 新增成员:
|
|
133
|
+
* 新增成员:DefinitionType
|
|
112
134
|
|
|
135
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
|
|
113
136
|
|
|
137
|
+
* 新增成员:PureAudio
|
|
114
138
|
|
|
139
|
+
* [AdaptiveStreamTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveStreamTemplate)
|
|
115
140
|
|
|
116
|
-
|
|
141
|
+
* <font color="#dd0000">**修改成员**:</font>Video
|
|
117
142
|
|
|
118
|
-
|
|
143
|
+
* [TextWatermarkTemplateInput](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInput)
|
|
144
|
+
|
|
145
|
+
* 新增成员:TextContent
|
|
146
|
+
|
|
147
|
+
* [TextWatermarkTemplateInputForUpdate](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInputForUpdate)
|
|
148
|
+
|
|
149
|
+
* 新增成员:TextContent
|
|
119
150
|
|
|
120
|
-
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
155
|
+
|
|
156
|
+
### 第 15 次发布
|
|
157
|
+
|
|
158
|
+
发布时间:2024-04-22 01:22:30
|
|
121
159
|
|
|
122
160
|
本次发布包含了以下内容:
|
|
123
161
|
|
|
@@ -125,37 +163,70 @@
|
|
|
125
163
|
|
|
126
164
|
修改接口:
|
|
127
165
|
|
|
128
|
-
* [
|
|
166
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
129
167
|
|
|
130
|
-
* 新增入参:
|
|
168
|
+
* 新增入参:VolumeIds
|
|
131
169
|
|
|
170
|
+
* [RunWorkflow](https://cloud.tencent.com/document/api/1643/100857)
|
|
132
171
|
|
|
172
|
+
* 新增入参:VolumeIds
|
|
133
173
|
|
|
134
174
|
|
|
135
|
-
## 云压测(pts) 版本:2021-07-28
|
|
136
175
|
|
|
137
|
-
### 第 15 次发布
|
|
138
176
|
|
|
139
|
-
|
|
177
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
178
|
+
|
|
179
|
+
### 第 31 次发布
|
|
180
|
+
|
|
181
|
+
发布时间:2024-04-22 01:22:36
|
|
140
182
|
|
|
141
183
|
本次发布包含了以下内容:
|
|
142
184
|
|
|
143
185
|
改善已有的文档。
|
|
144
186
|
|
|
145
|
-
|
|
187
|
+
新增接口:
|
|
146
188
|
|
|
147
|
-
* [
|
|
189
|
+
* [DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)
|
|
190
|
+
* [ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)
|
|
148
191
|
|
|
149
|
-
|
|
192
|
+
新增数据结构:
|
|
150
193
|
|
|
194
|
+
* [EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)
|
|
195
|
+
* [ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)
|
|
196
|
+
* [TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)
|
|
197
|
+
* [Tags](https://cloud.tencent.com/document/api/850/67060#Tags)
|
|
151
198
|
|
|
152
199
|
|
|
153
200
|
|
|
154
|
-
##
|
|
201
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
155
202
|
|
|
156
|
-
### 第 74 次发布
|
|
157
203
|
|
|
158
|
-
|
|
204
|
+
|
|
205
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
206
|
+
|
|
207
|
+
### 第 56 次发布
|
|
208
|
+
|
|
209
|
+
发布时间:2024-04-22 01:24:18
|
|
210
|
+
|
|
211
|
+
本次发布包含了以下内容:
|
|
212
|
+
|
|
213
|
+
改善已有的文档。
|
|
214
|
+
|
|
215
|
+
新增接口:
|
|
216
|
+
|
|
217
|
+
* [DescribeDeleteCertificatesTaskResult](https://cloud.tencent.com/document/api/400/105464)
|
|
218
|
+
|
|
219
|
+
新增数据结构:
|
|
220
|
+
|
|
221
|
+
* [DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
226
|
+
|
|
227
|
+
### 第 14 次发布
|
|
228
|
+
|
|
229
|
+
发布时间:2024-04-22 01:28:17
|
|
159
230
|
|
|
160
231
|
本次发布包含了以下内容:
|
|
161
232
|
|
|
@@ -163,9 +234,25 @@
|
|
|
163
234
|
|
|
164
235
|
修改接口:
|
|
165
236
|
|
|
166
|
-
* [
|
|
237
|
+
* [DescribeMQTTClient](https://cloud.tencent.com/document/api/1493/103135)
|
|
167
238
|
|
|
168
|
-
*
|
|
239
|
+
* 新增出参:Inbound, OutBound, CleanSession
|
|
240
|
+
|
|
241
|
+
* [DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)
|
|
242
|
+
|
|
243
|
+
* 新增出参:Status
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
新增数据结构:
|
|
247
|
+
|
|
248
|
+
* [PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)
|
|
249
|
+
* [StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)
|
|
250
|
+
|
|
251
|
+
修改数据结构:
|
|
252
|
+
|
|
253
|
+
* [MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)
|
|
254
|
+
|
|
255
|
+
* 新增成员:Ip
|
|
169
256
|
|
|
170
257
|
|
|
171
258
|
|
|
@@ -23967,7 +24054,7 @@
|
|
|
23967
24054
|
|
|
23968
24055
|
新增数据结构:
|
|
23969
24056
|
|
|
23970
|
-
* [
|
|
24057
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)
|
|
23971
24058
|
|
|
23972
24059
|
修改数据结构:
|
|
23973
24060
|
|
|
@@ -43796,6 +43883,40 @@
|
|
|
43796
43883
|
|
|
43797
43884
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
43798
43885
|
|
|
43886
|
+
### 第 84 次发布
|
|
43887
|
+
|
|
43888
|
+
发布时间:2024-04-22 01:13:46
|
|
43889
|
+
|
|
43890
|
+
本次发布包含了以下内容:
|
|
43891
|
+
|
|
43892
|
+
改善已有的文档。
|
|
43893
|
+
|
|
43894
|
+
修改接口:
|
|
43895
|
+
|
|
43896
|
+
* [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
|
|
43897
|
+
|
|
43898
|
+
* 新增入参:BinlogSyncWay
|
|
43899
|
+
|
|
43900
|
+
* [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
|
|
43901
|
+
|
|
43902
|
+
* 新增入参:BinlogSyncWay
|
|
43903
|
+
|
|
43904
|
+
|
|
43905
|
+
新增数据结构:
|
|
43906
|
+
|
|
43907
|
+
* [[SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem)](https://cloud.tencent.com/document/api/1003/48097#[SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem))
|
|
43908
|
+
|
|
43909
|
+
修改数据结构:
|
|
43910
|
+
|
|
43911
|
+
* [ClusterSlaveData](https://cloud.tencent.com/document/api/1003/48097#ClusterSlaveData)
|
|
43912
|
+
|
|
43913
|
+
* 新增成员:NewSlaveZoneAttr, OldSlaveZoneAttr
|
|
43914
|
+
|
|
43915
|
+
* [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
|
|
43916
|
+
|
|
43917
|
+
* 新增成员:SlaveZoneAttr
|
|
43918
|
+
|
|
43919
|
+
|
|
43799
43920
|
### 第 83 次发布
|
|
43800
43921
|
|
|
43801
43922
|
发布时间:2024-04-17 01:10:53
|
|
@@ -58767,14 +58888,14 @@
|
|
|
58767
58888
|
|
|
58768
58889
|
新增接口:
|
|
58769
58890
|
|
|
58770
|
-
* [
|
|
58891
|
+
* [DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)
|
|
58771
58892
|
|
|
58772
58893
|
新增数据结构:
|
|
58773
58894
|
|
|
58774
|
-
* [
|
|
58775
|
-
* [
|
|
58776
|
-
* [
|
|
58777
|
-
* [
|
|
58895
|
+
* [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
|
|
58896
|
+
* [ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)
|
|
58897
|
+
* [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
|
|
58898
|
+
* [ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)
|
|
58778
58899
|
|
|
58779
58900
|
### 第 56 次发布
|
|
58780
58901
|
|
|
@@ -63246,6 +63367,21 @@
|
|
|
63246
63367
|
|
|
63247
63368
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
63248
63369
|
|
|
63370
|
+
### 第 165 次发布
|
|
63371
|
+
|
|
63372
|
+
发布时间:2024-04-22 01:16:52
|
|
63373
|
+
|
|
63374
|
+
本次发布包含了以下内容:
|
|
63375
|
+
|
|
63376
|
+
改善已有的文档。
|
|
63377
|
+
|
|
63378
|
+
修改接口:
|
|
63379
|
+
|
|
63380
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
63381
|
+
|
|
63382
|
+
* 新增入参:TopNavigationStatus
|
|
63383
|
+
|
|
63384
|
+
|
|
63249
63385
|
### 第 164 次发布
|
|
63250
63386
|
|
|
63251
63387
|
发布时间:2024-04-08 11:27:16
|
|
@@ -66516,6 +66652,23 @@
|
|
|
66516
66652
|
|
|
66517
66653
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
66518
66654
|
|
|
66655
|
+
### 第 75 次发布
|
|
66656
|
+
|
|
66657
|
+
发布时间:2024-04-22 01:17:05
|
|
66658
|
+
|
|
66659
|
+
本次发布包含了以下内容:
|
|
66660
|
+
|
|
66661
|
+
改善已有的文档。
|
|
66662
|
+
|
|
66663
|
+
修改接口:
|
|
66664
|
+
|
|
66665
|
+
* [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
|
|
66666
|
+
|
|
66667
|
+
* 新增入参:VerifyMode
|
|
66668
|
+
|
|
66669
|
+
* 新增出参:ResultDetail
|
|
66670
|
+
|
|
66671
|
+
|
|
66519
66672
|
### 第 74 次发布
|
|
66520
66673
|
|
|
66521
66674
|
发布时间:2024-04-12 01:15:49
|
|
@@ -81766,6 +81919,21 @@
|
|
|
81766
81919
|
|
|
81767
81920
|
## 云直播CSS(live) 版本:2018-08-01
|
|
81768
81921
|
|
|
81922
|
+
### 第 127 次发布
|
|
81923
|
+
|
|
81924
|
+
发布时间:2024-04-22 01:19:59
|
|
81925
|
+
|
|
81926
|
+
本次发布包含了以下内容:
|
|
81927
|
+
|
|
81928
|
+
改善已有的文档。
|
|
81929
|
+
|
|
81930
|
+
修改接口:
|
|
81931
|
+
|
|
81932
|
+
* [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
|
|
81933
|
+
|
|
81934
|
+
* 新增入参:BackupVodUrl
|
|
81935
|
+
|
|
81936
|
+
|
|
81769
81937
|
### 第 126 次发布
|
|
81770
81938
|
|
|
81771
81939
|
发布时间:2024-04-19 01:20:58
|
|
@@ -89578,6 +89746,52 @@
|
|
|
89578
89746
|
|
|
89579
89747
|
## 媒体处理(mps) 版本:2019-06-12
|
|
89580
89748
|
|
|
89749
|
+
### 第 81 次发布
|
|
89750
|
+
|
|
89751
|
+
发布时间:2024-04-22 01:21:36
|
|
89752
|
+
|
|
89753
|
+
本次发布包含了以下内容:
|
|
89754
|
+
|
|
89755
|
+
改善已有的文档。
|
|
89756
|
+
|
|
89757
|
+
修改接口:
|
|
89758
|
+
|
|
89759
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
|
|
89760
|
+
|
|
89761
|
+
* 新增入参:PureAudio
|
|
89762
|
+
|
|
89763
|
+
* [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
|
|
89764
|
+
|
|
89765
|
+
* 新增入参:PureAudio
|
|
89766
|
+
|
|
89767
|
+
* [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
|
|
89768
|
+
|
|
89769
|
+
* 新增入参:PureAudio
|
|
89770
|
+
|
|
89771
|
+
|
|
89772
|
+
修改数据结构:
|
|
89773
|
+
|
|
89774
|
+
* [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTaskInput)
|
|
89775
|
+
|
|
89776
|
+
* 新增成员:DefinitionType
|
|
89777
|
+
|
|
89778
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
|
|
89779
|
+
|
|
89780
|
+
* 新增成员:PureAudio
|
|
89781
|
+
|
|
89782
|
+
* [AdaptiveStreamTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveStreamTemplate)
|
|
89783
|
+
|
|
89784
|
+
* <font color="#dd0000">**修改成员**:</font>Video
|
|
89785
|
+
|
|
89786
|
+
* [TextWatermarkTemplateInput](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInput)
|
|
89787
|
+
|
|
89788
|
+
* 新增成员:TextContent
|
|
89789
|
+
|
|
89790
|
+
* [TextWatermarkTemplateInputForUpdate](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInputForUpdate)
|
|
89791
|
+
|
|
89792
|
+
* 新增成员:TextContent
|
|
89793
|
+
|
|
89794
|
+
|
|
89581
89795
|
### 第 80 次发布
|
|
89582
89796
|
|
|
89583
89797
|
发布时间:2024-04-02 01:19:24
|
|
@@ -97601,6 +97815,25 @@
|
|
|
97601
97815
|
|
|
97602
97816
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
97603
97817
|
|
|
97818
|
+
### 第 15 次发布
|
|
97819
|
+
|
|
97820
|
+
发布时间:2024-04-22 01:22:30
|
|
97821
|
+
|
|
97822
|
+
本次发布包含了以下内容:
|
|
97823
|
+
|
|
97824
|
+
改善已有的文档。
|
|
97825
|
+
|
|
97826
|
+
修改接口:
|
|
97827
|
+
|
|
97828
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
97829
|
+
|
|
97830
|
+
* 新增入参:VolumeIds
|
|
97831
|
+
|
|
97832
|
+
* [RunWorkflow](https://cloud.tencent.com/document/api/1643/100857)
|
|
97833
|
+
|
|
97834
|
+
* 新增入参:VolumeIds
|
|
97835
|
+
|
|
97836
|
+
|
|
97604
97837
|
### 第 14 次发布
|
|
97605
97838
|
|
|
97606
97839
|
发布时间:2024-04-03 11:24:43
|
|
@@ -97994,6 +98227,26 @@
|
|
|
97994
98227
|
|
|
97995
98228
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
97996
98229
|
|
|
98230
|
+
### 第 31 次发布
|
|
98231
|
+
|
|
98232
|
+
发布时间:2024-04-22 01:22:36
|
|
98233
|
+
|
|
98234
|
+
本次发布包含了以下内容:
|
|
98235
|
+
|
|
98236
|
+
改善已有的文档。
|
|
98237
|
+
|
|
98238
|
+
新增接口:
|
|
98239
|
+
|
|
98240
|
+
* [[DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)](https://cloud.tencent.com/document/api/#/#)
|
|
98241
|
+
* [[ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)](https://cloud.tencent.com/document/api/#/#)
|
|
98242
|
+
|
|
98243
|
+
新增数据结构:
|
|
98244
|
+
|
|
98245
|
+
* [[EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)](https://cloud.tencent.com/document/api/850/67060#[EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy))
|
|
98246
|
+
* [[ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)](https://cloud.tencent.com/document/api/850/67060#[ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping))
|
|
98247
|
+
* [[TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)](https://cloud.tencent.com/document/api/850/67060#[TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails))
|
|
98248
|
+
* [[Tags](https://cloud.tencent.com/document/api/850/67060#Tags)](https://cloud.tencent.com/document/api/850/67060#[Tags](https://cloud.tencent.com/document/api/850/67060#Tags))
|
|
98249
|
+
|
|
97997
98250
|
### 第 30 次发布
|
|
97998
98251
|
|
|
97999
98252
|
发布时间:2024-04-17 14:48:36
|
|
@@ -107424,6 +107677,22 @@
|
|
|
107424
107677
|
|
|
107425
107678
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
107426
107679
|
|
|
107680
|
+
### 第 56 次发布
|
|
107681
|
+
|
|
107682
|
+
发布时间:2024-04-22 01:24:18
|
|
107683
|
+
|
|
107684
|
+
本次发布包含了以下内容:
|
|
107685
|
+
|
|
107686
|
+
改善已有的文档。
|
|
107687
|
+
|
|
107688
|
+
新增接口:
|
|
107689
|
+
|
|
107690
|
+
* [[DescribeDeleteCertificatesTaskResult](https://cloud.tencent.com/document/api/400/105464)](https://cloud.tencent.com/document/api/#/#)
|
|
107691
|
+
|
|
107692
|
+
新增数据结构:
|
|
107693
|
+
|
|
107694
|
+
* [[DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)](https://cloud.tencent.com/document/api/400/41679#[DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult))
|
|
107695
|
+
|
|
107427
107696
|
### 第 55 次发布
|
|
107428
107697
|
|
|
107429
107698
|
发布时间:2024-04-09 01:21:02
|
|
@@ -132857,6 +133126,37 @@
|
|
|
132857
133126
|
|
|
132858
133127
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
132859
133128
|
|
|
133129
|
+
### 第 14 次发布
|
|
133130
|
+
|
|
133131
|
+
发布时间:2024-04-22 01:28:17
|
|
133132
|
+
|
|
133133
|
+
本次发布包含了以下内容:
|
|
133134
|
+
|
|
133135
|
+
改善已有的文档。
|
|
133136
|
+
|
|
133137
|
+
修改接口:
|
|
133138
|
+
|
|
133139
|
+
* [DescribeMQTTClient](https://cloud.tencent.com/document/api/1493/103135)
|
|
133140
|
+
|
|
133141
|
+
* 新增出参:Inbound, OutBound, CleanSession
|
|
133142
|
+
|
|
133143
|
+
* [DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)
|
|
133144
|
+
|
|
133145
|
+
* 新增出参:Status
|
|
133146
|
+
|
|
133147
|
+
|
|
133148
|
+
新增数据结构:
|
|
133149
|
+
|
|
133150
|
+
* [[PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)](https://cloud.tencent.com/document/api/1493/96031#[PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics))
|
|
133151
|
+
* [[StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)](https://cloud.tencent.com/document/api/1493/96031#[StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport))
|
|
133152
|
+
|
|
133153
|
+
修改数据结构:
|
|
133154
|
+
|
|
133155
|
+
* [MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)
|
|
133156
|
+
|
|
133157
|
+
* 新增成员:Ip
|
|
133158
|
+
|
|
133159
|
+
|
|
132860
133160
|
### 第 13 次发布
|
|
132861
133161
|
|
|
132862
133162
|
发布时间:2024-04-18 01:31:47
|