tencentcloud-sdk-nodejs 4.0.883 → 4.0.885
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 +567 -0
- package/SERVICE_CHANGELOG.md +653 -114
- package/package.json +1 -1
- package/products.md +28 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +13 -0
- package/src/services/aiart/v20221229/aiart_models.ts +67 -0
- package/src/services/asr/v20190614/asr_models.ts +22 -0
- package/src/services/cbs/v20170312/cbs_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +4 -4
- package/src/services/ckafka/v20190819/ckafka_models.ts +17 -17
- package/src/services/cls/v20201016/cls_models.ts +27 -4
- package/src/services/cwp/v20180228/cwp_client.ts +1 -15
- package/src/services/cwp/v20180228/cwp_models.ts +32 -75
- package/src/services/domain/v20180808/domain_client.ts +1 -0
- package/src/services/domain/v20180808/domain_models.ts +20 -0
- package/src/services/emr/v20190103/emr_client.ts +7 -2
- package/src/services/emr/v20190103/emr_models.ts +357 -106
- package/src/services/ess/v20201111/ess_client.ts +5 -5
- package/src/services/ess/v20201111/ess_models.ts +10 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +5 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
- package/src/services/ims/v20201229/ims_client.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/ioa/v20220601/ioa_models.ts +55 -45
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -0
- package/src/services/mps/v20190612/mps_models.ts +87 -66
- package/src/services/ocr/v20181119/ocr_models.ts +8 -0
- package/src/services/redis/v20180412/redis_models.ts +12 -10
- package/src/services/ssl/v20191205/ssl_client.ts +27 -13
- package/src/services/ssl/v20191205/ssl_models.ts +486 -357
- package/src/services/tdmq/v20200217/tdmq_models.ts +69 -5
- package/src/services/thpc/v20230321/thpc_models.ts +31 -19
- package/src/services/tke/v20180525/tke_client.ts +7 -7
- package/src/services/tke/v20180525/tke_models.ts +46 -26
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/vclm/index.ts +5 -0
- package/src/services/vclm/v20240523/index.ts +6 -0
- package/src/services/vclm/v20240523/vclm_client.ts +117 -0
- package/src/services/vclm/v20240523/vclm_models.ts +363 -0
- package/src/services/vdb/v20230616/vdb_models.ts +10 -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 +6 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +7 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +65 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +22 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +4 -4
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +4 -4
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +17 -17
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +27 -4
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -73
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +19 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +352 -106
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +5 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
- package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +55 -45
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +87 -66
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -10
- 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 +481 -356
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +69 -5
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +31 -19
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -7
- package/tencentcloud/services/tke/v20180525/tke_client.js +7 -7
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +46 -26
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/vclm/index.d.ts +6 -0
- package/tencentcloud/services/vclm/index.js +7 -0
- package/tencentcloud/services/vclm/v20240523/index.d.ts +6 -0
- package/tencentcloud/services/vclm/v20240523/index.js +9 -0
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +38 -0
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +73 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +331 -0
- package/tencentcloud/services/vclm/v20240523/vclm_models.js +18 -0
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +10 -0
- package/test/aiart.v20221229.test.js +10 -0
- package/test/cwp.v20180228.test.js +0 -10
- package/test/ssl.v20191205.test.js +12 -2
- package/test/vclm.v20240523.test.js +91 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,51 +1,45 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 6 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-28 01:03:50
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CreateTopic](https://cloud.tencent.com/document/api/614/56456)
|
|
16
|
-
|
|
17
|
-
* 新增入参:Extends
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
新增数据结构:
|
|
13
|
+
新增接口:
|
|
21
14
|
|
|
22
|
-
* [
|
|
23
|
-
* [ConditionInfo](https://cloud.tencent.com/document/api/614/56471#ConditionInfo)
|
|
24
|
-
* [TopicExtendInfo](https://cloud.tencent.com/document/api/614/56471#TopicExtendInfo)
|
|
15
|
+
* [GenerateAvatar](https://cloud.tencent.com/document/api/1668/107799)
|
|
25
16
|
|
|
26
17
|
|
|
27
18
|
|
|
28
|
-
##
|
|
19
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
29
20
|
|
|
30
|
-
### 第
|
|
21
|
+
### 第 55 次发布
|
|
31
22
|
|
|
32
|
-
发布时间:2024-06-
|
|
23
|
+
发布时间:2024-06-28 01:05:34
|
|
33
24
|
|
|
34
25
|
本次发布包含了以下内容:
|
|
35
26
|
|
|
36
27
|
改善已有的文档。
|
|
37
28
|
|
|
38
|
-
|
|
29
|
+
修改数据结构:
|
|
39
30
|
|
|
40
|
-
*
|
|
31
|
+
* [AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)
|
|
41
32
|
|
|
33
|
+
* <font color="#dd0000">**修改成员**:</font>MountPoint, FileSystemType
|
|
42
34
|
|
|
43
35
|
|
|
44
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
45
36
|
|
|
46
|
-
### 第 95 次发布
|
|
47
37
|
|
|
48
|
-
|
|
38
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
39
|
+
|
|
40
|
+
### 第 98 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2024-06-28 01:07:19
|
|
49
43
|
|
|
50
44
|
本次发布包含了以下内容:
|
|
51
45
|
|
|
@@ -53,77 +47,103 @@
|
|
|
53
47
|
|
|
54
48
|
修改数据结构:
|
|
55
49
|
|
|
56
|
-
* [
|
|
50
|
+
* [AlarmTargetInfo](https://cloud.tencent.com/document/api/614/56471#AlarmTargetInfo)
|
|
57
51
|
|
|
58
|
-
* 新增成员:
|
|
52
|
+
* 新增成员:SyntaxRule, BizType
|
|
59
53
|
|
|
60
54
|
|
|
61
55
|
|
|
62
56
|
|
|
63
|
-
##
|
|
57
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
64
58
|
|
|
65
|
-
### 第
|
|
59
|
+
### 第 115 次发布
|
|
66
60
|
|
|
67
|
-
发布时间:2024-06-
|
|
61
|
+
发布时间:2024-06-28 01:08:04
|
|
68
62
|
|
|
69
63
|
本次发布包含了以下内容:
|
|
70
64
|
|
|
71
65
|
改善已有的文档。
|
|
72
66
|
|
|
73
|
-
|
|
67
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
74
68
|
|
|
75
|
-
*
|
|
76
|
-
* [DescribeLocalAccounts](https://cloud.tencent.com/document/api/1092/107710)
|
|
69
|
+
* ExportAttackLogs
|
|
77
70
|
|
|
78
|
-
新增数据结构:
|
|
79
71
|
|
|
80
|
-
* [DescribeAccountGroupsData](https://cloud.tencent.com/document/api/1092/102488#DescribeAccountGroupsData)
|
|
81
|
-
* [DescribeAccountGroupsPageResp](https://cloud.tencent.com/document/api/1092/102488#DescribeAccountGroupsPageResp)
|
|
82
|
-
* [DescribeLocalAccountAccountGroupsData](https://cloud.tencent.com/document/api/1092/102488#DescribeLocalAccountAccountGroupsData)
|
|
83
|
-
* [DescribeLocalAccountsData](https://cloud.tencent.com/document/api/1092/102488#DescribeLocalAccountsData)
|
|
84
|
-
* [DescribeLocalAccountsPage](https://cloud.tencent.com/document/api/1092/102488#DescribeLocalAccountsPage)
|
|
85
72
|
|
|
86
|
-
|
|
73
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
87
74
|
|
|
88
|
-
|
|
75
|
+
### 第 67 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2024-06-28 01:11:14
|
|
89
78
|
|
|
90
79
|
本次发布包含了以下内容:
|
|
91
80
|
|
|
92
81
|
改善已有的文档。
|
|
93
82
|
|
|
94
|
-
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [AddMetricScaleStrategy](https://cloud.tencent.com/document/api/589/103997)
|
|
86
|
+
|
|
87
|
+
* 新增入参:LoadAutoScaleStrategy
|
|
88
|
+
|
|
89
|
+
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
90
|
+
|
|
91
|
+
* 新增入参:RecordSource
|
|
92
|
+
|
|
93
|
+
* [DescribeAutoScaleStrategies](https://cloud.tencent.com/document/api/589/103998)
|
|
94
|
+
|
|
95
|
+
* 新增出参:LoadAutoScaleStrategies
|
|
96
|
+
|
|
97
|
+
* [ModifyAutoScaleStrategy](https://cloud.tencent.com/document/api/589/103995)
|
|
98
|
+
|
|
99
|
+
* 新增入参:LoadAutoScaleStrategies
|
|
95
100
|
|
|
96
|
-
* [DescribeRootAccountGroup](https://cloud.tencent.com/document/api/1092/107709)
|
|
97
101
|
|
|
98
102
|
新增数据结构:
|
|
99
103
|
|
|
100
|
-
* [
|
|
104
|
+
* [LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)
|
|
105
|
+
* [LoadMetricsCondition](https://cloud.tencent.com/document/api/589/33981#LoadMetricsCondition)
|
|
106
|
+
* [LoadMetricsConditions](https://cloud.tencent.com/document/api/589/33981#LoadMetricsConditions)
|
|
107
|
+
* [TriggerCondition](https://cloud.tencent.com/document/api/589/33981#TriggerCondition)
|
|
108
|
+
* [TriggerConditions](https://cloud.tencent.com/document/api/589/33981#TriggerConditions)
|
|
101
109
|
|
|
110
|
+
修改数据结构:
|
|
102
111
|
|
|
112
|
+
* [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
|
|
103
113
|
|
|
104
|
-
|
|
114
|
+
* 新增成员:RetryEnReason, RetryReason
|
|
105
115
|
|
|
106
|
-
|
|
116
|
+
* [AutoScaleResourceConf](https://cloud.tencent.com/document/api/589/33981#AutoScaleResourceConf)
|
|
107
117
|
|
|
108
|
-
|
|
118
|
+
* 新增成员:HardwareType, PayMode, PostPayPercentMin, ChangeToPod, GroupName, YarnNodeLabel, GroupStatus, Parallel, EnableMNode
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
124
|
+
|
|
125
|
+
### 第 6 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2024-06-28 01:12:56
|
|
109
128
|
|
|
110
129
|
本次发布包含了以下内容:
|
|
111
130
|
|
|
112
131
|
改善已有的文档。
|
|
113
132
|
|
|
114
|
-
|
|
133
|
+
修改数据结构:
|
|
115
134
|
|
|
116
|
-
* [
|
|
117
|
-
* [DescribeFirmwareUpdateStatus](https://cloud.tencent.com/document/api/1081/107735)
|
|
118
|
-
* [PublishFirmwareUpdateMessage](https://cloud.tencent.com/document/api/1081/107734)
|
|
135
|
+
* [DescribeAccountGroupsData](https://cloud.tencent.com/document/api/1092/102488#DescribeAccountGroupsData)
|
|
119
136
|
|
|
137
|
+
* 新增成员:LatestSyncResult, LatestSyncTime
|
|
120
138
|
|
|
121
139
|
|
|
122
|
-
## 云直播CSS(live) 版本:2018-08-01
|
|
123
140
|
|
|
124
|
-
### 第 130 次发布
|
|
125
141
|
|
|
126
|
-
|
|
142
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
143
|
+
|
|
144
|
+
### 第 87 次发布
|
|
145
|
+
|
|
146
|
+
发布时间:2024-06-28 01:16:00
|
|
127
147
|
|
|
128
148
|
本次发布包含了以下内容:
|
|
129
149
|
|
|
@@ -131,72 +151,88 @@
|
|
|
131
151
|
|
|
132
152
|
修改数据结构:
|
|
133
153
|
|
|
134
|
-
* [
|
|
154
|
+
* [CreateInput](https://cloud.tencent.com/document/api/862/37615#CreateInput)
|
|
135
155
|
|
|
136
|
-
* 新增成员:
|
|
156
|
+
* 新增成员:Zones
|
|
137
157
|
|
|
158
|
+
* [CreateOutputInfo](https://cloud.tencent.com/document/api/862/37615#CreateOutputInfo)
|
|
138
159
|
|
|
160
|
+
* 新增成员:Zones
|
|
139
161
|
|
|
162
|
+
* [DescribeInput](https://cloud.tencent.com/document/api/862/37615#DescribeInput)
|
|
140
163
|
|
|
141
|
-
|
|
164
|
+
* 新增成员:Zones
|
|
142
165
|
|
|
143
|
-
|
|
166
|
+
* [DescribeOutput](https://cloud.tencent.com/document/api/862/37615#DescribeOutput)
|
|
144
167
|
|
|
145
|
-
|
|
168
|
+
* 新增成员:Zones
|
|
146
169
|
|
|
147
|
-
|
|
170
|
+
* [LiveActivityResItem](https://cloud.tencent.com/document/api/862/37615#LiveActivityResItem)
|
|
148
171
|
|
|
149
|
-
|
|
172
|
+
* 新增成员:LiveQualityControlTask
|
|
150
173
|
|
|
151
|
-
|
|
174
|
+
* [ModifyInput](https://cloud.tencent.com/document/api/862/37615#ModifyInput)
|
|
152
175
|
|
|
153
|
-
*
|
|
176
|
+
* 新增成员:Zones
|
|
154
177
|
|
|
178
|
+
* [TerrorismConfigureInfo](https://cloud.tencent.com/document/api/862/37615#TerrorismConfigureInfo)
|
|
155
179
|
|
|
180
|
+
* <font color="#dd0000">**修改成员**:</font>OcrReviewInfo
|
|
156
181
|
|
|
157
|
-
## 渠道合作伙伴(partners) 版本:2018-03-21
|
|
158
182
|
|
|
159
|
-
### 第 33 次发布
|
|
160
183
|
|
|
161
|
-
|
|
184
|
+
|
|
185
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
186
|
+
|
|
187
|
+
### 第 140 次发布
|
|
188
|
+
|
|
189
|
+
发布时间:2024-06-28 01:16:42
|
|
162
190
|
|
|
163
191
|
本次发布包含了以下内容:
|
|
164
192
|
|
|
165
193
|
改善已有的文档。
|
|
166
194
|
|
|
195
|
+
修改接口:
|
|
196
|
+
|
|
197
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
198
|
+
|
|
199
|
+
* 新增入参:EnablePeriodComplete
|
|
200
|
+
|
|
201
|
+
|
|
167
202
|
修改数据结构:
|
|
168
203
|
|
|
169
|
-
* [
|
|
204
|
+
* [TrainTicket](https://cloud.tencent.com/document/api/866/33527#TrainTicket)
|
|
170
205
|
|
|
171
|
-
* 新增成员:
|
|
206
|
+
* 新增成员:TicketChangeMark
|
|
172
207
|
|
|
173
208
|
|
|
174
209
|
|
|
175
210
|
|
|
176
|
-
##
|
|
211
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
177
212
|
|
|
178
|
-
### 第
|
|
213
|
+
### 第 60 次发布
|
|
179
214
|
|
|
180
|
-
发布时间:2024-06-
|
|
215
|
+
发布时间:2024-06-28 01:18:28
|
|
181
216
|
|
|
182
217
|
本次发布包含了以下内容:
|
|
183
218
|
|
|
184
219
|
改善已有的文档。
|
|
185
220
|
|
|
186
|
-
|
|
221
|
+
新增接口:
|
|
187
222
|
|
|
188
|
-
* [
|
|
223
|
+
* [DeleteCertificates](https://cloud.tencent.com/document/api/400/107800)
|
|
189
224
|
|
|
190
|
-
|
|
225
|
+
新增数据结构:
|
|
191
226
|
|
|
227
|
+
* [BatchDeleteFail](https://cloud.tencent.com/document/api/400/41679#BatchDeleteFail)
|
|
192
228
|
|
|
193
229
|
|
|
194
230
|
|
|
195
|
-
##
|
|
231
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
196
232
|
|
|
197
|
-
### 第
|
|
233
|
+
### 第 117 次发布
|
|
198
234
|
|
|
199
|
-
发布时间:2024-06-
|
|
235
|
+
发布时间:2024-06-28 01:20:13
|
|
200
236
|
|
|
201
237
|
本次发布包含了以下内容:
|
|
202
238
|
|
|
@@ -204,65 +240,88 @@
|
|
|
204
240
|
|
|
205
241
|
修改接口:
|
|
206
242
|
|
|
207
|
-
* [
|
|
243
|
+
* [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
|
|
208
244
|
|
|
209
|
-
*
|
|
245
|
+
* 新增入参:PayMode, ClusterVersion, IsIntl, ResourceTags, Bandwidth
|
|
246
|
+
|
|
247
|
+
* [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
|
|
248
|
+
|
|
249
|
+
* 新增入参:IsIntl
|
|
210
250
|
|
|
211
251
|
|
|
212
252
|
修改数据结构:
|
|
213
253
|
|
|
214
|
-
* [
|
|
254
|
+
* [RabbitMQUser](https://cloud.tencent.com/document/api/1179/46089#RabbitMQUser)
|
|
215
255
|
|
|
216
|
-
* 新增成员:
|
|
256
|
+
* 新增成员:MaxConnections, MaxChannels
|
|
217
257
|
|
|
218
|
-
* [
|
|
258
|
+
* [RabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVipInstance)
|
|
219
259
|
|
|
220
|
-
* 新增成员:
|
|
260
|
+
* 新增成员:CreateTime
|
|
221
261
|
|
|
262
|
+
* [RocketMQInstanceConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQInstanceConfig)
|
|
222
263
|
|
|
264
|
+
* 新增成员:MaxRetention, MinRetention, Retention, TopicNumLowerLimit, TopicNumUpperLimit
|
|
223
265
|
|
|
266
|
+
* <font color="#dd0000">**修改成员**:</font>MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, ConfigDisplay, NodeCount, NodeDistribution, TopicDistribution, MaxQueuesPerTopic
|
|
224
267
|
|
|
225
|
-
## 容器服务(tke) 版本:2022-05-01
|
|
226
268
|
|
|
227
269
|
|
|
228
270
|
|
|
229
|
-
##
|
|
271
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
230
272
|
|
|
231
|
-
### 第
|
|
273
|
+
### 第 2 次发布
|
|
232
274
|
|
|
233
|
-
发布时间:2024-06-
|
|
275
|
+
发布时间:2024-06-28 01:22:51
|
|
234
276
|
|
|
235
277
|
本次发布包含了以下内容:
|
|
236
278
|
|
|
237
279
|
改善已有的文档。
|
|
238
280
|
|
|
239
|
-
|
|
281
|
+
新增接口:
|
|
240
282
|
|
|
241
|
-
* [
|
|
283
|
+
* [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107807)
|
|
284
|
+
* [DescribeVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107803)
|
|
285
|
+
* [DescribeVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107806)
|
|
286
|
+
* [SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107802)
|
|
287
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
242
288
|
|
|
243
|
-
|
|
289
|
+
新增数据结构:
|
|
244
290
|
|
|
291
|
+
* [AsrTimestamps](https://cloud.tencent.com/document/api/1616/107808#AsrTimestamps)
|
|
292
|
+
* [TranslateResult](https://cloud.tencent.com/document/api/1616/107808#TranslateResult)
|
|
245
293
|
|
|
294
|
+
### 第 1 次发布
|
|
246
295
|
|
|
296
|
+
发布时间:2024-06-27 17:13:58
|
|
247
297
|
|
|
248
|
-
|
|
298
|
+
本次发布包含了以下内容:
|
|
249
299
|
|
|
250
|
-
|
|
300
|
+
改善已有的文档。
|
|
251
301
|
|
|
252
|
-
|
|
302
|
+
新增接口:
|
|
303
|
+
|
|
304
|
+
* [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
|
|
305
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
## 向量数据库(vdb) 版本:2023-06-16
|
|
310
|
+
|
|
311
|
+
### 第 2 次发布
|
|
312
|
+
|
|
313
|
+
发布时间:2024-06-28 01:22:56
|
|
253
314
|
|
|
254
315
|
本次发布包含了以下内容:
|
|
255
316
|
|
|
256
317
|
改善已有的文档。
|
|
257
318
|
|
|
258
|
-
|
|
319
|
+
修改数据结构:
|
|
259
320
|
|
|
260
|
-
* [
|
|
321
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
261
322
|
|
|
262
|
-
|
|
323
|
+
* 新增成员:IsolateAt, AutoRenew
|
|
263
324
|
|
|
264
|
-
* [UploadResourceRequestInfo](https://cloud.tencent.com/document/api/1267/76336#UploadResourceRequestInfo)
|
|
265
|
-
* [UserFileDTONew](https://cloud.tencent.com/document/api/1267/76336#UserFileDTONew)
|
|
266
325
|
|
|
267
326
|
|
|
268
327
|
|
|
@@ -910,6 +969,18 @@
|
|
|
910
969
|
|
|
911
970
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
912
971
|
|
|
972
|
+
### 第 6 次发布
|
|
973
|
+
|
|
974
|
+
发布时间:2024-06-28 01:03:50
|
|
975
|
+
|
|
976
|
+
本次发布包含了以下内容:
|
|
977
|
+
|
|
978
|
+
改善已有的文档。
|
|
979
|
+
|
|
980
|
+
新增接口:
|
|
981
|
+
|
|
982
|
+
* [[GenerateAvatar](https://cloud.tencent.com/document/api/1668/107799)](https://cloud.tencent.com/document/api/#/#)
|
|
983
|
+
|
|
913
984
|
### 第 5 次发布
|
|
914
985
|
|
|
915
986
|
发布时间:2024-04-23 15:48:38
|
|
@@ -6759,6 +6830,21 @@
|
|
|
6759
6830
|
|
|
6760
6831
|
## 语音识别(asr) 版本:2019-06-14
|
|
6761
6832
|
|
|
6833
|
+
### 第 37 次发布
|
|
6834
|
+
|
|
6835
|
+
发布时间:2024-06-27 01:05:14
|
|
6836
|
+
|
|
6837
|
+
本次发布包含了以下内容:
|
|
6838
|
+
|
|
6839
|
+
改善已有的文档。
|
|
6840
|
+
|
|
6841
|
+
修改接口:
|
|
6842
|
+
|
|
6843
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
6844
|
+
|
|
6845
|
+
* 新增入参:HotwordList
|
|
6846
|
+
|
|
6847
|
+
|
|
6762
6848
|
### 第 36 次发布
|
|
6763
6849
|
|
|
6764
6850
|
发布时间:2024-06-25 01:07:52
|
|
@@ -14356,6 +14442,21 @@
|
|
|
14356
14442
|
|
|
14357
14443
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
14358
14444
|
|
|
14445
|
+
### 第 55 次发布
|
|
14446
|
+
|
|
14447
|
+
发布时间:2024-06-28 01:05:34
|
|
14448
|
+
|
|
14449
|
+
本次发布包含了以下内容:
|
|
14450
|
+
|
|
14451
|
+
改善已有的文档。
|
|
14452
|
+
|
|
14453
|
+
修改数据结构:
|
|
14454
|
+
|
|
14455
|
+
* [AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)
|
|
14456
|
+
|
|
14457
|
+
* <font color="#dd0000">**修改成员**:</font>MountPoint, FileSystemType
|
|
14458
|
+
|
|
14459
|
+
|
|
14359
14460
|
### 第 54 次发布
|
|
14360
14461
|
|
|
14361
14462
|
发布时间:2024-03-21 01:09:20
|
|
@@ -22909,7 +23010,7 @@
|
|
|
22909
23010
|
|
|
22910
23011
|
|
|
22911
23012
|
|
|
22912
|
-
##
|
|
23013
|
+
## 腾讯云数据仓库TCHouse-C(cdwch) 版本:2020-09-15
|
|
22913
23014
|
|
|
22914
23015
|
### 第 21 次发布
|
|
22915
23016
|
|
|
@@ -31578,6 +31679,47 @@
|
|
|
31578
31679
|
|
|
31579
31680
|
## 日志服务(cls) 版本:2020-10-16
|
|
31580
31681
|
|
|
31682
|
+
### 第 98 次发布
|
|
31683
|
+
|
|
31684
|
+
发布时间:2024-06-28 01:07:19
|
|
31685
|
+
|
|
31686
|
+
本次发布包含了以下内容:
|
|
31687
|
+
|
|
31688
|
+
改善已有的文档。
|
|
31689
|
+
|
|
31690
|
+
修改数据结构:
|
|
31691
|
+
|
|
31692
|
+
* [AlarmTargetInfo](https://cloud.tencent.com/document/api/614/56471#AlarmTargetInfo)
|
|
31693
|
+
|
|
31694
|
+
* 新增成员:SyntaxRule, BizType
|
|
31695
|
+
|
|
31696
|
+
|
|
31697
|
+
### 第 97 次发布
|
|
31698
|
+
|
|
31699
|
+
发布时间:2024-06-27 01:08:10
|
|
31700
|
+
|
|
31701
|
+
本次发布包含了以下内容:
|
|
31702
|
+
|
|
31703
|
+
改善已有的文档。
|
|
31704
|
+
|
|
31705
|
+
修改接口:
|
|
31706
|
+
|
|
31707
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
31708
|
+
|
|
31709
|
+
* 新增入参:Extends
|
|
31710
|
+
|
|
31711
|
+
|
|
31712
|
+
修改数据结构:
|
|
31713
|
+
|
|
31714
|
+
* [MonitorTime](https://cloud.tencent.com/document/api/614/56471#MonitorTime)
|
|
31715
|
+
|
|
31716
|
+
* <font color="#dd0000">**修改成员**:</font>Time
|
|
31717
|
+
|
|
31718
|
+
* [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
|
|
31719
|
+
|
|
31720
|
+
* 新增成员:Extends
|
|
31721
|
+
|
|
31722
|
+
|
|
31581
31723
|
### 第 96 次发布
|
|
31582
31724
|
|
|
31583
31725
|
发布时间:2024-06-26 01:12:03
|
|
@@ -31595,9 +31737,9 @@
|
|
|
31595
31737
|
|
|
31596
31738
|
新增数据结构:
|
|
31597
31739
|
|
|
31598
|
-
* [
|
|
31599
|
-
* [
|
|
31600
|
-
* [
|
|
31740
|
+
* [AnonymousInfo](https://cloud.tencent.com/document/api/614/56471#AnonymousInfo)
|
|
31741
|
+
* [ConditionInfo](https://cloud.tencent.com/document/api/614/56471#ConditionInfo)
|
|
31742
|
+
* [TopicExtendInfo](https://cloud.tencent.com/document/api/614/56471#TopicExtendInfo)
|
|
31601
31743
|
|
|
31602
31744
|
### 第 95 次发布
|
|
31603
31745
|
|
|
@@ -41464,6 +41606,18 @@
|
|
|
41464
41606
|
|
|
41465
41607
|
## 主机安全(cwp) 版本:2018-02-28
|
|
41466
41608
|
|
|
41609
|
+
### 第 115 次发布
|
|
41610
|
+
|
|
41611
|
+
发布时间:2024-06-28 01:08:04
|
|
41612
|
+
|
|
41613
|
+
本次发布包含了以下内容:
|
|
41614
|
+
|
|
41615
|
+
改善已有的文档。
|
|
41616
|
+
|
|
41617
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
41618
|
+
|
|
41619
|
+
* ExportAttackLogs
|
|
41620
|
+
|
|
41467
41621
|
### 第 114 次发布
|
|
41468
41622
|
|
|
41469
41623
|
发布时间:2024-06-26 01:12:49
|
|
@@ -53769,6 +53923,25 @@
|
|
|
53769
53923
|
|
|
53770
53924
|
## 域名注册(domain) 版本:2018-08-08
|
|
53771
53925
|
|
|
53926
|
+
### 第 40 次发布
|
|
53927
|
+
|
|
53928
|
+
发布时间:2024-06-27 01:11:00
|
|
53929
|
+
|
|
53930
|
+
本次发布包含了以下内容:
|
|
53931
|
+
|
|
53932
|
+
改善已有的文档。
|
|
53933
|
+
|
|
53934
|
+
修改接口:
|
|
53935
|
+
|
|
53936
|
+
* [ReservedPreDomains](https://cloud.tencent.com/document/api/242/103887)
|
|
53937
|
+
|
|
53938
|
+
* 新增出参:SucDomains
|
|
53939
|
+
|
|
53940
|
+
|
|
53941
|
+
新增数据结构:
|
|
53942
|
+
|
|
53943
|
+
* [SucDomainInfo](https://cloud.tencent.com/document/api/242/38895#SucDomainInfo)
|
|
53944
|
+
|
|
53772
53945
|
### 第 39 次发布
|
|
53773
53946
|
|
|
53774
53947
|
发布时间:2024-06-10 01:40:58
|
|
@@ -59477,6 +59650,52 @@
|
|
|
59477
59650
|
|
|
59478
59651
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
59479
59652
|
|
|
59653
|
+
### 第 67 次发布
|
|
59654
|
+
|
|
59655
|
+
发布时间:2024-06-28 01:11:14
|
|
59656
|
+
|
|
59657
|
+
本次发布包含了以下内容:
|
|
59658
|
+
|
|
59659
|
+
改善已有的文档。
|
|
59660
|
+
|
|
59661
|
+
修改接口:
|
|
59662
|
+
|
|
59663
|
+
* [AddMetricScaleStrategy](https://cloud.tencent.com/document/api/589/103997)
|
|
59664
|
+
|
|
59665
|
+
* 新增入参:LoadAutoScaleStrategy
|
|
59666
|
+
|
|
59667
|
+
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
59668
|
+
|
|
59669
|
+
* 新增入参:RecordSource
|
|
59670
|
+
|
|
59671
|
+
* [DescribeAutoScaleStrategies](https://cloud.tencent.com/document/api/589/103998)
|
|
59672
|
+
|
|
59673
|
+
* 新增出参:LoadAutoScaleStrategies
|
|
59674
|
+
|
|
59675
|
+
* [ModifyAutoScaleStrategy](https://cloud.tencent.com/document/api/589/103995)
|
|
59676
|
+
|
|
59677
|
+
* 新增入参:LoadAutoScaleStrategies
|
|
59678
|
+
|
|
59679
|
+
|
|
59680
|
+
新增数据结构:
|
|
59681
|
+
|
|
59682
|
+
* [[LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)](https://cloud.tencent.com/document/api/589/33981#[LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy))
|
|
59683
|
+
* [[LoadMetricsCondition](https://cloud.tencent.com/document/api/589/33981#LoadMetricsCondition)](https://cloud.tencent.com/document/api/589/33981#[LoadMetricsCondition](https://cloud.tencent.com/document/api/589/33981#LoadMetricsCondition))
|
|
59684
|
+
* [[LoadMetricsConditions](https://cloud.tencent.com/document/api/589/33981#LoadMetricsConditions)](https://cloud.tencent.com/document/api/589/33981#[LoadMetricsConditions](https://cloud.tencent.com/document/api/589/33981#LoadMetricsConditions))
|
|
59685
|
+
* [[TriggerCondition](https://cloud.tencent.com/document/api/589/33981#TriggerCondition)](https://cloud.tencent.com/document/api/589/33981#[TriggerCondition](https://cloud.tencent.com/document/api/589/33981#TriggerCondition))
|
|
59686
|
+
* [[TriggerConditions](https://cloud.tencent.com/document/api/589/33981#TriggerConditions)](https://cloud.tencent.com/document/api/589/33981#[TriggerConditions](https://cloud.tencent.com/document/api/589/33981#TriggerConditions))
|
|
59687
|
+
|
|
59688
|
+
修改数据结构:
|
|
59689
|
+
|
|
59690
|
+
* [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
|
|
59691
|
+
|
|
59692
|
+
* 新增成员:RetryEnReason, RetryReason
|
|
59693
|
+
|
|
59694
|
+
* [AutoScaleResourceConf](https://cloud.tencent.com/document/api/589/33981#AutoScaleResourceConf)
|
|
59695
|
+
|
|
59696
|
+
* 新增成员:HardwareType, PayMode, PostPayPercentMin, ChangeToPod, GroupName, YarnNodeLabel, GroupStatus, Parallel, EnableMNode
|
|
59697
|
+
|
|
59698
|
+
|
|
59480
59699
|
### 第 66 次发布
|
|
59481
59700
|
|
|
59482
59701
|
发布时间:2024-06-12 17:52:35
|
|
@@ -76076,6 +76295,21 @@
|
|
|
76076
76295
|
|
|
76077
76296
|
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
76078
76297
|
|
|
76298
|
+
### 第 6 次发布
|
|
76299
|
+
|
|
76300
|
+
发布时间:2024-06-28 01:12:56
|
|
76301
|
+
|
|
76302
|
+
本次发布包含了以下内容:
|
|
76303
|
+
|
|
76304
|
+
改善已有的文档。
|
|
76305
|
+
|
|
76306
|
+
修改数据结构:
|
|
76307
|
+
|
|
76308
|
+
* [DescribeAccountGroupsData](https://cloud.tencent.com/document/api/1092/102488#DescribeAccountGroupsData)
|
|
76309
|
+
|
|
76310
|
+
* 新增成员:LatestSyncResult, LatestSyncTime
|
|
76311
|
+
|
|
76312
|
+
|
|
76079
76313
|
### 第 5 次发布
|
|
76080
76314
|
|
|
76081
76315
|
发布时间:2024-06-25 16:17:19
|
|
@@ -76086,16 +76320,16 @@
|
|
|
76086
76320
|
|
|
76087
76321
|
新增接口:
|
|
76088
76322
|
|
|
76089
|
-
* [
|
|
76090
|
-
* [
|
|
76323
|
+
* [DescribeAccountGroups](https://cloud.tencent.com/document/api/1092/107711)
|
|
76324
|
+
* [DescribeLocalAccounts](https://cloud.tencent.com/document/api/1092/107710)
|
|
76091
76325
|
|
|
76092
76326
|
新增数据结构:
|
|
76093
76327
|
|
|
76094
|
-
* [
|
|
76095
|
-
* [
|
|
76096
|
-
* [
|
|
76097
|
-
* [
|
|
76098
|
-
* [
|
|
76328
|
+
* [DescribeAccountGroupsData](https://cloud.tencent.com/document/api/1092/102488#DescribeAccountGroupsData)
|
|
76329
|
+
* [DescribeAccountGroupsPageResp](https://cloud.tencent.com/document/api/1092/102488#DescribeAccountGroupsPageResp)
|
|
76330
|
+
* [DescribeLocalAccountAccountGroupsData](https://cloud.tencent.com/document/api/1092/102488#DescribeLocalAccountAccountGroupsData)
|
|
76331
|
+
* [DescribeLocalAccountsData](https://cloud.tencent.com/document/api/1092/102488#DescribeLocalAccountsData)
|
|
76332
|
+
* [DescribeLocalAccountsPage](https://cloud.tencent.com/document/api/1092/102488#DescribeLocalAccountsPage)
|
|
76099
76333
|
|
|
76100
76334
|
### 第 4 次发布
|
|
76101
76335
|
|
|
@@ -76107,11 +76341,11 @@
|
|
|
76107
76341
|
|
|
76108
76342
|
新增接口:
|
|
76109
76343
|
|
|
76110
|
-
* [
|
|
76344
|
+
* [DescribeRootAccountGroup](https://cloud.tencent.com/document/api/1092/107709)
|
|
76111
76345
|
|
|
76112
76346
|
新增数据结构:
|
|
76113
76347
|
|
|
76114
|
-
* [
|
|
76348
|
+
* [GetAccountGroupData](https://cloud.tencent.com/document/api/1092/102488#GetAccountGroupData)
|
|
76115
76349
|
|
|
76116
76350
|
### 第 3 次发布
|
|
76117
76351
|
|
|
@@ -77441,6 +77675,21 @@
|
|
|
77441
77675
|
|
|
77442
77676
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
77443
77677
|
|
|
77678
|
+
### 第 70 次发布
|
|
77679
|
+
|
|
77680
|
+
发布时间:2024-06-27 01:13:47
|
|
77681
|
+
|
|
77682
|
+
本次发布包含了以下内容:
|
|
77683
|
+
|
|
77684
|
+
改善已有的文档。
|
|
77685
|
+
|
|
77686
|
+
修改数据结构:
|
|
77687
|
+
|
|
77688
|
+
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEvent)
|
|
77689
|
+
|
|
77690
|
+
* 新增成员:UploadStatus
|
|
77691
|
+
|
|
77692
|
+
|
|
77444
77693
|
### 第 69 次发布
|
|
77445
77694
|
|
|
77446
77695
|
发布时间:2024-06-26 01:17:47
|
|
@@ -77451,9 +77700,9 @@
|
|
|
77451
77700
|
|
|
77452
77701
|
新增接口:
|
|
77453
77702
|
|
|
77454
|
-
* [
|
|
77455
|
-
* [
|
|
77456
|
-
* [
|
|
77703
|
+
* [CheckFirmwareUpdate](https://cloud.tencent.com/document/api/1081/107736)
|
|
77704
|
+
* [DescribeFirmwareUpdateStatus](https://cloud.tencent.com/document/api/1081/107735)
|
|
77705
|
+
* [PublishFirmwareUpdateMessage](https://cloud.tencent.com/document/api/1081/107734)
|
|
77457
77706
|
|
|
77458
77707
|
### 第 68 次发布
|
|
77459
77708
|
|
|
@@ -93134,6 +93383,45 @@
|
|
|
93134
93383
|
|
|
93135
93384
|
## 媒体处理(mps) 版本:2019-06-12
|
|
93136
93385
|
|
|
93386
|
+
### 第 87 次发布
|
|
93387
|
+
|
|
93388
|
+
发布时间:2024-06-28 01:16:00
|
|
93389
|
+
|
|
93390
|
+
本次发布包含了以下内容:
|
|
93391
|
+
|
|
93392
|
+
改善已有的文档。
|
|
93393
|
+
|
|
93394
|
+
修改数据结构:
|
|
93395
|
+
|
|
93396
|
+
* [CreateInput](https://cloud.tencent.com/document/api/862/37615#CreateInput)
|
|
93397
|
+
|
|
93398
|
+
* 新增成员:Zones
|
|
93399
|
+
|
|
93400
|
+
* [CreateOutputInfo](https://cloud.tencent.com/document/api/862/37615#CreateOutputInfo)
|
|
93401
|
+
|
|
93402
|
+
* 新增成员:Zones
|
|
93403
|
+
|
|
93404
|
+
* [DescribeInput](https://cloud.tencent.com/document/api/862/37615#DescribeInput)
|
|
93405
|
+
|
|
93406
|
+
* 新增成员:Zones
|
|
93407
|
+
|
|
93408
|
+
* [DescribeOutput](https://cloud.tencent.com/document/api/862/37615#DescribeOutput)
|
|
93409
|
+
|
|
93410
|
+
* 新增成员:Zones
|
|
93411
|
+
|
|
93412
|
+
* [LiveActivityResItem](https://cloud.tencent.com/document/api/862/37615#LiveActivityResItem)
|
|
93413
|
+
|
|
93414
|
+
* 新增成员:LiveQualityControlTask
|
|
93415
|
+
|
|
93416
|
+
* [ModifyInput](https://cloud.tencent.com/document/api/862/37615#ModifyInput)
|
|
93417
|
+
|
|
93418
|
+
* 新增成员:Zones
|
|
93419
|
+
|
|
93420
|
+
* [TerrorismConfigureInfo](https://cloud.tencent.com/document/api/862/37615#TerrorismConfigureInfo)
|
|
93421
|
+
|
|
93422
|
+
* <font color="#dd0000">**修改成员**:</font>OcrReviewInfo
|
|
93423
|
+
|
|
93424
|
+
|
|
93137
93425
|
### 第 86 次发布
|
|
93138
93426
|
|
|
93139
93427
|
发布时间:2024-06-21 01:59:51
|
|
@@ -98982,6 +99270,28 @@
|
|
|
98982
99270
|
|
|
98983
99271
|
## 文字识别(ocr) 版本:2018-11-19
|
|
98984
99272
|
|
|
99273
|
+
### 第 140 次发布
|
|
99274
|
+
|
|
99275
|
+
发布时间:2024-06-28 01:16:42
|
|
99276
|
+
|
|
99277
|
+
本次发布包含了以下内容:
|
|
99278
|
+
|
|
99279
|
+
改善已有的文档。
|
|
99280
|
+
|
|
99281
|
+
修改接口:
|
|
99282
|
+
|
|
99283
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
99284
|
+
|
|
99285
|
+
* 新增入参:EnablePeriodComplete
|
|
99286
|
+
|
|
99287
|
+
|
|
99288
|
+
修改数据结构:
|
|
99289
|
+
|
|
99290
|
+
* [TrainTicket](https://cloud.tencent.com/document/api/866/33527#TrainTicket)
|
|
99291
|
+
|
|
99292
|
+
* 新增成员:TicketChangeMark
|
|
99293
|
+
|
|
99294
|
+
|
|
98985
99295
|
### 第 139 次发布
|
|
98986
99296
|
|
|
98987
99297
|
发布时间:2024-06-26 01:21:05
|
|
@@ -111744,6 +112054,92 @@
|
|
|
111744
112054
|
|
|
111745
112055
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
111746
112056
|
|
|
112057
|
+
### 第 60 次发布
|
|
112058
|
+
|
|
112059
|
+
发布时间:2024-06-28 01:18:28
|
|
112060
|
+
|
|
112061
|
+
本次发布包含了以下内容:
|
|
112062
|
+
|
|
112063
|
+
改善已有的文档。
|
|
112064
|
+
|
|
112065
|
+
新增接口:
|
|
112066
|
+
|
|
112067
|
+
* [[DeleteCertificates](https://cloud.tencent.com/document/api/400/107800)](https://cloud.tencent.com/document/api/#/#)
|
|
112068
|
+
|
|
112069
|
+
新增数据结构:
|
|
112070
|
+
|
|
112071
|
+
* [[BatchDeleteFail](https://cloud.tencent.com/document/api/400/41679#BatchDeleteFail)](https://cloud.tencent.com/document/api/400/41679#[BatchDeleteFail](https://cloud.tencent.com/document/api/400/41679#BatchDeleteFail))
|
|
112072
|
+
|
|
112073
|
+
### 第 59 次发布
|
|
112074
|
+
|
|
112075
|
+
发布时间:2024-06-27 01:18:46
|
|
112076
|
+
|
|
112077
|
+
本次发布包含了以下内容:
|
|
112078
|
+
|
|
112079
|
+
改善已有的文档。
|
|
112080
|
+
|
|
112081
|
+
修改接口:
|
|
112082
|
+
|
|
112083
|
+
* [DescribeCertificateBindResourceTaskDetail](https://cloud.tencent.com/document/api/400/97758)
|
|
112084
|
+
|
|
112085
|
+
* 新增出参:COS
|
|
112086
|
+
|
|
112087
|
+
|
|
112088
|
+
新增数据结构:
|
|
112089
|
+
|
|
112090
|
+
* [COSInstanceList](https://cloud.tencent.com/document/api/400/41679#COSInstanceList)
|
|
112091
|
+
|
|
112092
|
+
修改数据结构:
|
|
112093
|
+
|
|
112094
|
+
* [ApiGatewayInstanceList](https://cloud.tencent.com/document/api/400/41679#ApiGatewayInstanceList)
|
|
112095
|
+
|
|
112096
|
+
* 新增成员:Error
|
|
112097
|
+
|
|
112098
|
+
* [CdnInstanceList](https://cloud.tencent.com/document/api/400/41679#CdnInstanceList)
|
|
112099
|
+
|
|
112100
|
+
* 新增成员:Error
|
|
112101
|
+
|
|
112102
|
+
* [ClbInstanceList](https://cloud.tencent.com/document/api/400/41679#ClbInstanceList)
|
|
112103
|
+
|
|
112104
|
+
* 新增成员:Error
|
|
112105
|
+
|
|
112106
|
+
* [ClbListenerRule](https://cloud.tencent.com/document/api/400/41679#ClbListenerRule)
|
|
112107
|
+
|
|
112108
|
+
* <font color="#dd0000">**修改成员**:</font>NoMatchDomains
|
|
112109
|
+
|
|
112110
|
+
* [DdosInstanceList](https://cloud.tencent.com/document/api/400/41679#DdosInstanceList)
|
|
112111
|
+
|
|
112112
|
+
* 新增成员:Error
|
|
112113
|
+
|
|
112114
|
+
* [LiveInstanceList](https://cloud.tencent.com/document/api/400/41679#LiveInstanceList)
|
|
112115
|
+
|
|
112116
|
+
* 新增成员:Error
|
|
112117
|
+
|
|
112118
|
+
* [TCBInstanceList](https://cloud.tencent.com/document/api/400/41679#TCBInstanceList)
|
|
112119
|
+
|
|
112120
|
+
* 新增成员:Error
|
|
112121
|
+
|
|
112122
|
+
* [TSEInstanceList](https://cloud.tencent.com/document/api/400/41679#TSEInstanceList)
|
|
112123
|
+
|
|
112124
|
+
* 新增成员:Error
|
|
112125
|
+
|
|
112126
|
+
* [TeoInstanceList](https://cloud.tencent.com/document/api/400/41679#TeoInstanceList)
|
|
112127
|
+
|
|
112128
|
+
* 新增成员:Error
|
|
112129
|
+
|
|
112130
|
+
* [TkeInstanceList](https://cloud.tencent.com/document/api/400/41679#TkeInstanceList)
|
|
112131
|
+
|
|
112132
|
+
* 新增成员:Error
|
|
112133
|
+
|
|
112134
|
+
* [VODInstanceList](https://cloud.tencent.com/document/api/400/41679#VODInstanceList)
|
|
112135
|
+
|
|
112136
|
+
* 新增成员:Error
|
|
112137
|
+
|
|
112138
|
+
* [WafInstanceList](https://cloud.tencent.com/document/api/400/41679#WafInstanceList)
|
|
112139
|
+
|
|
112140
|
+
* 新增成员:Error
|
|
112141
|
+
|
|
112142
|
+
|
|
111747
112143
|
### 第 58 次发布
|
|
111748
112144
|
|
|
111749
112145
|
发布时间:2024-05-13 01:26:12
|
|
@@ -122508,6 +122904,42 @@
|
|
|
122508
122904
|
|
|
122509
122905
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
122510
122906
|
|
|
122907
|
+
### 第 117 次发布
|
|
122908
|
+
|
|
122909
|
+
发布时间:2024-06-28 01:20:13
|
|
122910
|
+
|
|
122911
|
+
本次发布包含了以下内容:
|
|
122912
|
+
|
|
122913
|
+
改善已有的文档。
|
|
122914
|
+
|
|
122915
|
+
修改接口:
|
|
122916
|
+
|
|
122917
|
+
* [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
|
|
122918
|
+
|
|
122919
|
+
* 新增入参:PayMode, ClusterVersion, IsIntl, ResourceTags, Bandwidth
|
|
122920
|
+
|
|
122921
|
+
* [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
|
|
122922
|
+
|
|
122923
|
+
* 新增入参:IsIntl
|
|
122924
|
+
|
|
122925
|
+
|
|
122926
|
+
修改数据结构:
|
|
122927
|
+
|
|
122928
|
+
* [RabbitMQUser](https://cloud.tencent.com/document/api/1179/46089#RabbitMQUser)
|
|
122929
|
+
|
|
122930
|
+
* 新增成员:MaxConnections, MaxChannels
|
|
122931
|
+
|
|
122932
|
+
* [RabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVipInstance)
|
|
122933
|
+
|
|
122934
|
+
* 新增成员:CreateTime
|
|
122935
|
+
|
|
122936
|
+
* [RocketMQInstanceConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQInstanceConfig)
|
|
122937
|
+
|
|
122938
|
+
* 新增成员:MaxRetention, MinRetention, Retention, TopicNumLowerLimit, TopicNumUpperLimit
|
|
122939
|
+
|
|
122940
|
+
* <font color="#dd0000">**修改成员**:</font>MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, ConfigDisplay, NodeCount, NodeDistribution, TopicDistribution, MaxQueuesPerTopic
|
|
122941
|
+
|
|
122942
|
+
|
|
122511
122943
|
### 第 116 次发布
|
|
122512
122944
|
|
|
122513
122945
|
发布时间:2024-06-25 01:23:14
|
|
@@ -129906,6 +130338,28 @@
|
|
|
129906
130338
|
|
|
129907
130339
|
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
129908
130340
|
|
|
130341
|
+
### 第 14 次发布
|
|
130342
|
+
|
|
130343
|
+
发布时间:2024-06-27 01:21:12
|
|
130344
|
+
|
|
130345
|
+
本次发布包含了以下内容:
|
|
130346
|
+
|
|
130347
|
+
改善已有的文档。
|
|
130348
|
+
|
|
130349
|
+
修改接口:
|
|
130350
|
+
|
|
130351
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
|
|
130352
|
+
|
|
130353
|
+
* 新增入参:SchedulerVersion
|
|
130354
|
+
|
|
130355
|
+
|
|
130356
|
+
修改数据结构:
|
|
130357
|
+
|
|
130358
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
|
|
130359
|
+
|
|
130360
|
+
* 新增成员:SchedulerVersion
|
|
130361
|
+
|
|
130362
|
+
|
|
129909
130363
|
### 第 13 次发布
|
|
129910
130364
|
|
|
129911
130365
|
发布时间:2023-11-06 00:21:33
|
|
@@ -133989,6 +134443,37 @@
|
|
|
133989
134443
|
|
|
133990
134444
|
## 容器服务(tke) 版本:2018-05-25
|
|
133991
134445
|
|
|
134446
|
+
### 第 175 次发布
|
|
134447
|
+
|
|
134448
|
+
发布时间:2024-06-27 01:21:28
|
|
134449
|
+
|
|
134450
|
+
本次发布包含了以下内容:
|
|
134451
|
+
|
|
134452
|
+
改善已有的文档。
|
|
134453
|
+
|
|
134454
|
+
修改接口:
|
|
134455
|
+
|
|
134456
|
+
* [CreatePrometheusConfig](https://cloud.tencent.com/document/api/457/76241)
|
|
134457
|
+
|
|
134458
|
+
* 新增入参:Probes
|
|
134459
|
+
|
|
134460
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
134461
|
+
|
|
134462
|
+
* 新增入参:Force
|
|
134463
|
+
|
|
134464
|
+
* [DeletePrometheusConfig](https://cloud.tencent.com/document/api/457/76239)
|
|
134465
|
+
|
|
134466
|
+
* 新增入参:Probes
|
|
134467
|
+
|
|
134468
|
+
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/457/76237)
|
|
134469
|
+
|
|
134470
|
+
* 新增出参:Probes
|
|
134471
|
+
|
|
134472
|
+
* [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/457/76236)
|
|
134473
|
+
|
|
134474
|
+
* 新增入参:Probes
|
|
134475
|
+
|
|
134476
|
+
|
|
133992
134477
|
### 第 174 次发布
|
|
133993
134478
|
|
|
133994
134479
|
发布时间:2024-06-26 01:25:37
|
|
@@ -145577,8 +146062,62 @@
|
|
|
145577
146062
|
|
|
145578
146063
|
|
|
145579
146064
|
|
|
146065
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
146066
|
+
|
|
146067
|
+
### 第 2 次发布
|
|
146068
|
+
|
|
146069
|
+
发布时间:2024-06-28 01:22:51
|
|
146070
|
+
|
|
146071
|
+
本次发布包含了以下内容:
|
|
146072
|
+
|
|
146073
|
+
改善已有的文档。
|
|
146074
|
+
|
|
146075
|
+
新增接口:
|
|
146076
|
+
|
|
146077
|
+
* [[ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107807)](https://cloud.tencent.com/document/api/#/#)
|
|
146078
|
+
* [[DescribeVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107803)](https://cloud.tencent.com/document/api/#/#)
|
|
146079
|
+
* [[DescribeVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107806)](https://cloud.tencent.com/document/api/#/#)
|
|
146080
|
+
* [[SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107802)](https://cloud.tencent.com/document/api/#/#)
|
|
146081
|
+
* [[SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)](https://cloud.tencent.com/document/api/#/#)
|
|
146082
|
+
|
|
146083
|
+
新增数据结构:
|
|
146084
|
+
|
|
146085
|
+
* [[AsrTimestamps](https://cloud.tencent.com/document/api/1616/107808#AsrTimestamps)](https://cloud.tencent.com/document/api/1616/107808#[AsrTimestamps](https://cloud.tencent.com/document/api/1616/107808#AsrTimestamps))
|
|
146086
|
+
* [[TranslateResult](https://cloud.tencent.com/document/api/1616/107808#TranslateResult)](https://cloud.tencent.com/document/api/1616/107808#[TranslateResult](https://cloud.tencent.com/document/api/1616/107808#TranslateResult))
|
|
146087
|
+
|
|
146088
|
+
### 第 1 次发布
|
|
146089
|
+
|
|
146090
|
+
发布时间:2024-06-27 17:13:58
|
|
146091
|
+
|
|
146092
|
+
本次发布包含了以下内容:
|
|
146093
|
+
|
|
146094
|
+
改善已有的文档。
|
|
146095
|
+
|
|
146096
|
+
新增接口:
|
|
146097
|
+
|
|
146098
|
+
* [[DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)](https://cloud.tencent.com/document/api/#/#)
|
|
146099
|
+
* [[SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)](https://cloud.tencent.com/document/api/#/#)
|
|
146100
|
+
|
|
146101
|
+
|
|
146102
|
+
|
|
146103
|
+
|
|
145580
146104
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
145581
146105
|
|
|
146106
|
+
### 第 2 次发布
|
|
146107
|
+
|
|
146108
|
+
发布时间:2024-06-28 01:22:56
|
|
146109
|
+
|
|
146110
|
+
本次发布包含了以下内容:
|
|
146111
|
+
|
|
146112
|
+
改善已有的文档。
|
|
146113
|
+
|
|
146114
|
+
修改数据结构:
|
|
146115
|
+
|
|
146116
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
146117
|
+
|
|
146118
|
+
* 新增成员:IsolateAt, AutoRenew
|
|
146119
|
+
|
|
146120
|
+
|
|
145582
146121
|
### 第 1 次发布
|
|
145583
146122
|
|
|
145584
146123
|
发布时间:2024-06-03 15:48:04
|
|
@@ -157686,12 +158225,12 @@
|
|
|
157686
158225
|
|
|
157687
158226
|
新增接口:
|
|
157688
158227
|
|
|
157689
|
-
* [
|
|
158228
|
+
* [UploadResource](https://cloud.tencent.com/document/api/1267/107737)
|
|
157690
158229
|
|
|
157691
158230
|
新增数据结构:
|
|
157692
158231
|
|
|
157693
|
-
* [
|
|
157694
|
-
* [
|
|
158232
|
+
* [UploadResourceRequestInfo](https://cloud.tencent.com/document/api/1267/76336#UploadResourceRequestInfo)
|
|
158233
|
+
* [UserFileDTONew](https://cloud.tencent.com/document/api/1267/76336#UserFileDTONew)
|
|
157695
158234
|
|
|
157696
158235
|
### 第 97 次发布
|
|
157697
158236
|
|