tencentcloud-sdk-nodejs 4.0.884 → 4.0.886
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 +436 -0
- package/SERVICE_CHANGELOG.md +405 -167
- package/package.json +1 -1
- package/products.md +23 -22
- 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/cbs/v20170312/cbs_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +13 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -15
- package/src/services/cwp/v20180228/cwp_models.ts +32 -75
- package/src/services/emr/v20190103/emr_client.ts +7 -2
- package/src/services/emr/v20190103/emr_models.ts +361 -106
- package/src/services/ess/v20201111/ess_client.ts +10 -3
- package/src/services/ess/v20201111/ess_models.ts +33 -29
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +17 -14
- 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_client.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +26 -0
- package/src/services/iss/v20230517/iss_client.ts +29 -2
- package/src/services/iss/v20230517/iss_models.ts +154 -36
- package/src/services/mps/v20190612/mps_models.ts +87 -66
- package/src/services/ocr/v20181119/ocr_models.ts +8 -0
- package/src/services/ses/v20201002/ses_client.ts +70 -21
- package/src/services/ses/v20201002/ses_models.ts +278 -135
- package/src/services/ssl/v20191205/ssl_client.ts +28 -15
- package/src/services/ssl/v20191205/ssl_models.ts +395 -347
- package/src/services/tcr/v20190924/tcr_models.ts +4 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +70 -6
- 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/src/services/vpc/v20170312/vpc_client.ts +2 -3
- 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/cbs/v20170312/cbs_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -0
- 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/emr/v20190103/emr_models.d.ts +356 -106
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +33 -29
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -14
- 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 +25 -0
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +9 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +12 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +147 -36
- 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/ses/v20201002/ses_client.d.ts +21 -5
- package/tencentcloud/services/ses/v20201002/ses_client.js +30 -6
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +267 -133
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +9 -5
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +11 -5
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +390 -345
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +70 -6
- 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/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -1
- package/test/aiart.v20221229.test.js +10 -0
- package/test/cwp.v20180228.test.js +0 -10
- package/test/iss.v20230517.test.js +20 -0
- package/test/ses.v20201002.test.js +44 -4
- package/test/ssl.v20191205.test.js +12 -2
- package/test/vclm.v20240523.test.js +91 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 68 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-
|
|
7
|
+
发布时间:2024-07-01 01:15:45
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:KeepMonitorButNotRecoverProcess
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
23
23
|
|
|
24
|
-
### 第
|
|
24
|
+
### 第 71 次发布
|
|
25
25
|
|
|
26
|
-
发布时间:2024-
|
|
26
|
+
发布时间:2024-07-01 01:17:32
|
|
27
27
|
|
|
28
28
|
本次发布包含了以下内容:
|
|
29
29
|
|
|
@@ -31,213 +31,82 @@
|
|
|
31
31
|
|
|
32
32
|
修改接口:
|
|
33
33
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
* 新增入参:Extends
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
修改数据结构:
|
|
40
|
-
|
|
41
|
-
* [MonitorTime](https://cloud.tencent.com/document/api/614/56471#MonitorTime)
|
|
34
|
+
* [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
|
|
42
35
|
|
|
43
|
-
*
|
|
36
|
+
* 新增出参:TWeCallCategoryPkgList
|
|
44
37
|
|
|
45
|
-
* [TopicInfo](https://cloud.tencent.com/document/api/614/56471#TopicInfo)
|
|
46
38
|
|
|
47
|
-
|
|
39
|
+
新增数据结构:
|
|
48
40
|
|
|
41
|
+
* [TWeCallCategoryPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallCategoryPkgInfo)
|
|
49
42
|
|
|
50
43
|
|
|
51
44
|
|
|
52
|
-
##
|
|
45
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
53
46
|
|
|
54
|
-
### 第
|
|
47
|
+
### 第 16 次发布
|
|
55
48
|
|
|
56
|
-
发布时间:2024-06-
|
|
49
|
+
发布时间:2024-06-28 15:23:39
|
|
57
50
|
|
|
58
51
|
本次发布包含了以下内容:
|
|
59
52
|
|
|
60
53
|
改善已有的文档。
|
|
61
54
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
* [ReservedPreDomains](https://cloud.tencent.com/document/api/242/103887)
|
|
65
|
-
|
|
66
|
-
* 新增出参:SucDomains
|
|
55
|
+
新增接口:
|
|
67
56
|
|
|
57
|
+
* [QueryForbidPlayChannelList](https://cloud.tencent.com/document/api/1344/107837)
|
|
58
|
+
* [SetForbidPlayChannels](https://cloud.tencent.com/document/api/1344/107836)
|
|
68
59
|
|
|
69
60
|
新增数据结构:
|
|
70
61
|
|
|
71
|
-
* [
|
|
62
|
+
* [ChannelAttrInfo](https://cloud.tencent.com/document/api/1344/95952#ChannelAttrInfo)
|
|
63
|
+
* [ListForbidplayChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListForbidplayChannelsData)
|
|
64
|
+
* [SetForbidplayChannelParam](https://cloud.tencent.com/document/api/1344/95952#SetForbidplayChannelParam)
|
|
72
65
|
|
|
73
66
|
|
|
74
67
|
|
|
75
|
-
##
|
|
68
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
76
69
|
|
|
77
|
-
### 第
|
|
70
|
+
### 第 22 次发布
|
|
78
71
|
|
|
79
|
-
发布时间:2024-
|
|
72
|
+
发布时间:2024-07-01 01:22:01
|
|
80
73
|
|
|
81
74
|
本次发布包含了以下内容:
|
|
82
75
|
|
|
83
76
|
改善已有的文档。
|
|
84
77
|
|
|
85
|
-
|
|
78
|
+
新增接口:
|
|
86
79
|
|
|
87
|
-
* [
|
|
80
|
+
* [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)
|
|
81
|
+
* [DeleteCustomBlackList](https://cloud.tencent.com/document/api/1288/107853)
|
|
82
|
+
* [ListCustomBlacklist](https://cloud.tencent.com/document/api/1288/107852)
|
|
83
|
+
* [UpdateCustomBlackList](https://cloud.tencent.com/document/api/1288/107851)
|
|
88
84
|
|
|
89
|
-
|
|
85
|
+
新增数据结构:
|
|
90
86
|
|
|
87
|
+
* [BlackAddressDetail](https://cloud.tencent.com/document/api/1288/51053#BlackAddressDetail)
|
|
91
88
|
|
|
92
89
|
|
|
93
90
|
|
|
94
91
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
95
92
|
|
|
96
|
-
### 第
|
|
93
|
+
### 第 61 次发布
|
|
97
94
|
|
|
98
|
-
发布时间:2024-
|
|
95
|
+
发布时间:2024-07-01 01:22:30
|
|
99
96
|
|
|
100
97
|
本次发布包含了以下内容:
|
|
101
98
|
|
|
102
99
|
改善已有的文档。
|
|
103
100
|
|
|
104
|
-
修改接口:
|
|
105
|
-
|
|
106
|
-
* [DescribeCertificateBindResourceTaskDetail](https://cloud.tencent.com/document/api/400/97758)
|
|
107
|
-
|
|
108
|
-
* 新增出参:COS
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
新增数据结构:
|
|
112
|
-
|
|
113
|
-
* [COSInstanceList](https://cloud.tencent.com/document/api/400/41679#COSInstanceList)
|
|
114
|
-
|
|
115
101
|
修改数据结构:
|
|
116
102
|
|
|
117
|
-
* [
|
|
118
|
-
|
|
119
|
-
* 新增成员:Error
|
|
120
|
-
|
|
121
|
-
* [CdnInstanceList](https://cloud.tencent.com/document/api/400/41679#CdnInstanceList)
|
|
122
|
-
|
|
123
|
-
* 新增成员:Error
|
|
124
|
-
|
|
125
|
-
* [ClbInstanceList](https://cloud.tencent.com/document/api/400/41679#ClbInstanceList)
|
|
126
|
-
|
|
127
|
-
* 新增成员:Error
|
|
128
|
-
|
|
129
|
-
* [ClbListenerRule](https://cloud.tencent.com/document/api/400/41679#ClbListenerRule)
|
|
130
|
-
|
|
131
|
-
* <font color="#dd0000">**修改成员**:</font>NoMatchDomains
|
|
132
|
-
|
|
133
|
-
* [DdosInstanceList](https://cloud.tencent.com/document/api/400/41679#DdosInstanceList)
|
|
134
|
-
|
|
135
|
-
* 新增成员:Error
|
|
136
|
-
|
|
137
|
-
* [LiveInstanceList](https://cloud.tencent.com/document/api/400/41679#LiveInstanceList)
|
|
138
|
-
|
|
139
|
-
* 新增成员:Error
|
|
140
|
-
|
|
141
|
-
* [TCBInstanceList](https://cloud.tencent.com/document/api/400/41679#TCBInstanceList)
|
|
142
|
-
|
|
143
|
-
* 新增成员:Error
|
|
144
|
-
|
|
145
|
-
* [TSEInstanceList](https://cloud.tencent.com/document/api/400/41679#TSEInstanceList)
|
|
146
|
-
|
|
147
|
-
* 新增成员:Error
|
|
148
|
-
|
|
149
|
-
* [TeoInstanceList](https://cloud.tencent.com/document/api/400/41679#TeoInstanceList)
|
|
150
|
-
|
|
151
|
-
* 新增成员:Error
|
|
152
|
-
|
|
153
|
-
* [TkeInstanceList](https://cloud.tencent.com/document/api/400/41679#TkeInstanceList)
|
|
154
|
-
|
|
155
|
-
* 新增成员:Error
|
|
156
|
-
|
|
157
|
-
* [VODInstanceList](https://cloud.tencent.com/document/api/400/41679#VODInstanceList)
|
|
158
|
-
|
|
159
|
-
* 新增成员:Error
|
|
160
|
-
|
|
161
|
-
* [WafInstanceList](https://cloud.tencent.com/document/api/400/41679#WafInstanceList)
|
|
103
|
+
* [BindResourceRegionResult](https://cloud.tencent.com/document/api/400/41679#BindResourceRegionResult)
|
|
162
104
|
|
|
163
105
|
* 新增成员:Error
|
|
164
106
|
|
|
165
107
|
|
|
166
108
|
|
|
167
109
|
|
|
168
|
-
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
169
|
-
|
|
170
|
-
### 第 14 次发布
|
|
171
|
-
|
|
172
|
-
发布时间:2024-06-27 01:21:12
|
|
173
|
-
|
|
174
|
-
本次发布包含了以下内容:
|
|
175
|
-
|
|
176
|
-
改善已有的文档。
|
|
177
|
-
|
|
178
|
-
修改接口:
|
|
179
|
-
|
|
180
|
-
* [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
|
|
181
|
-
|
|
182
|
-
* 新增入参:SchedulerVersion
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
修改数据结构:
|
|
186
|
-
|
|
187
|
-
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
|
|
188
|
-
|
|
189
|
-
* 新增成员:SchedulerVersion
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
## 容器服务(tke) 版本:2022-05-01
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
207
|
-
|
|
208
|
-
### 第 175 次发布
|
|
209
|
-
|
|
210
|
-
发布时间:2024-06-27 01:21:28
|
|
211
|
-
|
|
212
|
-
本次发布包含了以下内容:
|
|
213
|
-
|
|
214
|
-
改善已有的文档。
|
|
215
|
-
|
|
216
|
-
修改接口:
|
|
217
|
-
|
|
218
|
-
* [CreatePrometheusConfig](https://cloud.tencent.com/document/api/457/76241)
|
|
219
|
-
|
|
220
|
-
* 新增入参:Probes
|
|
221
|
-
|
|
222
|
-
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
223
|
-
|
|
224
|
-
* 新增入参:Force
|
|
225
|
-
|
|
226
|
-
* [DeletePrometheusConfig](https://cloud.tencent.com/document/api/457/76239)
|
|
227
|
-
|
|
228
|
-
* 新增入参:Probes
|
|
229
|
-
|
|
230
|
-
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/457/76237)
|
|
231
|
-
|
|
232
|
-
* 新增出参:Probes
|
|
233
|
-
|
|
234
|
-
* [ModifyPrometheusConfig](https://cloud.tencent.com/document/api/457/76236)
|
|
235
|
-
|
|
236
|
-
* 新增入参:Probes
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
110
|
# 历次版本更新如下:
|
|
242
111
|
|
|
243
112
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -882,6 +751,18 @@
|
|
|
882
751
|
|
|
883
752
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
884
753
|
|
|
754
|
+
### 第 6 次发布
|
|
755
|
+
|
|
756
|
+
发布时间:2024-06-28 01:03:50
|
|
757
|
+
|
|
758
|
+
本次发布包含了以下内容:
|
|
759
|
+
|
|
760
|
+
改善已有的文档。
|
|
761
|
+
|
|
762
|
+
新增接口:
|
|
763
|
+
|
|
764
|
+
* [GenerateAvatar](https://cloud.tencent.com/document/api/1668/107799)
|
|
765
|
+
|
|
885
766
|
### 第 5 次发布
|
|
886
767
|
|
|
887
768
|
发布时间:2024-04-23 15:48:38
|
|
@@ -14343,6 +14224,21 @@
|
|
|
14343
14224
|
|
|
14344
14225
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
14345
14226
|
|
|
14227
|
+
### 第 55 次发布
|
|
14228
|
+
|
|
14229
|
+
发布时间:2024-06-28 01:05:34
|
|
14230
|
+
|
|
14231
|
+
本次发布包含了以下内容:
|
|
14232
|
+
|
|
14233
|
+
改善已有的文档。
|
|
14234
|
+
|
|
14235
|
+
修改数据结构:
|
|
14236
|
+
|
|
14237
|
+
* [AutoMountConfiguration](https://cloud.tencent.com/document/api/362/15669#AutoMountConfiguration)
|
|
14238
|
+
|
|
14239
|
+
* <font color="#dd0000">**修改成员**:</font>MountPoint, FileSystemType
|
|
14240
|
+
|
|
14241
|
+
|
|
14346
14242
|
### 第 54 次发布
|
|
14347
14243
|
|
|
14348
14244
|
发布时间:2024-03-21 01:09:20
|
|
@@ -31565,6 +31461,21 @@
|
|
|
31565
31461
|
|
|
31566
31462
|
## 日志服务(cls) 版本:2020-10-16
|
|
31567
31463
|
|
|
31464
|
+
### 第 98 次发布
|
|
31465
|
+
|
|
31466
|
+
发布时间:2024-06-28 01:07:19
|
|
31467
|
+
|
|
31468
|
+
本次发布包含了以下内容:
|
|
31469
|
+
|
|
31470
|
+
改善已有的文档。
|
|
31471
|
+
|
|
31472
|
+
修改数据结构:
|
|
31473
|
+
|
|
31474
|
+
* [AlarmTargetInfo](https://cloud.tencent.com/document/api/614/56471#AlarmTargetInfo)
|
|
31475
|
+
|
|
31476
|
+
* 新增成员:SyntaxRule, BizType
|
|
31477
|
+
|
|
31478
|
+
|
|
31568
31479
|
### 第 97 次发布
|
|
31569
31480
|
|
|
31570
31481
|
发布时间:2024-06-27 01:08:10
|
|
@@ -41477,6 +41388,18 @@
|
|
|
41477
41388
|
|
|
41478
41389
|
## 主机安全(cwp) 版本:2018-02-28
|
|
41479
41390
|
|
|
41391
|
+
### 第 115 次发布
|
|
41392
|
+
|
|
41393
|
+
发布时间:2024-06-28 01:08:04
|
|
41394
|
+
|
|
41395
|
+
本次发布包含了以下内容:
|
|
41396
|
+
|
|
41397
|
+
改善已有的文档。
|
|
41398
|
+
|
|
41399
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
41400
|
+
|
|
41401
|
+
* ExportAttackLogs
|
|
41402
|
+
|
|
41480
41403
|
### 第 114 次发布
|
|
41481
41404
|
|
|
41482
41405
|
发布时间:2024-06-26 01:12:49
|
|
@@ -53799,7 +53722,7 @@
|
|
|
53799
53722
|
|
|
53800
53723
|
新增数据结构:
|
|
53801
53724
|
|
|
53802
|
-
* [
|
|
53725
|
+
* [SucDomainInfo](https://cloud.tencent.com/document/api/242/38895#SucDomainInfo)
|
|
53803
53726
|
|
|
53804
53727
|
### 第 39 次发布
|
|
53805
53728
|
|
|
@@ -59509,6 +59432,67 @@
|
|
|
59509
59432
|
|
|
59510
59433
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
59511
59434
|
|
|
59435
|
+
### 第 68 次发布
|
|
59436
|
+
|
|
59437
|
+
发布时间:2024-07-01 01:15:45
|
|
59438
|
+
|
|
59439
|
+
本次发布包含了以下内容:
|
|
59440
|
+
|
|
59441
|
+
改善已有的文档。
|
|
59442
|
+
|
|
59443
|
+
修改接口:
|
|
59444
|
+
|
|
59445
|
+
* [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
|
|
59446
|
+
|
|
59447
|
+
* 新增入参:KeepMonitorButNotRecoverProcess
|
|
59448
|
+
|
|
59449
|
+
|
|
59450
|
+
### 第 67 次发布
|
|
59451
|
+
|
|
59452
|
+
发布时间:2024-06-28 01:11:14
|
|
59453
|
+
|
|
59454
|
+
本次发布包含了以下内容:
|
|
59455
|
+
|
|
59456
|
+
改善已有的文档。
|
|
59457
|
+
|
|
59458
|
+
修改接口:
|
|
59459
|
+
|
|
59460
|
+
* [AddMetricScaleStrategy](https://cloud.tencent.com/document/api/589/103997)
|
|
59461
|
+
|
|
59462
|
+
* 新增入参:LoadAutoScaleStrategy
|
|
59463
|
+
|
|
59464
|
+
* [DescribeAutoScaleRecords](https://cloud.tencent.com/document/api/589/100248)
|
|
59465
|
+
|
|
59466
|
+
* 新增入参:RecordSource
|
|
59467
|
+
|
|
59468
|
+
* [DescribeAutoScaleStrategies](https://cloud.tencent.com/document/api/589/103998)
|
|
59469
|
+
|
|
59470
|
+
* 新增出参:LoadAutoScaleStrategies
|
|
59471
|
+
|
|
59472
|
+
* [ModifyAutoScaleStrategy](https://cloud.tencent.com/document/api/589/103995)
|
|
59473
|
+
|
|
59474
|
+
* 新增入参:LoadAutoScaleStrategies
|
|
59475
|
+
|
|
59476
|
+
|
|
59477
|
+
新增数据结构:
|
|
59478
|
+
|
|
59479
|
+
* [LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)
|
|
59480
|
+
* [LoadMetricsCondition](https://cloud.tencent.com/document/api/589/33981#LoadMetricsCondition)
|
|
59481
|
+
* [LoadMetricsConditions](https://cloud.tencent.com/document/api/589/33981#LoadMetricsConditions)
|
|
59482
|
+
* [TriggerCondition](https://cloud.tencent.com/document/api/589/33981#TriggerCondition)
|
|
59483
|
+
* [TriggerConditions](https://cloud.tencent.com/document/api/589/33981#TriggerConditions)
|
|
59484
|
+
|
|
59485
|
+
修改数据结构:
|
|
59486
|
+
|
|
59487
|
+
* [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
|
|
59488
|
+
|
|
59489
|
+
* 新增成员:RetryEnReason, RetryReason
|
|
59490
|
+
|
|
59491
|
+
* [AutoScaleResourceConf](https://cloud.tencent.com/document/api/589/33981#AutoScaleResourceConf)
|
|
59492
|
+
|
|
59493
|
+
* 新增成员:HardwareType, PayMode, PostPayPercentMin, ChangeToPod, GroupName, YarnNodeLabel, GroupStatus, Parallel, EnableMNode
|
|
59494
|
+
|
|
59495
|
+
|
|
59512
59496
|
### 第 66 次发布
|
|
59513
59497
|
|
|
59514
59498
|
发布时间:2024-06-12 17:52:35
|
|
@@ -76108,6 +76092,21 @@
|
|
|
76108
76092
|
|
|
76109
76093
|
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
76110
76094
|
|
|
76095
|
+
### 第 6 次发布
|
|
76096
|
+
|
|
76097
|
+
发布时间:2024-06-28 01:12:56
|
|
76098
|
+
|
|
76099
|
+
本次发布包含了以下内容:
|
|
76100
|
+
|
|
76101
|
+
改善已有的文档。
|
|
76102
|
+
|
|
76103
|
+
修改数据结构:
|
|
76104
|
+
|
|
76105
|
+
* [DescribeAccountGroupsData](https://cloud.tencent.com/document/api/1092/102488#DescribeAccountGroupsData)
|
|
76106
|
+
|
|
76107
|
+
* 新增成员:LatestSyncResult, LatestSyncTime
|
|
76108
|
+
|
|
76109
|
+
|
|
76111
76110
|
### 第 5 次发布
|
|
76112
76111
|
|
|
76113
76112
|
发布时间:2024-06-25 16:17:19
|
|
@@ -77473,6 +77472,25 @@
|
|
|
77473
77472
|
|
|
77474
77473
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
77475
77474
|
|
|
77475
|
+
### 第 71 次发布
|
|
77476
|
+
|
|
77477
|
+
发布时间:2024-07-01 01:17:32
|
|
77478
|
+
|
|
77479
|
+
本次发布包含了以下内容:
|
|
77480
|
+
|
|
77481
|
+
改善已有的文档。
|
|
77482
|
+
|
|
77483
|
+
修改接口:
|
|
77484
|
+
|
|
77485
|
+
* [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
|
|
77486
|
+
|
|
77487
|
+
* 新增出参:TWeCallCategoryPkgList
|
|
77488
|
+
|
|
77489
|
+
|
|
77490
|
+
新增数据结构:
|
|
77491
|
+
|
|
77492
|
+
* [[TWeCallCategoryPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallCategoryPkgInfo)](https://cloud.tencent.com/document/api/1081/34988#[TWeCallCategoryPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallCategoryPkgInfo))
|
|
77493
|
+
|
|
77476
77494
|
### 第 70 次发布
|
|
77477
77495
|
|
|
77478
77496
|
发布时间:2024-06-27 01:13:47
|
|
@@ -80980,6 +80998,25 @@
|
|
|
80980
80998
|
|
|
80981
80999
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
80982
81000
|
|
|
81001
|
+
### 第 16 次发布
|
|
81002
|
+
|
|
81003
|
+
发布时间:2024-06-28 15:23:39
|
|
81004
|
+
|
|
81005
|
+
本次发布包含了以下内容:
|
|
81006
|
+
|
|
81007
|
+
改善已有的文档。
|
|
81008
|
+
|
|
81009
|
+
新增接口:
|
|
81010
|
+
|
|
81011
|
+
* [[QueryForbidPlayChannelList](https://cloud.tencent.com/document/api/1344/107837)](https://cloud.tencent.com/document/api/#/#)
|
|
81012
|
+
* [[SetForbidPlayChannels](https://cloud.tencent.com/document/api/1344/107836)](https://cloud.tencent.com/document/api/#/#)
|
|
81013
|
+
|
|
81014
|
+
新增数据结构:
|
|
81015
|
+
|
|
81016
|
+
* [[ChannelAttrInfo](https://cloud.tencent.com/document/api/1344/95952#ChannelAttrInfo)](https://cloud.tencent.com/document/api/1344/95952#[ChannelAttrInfo](https://cloud.tencent.com/document/api/1344/95952#ChannelAttrInfo))
|
|
81017
|
+
* [[ListForbidplayChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListForbidplayChannelsData)](https://cloud.tencent.com/document/api/1344/95952#[ListForbidplayChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListForbidplayChannelsData))
|
|
81018
|
+
* [[SetForbidplayChannelParam](https://cloud.tencent.com/document/api/1344/95952#SetForbidplayChannelParam)](https://cloud.tencent.com/document/api/1344/95952#[SetForbidplayChannelParam](https://cloud.tencent.com/document/api/1344/95952#SetForbidplayChannelParam))
|
|
81019
|
+
|
|
80983
81020
|
### 第 15 次发布
|
|
80984
81021
|
|
|
80985
81022
|
发布时间:2024-05-09 01:17:57
|
|
@@ -93181,6 +93218,45 @@
|
|
|
93181
93218
|
|
|
93182
93219
|
## 媒体处理(mps) 版本:2019-06-12
|
|
93183
93220
|
|
|
93221
|
+
### 第 87 次发布
|
|
93222
|
+
|
|
93223
|
+
发布时间:2024-06-28 01:16:00
|
|
93224
|
+
|
|
93225
|
+
本次发布包含了以下内容:
|
|
93226
|
+
|
|
93227
|
+
改善已有的文档。
|
|
93228
|
+
|
|
93229
|
+
修改数据结构:
|
|
93230
|
+
|
|
93231
|
+
* [CreateInput](https://cloud.tencent.com/document/api/862/37615#CreateInput)
|
|
93232
|
+
|
|
93233
|
+
* 新增成员:Zones
|
|
93234
|
+
|
|
93235
|
+
* [CreateOutputInfo](https://cloud.tencent.com/document/api/862/37615#CreateOutputInfo)
|
|
93236
|
+
|
|
93237
|
+
* 新增成员:Zones
|
|
93238
|
+
|
|
93239
|
+
* [DescribeInput](https://cloud.tencent.com/document/api/862/37615#DescribeInput)
|
|
93240
|
+
|
|
93241
|
+
* 新增成员:Zones
|
|
93242
|
+
|
|
93243
|
+
* [DescribeOutput](https://cloud.tencent.com/document/api/862/37615#DescribeOutput)
|
|
93244
|
+
|
|
93245
|
+
* 新增成员:Zones
|
|
93246
|
+
|
|
93247
|
+
* [LiveActivityResItem](https://cloud.tencent.com/document/api/862/37615#LiveActivityResItem)
|
|
93248
|
+
|
|
93249
|
+
* 新增成员:LiveQualityControlTask
|
|
93250
|
+
|
|
93251
|
+
* [ModifyInput](https://cloud.tencent.com/document/api/862/37615#ModifyInput)
|
|
93252
|
+
|
|
93253
|
+
* 新增成员:Zones
|
|
93254
|
+
|
|
93255
|
+
* [TerrorismConfigureInfo](https://cloud.tencent.com/document/api/862/37615#TerrorismConfigureInfo)
|
|
93256
|
+
|
|
93257
|
+
* <font color="#dd0000">**修改成员**:</font>OcrReviewInfo
|
|
93258
|
+
|
|
93259
|
+
|
|
93184
93260
|
### 第 86 次发布
|
|
93185
93261
|
|
|
93186
93262
|
发布时间:2024-06-21 01:59:51
|
|
@@ -99029,6 +99105,28 @@
|
|
|
99029
99105
|
|
|
99030
99106
|
## 文字识别(ocr) 版本:2018-11-19
|
|
99031
99107
|
|
|
99108
|
+
### 第 140 次发布
|
|
99109
|
+
|
|
99110
|
+
发布时间:2024-06-28 01:16:42
|
|
99111
|
+
|
|
99112
|
+
本次发布包含了以下内容:
|
|
99113
|
+
|
|
99114
|
+
改善已有的文档。
|
|
99115
|
+
|
|
99116
|
+
修改接口:
|
|
99117
|
+
|
|
99118
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
99119
|
+
|
|
99120
|
+
* 新增入参:EnablePeriodComplete
|
|
99121
|
+
|
|
99122
|
+
|
|
99123
|
+
修改数据结构:
|
|
99124
|
+
|
|
99125
|
+
* [TrainTicket](https://cloud.tencent.com/document/api/866/33527#TrainTicket)
|
|
99126
|
+
|
|
99127
|
+
* 新增成员:TicketChangeMark
|
|
99128
|
+
|
|
99129
|
+
|
|
99032
99130
|
### 第 139 次发布
|
|
99033
99131
|
|
|
99034
99132
|
发布时间:2024-06-26 01:21:05
|
|
@@ -108667,6 +108765,25 @@
|
|
|
108667
108765
|
|
|
108668
108766
|
## 邮件推送(ses) 版本:2020-10-02
|
|
108669
108767
|
|
|
108768
|
+
### 第 22 次发布
|
|
108769
|
+
|
|
108770
|
+
发布时间:2024-07-01 01:22:01
|
|
108771
|
+
|
|
108772
|
+
本次发布包含了以下内容:
|
|
108773
|
+
|
|
108774
|
+
改善已有的文档。
|
|
108775
|
+
|
|
108776
|
+
新增接口:
|
|
108777
|
+
|
|
108778
|
+
* [[CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)](https://cloud.tencent.com/document/api/#/#)
|
|
108779
|
+
* [[DeleteCustomBlackList](https://cloud.tencent.com/document/api/1288/107853)](https://cloud.tencent.com/document/api/#/#)
|
|
108780
|
+
* [[ListCustomBlacklist](https://cloud.tencent.com/document/api/1288/107852)](https://cloud.tencent.com/document/api/#/#)
|
|
108781
|
+
* [[UpdateCustomBlackList](https://cloud.tencent.com/document/api/1288/107851)](https://cloud.tencent.com/document/api/#/#)
|
|
108782
|
+
|
|
108783
|
+
新增数据结构:
|
|
108784
|
+
|
|
108785
|
+
* [[BlackAddressDetail](https://cloud.tencent.com/document/api/1288/51053#BlackAddressDetail)](https://cloud.tencent.com/document/api/1288/51053#[BlackAddressDetail](https://cloud.tencent.com/document/api/1288/51053#BlackAddressDetail))
|
|
108786
|
+
|
|
108670
108787
|
### 第 21 次发布
|
|
108671
108788
|
|
|
108672
108789
|
发布时间:2024-06-21 16:22:39
|
|
@@ -111791,6 +111908,37 @@
|
|
|
111791
111908
|
|
|
111792
111909
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
111793
111910
|
|
|
111911
|
+
### 第 61 次发布
|
|
111912
|
+
|
|
111913
|
+
发布时间:2024-07-01 01:22:30
|
|
111914
|
+
|
|
111915
|
+
本次发布包含了以下内容:
|
|
111916
|
+
|
|
111917
|
+
改善已有的文档。
|
|
111918
|
+
|
|
111919
|
+
修改数据结构:
|
|
111920
|
+
|
|
111921
|
+
* [BindResourceRegionResult](https://cloud.tencent.com/document/api/400/41679#BindResourceRegionResult)
|
|
111922
|
+
|
|
111923
|
+
* 新增成员:Error
|
|
111924
|
+
|
|
111925
|
+
|
|
111926
|
+
### 第 60 次发布
|
|
111927
|
+
|
|
111928
|
+
发布时间:2024-06-28 01:18:28
|
|
111929
|
+
|
|
111930
|
+
本次发布包含了以下内容:
|
|
111931
|
+
|
|
111932
|
+
改善已有的文档。
|
|
111933
|
+
|
|
111934
|
+
新增接口:
|
|
111935
|
+
|
|
111936
|
+
* [DeleteCertificates](https://cloud.tencent.com/document/api/400/107800)
|
|
111937
|
+
|
|
111938
|
+
新增数据结构:
|
|
111939
|
+
|
|
111940
|
+
* [BatchDeleteFail](https://cloud.tencent.com/document/api/400/41679#BatchDeleteFail)
|
|
111941
|
+
|
|
111794
111942
|
### 第 59 次发布
|
|
111795
111943
|
|
|
111796
111944
|
发布时间:2024-06-27 01:18:46
|
|
@@ -111808,7 +111956,7 @@
|
|
|
111808
111956
|
|
|
111809
111957
|
新增数据结构:
|
|
111810
111958
|
|
|
111811
|
-
* [
|
|
111959
|
+
* [COSInstanceList](https://cloud.tencent.com/document/api/400/41679#COSInstanceList)
|
|
111812
111960
|
|
|
111813
111961
|
修改数据结构:
|
|
111814
111962
|
|
|
@@ -122625,6 +122773,42 @@
|
|
|
122625
122773
|
|
|
122626
122774
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
122627
122775
|
|
|
122776
|
+
### 第 117 次发布
|
|
122777
|
+
|
|
122778
|
+
发布时间:2024-06-28 01:20:13
|
|
122779
|
+
|
|
122780
|
+
本次发布包含了以下内容:
|
|
122781
|
+
|
|
122782
|
+
改善已有的文档。
|
|
122783
|
+
|
|
122784
|
+
修改接口:
|
|
122785
|
+
|
|
122786
|
+
* [CreateRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/88134)
|
|
122787
|
+
|
|
122788
|
+
* 新增入参:PayMode, ClusterVersion, IsIntl, ResourceTags, Bandwidth
|
|
122789
|
+
|
|
122790
|
+
* [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
|
|
122791
|
+
|
|
122792
|
+
* 新增入参:IsIntl
|
|
122793
|
+
|
|
122794
|
+
|
|
122795
|
+
修改数据结构:
|
|
122796
|
+
|
|
122797
|
+
* [RabbitMQUser](https://cloud.tencent.com/document/api/1179/46089#RabbitMQUser)
|
|
122798
|
+
|
|
122799
|
+
* 新增成员:MaxConnections, MaxChannels
|
|
122800
|
+
|
|
122801
|
+
* [RabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVipInstance)
|
|
122802
|
+
|
|
122803
|
+
* 新增成员:CreateTime
|
|
122804
|
+
|
|
122805
|
+
* [RocketMQInstanceConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQInstanceConfig)
|
|
122806
|
+
|
|
122807
|
+
* 新增成员:MaxRetention, MinRetention, Retention, TopicNumLowerLimit, TopicNumUpperLimit
|
|
122808
|
+
|
|
122809
|
+
* <font color="#dd0000">**修改成员**:</font>MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, ConfigDisplay, NodeCount, NodeDistribution, TopicDistribution, MaxQueuesPerTopic
|
|
122810
|
+
|
|
122811
|
+
|
|
122628
122812
|
### 第 116 次发布
|
|
122629
122813
|
|
|
122630
122814
|
发布时间:2024-06-25 01:23:14
|
|
@@ -145747,8 +145931,62 @@
|
|
|
145747
145931
|
|
|
145748
145932
|
|
|
145749
145933
|
|
|
145934
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
145935
|
+
|
|
145936
|
+
### 第 2 次发布
|
|
145937
|
+
|
|
145938
|
+
发布时间:2024-06-28 01:22:51
|
|
145939
|
+
|
|
145940
|
+
本次发布包含了以下内容:
|
|
145941
|
+
|
|
145942
|
+
改善已有的文档。
|
|
145943
|
+
|
|
145944
|
+
新增接口:
|
|
145945
|
+
|
|
145946
|
+
* [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107807)
|
|
145947
|
+
* [DescribeVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107803)
|
|
145948
|
+
* [DescribeVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107806)
|
|
145949
|
+
* [SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107802)
|
|
145950
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
145951
|
+
|
|
145952
|
+
新增数据结构:
|
|
145953
|
+
|
|
145954
|
+
* [AsrTimestamps](https://cloud.tencent.com/document/api/1616/107808#AsrTimestamps)
|
|
145955
|
+
* [TranslateResult](https://cloud.tencent.com/document/api/1616/107808#TranslateResult)
|
|
145956
|
+
|
|
145957
|
+
### 第 1 次发布
|
|
145958
|
+
|
|
145959
|
+
发布时间:2024-06-27 17:13:58
|
|
145960
|
+
|
|
145961
|
+
本次发布包含了以下内容:
|
|
145962
|
+
|
|
145963
|
+
改善已有的文档。
|
|
145964
|
+
|
|
145965
|
+
新增接口:
|
|
145966
|
+
|
|
145967
|
+
* [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
|
|
145968
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
145969
|
+
|
|
145970
|
+
|
|
145971
|
+
|
|
145972
|
+
|
|
145750
145973
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
145751
145974
|
|
|
145975
|
+
### 第 2 次发布
|
|
145976
|
+
|
|
145977
|
+
发布时间:2024-06-28 01:22:56
|
|
145978
|
+
|
|
145979
|
+
本次发布包含了以下内容:
|
|
145980
|
+
|
|
145981
|
+
改善已有的文档。
|
|
145982
|
+
|
|
145983
|
+
修改数据结构:
|
|
145984
|
+
|
|
145985
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
145986
|
+
|
|
145987
|
+
* 新增成员:IsolateAt, AutoRenew
|
|
145988
|
+
|
|
145989
|
+
|
|
145752
145990
|
### 第 1 次发布
|
|
145753
145991
|
|
|
145754
145992
|
发布时间:2024-06-03 15:48:04
|