tencentcloud-sdk-nodejs 4.0.222 → 4.0.226
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 +611 -71
- package/README.md +2 -2
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aa/v20200224/aa_models.ts +15 -22
- package/src/services/advisor/v20200721/advisor_models.ts +7 -1
- package/src/services/as/v20180419/as_client.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_models.ts +35 -35
- package/src/services/cdb/v20170320/cdb_models.ts +36 -1
- package/src/services/cdn/v20180606/cdn_client.ts +72 -18
- package/src/services/cdn/v20180606/cdn_models.ts +706 -165
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +17 -0
- package/src/services/cwp/v20180228/cwp_client.ts +0 -14
- package/src/services/cwp/v20180228/cwp_models.ts +4 -25
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +20 -7
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +74 -4
- package/src/services/ecm/v20190719/ecm_client.ts +28 -3
- package/src/services/ecm/v20190719/ecm_models.ts +173 -55
- package/src/services/faceid/v20180301/faceid_models.ts +25 -9
- package/src/services/ims/v20201229/ims_models.ts +10 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +30 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +1 -2
- package/src/services/rce/v20201103/rce_client.ts +1 -0
- package/src/services/rce/v20201103/rce_models.ts +26 -1
- package/src/services/ses/v20201002/ses_client.ts +32 -18
- package/src/services/ses/v20201002/ses_models.ts +149 -52
- package/src/services/sms/v20210111/sms_models.ts +2 -2
- package/src/services/taf/v20200210/taf_client.ts +1 -1
- package/src/services/taf/v20200210/taf_models.ts +26 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +282 -71
- package/src/services/tdmq/v20200217/tdmq_models.ts +856 -144
- package/src/services/tem/v20210701/tem_models.ts +5 -0
- package/src/services/tiia/v20190529/tiia_client.ts +78 -3
- package/src/services/tiia/v20190529/tiia_models.ts +397 -29
- package/src/services/tiw/v20190919/tiw_client.ts +17 -1
- package/src/services/tiw/v20190919/tiw_models.ts +82 -5
- package/src/services/trtc/v20190722/trtc_client.ts +3 -40
- package/src/services/trtc/v20190722/trtc_models.ts +43 -187
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +21 -0
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +5 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aa/v20200224/aa_models.d.ts +13 -20
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +6 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_client.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +34 -34
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +29 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +26 -3
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +32 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +622 -150
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -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 +3 -22
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +64 -4
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +9 -1
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +12 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +149 -46
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +22 -9
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +8 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +26 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -2
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +22 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +10 -6
- package/tencentcloud/services/ses/v20201002/ses_client.js +13 -7
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +129 -47
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -1
- package/tencentcloud/services/taf/v20200210/taf_client.js +1 -1
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +21 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +89 -21
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +132 -30
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +728 -124
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +26 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +37 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +341 -28
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +8 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +72 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -13
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -18
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +39 -163
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +18 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -5
- package/test/cdn.v20180606.test.js +32 -2
- package/test/cwp.v20180228.test.js +0 -10
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/ecm.v20190719.test.js +20 -0
- package/test/ses.v20201002.test.js +14 -4
- package/test/tdmq.v20200217.test.js +190 -20
- package/test/tiia.v20190529.test.js +60 -0
- package/test/tiw.v20190919.test.js +10 -0
- package/test/trtc.v20190722.test.js +0 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,52 +1,120 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云顾问(advisor) 版本:2020-07-21
|
|
4
|
+
|
|
5
|
+
### 第 2 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2021-10-29 08:00:17
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeTaskStrategyRisks](https://cloud.tencent.com/document/api/1264/63112)
|
|
16
|
+
|
|
17
|
+
* 新增出参:Risks
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
23
|
+
|
|
24
|
+
### 第 70 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2021-10-29 08:01:53
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [CreateBackup](https://cloud.tencent.com/document/api/236/15844)
|
|
35
|
+
|
|
36
|
+
* 新增入参:ManualBackupName
|
|
37
|
+
|
|
38
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
39
|
+
|
|
40
|
+
* 新增入参:DryRun
|
|
41
|
+
|
|
42
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
43
|
+
|
|
44
|
+
* 新增入参:AlarmPolicyIdList, DryRun
|
|
45
|
+
|
|
46
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
47
|
+
|
|
48
|
+
* 新增入参:AlarmPolicyIdList, DryRun
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
修改数据结构:
|
|
52
|
+
|
|
53
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
54
|
+
|
|
55
|
+
* 新增成员:ManualBackupName
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
4
61
|
|
|
5
62
|
### 第 32 次发布
|
|
6
63
|
|
|
7
|
-
发布时间:2021-10-
|
|
64
|
+
发布时间:2021-10-29 08:05:31
|
|
8
65
|
|
|
9
66
|
本次发布包含了以下内容:
|
|
10
67
|
|
|
11
68
|
改善已有的文档。
|
|
12
69
|
|
|
13
|
-
|
|
70
|
+
修改接口:
|
|
14
71
|
|
|
15
|
-
* [
|
|
16
|
-
* [DescribeVulList](https://cloud.tencent.com/document/api/296/63340)
|
|
72
|
+
* [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
|
|
17
73
|
|
|
18
|
-
|
|
74
|
+
* 新增入参:UseCos
|
|
19
75
|
|
|
20
|
-
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
21
|
-
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
22
76
|
|
|
77
|
+
修改数据结构:
|
|
23
78
|
|
|
79
|
+
* [EidInfo](https://cloud.tencent.com/document/api/1007/41958#EidInfo)
|
|
24
80
|
|
|
25
|
-
|
|
81
|
+
* 新增成员:DesKey, UserInfo
|
|
26
82
|
|
|
27
|
-
### 第 2 次发布
|
|
28
83
|
|
|
29
|
-
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 图片内容检测(ims) 版本:2020-12-29
|
|
87
|
+
|
|
88
|
+
### 第 3 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2021-10-29 08:06:21
|
|
30
91
|
|
|
31
92
|
本次发布包含了以下内容:
|
|
32
93
|
|
|
33
94
|
改善已有的文档。
|
|
34
95
|
|
|
35
|
-
|
|
96
|
+
修改数据结构:
|
|
36
97
|
|
|
37
|
-
* [
|
|
98
|
+
* [ObjectDetail](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail)
|
|
38
99
|
|
|
100
|
+
* 新增成员:SubLabel
|
|
39
101
|
|
|
102
|
+
* [OcrTextDetail](https://cloud.tencent.com/document/api/1125/53274#OcrTextDetail)
|
|
40
103
|
|
|
41
|
-
|
|
104
|
+
* 新增成员:SubLabel
|
|
42
105
|
|
|
43
106
|
|
|
44
107
|
|
|
45
|
-
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
46
108
|
|
|
47
|
-
|
|
109
|
+
## 图片内容检测(ims) 版本:2020-07-13
|
|
48
110
|
|
|
49
|
-
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
114
|
+
|
|
115
|
+
### 第 5 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2021-10-29 08:08:48
|
|
50
118
|
|
|
51
119
|
本次发布包含了以下内容:
|
|
52
120
|
|
|
@@ -54,46 +122,39 @@
|
|
|
54
122
|
|
|
55
123
|
新增接口:
|
|
56
124
|
|
|
57
|
-
* [
|
|
58
|
-
* [DescribeParamsEvent](https://cloud.tencent.com/document/api/409/63343)
|
|
59
|
-
* [ModifyDBInstanceParameters](https://cloud.tencent.com/document/api/409/63342)
|
|
125
|
+
* [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
|
|
60
126
|
|
|
61
127
|
新增数据结构:
|
|
62
128
|
|
|
63
|
-
* [
|
|
64
|
-
* [
|
|
65
|
-
* [ParamEntry](https://cloud.tencent.com/document/api/409/16778#ParamEntry)
|
|
66
|
-
* [ParamInfo](https://cloud.tencent.com/document/api/409/16778#ParamInfo)
|
|
129
|
+
* [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
|
|
130
|
+
* [TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)
|
|
67
131
|
|
|
68
132
|
|
|
69
133
|
|
|
70
|
-
##
|
|
134
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
71
135
|
|
|
72
|
-
### 第
|
|
136
|
+
### 第 7 次发布
|
|
73
137
|
|
|
74
|
-
发布时间:2021-10-
|
|
138
|
+
发布时间:2021-10-29 08:09:22
|
|
75
139
|
|
|
76
140
|
本次发布包含了以下内容:
|
|
77
141
|
|
|
78
142
|
改善已有的文档。
|
|
79
143
|
|
|
80
|
-
|
|
144
|
+
修改数据结构:
|
|
81
145
|
|
|
82
|
-
* [
|
|
83
|
-
* [DescribeCloudBaseRunServer](https://cloud.tencent.com/document/api/876/63346)
|
|
146
|
+
* [InputSendTrafficSecuritySmsMsg](https://cloud.tencent.com/document/api/1031/43310#InputSendTrafficSecuritySmsMsg)
|
|
84
147
|
|
|
85
|
-
|
|
148
|
+
* 新增成员:IsAuthorized, EncryptMethod, EncryptMode, PaddingType, EncryptData
|
|
86
149
|
|
|
87
|
-
* [CloudBaseRunKVPriority](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunKVPriority)
|
|
88
|
-
* [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
|
|
89
150
|
|
|
90
151
|
|
|
91
152
|
|
|
92
|
-
##
|
|
153
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
93
154
|
|
|
94
|
-
### 第
|
|
155
|
+
### 第 5 次发布
|
|
95
156
|
|
|
96
|
-
发布时间:2021-10-
|
|
157
|
+
发布时间:2021-10-29 08:10:14
|
|
97
158
|
|
|
98
159
|
本次发布包含了以下内容:
|
|
99
160
|
|
|
@@ -101,42 +162,82 @@
|
|
|
101
162
|
|
|
102
163
|
修改接口:
|
|
103
164
|
|
|
104
|
-
* [
|
|
165
|
+
* [DescribeDeployApplicationDetail](https://cloud.tencent.com/document/api/1371/60154)
|
|
105
166
|
|
|
106
|
-
* 新增入参:
|
|
167
|
+
* 新增入参:VersionId
|
|
107
168
|
|
|
108
|
-
* <font color="#dd0000">**修改入参**:</font>Addresses
|
|
109
169
|
|
|
110
|
-
* [CreateServiceTemplate](https://cloud.tencent.com/document/api/215/16710)
|
|
111
170
|
|
|
112
|
-
* 新增入参:ServicesExtra
|
|
113
171
|
|
|
114
|
-
|
|
172
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
115
173
|
|
|
116
|
-
* [ModifyAddressTemplateAttribute](https://cloud.tencent.com/document/api/215/16720)
|
|
117
174
|
|
|
118
|
-
* 新增入参:AddressesExtra
|
|
119
175
|
|
|
120
|
-
|
|
176
|
+
## 图像分析(tiia) 版本:2019-05-29
|
|
121
177
|
|
|
122
|
-
|
|
178
|
+
### 第 16 次发布
|
|
123
179
|
|
|
180
|
+
发布时间:2021-10-29 08:10:24
|
|
181
|
+
|
|
182
|
+
本次发布包含了以下内容:
|
|
183
|
+
|
|
184
|
+
改善已有的文档。
|
|
185
|
+
|
|
186
|
+
新增接口:
|
|
187
|
+
|
|
188
|
+
* [CreateGroup](https://cloud.tencent.com/document/api/865/63488)
|
|
189
|
+
* [CreateImage](https://cloud.tencent.com/document/api/865/63487)
|
|
190
|
+
* [DeleteImages](https://cloud.tencent.com/document/api/865/63486)
|
|
191
|
+
* [DescribeGroups](https://cloud.tencent.com/document/api/865/63485)
|
|
192
|
+
* [DescribeImages](https://cloud.tencent.com/document/api/865/63484)
|
|
193
|
+
* [SearchImage](https://cloud.tencent.com/document/api/865/63483)
|
|
124
194
|
|
|
125
195
|
新增数据结构:
|
|
126
196
|
|
|
127
|
-
* [
|
|
128
|
-
* [
|
|
197
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)
|
|
198
|
+
* [ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)
|
|
129
199
|
|
|
130
|
-
修改数据结构:
|
|
131
200
|
|
|
132
|
-
* [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
|
|
133
201
|
|
|
134
|
-
|
|
202
|
+
## 互动白板(tiw) 版本:2019-09-19
|
|
135
203
|
|
|
136
|
-
|
|
204
|
+
### 第 22 次发布
|
|
137
205
|
|
|
138
|
-
|
|
206
|
+
发布时间:2021-10-29 08:10:34
|
|
207
|
+
|
|
208
|
+
本次发布包含了以下内容:
|
|
209
|
+
|
|
210
|
+
改善已有的文档。
|
|
211
|
+
|
|
212
|
+
新增接口:
|
|
213
|
+
|
|
214
|
+
* [DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)
|
|
215
|
+
|
|
216
|
+
新增数据结构:
|
|
217
|
+
|
|
218
|
+
* [UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
223
|
+
|
|
224
|
+
### 第 27 次发布
|
|
225
|
+
|
|
226
|
+
发布时间:2021-10-29 08:10:53
|
|
227
|
+
|
|
228
|
+
本次发布包含了以下内容:
|
|
229
|
+
|
|
230
|
+
改善已有的文档。
|
|
231
|
+
|
|
232
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
233
|
+
|
|
234
|
+
* DescribeRealtimeNetwork
|
|
235
|
+
* DescribeRealtimeQuality
|
|
236
|
+
* DescribeRealtimeScale
|
|
237
|
+
|
|
238
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
139
239
|
|
|
240
|
+
* RealtimeData
|
|
140
241
|
|
|
141
242
|
|
|
142
243
|
|
|
@@ -361,6 +462,21 @@
|
|
|
361
462
|
|
|
362
463
|
## 云顾问(advisor) 版本:2020-07-21
|
|
363
464
|
|
|
465
|
+
### 第 2 次发布
|
|
466
|
+
|
|
467
|
+
发布时间:2021-10-29 08:00:17
|
|
468
|
+
|
|
469
|
+
本次发布包含了以下内容:
|
|
470
|
+
|
|
471
|
+
改善已有的文档。
|
|
472
|
+
|
|
473
|
+
修改接口:
|
|
474
|
+
|
|
475
|
+
* [DescribeTaskStrategyRisks](https://cloud.tencent.com/document/api/1264/63112)
|
|
476
|
+
|
|
477
|
+
* 新增出参:Risks
|
|
478
|
+
|
|
479
|
+
|
|
364
480
|
### 第 1 次发布
|
|
365
481
|
|
|
366
482
|
发布时间:2021-10-20 16:41:59
|
|
@@ -1954,6 +2070,21 @@
|
|
|
1954
2070
|
|
|
1955
2071
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
1956
2072
|
|
|
2073
|
+
### 第 41 次发布
|
|
2074
|
+
|
|
2075
|
+
发布时间:2021-10-27 08:02:46
|
|
2076
|
+
|
|
2077
|
+
本次发布包含了以下内容:
|
|
2078
|
+
|
|
2079
|
+
改善已有的文档。
|
|
2080
|
+
|
|
2081
|
+
修改接口:
|
|
2082
|
+
|
|
2083
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
2084
|
+
|
|
2085
|
+
* 新增入参:EnhancedService
|
|
2086
|
+
|
|
2087
|
+
|
|
1957
2088
|
### 第 40 次发布
|
|
1958
2089
|
|
|
1959
2090
|
发布时间:2021-10-21 11:15:03
|
|
@@ -7080,6 +7211,21 @@
|
|
|
7080
7211
|
|
|
7081
7212
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
7082
7213
|
|
|
7214
|
+
### 第 33 次发布
|
|
7215
|
+
|
|
7216
|
+
发布时间:2021-10-27 08:03:51
|
|
7217
|
+
|
|
7218
|
+
本次发布包含了以下内容:
|
|
7219
|
+
|
|
7220
|
+
改善已有的文档。
|
|
7221
|
+
|
|
7222
|
+
修改数据结构:
|
|
7223
|
+
|
|
7224
|
+
* [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
|
|
7225
|
+
|
|
7226
|
+
* <font color="#dd0000">**修改成员**:</font>SnapshotId
|
|
7227
|
+
|
|
7228
|
+
|
|
7083
7229
|
### 第 32 次发布
|
|
7084
7230
|
|
|
7085
7231
|
发布时间:2021-09-30 08:01:36
|
|
@@ -8013,6 +8159,40 @@
|
|
|
8013
8159
|
|
|
8014
8160
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8015
8161
|
|
|
8162
|
+
### 第 70 次发布
|
|
8163
|
+
|
|
8164
|
+
发布时间:2021-10-29 08:01:53
|
|
8165
|
+
|
|
8166
|
+
本次发布包含了以下内容:
|
|
8167
|
+
|
|
8168
|
+
改善已有的文档。
|
|
8169
|
+
|
|
8170
|
+
修改接口:
|
|
8171
|
+
|
|
8172
|
+
* [CreateBackup](https://cloud.tencent.com/document/api/236/15844)
|
|
8173
|
+
|
|
8174
|
+
* 新增入参:ManualBackupName
|
|
8175
|
+
|
|
8176
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
8177
|
+
|
|
8178
|
+
* 新增入参:DryRun
|
|
8179
|
+
|
|
8180
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
8181
|
+
|
|
8182
|
+
* 新增入参:AlarmPolicyIdList, DryRun
|
|
8183
|
+
|
|
8184
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
8185
|
+
|
|
8186
|
+
* 新增入参:AlarmPolicyIdList, DryRun
|
|
8187
|
+
|
|
8188
|
+
|
|
8189
|
+
修改数据结构:
|
|
8190
|
+
|
|
8191
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
8192
|
+
|
|
8193
|
+
* 新增成员:ManualBackupName
|
|
8194
|
+
|
|
8195
|
+
|
|
8016
8196
|
### 第 69 次发布
|
|
8017
8197
|
|
|
8018
8198
|
发布时间:2021-10-21 11:16:58
|
|
@@ -9467,6 +9647,52 @@
|
|
|
9467
9647
|
|
|
9468
9648
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9469
9649
|
|
|
9650
|
+
### 第 84 次发布
|
|
9651
|
+
|
|
9652
|
+
发布时间:2021-10-28 15:10:03
|
|
9653
|
+
|
|
9654
|
+
本次发布包含了以下内容:
|
|
9655
|
+
|
|
9656
|
+
改善已有的文档。
|
|
9657
|
+
|
|
9658
|
+
新增接口:
|
|
9659
|
+
|
|
9660
|
+
* [DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)
|
|
9661
|
+
* [DescribeTopData](https://cloud.tencent.com/document/api/228/63466)
|
|
9662
|
+
* [ListScdnTopBotData](https://cloud.tencent.com/document/api/228/63467)
|
|
9663
|
+
|
|
9664
|
+
修改接口:
|
|
9665
|
+
|
|
9666
|
+
* [ListTopData](https://cloud.tencent.com/document/api/228/30983)
|
|
9667
|
+
|
|
9668
|
+
* 新增入参:Limit
|
|
9669
|
+
|
|
9670
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
9671
|
+
|
|
9672
|
+
* 新增入参:RemoteAuthentication
|
|
9673
|
+
|
|
9674
|
+
|
|
9675
|
+
新增数据结构:
|
|
9676
|
+
|
|
9677
|
+
* [BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)
|
|
9678
|
+
* [BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy)
|
|
9679
|
+
* [BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount)
|
|
9680
|
+
* [RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication)
|
|
9681
|
+
* [RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule)
|
|
9682
|
+
* [TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore)
|
|
9683
|
+
* [TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore)
|
|
9684
|
+
|
|
9685
|
+
修改数据结构:
|
|
9686
|
+
|
|
9687
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
9688
|
+
|
|
9689
|
+
* 新增成员:RemoteAuthentication
|
|
9690
|
+
|
|
9691
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
|
|
9692
|
+
|
|
9693
|
+
* 新增成员:Region
|
|
9694
|
+
|
|
9695
|
+
|
|
9470
9696
|
### 第 83 次发布
|
|
9471
9697
|
|
|
9472
9698
|
发布时间:2021-10-21 11:18:54
|
|
@@ -14298,6 +14524,23 @@
|
|
|
14298
14524
|
|
|
14299
14525
|
## 日志服务(cls) 版本:2020-10-16
|
|
14300
14526
|
|
|
14527
|
+
### 第 11 次发布
|
|
14528
|
+
|
|
14529
|
+
发布时间:2021-10-27 08:04:57
|
|
14530
|
+
|
|
14531
|
+
本次发布包含了以下内容:
|
|
14532
|
+
|
|
14533
|
+
改善已有的文档。
|
|
14534
|
+
|
|
14535
|
+
修改接口:
|
|
14536
|
+
|
|
14537
|
+
* [GetAlarmLog](https://cloud.tencent.com/document/api/614/56460)
|
|
14538
|
+
|
|
14539
|
+
* 新增入参:UseNewAnalysis
|
|
14540
|
+
|
|
14541
|
+
* 新增出参:AnalysisRecords, Columns
|
|
14542
|
+
|
|
14543
|
+
|
|
14301
14544
|
### 第 10 次发布
|
|
14302
14545
|
|
|
14303
14546
|
发布时间:2021-09-03 08:00:19
|
|
@@ -18630,6 +18873,18 @@
|
|
|
18630
18873
|
|
|
18631
18874
|
## 主机安全(cwp) 版本:2018-02-28
|
|
18632
18875
|
|
|
18876
|
+
### 第 33 次发布
|
|
18877
|
+
|
|
18878
|
+
发布时间:2021-10-27 08:05:40
|
|
18879
|
+
|
|
18880
|
+
本次发布包含了以下内容:
|
|
18881
|
+
|
|
18882
|
+
改善已有的文档。
|
|
18883
|
+
|
|
18884
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
18885
|
+
|
|
18886
|
+
* RescanImpactedHost
|
|
18887
|
+
|
|
18633
18888
|
### 第 32 次发布
|
|
18634
18889
|
|
|
18635
18890
|
发布时间:2021-10-26 08:07:04
|
|
@@ -18640,13 +18895,13 @@
|
|
|
18640
18895
|
|
|
18641
18896
|
新增接口:
|
|
18642
18897
|
|
|
18643
|
-
* [
|
|
18644
|
-
* [
|
|
18898
|
+
* [DescribeVulEffectHostList](https://cloud.tencent.com/document/api/296/63341)
|
|
18899
|
+
* [DescribeVulList](https://cloud.tencent.com/document/api/296/63340)
|
|
18645
18900
|
|
|
18646
18901
|
新增数据结构:
|
|
18647
18902
|
|
|
18648
|
-
* [
|
|
18649
|
-
* [
|
|
18903
|
+
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
18904
|
+
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
18650
18905
|
|
|
18651
18906
|
### 第 31 次发布
|
|
18652
18907
|
|
|
@@ -19894,6 +20149,37 @@
|
|
|
19894
20149
|
|
|
19895
20150
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
19896
20151
|
|
|
20152
|
+
### 第 13 次发布
|
|
20153
|
+
|
|
20154
|
+
发布时间:2021-10-27 08:06:08
|
|
20155
|
+
|
|
20156
|
+
本次发布包含了以下内容:
|
|
20157
|
+
|
|
20158
|
+
改善已有的文档。
|
|
20159
|
+
|
|
20160
|
+
新增接口:
|
|
20161
|
+
|
|
20162
|
+
* [ModifyClusterParam](https://cloud.tencent.com/document/api/1003/63365)
|
|
20163
|
+
|
|
20164
|
+
### 第 12 次发布
|
|
20165
|
+
|
|
20166
|
+
发布时间:2021-10-26 11:55:38
|
|
20167
|
+
|
|
20168
|
+
本次发布包含了以下内容:
|
|
20169
|
+
|
|
20170
|
+
改善已有的文档。
|
|
20171
|
+
|
|
20172
|
+
新增数据结构:
|
|
20173
|
+
|
|
20174
|
+
* [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
|
|
20175
|
+
|
|
20176
|
+
修改数据结构:
|
|
20177
|
+
|
|
20178
|
+
* [CynosdbCluster](https://cloud.tencent.com/document/api/1003/48097#CynosdbCluster)
|
|
20179
|
+
|
|
20180
|
+
* 新增成员:NetAddrs
|
|
20181
|
+
|
|
20182
|
+
|
|
19897
20183
|
### 第 11 次发布
|
|
19898
20184
|
|
|
19899
20185
|
发布时间:2021-10-12 08:04:56
|
|
@@ -23503,6 +23789,23 @@
|
|
|
23503
23789
|
|
|
23504
23790
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
23505
23791
|
|
|
23792
|
+
### 第 56 次发布
|
|
23793
|
+
|
|
23794
|
+
发布时间:2021-10-27 08:07:01
|
|
23795
|
+
|
|
23796
|
+
本次发布包含了以下内容:
|
|
23797
|
+
|
|
23798
|
+
改善已有的文档。
|
|
23799
|
+
|
|
23800
|
+
新增接口:
|
|
23801
|
+
|
|
23802
|
+
* [CreateKeyPair](https://cloud.tencent.com/document/api/1108/63368)
|
|
23803
|
+
* [DisassociateInstancesKeyPairs](https://cloud.tencent.com/document/api/1108/63367)
|
|
23804
|
+
|
|
23805
|
+
新增数据结构:
|
|
23806
|
+
|
|
23807
|
+
* [KeyPair](https://cloud.tencent.com/document/api/1108/42574#KeyPair)
|
|
23808
|
+
|
|
23506
23809
|
### 第 55 次发布
|
|
23507
23810
|
|
|
23508
23811
|
发布时间:2021-10-25 08:05:17
|
|
@@ -26434,6 +26737,28 @@
|
|
|
26434
26737
|
|
|
26435
26738
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
26436
26739
|
|
|
26740
|
+
### 第 32 次发布
|
|
26741
|
+
|
|
26742
|
+
发布时间:2021-10-29 08:05:31
|
|
26743
|
+
|
|
26744
|
+
本次发布包含了以下内容:
|
|
26745
|
+
|
|
26746
|
+
改善已有的文档。
|
|
26747
|
+
|
|
26748
|
+
修改接口:
|
|
26749
|
+
|
|
26750
|
+
* [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
|
|
26751
|
+
|
|
26752
|
+
* 新增入参:UseCos
|
|
26753
|
+
|
|
26754
|
+
|
|
26755
|
+
修改数据结构:
|
|
26756
|
+
|
|
26757
|
+
* [EidInfo](https://cloud.tencent.com/document/api/1007/41958#EidInfo)
|
|
26758
|
+
|
|
26759
|
+
* 新增成员:DesKey, UserInfo
|
|
26760
|
+
|
|
26761
|
+
|
|
26437
26762
|
### 第 31 次发布
|
|
26438
26763
|
|
|
26439
26764
|
发布时间:2021-10-21 11:26:59
|
|
@@ -30480,6 +30805,25 @@
|
|
|
30480
30805
|
|
|
30481
30806
|
## 图片内容检测(ims) 版本:2020-12-29
|
|
30482
30807
|
|
|
30808
|
+
### 第 3 次发布
|
|
30809
|
+
|
|
30810
|
+
发布时间:2021-10-29 08:06:21
|
|
30811
|
+
|
|
30812
|
+
本次发布包含了以下内容:
|
|
30813
|
+
|
|
30814
|
+
改善已有的文档。
|
|
30815
|
+
|
|
30816
|
+
修改数据结构:
|
|
30817
|
+
|
|
30818
|
+
* [ObjectDetail](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail)
|
|
30819
|
+
|
|
30820
|
+
* 新增成员:SubLabel
|
|
30821
|
+
|
|
30822
|
+
* [OcrTextDetail](https://cloud.tencent.com/document/api/1125/53274#OcrTextDetail)
|
|
30823
|
+
|
|
30824
|
+
* 新增成员:SubLabel
|
|
30825
|
+
|
|
30826
|
+
|
|
30483
30827
|
### 第 2 次发布
|
|
30484
30828
|
|
|
30485
30829
|
发布时间:2021-09-14 08:01:18
|
|
@@ -31467,6 +31811,21 @@
|
|
|
31467
31811
|
|
|
31468
31812
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
31469
31813
|
|
|
31814
|
+
### 第 35 次发布
|
|
31815
|
+
|
|
31816
|
+
发布时间:2021-10-27 08:08:37
|
|
31817
|
+
|
|
31818
|
+
本次发布包含了以下内容:
|
|
31819
|
+
|
|
31820
|
+
改善已有的文档。
|
|
31821
|
+
|
|
31822
|
+
修改数据结构:
|
|
31823
|
+
|
|
31824
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceInfo)
|
|
31825
|
+
|
|
31826
|
+
* 新增成员:EnableState, ProductId, ProductName, DeviceType
|
|
31827
|
+
|
|
31828
|
+
|
|
31470
31829
|
### 第 34 次发布
|
|
31471
31830
|
|
|
31472
31831
|
发布时间:2021-10-19 08:09:21
|
|
@@ -40817,7 +41176,7 @@
|
|
|
40817
41176
|
|
|
40818
41177
|
新增接口:
|
|
40819
41178
|
|
|
40820
|
-
* [
|
|
41179
|
+
* [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
|
|
40821
41180
|
|
|
40822
41181
|
### 第 1 次发布
|
|
40823
41182
|
|
|
@@ -41307,16 +41666,16 @@
|
|
|
41307
41666
|
|
|
41308
41667
|
新增接口:
|
|
41309
41668
|
|
|
41310
|
-
* [
|
|
41311
|
-
* [
|
|
41312
|
-
* [
|
|
41669
|
+
* [DescribeDBInstanceParameters](https://cloud.tencent.com/document/api/409/63344)
|
|
41670
|
+
* [DescribeParamsEvent](https://cloud.tencent.com/document/api/409/63343)
|
|
41671
|
+
* [ModifyDBInstanceParameters](https://cloud.tencent.com/document/api/409/63342)
|
|
41313
41672
|
|
|
41314
41673
|
新增数据结构:
|
|
41315
41674
|
|
|
41316
|
-
* [
|
|
41317
|
-
* [
|
|
41318
|
-
* [
|
|
41319
|
-
* [
|
|
41675
|
+
* [EventInfo](https://cloud.tencent.com/document/api/409/16778#EventInfo)
|
|
41676
|
+
* [EventItem](https://cloud.tencent.com/document/api/409/16778#EventItem)
|
|
41677
|
+
* [ParamEntry](https://cloud.tencent.com/document/api/409/16778#ParamEntry)
|
|
41678
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/409/16778#ParamInfo)
|
|
41320
41679
|
|
|
41321
41680
|
### 第 17 次发布
|
|
41322
41681
|
|
|
@@ -41825,6 +42184,27 @@
|
|
|
41825
42184
|
|
|
41826
42185
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
41827
42186
|
|
|
42187
|
+
### 第 3 次发布
|
|
42188
|
+
|
|
42189
|
+
发布时间:2021-10-27 08:10:34
|
|
42190
|
+
|
|
42191
|
+
本次发布包含了以下内容:
|
|
42192
|
+
|
|
42193
|
+
改善已有的文档。
|
|
42194
|
+
|
|
42195
|
+
修改接口:
|
|
42196
|
+
|
|
42197
|
+
* [ManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52565)
|
|
42198
|
+
|
|
42199
|
+
* 新增入参:BusinessCryptoData
|
|
42200
|
+
|
|
42201
|
+
* <font color="#dd0000">**修改入参**:</font>BusinessSecurityData
|
|
42202
|
+
|
|
42203
|
+
|
|
42204
|
+
新增数据结构:
|
|
42205
|
+
|
|
42206
|
+
* [InputCryptoManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputCryptoManageMarketingRisk)
|
|
42207
|
+
|
|
41828
42208
|
### 第 2 次发布
|
|
41829
42209
|
|
|
41830
42210
|
发布时间:2021-09-22 08:12:15
|
|
@@ -43604,6 +43984,23 @@
|
|
|
43604
43984
|
|
|
43605
43985
|
## 邮件推送(ses) 版本:2020-10-02
|
|
43606
43986
|
|
|
43987
|
+
### 第 5 次发布
|
|
43988
|
+
|
|
43989
|
+
发布时间:2021-10-29 08:08:48
|
|
43990
|
+
|
|
43991
|
+
本次发布包含了以下内容:
|
|
43992
|
+
|
|
43993
|
+
改善已有的文档。
|
|
43994
|
+
|
|
43995
|
+
新增接口:
|
|
43996
|
+
|
|
43997
|
+
* [[BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)](https://cloud.tencent.com/document/api/#/#)
|
|
43998
|
+
|
|
43999
|
+
新增数据结构:
|
|
44000
|
+
|
|
44001
|
+
* [[CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)](https://cloud.tencent.com/document/api/1288/51053#[CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam))
|
|
44002
|
+
* [[TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)](https://cloud.tencent.com/document/api/1288/51053#[TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam))
|
|
44003
|
+
|
|
43607
44004
|
### 第 4 次发布
|
|
43608
44005
|
|
|
43609
44006
|
发布时间:2021-01-15 08:09:39
|
|
@@ -45585,6 +45982,21 @@
|
|
|
45585
45982
|
|
|
45586
45983
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
45587
45984
|
|
|
45985
|
+
### 第 7 次发布
|
|
45986
|
+
|
|
45987
|
+
发布时间:2021-10-29 08:09:22
|
|
45988
|
+
|
|
45989
|
+
本次发布包含了以下内容:
|
|
45990
|
+
|
|
45991
|
+
改善已有的文档。
|
|
45992
|
+
|
|
45993
|
+
修改数据结构:
|
|
45994
|
+
|
|
45995
|
+
* [InputSendTrafficSecuritySmsMsg](https://cloud.tencent.com/document/api/1031/43310#InputSendTrafficSecuritySmsMsg)
|
|
45996
|
+
|
|
45997
|
+
* 新增成员:IsAuthorized, EncryptMethod, EncryptMode, PaddingType, EncryptData
|
|
45998
|
+
|
|
45999
|
+
|
|
45588
46000
|
### 第 6 次发布
|
|
45589
46001
|
|
|
45590
46002
|
发布时间:2020-11-24 08:00:36
|
|
@@ -47128,13 +47540,13 @@
|
|
|
47128
47540
|
|
|
47129
47541
|
新增接口:
|
|
47130
47542
|
|
|
47131
|
-
* [
|
|
47132
|
-
* [
|
|
47543
|
+
* [DescribeCloudBaseRunPodList](https://cloud.tencent.com/document/api/876/63345)
|
|
47544
|
+
* [DescribeCloudBaseRunServer](https://cloud.tencent.com/document/api/876/63346)
|
|
47133
47545
|
|
|
47134
47546
|
新增数据结构:
|
|
47135
47547
|
|
|
47136
|
-
* [
|
|
47137
|
-
* [
|
|
47548
|
+
* [CloudBaseRunKVPriority](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunKVPriority)
|
|
47549
|
+
* [CloudBaseRunServerVersionItem](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunServerVersionItem)
|
|
47138
47550
|
|
|
47139
47551
|
### 第 71 次发布
|
|
47140
47552
|
|
|
@@ -49555,6 +49967,44 @@
|
|
|
49555
49967
|
|
|
49556
49968
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
49557
49969
|
|
|
49970
|
+
### 第 22 次发布
|
|
49971
|
+
|
|
49972
|
+
发布时间:2021-10-27 20:52:54
|
|
49973
|
+
|
|
49974
|
+
本次发布包含了以下内容:
|
|
49975
|
+
|
|
49976
|
+
改善已有的文档。
|
|
49977
|
+
|
|
49978
|
+
新增接口:
|
|
49979
|
+
|
|
49980
|
+
* [CreateRocketMQCluster](https://cloud.tencent.com/document/api/1179/63429)
|
|
49981
|
+
* [CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)
|
|
49982
|
+
* [CreateRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63427)
|
|
49983
|
+
* [CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)
|
|
49984
|
+
* [DeleteRocketMQCluster](https://cloud.tencent.com/document/api/1179/63425)
|
|
49985
|
+
* [DeleteRocketMQGroup](https://cloud.tencent.com/document/api/1179/63424)
|
|
49986
|
+
* [DeleteRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63412)
|
|
49987
|
+
* [DeleteRocketMQTopic](https://cloud.tencent.com/document/api/1179/63423)
|
|
49988
|
+
* [DescribeRocketMQCluster](https://cloud.tencent.com/document/api/1179/63422)
|
|
49989
|
+
* [DescribeRocketMQClusters](https://cloud.tencent.com/document/api/1179/63421)
|
|
49990
|
+
* [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)
|
|
49991
|
+
* [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419)
|
|
49992
|
+
* [DescribeRocketMQTopics](https://cloud.tencent.com/document/api/1179/63418)
|
|
49993
|
+
* [ModifyRocketMQCluster](https://cloud.tencent.com/document/api/1179/63417)
|
|
49994
|
+
* [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)
|
|
49995
|
+
* [ModifyRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63415)
|
|
49996
|
+
* [ModifyRocketMQTopic](https://cloud.tencent.com/document/api/1179/63414)
|
|
49997
|
+
|
|
49998
|
+
新增数据结构:
|
|
49999
|
+
|
|
50000
|
+
* [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
|
|
50001
|
+
* [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
|
|
50002
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
50003
|
+
* [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
|
|
50004
|
+
* [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
|
|
50005
|
+
* [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
|
|
50006
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
50007
|
+
|
|
49558
50008
|
### 第 21 次发布
|
|
49559
50009
|
|
|
49560
50010
|
发布时间:2021-10-21 11:38:45
|
|
@@ -50293,6 +50743,21 @@
|
|
|
50293
50743
|
|
|
50294
50744
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
50295
50745
|
|
|
50746
|
+
### 第 5 次发布
|
|
50747
|
+
|
|
50748
|
+
发布时间:2021-10-29 08:10:14
|
|
50749
|
+
|
|
50750
|
+
本次发布包含了以下内容:
|
|
50751
|
+
|
|
50752
|
+
改善已有的文档。
|
|
50753
|
+
|
|
50754
|
+
修改接口:
|
|
50755
|
+
|
|
50756
|
+
* [DescribeDeployApplicationDetail](https://cloud.tencent.com/document/api/1371/60154)
|
|
50757
|
+
|
|
50758
|
+
* 新增入参:VersionId
|
|
50759
|
+
|
|
50760
|
+
|
|
50296
50761
|
### 第 4 次发布
|
|
50297
50762
|
|
|
50298
50763
|
发布时间:2021-08-24 08:00:55
|
|
@@ -50921,6 +51386,28 @@
|
|
|
50921
51386
|
|
|
50922
51387
|
## 图像分析(tiia) 版本:2019-05-29
|
|
50923
51388
|
|
|
51389
|
+
### 第 16 次发布
|
|
51390
|
+
|
|
51391
|
+
发布时间:2021-10-29 08:10:24
|
|
51392
|
+
|
|
51393
|
+
本次发布包含了以下内容:
|
|
51394
|
+
|
|
51395
|
+
改善已有的文档。
|
|
51396
|
+
|
|
51397
|
+
新增接口:
|
|
51398
|
+
|
|
51399
|
+
* [[CreateGroup](https://cloud.tencent.com/document/api/865/63488)](https://cloud.tencent.com/document/api/#/#)
|
|
51400
|
+
* [[CreateImage](https://cloud.tencent.com/document/api/865/63487)](https://cloud.tencent.com/document/api/#/#)
|
|
51401
|
+
* [[DeleteImages](https://cloud.tencent.com/document/api/865/63486)](https://cloud.tencent.com/document/api/#/#)
|
|
51402
|
+
* [[DescribeGroups](https://cloud.tencent.com/document/api/865/63485)](https://cloud.tencent.com/document/api/#/#)
|
|
51403
|
+
* [[DescribeImages](https://cloud.tencent.com/document/api/865/63484)](https://cloud.tencent.com/document/api/#/#)
|
|
51404
|
+
* [[SearchImage](https://cloud.tencent.com/document/api/865/63483)](https://cloud.tencent.com/document/api/#/#)
|
|
51405
|
+
|
|
51406
|
+
新增数据结构:
|
|
51407
|
+
|
|
51408
|
+
* [[GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)](https://cloud.tencent.com/document/api/865/35474#[GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo))
|
|
51409
|
+
* [[ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)](https://cloud.tencent.com/document/api/865/35474#[ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo))
|
|
51410
|
+
|
|
50924
51411
|
### 第 15 次发布
|
|
50925
51412
|
|
|
50926
51413
|
发布时间:2021-09-24 10:12:47
|
|
@@ -51517,6 +52004,22 @@
|
|
|
51517
52004
|
|
|
51518
52005
|
## 互动白板(tiw) 版本:2019-09-19
|
|
51519
52006
|
|
|
52007
|
+
### 第 22 次发布
|
|
52008
|
+
|
|
52009
|
+
发布时间:2021-10-29 08:10:34
|
|
52010
|
+
|
|
52011
|
+
本次发布包含了以下内容:
|
|
52012
|
+
|
|
52013
|
+
改善已有的文档。
|
|
52014
|
+
|
|
52015
|
+
新增接口:
|
|
52016
|
+
|
|
52017
|
+
* [[DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)](https://cloud.tencent.com/document/api/#/#)
|
|
52018
|
+
|
|
52019
|
+
新增数据结构:
|
|
52020
|
+
|
|
52021
|
+
* [[UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem)](https://cloud.tencent.com/document/api/1137/40068#[UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem))
|
|
52022
|
+
|
|
51520
52023
|
### 第 21 次发布
|
|
51521
52024
|
|
|
51522
52025
|
发布时间:2021-09-07 08:10:23
|
|
@@ -53720,6 +54223,24 @@
|
|
|
53720
54223
|
|
|
53721
54224
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
53722
54225
|
|
|
54226
|
+
### 第 27 次发布
|
|
54227
|
+
|
|
54228
|
+
发布时间:2021-10-29 08:10:53
|
|
54229
|
+
|
|
54230
|
+
本次发布包含了以下内容:
|
|
54231
|
+
|
|
54232
|
+
改善已有的文档。
|
|
54233
|
+
|
|
54234
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
54235
|
+
|
|
54236
|
+
* DescribeRealtimeNetwork
|
|
54237
|
+
* DescribeRealtimeQuality
|
|
54238
|
+
* DescribeRealtimeScale
|
|
54239
|
+
|
|
54240
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
54241
|
+
|
|
54242
|
+
* RealtimeData
|
|
54243
|
+
|
|
53723
54244
|
### 第 26 次发布
|
|
53724
54245
|
|
|
53725
54246
|
发布时间:2021-10-15 08:16:00
|
|
@@ -54164,6 +54685,25 @@
|
|
|
54164
54685
|
|
|
54165
54686
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
54166
54687
|
|
|
54688
|
+
### 第 11 次发布
|
|
54689
|
+
|
|
54690
|
+
发布时间:2021-10-27 08:12:44
|
|
54691
|
+
|
|
54692
|
+
本次发布包含了以下内容:
|
|
54693
|
+
|
|
54694
|
+
改善已有的文档。
|
|
54695
|
+
|
|
54696
|
+
新增数据结构:
|
|
54697
|
+
|
|
54698
|
+
* [KVPair](https://cloud.tencent.com/document/api/1364/54942#KVPair)
|
|
54699
|
+
|
|
54700
|
+
修改数据结构:
|
|
54701
|
+
|
|
54702
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
54703
|
+
|
|
54704
|
+
* 新增成员:Tags
|
|
54705
|
+
|
|
54706
|
+
|
|
54167
54707
|
### 第 10 次发布
|
|
54168
54708
|
|
|
54169
54709
|
发布时间:2021-09-07 08:00:46
|
|
@@ -59003,8 +59543,8 @@
|
|
|
59003
59543
|
|
|
59004
59544
|
新增数据结构:
|
|
59005
59545
|
|
|
59006
|
-
* [
|
|
59007
|
-
* [
|
|
59546
|
+
* [AddressInfo](https://cloud.tencent.com/document/api/215/15824#AddressInfo)
|
|
59547
|
+
* [ServicesInfo](https://cloud.tencent.com/document/api/215/15824#ServicesInfo)
|
|
59008
59548
|
|
|
59009
59549
|
修改数据结构:
|
|
59010
59550
|
|