tencentcloud-sdk-nodejs 4.0.417 → 4.0.418
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 +305 -0
- package/SERVICE_CHANGELOG.md +379 -151
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +70 -1
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +18 -0
- package/src/services/dasb/v20191018/dasb_client.ts +1 -0
- package/src/services/dasb/v20191018/dasb_models.ts +116 -0
- package/src/services/eis/v20210601/eis_models.ts +13 -0
- package/src/services/es/v20180416/es_client.ts +1 -0
- package/src/services/es/v20180416/es_models.ts +64 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +25 -0
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/ssa/v20180608/ssa_models.ts +1 -1
- package/src/services/tiia/v20190529/tiia_models.ts +6 -1
- package/src/services/tione/v20211111/tione_models.ts +2 -2
- package/src/services/vm/v20201229/vm_models.ts +5 -0
- package/src/services/vod/v20180717/vod_models.ts +4 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +58 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +15 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +95 -0
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +11 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +54 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +22 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +1 -1
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -10
- package/test/iotcloud.v20210408.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,24 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## 音频内容检测(ams) 版本:2020-12-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 8 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-16 06:06:52
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
|
|
16
|
-
|
|
17
|
-
* 新增出参:SubLabel, LanguageResults, SpeakerResults, RecognitionResults
|
|
13
|
+
修改数据结构:
|
|
18
14
|
|
|
15
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
|
|
19
16
|
|
|
20
|
-
|
|
17
|
+
* 新增成员:Suggestion
|
|
21
18
|
|
|
22
|
-
* [AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)
|
|
23
19
|
|
|
24
20
|
|
|
25
21
|
|
|
@@ -27,170 +23,180 @@
|
|
|
27
23
|
|
|
28
24
|
|
|
29
25
|
|
|
30
|
-
##
|
|
26
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
31
27
|
|
|
32
|
-
### 第
|
|
28
|
+
### 第 51 次发布
|
|
33
29
|
|
|
34
|
-
发布时间:2022-08-
|
|
30
|
+
发布时间:2022-08-16 06:14:00
|
|
35
31
|
|
|
36
32
|
本次发布包含了以下内容:
|
|
37
33
|
|
|
38
34
|
改善已有的文档。
|
|
39
35
|
|
|
40
|
-
|
|
36
|
+
新增数据结构:
|
|
41
37
|
|
|
42
|
-
* [
|
|
38
|
+
* [TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping)
|
|
43
39
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
* [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
|
|
40
|
+
修改数据结构:
|
|
47
41
|
|
|
48
|
-
|
|
42
|
+
* [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
|
|
49
43
|
|
|
50
|
-
*
|
|
44
|
+
* 新增成员:TableMappings, UseTableMapping
|
|
51
45
|
|
|
52
|
-
*
|
|
46
|
+
* <font color="#dd0000">**修改成员**:</font>Topic
|
|
53
47
|
|
|
54
|
-
* [
|
|
48
|
+
* [MySQLConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLConnectParam)
|
|
55
49
|
|
|
56
|
-
* 新增成员:
|
|
50
|
+
* 新增成员:SelfBuilt
|
|
57
51
|
|
|
58
|
-
* [
|
|
52
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
59
53
|
|
|
60
|
-
* 新增成员:
|
|
54
|
+
* 新增成员:OutputFormat, IsTablePrefix, IncludeContentChanges, IncludeQuery
|
|
61
55
|
|
|
62
|
-
* [
|
|
56
|
+
* [PostgreSQLConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLConnectParam)
|
|
63
57
|
|
|
64
|
-
* 新增成员:
|
|
58
|
+
* 新增成员:SelfBuilt
|
|
65
59
|
|
|
66
60
|
|
|
67
61
|
|
|
68
62
|
|
|
69
|
-
##
|
|
63
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
70
64
|
|
|
71
|
-
### 第
|
|
65
|
+
### 第 22 次发布
|
|
72
66
|
|
|
73
|
-
发布时间:2022-08-
|
|
67
|
+
发布时间:2022-08-16 06:18:39
|
|
74
68
|
|
|
75
69
|
本次发布包含了以下内容:
|
|
76
70
|
|
|
77
71
|
改善已有的文档。
|
|
78
72
|
|
|
79
|
-
|
|
73
|
+
修改数据结构:
|
|
80
74
|
|
|
81
|
-
* [
|
|
82
|
-
* [ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)
|
|
83
|
-
* [ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)
|
|
84
|
-
* [ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)
|
|
75
|
+
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
85
76
|
|
|
86
|
-
|
|
77
|
+
* 新增成员:UniqSubnetId, UniqVpcId, Description
|
|
87
78
|
|
|
88
|
-
* [DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)
|
|
89
|
-
* [DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)
|
|
90
|
-
* [FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)
|
|
91
|
-
* [FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)
|
|
92
|
-
* [RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)
|
|
93
|
-
* [UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)
|
|
94
79
|
|
|
95
80
|
|
|
96
81
|
|
|
97
|
-
##
|
|
82
|
+
## 堡垒机(dasb) 版本:2019-10-18
|
|
98
83
|
|
|
84
|
+
### 第 3 次发布
|
|
99
85
|
|
|
86
|
+
发布时间:2022-08-16 06:19:02
|
|
100
87
|
|
|
101
|
-
|
|
88
|
+
本次发布包含了以下内容:
|
|
102
89
|
|
|
103
|
-
|
|
90
|
+
改善已有的文档。
|
|
104
91
|
|
|
105
|
-
|
|
92
|
+
修改接口:
|
|
106
93
|
|
|
107
|
-
|
|
94
|
+
* [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
|
|
108
95
|
|
|
109
|
-
|
|
96
|
+
* 新增入参:DepartmentId
|
|
110
97
|
|
|
111
|
-
|
|
98
|
+
* [CreateDeviceGroup](https://cloud.tencent.com/document/api/1025/74790)
|
|
112
99
|
|
|
113
|
-
*
|
|
100
|
+
* 新增入参:DepartmentId
|
|
114
101
|
|
|
102
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
|
|
115
103
|
|
|
104
|
+
* 新增入参:DepartmentId
|
|
116
105
|
|
|
117
|
-
|
|
106
|
+
* [CreateUserGroup](https://cloud.tencent.com/document/api/1025/74798)
|
|
118
107
|
|
|
108
|
+
* 新增入参:DepartmentId
|
|
119
109
|
|
|
110
|
+
* [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
|
|
120
111
|
|
|
121
|
-
|
|
112
|
+
* 新增入参:DepartmentId
|
|
122
113
|
|
|
123
|
-
|
|
114
|
+
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
124
115
|
|
|
125
|
-
|
|
116
|
+
* 新增入参:DepartmentId
|
|
126
117
|
|
|
127
|
-
|
|
118
|
+
* [DescribeDeviceGroups](https://cloud.tencent.com/document/api/1025/74786)
|
|
128
119
|
|
|
129
|
-
|
|
120
|
+
* 新增入参:DepartmentId
|
|
130
121
|
|
|
131
|
-
|
|
122
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
132
123
|
|
|
133
|
-
*
|
|
124
|
+
* 新增入参:DepartmentId
|
|
134
125
|
|
|
135
|
-
|
|
126
|
+
* [DescribeUserGroupMembers](https://cloud.tencent.com/document/api/1025/74795)
|
|
136
127
|
|
|
137
|
-
*
|
|
128
|
+
* 新增入参:DepartmentId
|
|
138
129
|
|
|
139
|
-
|
|
130
|
+
* [DescribeUserGroups](https://cloud.tencent.com/document/api/1025/74794)
|
|
140
131
|
|
|
132
|
+
* 新增入参:DepartmentId
|
|
141
133
|
|
|
142
|
-
|
|
134
|
+
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
143
135
|
|
|
144
|
-
*
|
|
136
|
+
* 新增入参:DepartmentId
|
|
145
137
|
|
|
146
|
-
|
|
138
|
+
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
147
139
|
|
|
140
|
+
* 新增入参:DepartmentId
|
|
148
141
|
|
|
142
|
+
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
149
143
|
|
|
144
|
+
* 新增入参:DepartmentId
|
|
150
145
|
|
|
151
|
-
## 性能测试服务(pts) 版本:2021-07-28
|
|
152
146
|
|
|
153
|
-
|
|
147
|
+
新增数据结构:
|
|
154
148
|
|
|
155
|
-
|
|
149
|
+
* [Department](https://cloud.tencent.com/document/api/1025/74416#Department)
|
|
156
150
|
|
|
157
|
-
|
|
151
|
+
修改数据结构:
|
|
158
152
|
|
|
159
|
-
|
|
153
|
+
* [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
|
|
160
154
|
|
|
161
|
-
|
|
155
|
+
* 新增成员:Department
|
|
162
156
|
|
|
163
|
-
* [
|
|
157
|
+
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
164
158
|
|
|
165
|
-
*
|
|
159
|
+
* 新增成员:Department
|
|
166
160
|
|
|
161
|
+
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
167
162
|
|
|
163
|
+
* 新增成员:Department
|
|
168
164
|
|
|
165
|
+
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
166
|
+
|
|
167
|
+
* 新增成员:Department, DepartmentId
|
|
169
168
|
|
|
170
|
-
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
171
169
|
|
|
172
|
-
### 第 7 次发布
|
|
173
170
|
|
|
174
|
-
|
|
171
|
+
|
|
172
|
+
## 企业集成服务(eis) 版本:2021-06-01
|
|
173
|
+
|
|
174
|
+
### 第 4 次发布
|
|
175
|
+
|
|
176
|
+
发布时间:2022-08-16 06:23:41
|
|
175
177
|
|
|
176
178
|
本次发布包含了以下内容:
|
|
177
179
|
|
|
178
180
|
改善已有的文档。
|
|
179
181
|
|
|
180
|
-
|
|
182
|
+
修改接口:
|
|
181
183
|
|
|
182
|
-
* [
|
|
184
|
+
* [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
|
|
183
185
|
|
|
184
|
-
*
|
|
186
|
+
* 新增入参:GroupId, Status
|
|
185
187
|
|
|
186
188
|
|
|
187
189
|
|
|
188
190
|
|
|
189
|
-
##
|
|
191
|
+
## 企业集成服务(eis) 版本:2020-07-15
|
|
190
192
|
|
|
191
|
-
### 第 42 次发布
|
|
192
193
|
|
|
193
|
-
|
|
194
|
+
|
|
195
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
196
|
+
|
|
197
|
+
### 第 33 次发布
|
|
198
|
+
|
|
199
|
+
发布时间:2022-08-16 06:24:00
|
|
194
200
|
|
|
195
201
|
本次发布包含了以下内容:
|
|
196
202
|
|
|
@@ -198,56 +204,49 @@
|
|
|
198
204
|
|
|
199
205
|
修改接口:
|
|
200
206
|
|
|
201
|
-
* [
|
|
202
|
-
|
|
203
|
-
* 新增入参:Digest
|
|
204
|
-
|
|
205
|
-
* [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
|
|
207
|
+
* [UpdateIndex](https://cloud.tencent.com/document/api/845/74380)
|
|
206
208
|
|
|
207
|
-
* 新增入参:
|
|
209
|
+
* 新增入参:RolloverBackingIndex
|
|
208
210
|
|
|
209
211
|
|
|
210
212
|
新增数据结构:
|
|
211
213
|
|
|
212
|
-
* [
|
|
214
|
+
* [OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)
|
|
213
215
|
|
|
214
216
|
修改数据结构:
|
|
215
217
|
|
|
216
|
-
* [
|
|
217
|
-
|
|
218
|
-
* 新增成员:Kind, KmsSignature
|
|
219
|
-
|
|
220
|
-
* [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
|
|
218
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
221
219
|
|
|
222
|
-
* 新增成员:
|
|
220
|
+
* 新增成员:OptionalWebServiceInfos, AutoIndexEnabled
|
|
223
221
|
|
|
224
222
|
|
|
225
223
|
|
|
226
224
|
|
|
227
|
-
##
|
|
225
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
228
226
|
|
|
229
|
-
### 第
|
|
227
|
+
### 第 6 次发布
|
|
230
228
|
|
|
231
|
-
发布时间:2022-08-
|
|
229
|
+
发布时间:2022-08-16 06:27:22
|
|
232
230
|
|
|
233
231
|
本次发布包含了以下内容:
|
|
234
232
|
|
|
235
233
|
改善已有的文档。
|
|
236
234
|
|
|
237
|
-
|
|
235
|
+
新增接口:
|
|
238
236
|
|
|
239
|
-
* [
|
|
237
|
+
* [DeleteDeviceShadow](https://cloud.tencent.com/document/api/634/79109)
|
|
240
238
|
|
|
241
|
-
* 新增出参:CheckedClusterCount, AutoCheckClusterCount, ManualCheckClusterCount, FailedClusterCount
|
|
242
239
|
|
|
243
240
|
|
|
241
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
244
242
|
|
|
245
243
|
|
|
246
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
247
244
|
|
|
248
|
-
|
|
245
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
249
246
|
|
|
250
|
-
|
|
247
|
+
### 第 75 次发布
|
|
248
|
+
|
|
249
|
+
发布时间:2022-08-16 06:34:58
|
|
251
250
|
|
|
252
251
|
本次发布包含了以下内容:
|
|
253
252
|
|
|
@@ -255,70 +254,52 @@
|
|
|
255
254
|
|
|
256
255
|
修改接口:
|
|
257
256
|
|
|
258
|
-
* [
|
|
259
|
-
|
|
260
|
-
* 新增入参:Ipv6
|
|
261
|
-
|
|
262
|
-
* [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
|
|
263
|
-
|
|
264
|
-
* 新增入参:ProxyId
|
|
265
|
-
|
|
266
|
-
* [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
|
|
267
|
-
|
|
268
|
-
* 新增出参:Ipv6
|
|
257
|
+
* [SmartStructuralOCR](https://cloud.tencent.com/document/api/866/60877)
|
|
269
258
|
|
|
270
|
-
*
|
|
259
|
+
* 新增入参:ReturnFullText
|
|
271
260
|
|
|
272
|
-
* 新增出参:Ipv6
|
|
273
261
|
|
|
274
|
-
* [ModifyApplicationProxy](https://cloud.tencent.com/document/api/1552/74826)
|
|
275
262
|
|
|
276
|
-
* 新增入参:Ipv6
|
|
277
263
|
|
|
278
|
-
|
|
264
|
+
## 图像分析(tiia) 版本:2019-05-29
|
|
279
265
|
|
|
280
|
-
|
|
266
|
+
### 第 27 次发布
|
|
281
267
|
|
|
268
|
+
发布时间:2022-08-16 06:45:30
|
|
282
269
|
|
|
283
|
-
|
|
270
|
+
本次发布包含了以下内容:
|
|
284
271
|
|
|
285
|
-
|
|
272
|
+
改善已有的文档。
|
|
286
273
|
|
|
287
274
|
修改数据结构:
|
|
288
275
|
|
|
289
|
-
* [
|
|
290
|
-
|
|
291
|
-
* 新增成员:Ipv6
|
|
292
|
-
|
|
293
|
-
* [Origin](https://cloud.tencent.com/document/api/1552/73155#Origin)
|
|
276
|
+
* [Box](https://cloud.tencent.com/document/api/865/35474#Box)
|
|
294
277
|
|
|
295
|
-
* 新增成员:
|
|
278
|
+
* 新增成员:CategoryId
|
|
296
279
|
|
|
297
280
|
|
|
298
281
|
|
|
299
282
|
|
|
300
|
-
##
|
|
283
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
301
284
|
|
|
302
|
-
### 第
|
|
285
|
+
### 第 6 次发布
|
|
303
286
|
|
|
304
|
-
发布时间:2022-08-
|
|
287
|
+
发布时间:2022-08-16 06:49:06
|
|
305
288
|
|
|
306
289
|
本次发布包含了以下内容:
|
|
307
290
|
|
|
308
291
|
改善已有的文档。
|
|
309
292
|
|
|
310
|
-
|
|
293
|
+
修改数据结构:
|
|
311
294
|
|
|
312
|
-
* [
|
|
295
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
|
|
313
296
|
|
|
314
|
-
*
|
|
297
|
+
* 新增成员:Suggestion
|
|
315
298
|
|
|
316
|
-
* 新增出参:Subtitles
|
|
317
299
|
|
|
318
300
|
|
|
319
|
-
新增数据结构:
|
|
320
301
|
|
|
321
|
-
|
|
302
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
322
303
|
|
|
323
304
|
|
|
324
305
|
|
|
@@ -1628,6 +1609,21 @@
|
|
|
1628
1609
|
|
|
1629
1610
|
## 音频内容检测(ams) 版本:2020-12-29
|
|
1630
1611
|
|
|
1612
|
+
### 第 8 次发布
|
|
1613
|
+
|
|
1614
|
+
发布时间:2022-08-16 06:06:52
|
|
1615
|
+
|
|
1616
|
+
本次发布包含了以下内容:
|
|
1617
|
+
|
|
1618
|
+
改善已有的文档。
|
|
1619
|
+
|
|
1620
|
+
修改数据结构:
|
|
1621
|
+
|
|
1622
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
|
|
1623
|
+
|
|
1624
|
+
* 新增成员:Suggestion
|
|
1625
|
+
|
|
1626
|
+
|
|
1631
1627
|
### 第 7 次发布
|
|
1632
1628
|
|
|
1633
1629
|
发布时间:2022-08-15 06:07:00
|
|
@@ -1645,7 +1641,7 @@
|
|
|
1645
1641
|
|
|
1646
1642
|
新增数据结构:
|
|
1647
1643
|
|
|
1648
|
-
* [
|
|
1644
|
+
* [AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)
|
|
1649
1645
|
|
|
1650
1646
|
### 第 6 次发布
|
|
1651
1647
|
|
|
@@ -17461,6 +17457,39 @@
|
|
|
17461
17457
|
|
|
17462
17458
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17463
17459
|
|
|
17460
|
+
### 第 51 次发布
|
|
17461
|
+
|
|
17462
|
+
发布时间:2022-08-16 06:14:00
|
|
17463
|
+
|
|
17464
|
+
本次发布包含了以下内容:
|
|
17465
|
+
|
|
17466
|
+
改善已有的文档。
|
|
17467
|
+
|
|
17468
|
+
新增数据结构:
|
|
17469
|
+
|
|
17470
|
+
* [[TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping)](https://cloud.tencent.com/document/api/597/40861#[TableMapping](https://cloud.tencent.com/document/api/597/40861#TableMapping))
|
|
17471
|
+
|
|
17472
|
+
修改数据结构:
|
|
17473
|
+
|
|
17474
|
+
* [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
|
|
17475
|
+
|
|
17476
|
+
* 新增成员:TableMappings, UseTableMapping
|
|
17477
|
+
|
|
17478
|
+
* <font color="#dd0000">**修改成员**:</font>Topic
|
|
17479
|
+
|
|
17480
|
+
* [MySQLConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLConnectParam)
|
|
17481
|
+
|
|
17482
|
+
* 新增成员:SelfBuilt
|
|
17483
|
+
|
|
17484
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
17485
|
+
|
|
17486
|
+
* 新增成员:OutputFormat, IsTablePrefix, IncludeContentChanges, IncludeQuery
|
|
17487
|
+
|
|
17488
|
+
* [PostgreSQLConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLConnectParam)
|
|
17489
|
+
|
|
17490
|
+
* 新增成员:SelfBuilt
|
|
17491
|
+
|
|
17492
|
+
|
|
17464
17493
|
### 第 50 次发布
|
|
17465
17494
|
|
|
17466
17495
|
发布时间:2022-08-11 06:18:51
|
|
@@ -28270,6 +28299,21 @@
|
|
|
28270
28299
|
|
|
28271
28300
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28272
28301
|
|
|
28302
|
+
### 第 22 次发布
|
|
28303
|
+
|
|
28304
|
+
发布时间:2022-08-16 06:18:39
|
|
28305
|
+
|
|
28306
|
+
本次发布包含了以下内容:
|
|
28307
|
+
|
|
28308
|
+
改善已有的文档。
|
|
28309
|
+
|
|
28310
|
+
修改数据结构:
|
|
28311
|
+
|
|
28312
|
+
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
28313
|
+
|
|
28314
|
+
* 新增成员:UniqSubnetId, UniqVpcId, Description
|
|
28315
|
+
|
|
28316
|
+
|
|
28273
28317
|
### 第 21 次发布
|
|
28274
28318
|
|
|
28275
28319
|
发布时间:2022-07-26 06:12:54
|
|
@@ -28723,6 +28767,92 @@
|
|
|
28723
28767
|
|
|
28724
28768
|
## 堡垒机(dasb) 版本:2019-10-18
|
|
28725
28769
|
|
|
28770
|
+
### 第 3 次发布
|
|
28771
|
+
|
|
28772
|
+
发布时间:2022-08-16 06:19:02
|
|
28773
|
+
|
|
28774
|
+
本次发布包含了以下内容:
|
|
28775
|
+
|
|
28776
|
+
改善已有的文档。
|
|
28777
|
+
|
|
28778
|
+
修改接口:
|
|
28779
|
+
|
|
28780
|
+
* [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
|
|
28781
|
+
|
|
28782
|
+
* 新增入参:DepartmentId
|
|
28783
|
+
|
|
28784
|
+
* [CreateDeviceGroup](https://cloud.tencent.com/document/api/1025/74790)
|
|
28785
|
+
|
|
28786
|
+
* 新增入参:DepartmentId
|
|
28787
|
+
|
|
28788
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
|
|
28789
|
+
|
|
28790
|
+
* 新增入参:DepartmentId
|
|
28791
|
+
|
|
28792
|
+
* [CreateUserGroup](https://cloud.tencent.com/document/api/1025/74798)
|
|
28793
|
+
|
|
28794
|
+
* 新增入参:DepartmentId
|
|
28795
|
+
|
|
28796
|
+
* [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
|
|
28797
|
+
|
|
28798
|
+
* 新增入参:DepartmentId
|
|
28799
|
+
|
|
28800
|
+
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
28801
|
+
|
|
28802
|
+
* 新增入参:DepartmentId
|
|
28803
|
+
|
|
28804
|
+
* [DescribeDeviceGroups](https://cloud.tencent.com/document/api/1025/74786)
|
|
28805
|
+
|
|
28806
|
+
* 新增入参:DepartmentId
|
|
28807
|
+
|
|
28808
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
28809
|
+
|
|
28810
|
+
* 新增入参:DepartmentId
|
|
28811
|
+
|
|
28812
|
+
* [DescribeUserGroupMembers](https://cloud.tencent.com/document/api/1025/74795)
|
|
28813
|
+
|
|
28814
|
+
* 新增入参:DepartmentId
|
|
28815
|
+
|
|
28816
|
+
* [DescribeUserGroups](https://cloud.tencent.com/document/api/1025/74794)
|
|
28817
|
+
|
|
28818
|
+
* 新增入参:DepartmentId
|
|
28819
|
+
|
|
28820
|
+
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
28821
|
+
|
|
28822
|
+
* 新增入参:DepartmentId
|
|
28823
|
+
|
|
28824
|
+
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
28825
|
+
|
|
28826
|
+
* 新增入参:DepartmentId
|
|
28827
|
+
|
|
28828
|
+
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
28829
|
+
|
|
28830
|
+
* 新增入参:DepartmentId
|
|
28831
|
+
|
|
28832
|
+
|
|
28833
|
+
新增数据结构:
|
|
28834
|
+
|
|
28835
|
+
* [[Department](https://cloud.tencent.com/document/api/1025/74416#Department)](https://cloud.tencent.com/document/api/1025/74416#[Department](https://cloud.tencent.com/document/api/1025/74416#Department))
|
|
28836
|
+
|
|
28837
|
+
修改数据结构:
|
|
28838
|
+
|
|
28839
|
+
* [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
|
|
28840
|
+
|
|
28841
|
+
* 新增成员:Department
|
|
28842
|
+
|
|
28843
|
+
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
28844
|
+
|
|
28845
|
+
* 新增成员:Department
|
|
28846
|
+
|
|
28847
|
+
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
28848
|
+
|
|
28849
|
+
* 新增成员:Department
|
|
28850
|
+
|
|
28851
|
+
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
28852
|
+
|
|
28853
|
+
* 新增成员:Department, DepartmentId
|
|
28854
|
+
|
|
28855
|
+
|
|
28726
28856
|
### 第 2 次发布
|
|
28727
28857
|
|
|
28728
28858
|
发布时间:2022-06-01 20:56:43
|
|
@@ -35276,6 +35406,21 @@
|
|
|
35276
35406
|
|
|
35277
35407
|
## 企业集成服务(eis) 版本:2021-06-01
|
|
35278
35408
|
|
|
35409
|
+
### 第 4 次发布
|
|
35410
|
+
|
|
35411
|
+
发布时间:2022-08-16 06:23:41
|
|
35412
|
+
|
|
35413
|
+
本次发布包含了以下内容:
|
|
35414
|
+
|
|
35415
|
+
改善已有的文档。
|
|
35416
|
+
|
|
35417
|
+
修改接口:
|
|
35418
|
+
|
|
35419
|
+
* [ListRuntimeDeployedInstancesMC](https://cloud.tencent.com/document/api/1270/57964)
|
|
35420
|
+
|
|
35421
|
+
* 新增入参:GroupId, Status
|
|
35422
|
+
|
|
35423
|
+
|
|
35279
35424
|
### 第 3 次发布
|
|
35280
35425
|
|
|
35281
35426
|
发布时间:2022-06-16 06:06:58
|
|
@@ -36249,6 +36394,32 @@
|
|
|
36249
36394
|
|
|
36250
36395
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
36251
36396
|
|
|
36397
|
+
### 第 33 次发布
|
|
36398
|
+
|
|
36399
|
+
发布时间:2022-08-16 06:24:00
|
|
36400
|
+
|
|
36401
|
+
本次发布包含了以下内容:
|
|
36402
|
+
|
|
36403
|
+
改善已有的文档。
|
|
36404
|
+
|
|
36405
|
+
修改接口:
|
|
36406
|
+
|
|
36407
|
+
* [UpdateIndex](https://cloud.tencent.com/document/api/845/74380)
|
|
36408
|
+
|
|
36409
|
+
* 新增入参:RolloverBackingIndex
|
|
36410
|
+
|
|
36411
|
+
|
|
36412
|
+
新增数据结构:
|
|
36413
|
+
|
|
36414
|
+
* [[OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo)](https://cloud.tencent.com/document/api/845/30634#[OptionalWebServiceInfo](https://cloud.tencent.com/document/api/845/30634#OptionalWebServiceInfo))
|
|
36415
|
+
|
|
36416
|
+
修改数据结构:
|
|
36417
|
+
|
|
36418
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
36419
|
+
|
|
36420
|
+
* 新增成员:OptionalWebServiceInfos, AutoIndexEnabled
|
|
36421
|
+
|
|
36422
|
+
|
|
36252
36423
|
### 第 32 次发布
|
|
36253
36424
|
|
|
36254
36425
|
发布时间:2022-08-03 06:23:52
|
|
@@ -44105,6 +44276,18 @@
|
|
|
44105
44276
|
|
|
44106
44277
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
44107
44278
|
|
|
44279
|
+
### 第 6 次发布
|
|
44280
|
+
|
|
44281
|
+
发布时间:2022-08-16 06:27:22
|
|
44282
|
+
|
|
44283
|
+
本次发布包含了以下内容:
|
|
44284
|
+
|
|
44285
|
+
改善已有的文档。
|
|
44286
|
+
|
|
44287
|
+
新增接口:
|
|
44288
|
+
|
|
44289
|
+
* [[DeleteDeviceShadow](https://cloud.tencent.com/document/api/634/79109)](https://cloud.tencent.com/document/api/#/#)
|
|
44290
|
+
|
|
44108
44291
|
### 第 5 次发布
|
|
44109
44292
|
|
|
44110
44293
|
发布时间:2022-05-27 06:10:42
|
|
@@ -46790,19 +46973,19 @@
|
|
|
46790
46973
|
|
|
46791
46974
|
新增接口:
|
|
46792
46975
|
|
|
46793
|
-
* [
|
|
46794
|
-
* [
|
|
46795
|
-
* [
|
|
46796
|
-
* [
|
|
46976
|
+
* [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
|
|
46977
|
+
* [ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)
|
|
46978
|
+
* [ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)
|
|
46979
|
+
* [ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)
|
|
46797
46980
|
|
|
46798
46981
|
新增数据结构:
|
|
46799
46982
|
|
|
46800
|
-
* [
|
|
46801
|
-
* [
|
|
46802
|
-
* [
|
|
46803
|
-
* [
|
|
46804
|
-
* [
|
|
46805
|
-
* [
|
|
46983
|
+
* [DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)
|
|
46984
|
+
* [DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)
|
|
46985
|
+
* [FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)
|
|
46986
|
+
* [FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)
|
|
46987
|
+
* [RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)
|
|
46988
|
+
* [UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)
|
|
46806
46989
|
|
|
46807
46990
|
|
|
46808
46991
|
|
|
@@ -51218,7 +51401,7 @@
|
|
|
51218
51401
|
|
|
51219
51402
|
新增接口:
|
|
51220
51403
|
|
|
51221
|
-
* [
|
|
51404
|
+
* [TerminateDBInstances](https://cloud.tencent.com/document/api/240/79047)
|
|
51222
51405
|
|
|
51223
51406
|
### 第 22 次发布
|
|
51224
51407
|
|
|
@@ -55508,6 +55691,21 @@
|
|
|
55508
55691
|
|
|
55509
55692
|
## 文字识别(ocr) 版本:2018-11-19
|
|
55510
55693
|
|
|
55694
|
+
### 第 75 次发布
|
|
55695
|
+
|
|
55696
|
+
发布时间:2022-08-16 06:34:58
|
|
55697
|
+
|
|
55698
|
+
本次发布包含了以下内容:
|
|
55699
|
+
|
|
55700
|
+
改善已有的文档。
|
|
55701
|
+
|
|
55702
|
+
修改接口:
|
|
55703
|
+
|
|
55704
|
+
* [SmartStructuralOCR](https://cloud.tencent.com/document/api/866/60877)
|
|
55705
|
+
|
|
55706
|
+
* 新增入参:ReturnFullText
|
|
55707
|
+
|
|
55708
|
+
|
|
55511
55709
|
### 第 74 次发布
|
|
55512
55710
|
|
|
55513
55711
|
发布时间:2022-08-12 11:13:38
|
|
@@ -68194,7 +68392,7 @@
|
|
|
68194
68392
|
|
|
68195
68393
|
新增数据结构:
|
|
68196
68394
|
|
|
68197
|
-
* [
|
|
68395
|
+
* [KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString)
|
|
68198
68396
|
|
|
68199
68397
|
修改数据结构:
|
|
68200
68398
|
|
|
@@ -71749,7 +71947,7 @@
|
|
|
71749
71947
|
|
|
71750
71948
|
新增数据结构:
|
|
71751
71949
|
|
|
71752
|
-
* [
|
|
71950
|
+
* [Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access)
|
|
71753
71951
|
|
|
71754
71952
|
修改数据结构:
|
|
71755
71953
|
|
|
@@ -73067,6 +73265,21 @@
|
|
|
73067
73265
|
|
|
73068
73266
|
## 图像分析(tiia) 版本:2019-05-29
|
|
73069
73267
|
|
|
73268
|
+
### 第 27 次发布
|
|
73269
|
+
|
|
73270
|
+
发布时间:2022-08-16 06:45:30
|
|
73271
|
+
|
|
73272
|
+
本次发布包含了以下内容:
|
|
73273
|
+
|
|
73274
|
+
改善已有的文档。
|
|
73275
|
+
|
|
73276
|
+
修改数据结构:
|
|
73277
|
+
|
|
73278
|
+
* [Box](https://cloud.tencent.com/document/api/865/35474#Box)
|
|
73279
|
+
|
|
73280
|
+
* 新增成员:CategoryId
|
|
73281
|
+
|
|
73282
|
+
|
|
73070
73283
|
### 第 26 次发布
|
|
73071
73284
|
|
|
73072
73285
|
发布时间:2022-07-29 06:16:27
|
|
@@ -80564,7 +80777,7 @@
|
|
|
80564
80777
|
|
|
80565
80778
|
新增数据结构:
|
|
80566
80779
|
|
|
80567
|
-
* [
|
|
80780
|
+
* [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
|
|
80568
80781
|
|
|
80569
80782
|
### 第 6 次发布
|
|
80570
80783
|
|
|
@@ -80803,6 +81016,21 @@
|
|
|
80803
81016
|
|
|
80804
81017
|
## 视频内容安全(vm) 版本:2020-12-29
|
|
80805
81018
|
|
|
81019
|
+
### 第 6 次发布
|
|
81020
|
+
|
|
81021
|
+
发布时间:2022-08-16 06:49:06
|
|
81022
|
+
|
|
81023
|
+
本次发布包含了以下内容:
|
|
81024
|
+
|
|
81025
|
+
改善已有的文档。
|
|
81026
|
+
|
|
81027
|
+
修改数据结构:
|
|
81028
|
+
|
|
81029
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/51881#AudioResultDetailMoanResult)
|
|
81030
|
+
|
|
81031
|
+
* 新增成员:Suggestion
|
|
81032
|
+
|
|
81033
|
+
|
|
80806
81034
|
### 第 5 次发布
|
|
80807
81035
|
|
|
80808
81036
|
发布时间:2022-06-17 06:16:09
|