tencentcloud-sdk-nodejs 4.0.412 → 4.0.415
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 +813 -0
- package/SERVICE_CHANGELOG.md +1108 -212
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -13
- package/src/services/antiddos/v20200309/antiddos_models.ts +78 -43
- package/src/services/as/v20180419/as_models.ts +18 -0
- package/src/services/bm/v20180423/bm_models.ts +2 -2
- package/src/services/captcha/v20190722/captcha_models.ts +4 -1
- package/src/services/ccc/v20200210/ccc_client.ts +0 -14
- package/src/services/ccc/v20200210/ccc_models.ts +25 -40
- package/src/services/cfw/v20190904/cfw_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +17 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +25 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +56 -28
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +51 -26
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/gme/v20180711/gme_client.ts +185 -111
- package/src/services/gme/v20180711/gme_models.ts +312 -71
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +79 -7
- package/src/services/live/v20180801/live_models.ts +6 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
- package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +25 -0
- package/src/services/organization/v20181225/organization_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_client.ts +1 -1
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +25 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
- package/src/services/taf/v20200210/taf_client.ts +20 -37
- package/src/services/taf/v20200210/taf_models.ts +154 -224
- package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
- package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
- package/src/services/tcss/v20201101/tcss_models.ts +54 -0
- package/src/services/tem/v20210701/tem_client.ts +14 -1
- package/src/services/tem/v20210701/tem_models.ts +183 -87
- package/src/services/teo/v20220106/teo_client.ts +8 -7
- package/src/services/teo/v20220106/teo_models.ts +536 -355
- package/src/services/tione/v20211111/tione_models.ts +23 -1
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/tse/v20201207/tse_client.ts +16 -2
- package/src/services/tse/v20201207/tse_models.ts +93 -17
- package/src/services/vod/v20180717/vod_client.ts +49 -33
- package/src/services/vod/v20180717/vod_models.ts +78 -21
- package/src/services/vpc/v20170312/vpc_models.ts +29 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +68 -40
- package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
- package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +21 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +50 -24
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -23
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +68 -44
- package/tencentcloud/services/gme/v20180711/gme_client.js +94 -58
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +273 -66
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +67 -5
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
- package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
- package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +47 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +151 -70
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
- package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +23 -15
- package/tencentcloud/services/vod/v20180717/vod_client.js +28 -18
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +67 -18
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
- package/test/antiddos.v20200309.test.js +10 -10
- package/test/ccc.v20200210.test.js +0 -10
- package/test/gme.v20180711.test.js +90 -30
- package/test/mongodb.v20190725.test.js +0 -10
- package/test/redis.v20180412.test.js +10 -0
- package/test/taf.v20200210.test.js +8 -18
- package/test/tbaas.v20180416.test.js +6 -76
- package/test/tem.v20210701.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/vod.v20180717.test.js +18 -8
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,40 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 54 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-11 06:10:05
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
|
|
16
|
+
|
|
17
|
+
* 新增入参:HpcClusterId
|
|
18
|
+
|
|
19
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
20
|
+
|
|
21
|
+
* 新增入参:HpcClusterId
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
修改数据结构:
|
|
25
|
+
|
|
26
|
+
* [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
|
|
27
|
+
|
|
28
|
+
* 新增成员:HpcClusterId
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
34
|
+
|
|
35
|
+
### 第 28 次发布
|
|
36
|
+
|
|
37
|
+
发布时间:2022-08-11 06:14:26
|
|
8
38
|
|
|
9
39
|
本次发布包含了以下内容:
|
|
10
40
|
|
|
@@ -12,69 +42,155 @@
|
|
|
12
42
|
|
|
13
43
|
<font color="#dd0000">**删除接口**:</font>
|
|
14
44
|
|
|
15
|
-
*
|
|
16
|
-
* QueryActivityAntiRushAdvanced
|
|
45
|
+
* DescribeSeatUserList
|
|
17
46
|
|
|
18
|
-
|
|
47
|
+
修改接口:
|
|
48
|
+
|
|
49
|
+
* [DescribeSkillGroupInfoList](https://cloud.tencent.com/document/api/679/53310)
|
|
50
|
+
|
|
51
|
+
* 新增入参:SkillGroupName
|
|
52
|
+
|
|
53
|
+
* [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
|
|
54
|
+
|
|
55
|
+
* 新增入参:UseMobileCallOut, UseMobileAccept
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
修改数据结构:
|
|
59
|
+
|
|
60
|
+
* [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
|
|
61
|
+
|
|
62
|
+
* 新增成员:UseMobileAccept, UseMobileCallOut
|
|
19
63
|
|
|
20
|
-
* AccountInfo
|
|
21
|
-
* CrowdAntiRushInfo
|
|
22
|
-
* InputActivityAntiRushAdvanced
|
|
23
|
-
* InputDetails
|
|
24
|
-
* InputManageMarketingRisk
|
|
25
|
-
* OnlineScamInfo
|
|
26
|
-
* OtherAccountInfo
|
|
27
|
-
* OutputActivityAntiRushAdvanced
|
|
28
|
-
* OutputActivityAntiRushAdvancedValue
|
|
29
|
-
* OutputManageMarketingRisk
|
|
30
|
-
* OutputManageMarketingRiskValue
|
|
31
|
-
* QQAccountInfo
|
|
32
|
-
* SponsorInfo
|
|
33
|
-
* WeChatAccountInfo
|
|
34
64
|
|
|
35
65
|
|
|
36
66
|
|
|
37
67
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
38
68
|
|
|
39
|
-
### 第
|
|
69
|
+
### 第 50 次发布
|
|
40
70
|
|
|
41
|
-
发布时间:2022-08-
|
|
71
|
+
发布时间:2022-08-11 06:18:51
|
|
42
72
|
|
|
43
73
|
本次发布包含了以下内容:
|
|
44
74
|
|
|
45
75
|
改善已有的文档。
|
|
46
76
|
|
|
47
|
-
|
|
77
|
+
修改数据结构:
|
|
48
78
|
|
|
49
|
-
* [
|
|
79
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
50
80
|
|
|
81
|
+
* 新增成员:DropInvalidMessage, DropCls
|
|
51
82
|
|
|
52
83
|
|
|
53
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
54
84
|
|
|
55
|
-
### 第 92 次发布
|
|
56
85
|
|
|
57
|
-
|
|
86
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
87
|
+
|
|
88
|
+
### 第 27 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2022-08-11 06:20:21
|
|
58
91
|
|
|
59
92
|
本次发布包含了以下内容:
|
|
60
93
|
|
|
61
94
|
改善已有的文档。
|
|
62
95
|
|
|
63
|
-
|
|
96
|
+
修改接口:
|
|
97
|
+
|
|
98
|
+
* [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
|
|
99
|
+
|
|
100
|
+
* 新增入参:Compression
|
|
101
|
+
|
|
102
|
+
* [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
|
|
103
|
+
|
|
104
|
+
* 新增出参:Compression
|
|
105
|
+
|
|
106
|
+
* [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
|
|
107
|
+
|
|
108
|
+
* 新增入参:Compression
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
114
|
+
|
|
115
|
+
### 第 81 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2022-08-11 06:21:37
|
|
118
|
+
|
|
119
|
+
本次发布包含了以下内容:
|
|
120
|
+
|
|
121
|
+
改善已有的文档。
|
|
122
|
+
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
|
|
126
|
+
|
|
127
|
+
* 新增入参:ExternalUserInfoList
|
|
64
128
|
|
|
65
|
-
* [DescribeChcDeniedActions](https://cloud.tencent.com/document/api/213/78724)
|
|
66
129
|
|
|
67
130
|
新增数据结构:
|
|
68
131
|
|
|
69
|
-
* [
|
|
132
|
+
* [CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
137
|
+
|
|
138
|
+
### 第 13 次发布
|
|
139
|
+
|
|
140
|
+
发布时间:2022-08-11 07:02:49
|
|
141
|
+
|
|
142
|
+
本次发布包含了以下内容:
|
|
143
|
+
|
|
144
|
+
改善已有的文档。
|
|
145
|
+
|
|
146
|
+
修改接口:
|
|
147
|
+
|
|
148
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
149
|
+
|
|
150
|
+
* 新增入参:NeedSignReview
|
|
151
|
+
|
|
152
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
153
|
+
|
|
154
|
+
* 新增入参:NeedSignReview
|
|
155
|
+
|
|
70
156
|
|
|
71
157
|
|
|
72
158
|
|
|
73
159
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
74
160
|
|
|
75
|
-
### 第
|
|
161
|
+
### 第 26 次发布
|
|
76
162
|
|
|
77
|
-
发布时间:2022-08-
|
|
163
|
+
发布时间:2022-08-11 07:03:11
|
|
164
|
+
|
|
165
|
+
本次发布包含了以下内容:
|
|
166
|
+
|
|
167
|
+
改善已有的文档。
|
|
168
|
+
|
|
169
|
+
修改接口:
|
|
170
|
+
|
|
171
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
172
|
+
|
|
173
|
+
* 新增入参:NeedSignReview
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
修改数据结构:
|
|
177
|
+
|
|
178
|
+
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
179
|
+
|
|
180
|
+
* 新增成员:NeedSignReview
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
190
|
+
|
|
191
|
+
### 第 21 次发布
|
|
192
|
+
|
|
193
|
+
发布时间:2022-08-11 06:32:55
|
|
78
194
|
|
|
79
195
|
本次发布包含了以下内容:
|
|
80
196
|
|
|
@@ -82,24 +198,46 @@
|
|
|
82
198
|
|
|
83
199
|
新增接口:
|
|
84
200
|
|
|
85
|
-
* [
|
|
86
|
-
* [
|
|
201
|
+
* [CreateCustomization](https://cloud.tencent.com/document/api/607/78906)
|
|
202
|
+
* [DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)
|
|
203
|
+
* [GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)
|
|
204
|
+
* [ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)
|
|
205
|
+
* [ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)
|
|
87
206
|
|
|
88
207
|
新增数据结构:
|
|
89
208
|
|
|
90
|
-
* [
|
|
209
|
+
* [CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)
|
|
91
210
|
|
|
92
211
|
|
|
93
212
|
|
|
94
|
-
##
|
|
213
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
214
|
+
|
|
215
|
+
### 第 33 次发布
|
|
216
|
+
|
|
217
|
+
发布时间:2022-08-11 06:38:25
|
|
218
|
+
|
|
219
|
+
本次发布包含了以下内容:
|
|
220
|
+
|
|
221
|
+
改善已有的文档。
|
|
222
|
+
|
|
223
|
+
修改接口:
|
|
224
|
+
|
|
225
|
+
* [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
|
|
226
|
+
|
|
227
|
+
* 新增入参:DiskBackupQuota
|
|
228
|
+
|
|
229
|
+
* [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
|
|
230
|
+
|
|
231
|
+
* 新增入参:DiskBackupQuota
|
|
232
|
+
|
|
95
233
|
|
|
96
234
|
|
|
97
235
|
|
|
98
236
|
## 云直播(live) 版本:2018-08-01
|
|
99
237
|
|
|
100
|
-
### 第
|
|
238
|
+
### 第 85 次发布
|
|
101
239
|
|
|
102
|
-
发布时间:2022-08-
|
|
240
|
+
发布时间:2022-08-11 06:39:01
|
|
103
241
|
|
|
104
242
|
本次发布包含了以下内容:
|
|
105
243
|
|
|
@@ -107,27 +245,42 @@
|
|
|
107
245
|
|
|
108
246
|
修改接口:
|
|
109
247
|
|
|
110
|
-
* [
|
|
248
|
+
* [DescribeLiveDomains](https://cloud.tencent.com/document/api/267/33856)
|
|
111
249
|
|
|
112
|
-
* 新增出参:
|
|
250
|
+
* 新增出参:PlayTypeCount
|
|
113
251
|
|
|
114
|
-
* [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
|
|
115
252
|
|
|
116
|
-
* 新增出参:Errors
|
|
117
253
|
|
|
118
254
|
|
|
119
|
-
|
|
255
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
120
256
|
|
|
121
|
-
|
|
122
|
-
|
|
257
|
+
### 第 22 次发布
|
|
258
|
+
|
|
259
|
+
发布时间:2022-08-11 06:40:51
|
|
123
260
|
|
|
261
|
+
本次发布包含了以下内容:
|
|
124
262
|
|
|
263
|
+
改善已有的文档。
|
|
125
264
|
|
|
126
|
-
|
|
265
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
127
266
|
|
|
128
|
-
|
|
267
|
+
* DescribeBackupAccess
|
|
129
268
|
|
|
130
|
-
|
|
269
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
270
|
+
|
|
271
|
+
* BackupFile
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
280
|
+
|
|
281
|
+
### 第 53 次发布
|
|
282
|
+
|
|
283
|
+
发布时间:2022-08-11 06:44:49
|
|
131
284
|
|
|
132
285
|
本次发布包含了以下内容:
|
|
133
286
|
|
|
@@ -135,19 +288,49 @@
|
|
|
135
288
|
|
|
136
289
|
新增接口:
|
|
137
290
|
|
|
138
|
-
* [
|
|
291
|
+
* [SwitchProxy](https://cloud.tencent.com/document/api/239/78841)
|
|
139
292
|
|
|
140
|
-
新增数据结构:
|
|
141
293
|
|
|
142
|
-
* [Project](https://cloud.tencent.com/document/api/651/35327#Project)
|
|
143
294
|
|
|
295
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
296
|
+
|
|
297
|
+
### 第 36 次发布
|
|
144
298
|
|
|
299
|
+
发布时间:2022-08-11 06:47:08
|
|
145
300
|
|
|
146
|
-
|
|
301
|
+
本次发布包含了以下内容:
|
|
147
302
|
|
|
148
|
-
|
|
303
|
+
改善已有的文档。
|
|
149
304
|
|
|
150
|
-
|
|
305
|
+
修改接口:
|
|
306
|
+
|
|
307
|
+
* [CreateBasicDBInstances](https://cloud.tencent.com/document/api/238/46808)
|
|
308
|
+
|
|
309
|
+
* 新增入参:Collation, TimeZone
|
|
310
|
+
|
|
311
|
+
* [CreateDBInstances](https://cloud.tencent.com/document/api/238/19973)
|
|
312
|
+
|
|
313
|
+
* 新增入参:Collation, TimeZone
|
|
314
|
+
|
|
315
|
+
* [CreateReadOnlyDBInstances](https://cloud.tencent.com/document/api/238/46807)
|
|
316
|
+
|
|
317
|
+
* 新增入参:Collation, TimeZone
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
修改数据结构:
|
|
321
|
+
|
|
322
|
+
* [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
|
|
323
|
+
|
|
324
|
+
* 新增成员:Collation, TimeZone
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
330
|
+
|
|
331
|
+
### 第 14 次发布
|
|
332
|
+
|
|
333
|
+
发布时间:2022-08-11 06:48:40
|
|
151
334
|
|
|
152
335
|
本次发布包含了以下内容:
|
|
153
336
|
|
|
@@ -155,96 +338,160 @@
|
|
|
155
338
|
|
|
156
339
|
<font color="#dd0000">**删除接口**:</font>
|
|
157
340
|
|
|
158
|
-
*
|
|
159
|
-
* DescribeCallDetail
|
|
160
|
-
* DescribeDetailEvent
|
|
161
|
-
* DescribeHistoryScale
|
|
162
|
-
* DescribeRoomInformation
|
|
163
|
-
* DescribeUserInformation
|
|
341
|
+
* RecognizeEffectiveFlow
|
|
164
342
|
|
|
343
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
165
344
|
|
|
345
|
+
* InputRecognizeEffectiveFlow
|
|
346
|
+
* OutputRecognizeEffectiveFlow
|
|
347
|
+
* OutputRecognizeEffectiveFlowValue
|
|
166
348
|
|
|
167
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
168
349
|
|
|
169
|
-
### 第 3 次发布
|
|
170
350
|
|
|
171
|
-
|
|
351
|
+
## TBaaS(tbaas) 版本:2018-04-16
|
|
352
|
+
|
|
353
|
+
### 第 13 次发布
|
|
354
|
+
|
|
355
|
+
发布时间:2022-08-11 06:49:15
|
|
172
356
|
|
|
173
357
|
本次发布包含了以下内容:
|
|
174
358
|
|
|
175
359
|
改善已有的文档。
|
|
176
360
|
|
|
177
|
-
|
|
361
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
362
|
+
|
|
363
|
+
* BlockByNumberHandler
|
|
364
|
+
* DeployDynamicContractHandler
|
|
365
|
+
* GetBlockListHandler
|
|
366
|
+
* GetTransByHashHandler
|
|
367
|
+
* GetTransListHandler
|
|
368
|
+
* SendTransactionHandler
|
|
369
|
+
* TransByDynamicContractHandler
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
374
|
+
|
|
375
|
+
### 第 23 次发布
|
|
376
|
+
|
|
377
|
+
发布时间:2022-08-11 06:51:30
|
|
378
|
+
|
|
379
|
+
本次发布包含了以下内容:
|
|
380
|
+
|
|
381
|
+
改善已有的文档。
|
|
382
|
+
|
|
383
|
+
修改接口:
|
|
384
|
+
|
|
385
|
+
* [DescribeAssetImageVirusListExport](https://cloud.tencent.com/document/api/1285/65482)
|
|
386
|
+
|
|
387
|
+
* 新增出参:JobId
|
|
388
|
+
|
|
389
|
+
* [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
|
|
390
|
+
|
|
391
|
+
* 新增出参:CheckPlatform
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
修改数据结构:
|
|
395
|
+
|
|
396
|
+
* [ImageVirusInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVirusInfo)
|
|
397
|
+
|
|
398
|
+
* 新增成员:CheckPlatform
|
|
399
|
+
|
|
400
|
+
* [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
|
|
401
|
+
|
|
402
|
+
* 新增成员:RiskLevel, CheckPlatform
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
408
|
+
|
|
409
|
+
### 第 26 次发布
|
|
410
|
+
|
|
411
|
+
发布时间:2022-08-11 07:11:15
|
|
412
|
+
|
|
413
|
+
本次发布包含了以下内容:
|
|
414
|
+
|
|
415
|
+
改善已有的文档。
|
|
416
|
+
|
|
417
|
+
修改数据结构:
|
|
418
|
+
|
|
419
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
420
|
+
|
|
421
|
+
* 新增成员:EnableMetrics
|
|
422
|
+
|
|
423
|
+
* <font color="#dd0000">**修改成员**:</font>ApplicationId, MinAliveInstances
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
433
|
+
|
|
434
|
+
### 第 17 次发布
|
|
435
|
+
|
|
436
|
+
发布时间:2022-08-11 06:53:53
|
|
437
|
+
|
|
438
|
+
本次发布包含了以下内容:
|
|
439
|
+
|
|
440
|
+
改善已有的文档。
|
|
441
|
+
|
|
442
|
+
修改接口:
|
|
443
|
+
|
|
444
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
445
|
+
|
|
446
|
+
* 新增入参:QueryCondition
|
|
447
|
+
|
|
448
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
449
|
+
|
|
450
|
+
* 新增入参:Interval, QueryCondition
|
|
451
|
+
|
|
452
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
453
|
+
|
|
454
|
+
* 新增入参:QueryCondition
|
|
455
|
+
|
|
456
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
457
|
+
|
|
458
|
+
* 新增入参:EntityType
|
|
178
459
|
|
|
179
|
-
* [BatchDeleteTasksNew](https://cloud.tencent.com/document/api/1267/78714)
|
|
180
|
-
* [BatchModifyOwnersNew](https://cloud.tencent.com/document/api/1267/78713)
|
|
181
|
-
* [BatchStopTasksNew](https://cloud.tencent.com/document/api/1267/78712)
|
|
182
|
-
* [CreateFolder](https://cloud.tencent.com/document/api/1267/78711)
|
|
183
|
-
* [CreateTask](https://cloud.tencent.com/document/api/1267/78710)
|
|
184
|
-
* [CreateWorkflow](https://cloud.tencent.com/document/api/1267/78709)
|
|
185
|
-
* [DeleteFolder](https://cloud.tencent.com/document/api/1267/78708)
|
|
186
|
-
* [DeleteWorkflowNew](https://cloud.tencent.com/document/api/1267/78707)
|
|
187
|
-
* [DescribeDependTasksNew](https://cloud.tencent.com/document/api/1267/78706)
|
|
188
|
-
* [DescribeFolderList](https://cloud.tencent.com/document/api/1267/78705)
|
|
189
|
-
* [DescribeFolderWorkflowList](https://cloud.tencent.com/document/api/1267/78704)
|
|
190
|
-
* [DescribeInstanceLogs](https://cloud.tencent.com/document/api/1267/78703)
|
|
191
|
-
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1267/78702)
|
|
192
|
-
* [DescribeTaskScript](https://cloud.tencent.com/document/api/1267/78701)
|
|
193
|
-
* [DescribeTasksByPage](https://cloud.tencent.com/document/api/1267/78700)
|
|
194
|
-
* [ForceSucInstances](https://cloud.tencent.com/document/api/1267/78699)
|
|
195
|
-
* [FreezeTasks](https://cloud.tencent.com/document/api/1267/78698)
|
|
196
|
-
* [FreezeTasksByMultiWorkflow](https://cloud.tencent.com/document/api/1267/78697)
|
|
197
|
-
* [KillInstances](https://cloud.tencent.com/document/api/1267/78696)
|
|
198
|
-
* [MakeUpTasksNew](https://cloud.tencent.com/document/api/1267/78695)
|
|
199
|
-
* [MakeUpWorkflowNew](https://cloud.tencent.com/document/api/1267/78694)
|
|
200
|
-
* [ModifyFolder](https://cloud.tencent.com/document/api/1267/78693)
|
|
201
|
-
* [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
|
|
202
|
-
* [ModifyTaskLinks](https://cloud.tencent.com/document/api/1267/78691)
|
|
203
|
-
* [ModifyTaskScript](https://cloud.tencent.com/document/api/1267/78690)
|
|
204
|
-
* [ModifyWorkflowInfo](https://cloud.tencent.com/document/api/1267/78689)
|
|
205
|
-
* [ModifyWorkflowSchedule](https://cloud.tencent.com/document/api/1267/78688)
|
|
206
|
-
* [RegisterEvent](https://cloud.tencent.com/document/api/1267/78687)
|
|
207
|
-
* [RegisterEventListener](https://cloud.tencent.com/document/api/1267/78686)
|
|
208
|
-
* [RerunInstances](https://cloud.tencent.com/document/api/1267/78685)
|
|
209
|
-
* [RunTask](https://cloud.tencent.com/document/api/1267/78684)
|
|
210
|
-
* [SetTaskAlarmNew](https://cloud.tencent.com/document/api/1267/78683)
|
|
211
|
-
* [SubmitTask](https://cloud.tencent.com/document/api/1267/78682)
|
|
212
|
-
* [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/78681)
|
|
213
|
-
* [TriggerEvent](https://cloud.tencent.com/document/api/1267/78680)
|
|
214
460
|
|
|
215
461
|
新增数据结构:
|
|
216
462
|
|
|
217
|
-
* [
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
* [
|
|
222
|
-
|
|
223
|
-
*
|
|
224
|
-
|
|
225
|
-
* [
|
|
226
|
-
|
|
227
|
-
*
|
|
228
|
-
|
|
229
|
-
* [
|
|
230
|
-
|
|
231
|
-
*
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
463
|
+
* [SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)
|
|
464
|
+
|
|
465
|
+
修改数据结构:
|
|
466
|
+
|
|
467
|
+
* [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
|
|
468
|
+
|
|
469
|
+
* 新增成员:RuleDetailList, Label
|
|
470
|
+
|
|
471
|
+
* [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
|
|
472
|
+
|
|
473
|
+
* 新增成员:Ua, RequestMethod, RuleDetailList
|
|
474
|
+
|
|
475
|
+
* [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
|
|
476
|
+
|
|
477
|
+
* 新增成员:RuleDetailList
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
## 云点播(vod) 版本:2018-07-17
|
|
483
|
+
|
|
484
|
+
### 第 112 次发布
|
|
485
|
+
|
|
486
|
+
发布时间:2022-08-11 07:05:14
|
|
487
|
+
|
|
488
|
+
本次发布包含了以下内容:
|
|
489
|
+
|
|
490
|
+
改善已有的文档。
|
|
491
|
+
|
|
492
|
+
新增接口:
|
|
493
|
+
|
|
494
|
+
* [DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)
|
|
248
495
|
|
|
249
496
|
|
|
250
497
|
|
|
@@ -1689,6 +1936,22 @@
|
|
|
1689
1936
|
|
|
1690
1937
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1691
1938
|
|
|
1939
|
+
### 第 39 次发布
|
|
1940
|
+
|
|
1941
|
+
发布时间:2022-08-09 10:41:42
|
|
1942
|
+
|
|
1943
|
+
本次发布包含了以下内容:
|
|
1944
|
+
|
|
1945
|
+
改善已有的文档。
|
|
1946
|
+
|
|
1947
|
+
新增接口:
|
|
1948
|
+
|
|
1949
|
+
* [DescribeBgpBizTrend](https://cloud.tencent.com/document/api/1021/78796)
|
|
1950
|
+
|
|
1951
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
1952
|
+
|
|
1953
|
+
* DeleteBlackWhiteIpList
|
|
1954
|
+
|
|
1692
1955
|
### 第 38 次发布
|
|
1693
1956
|
|
|
1694
1957
|
发布时间:2022-07-27 06:03:19
|
|
@@ -3658,6 +3921,32 @@
|
|
|
3658
3921
|
|
|
3659
3922
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
3660
3923
|
|
|
3924
|
+
### 第 54 次发布
|
|
3925
|
+
|
|
3926
|
+
发布时间:2022-08-11 06:10:05
|
|
3927
|
+
|
|
3928
|
+
本次发布包含了以下内容:
|
|
3929
|
+
|
|
3930
|
+
改善已有的文档。
|
|
3931
|
+
|
|
3932
|
+
修改接口:
|
|
3933
|
+
|
|
3934
|
+
* [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
|
|
3935
|
+
|
|
3936
|
+
* 新增入参:HpcClusterId
|
|
3937
|
+
|
|
3938
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
3939
|
+
|
|
3940
|
+
* 新增入参:HpcClusterId
|
|
3941
|
+
|
|
3942
|
+
|
|
3943
|
+
修改数据结构:
|
|
3944
|
+
|
|
3945
|
+
* [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
|
|
3946
|
+
|
|
3947
|
+
* 新增成员:HpcClusterId
|
|
3948
|
+
|
|
3949
|
+
|
|
3661
3950
|
### 第 53 次发布
|
|
3662
3951
|
|
|
3663
3952
|
发布时间:2022-07-26 06:06:18
|
|
@@ -10732,6 +11021,36 @@
|
|
|
10732
11021
|
|
|
10733
11022
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
10734
11023
|
|
|
11024
|
+
### 第 28 次发布
|
|
11025
|
+
|
|
11026
|
+
发布时间:2022-08-11 06:14:26
|
|
11027
|
+
|
|
11028
|
+
本次发布包含了以下内容:
|
|
11029
|
+
|
|
11030
|
+
改善已有的文档。
|
|
11031
|
+
|
|
11032
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
11033
|
+
|
|
11034
|
+
* DescribeSeatUserList
|
|
11035
|
+
|
|
11036
|
+
修改接口:
|
|
11037
|
+
|
|
11038
|
+
* [DescribeSkillGroupInfoList](https://cloud.tencent.com/document/api/679/53310)
|
|
11039
|
+
|
|
11040
|
+
* 新增入参:SkillGroupName
|
|
11041
|
+
|
|
11042
|
+
* [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
|
|
11043
|
+
|
|
11044
|
+
* 新增入参:UseMobileCallOut, UseMobileAccept
|
|
11045
|
+
|
|
11046
|
+
|
|
11047
|
+
修改数据结构:
|
|
11048
|
+
|
|
11049
|
+
* [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
|
|
11050
|
+
|
|
11051
|
+
* 新增成员:UseMobileAccept, UseMobileCallOut
|
|
11052
|
+
|
|
11053
|
+
|
|
10735
11054
|
### 第 27 次发布
|
|
10736
11055
|
|
|
10737
11056
|
发布时间:2022-07-01 06:06:59
|
|
@@ -17261,6 +17580,21 @@
|
|
|
17261
17580
|
|
|
17262
17581
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17263
17582
|
|
|
17583
|
+
### 第 50 次发布
|
|
17584
|
+
|
|
17585
|
+
发布时间:2022-08-11 06:18:51
|
|
17586
|
+
|
|
17587
|
+
本次发布包含了以下内容:
|
|
17588
|
+
|
|
17589
|
+
改善已有的文档。
|
|
17590
|
+
|
|
17591
|
+
修改数据结构:
|
|
17592
|
+
|
|
17593
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
17594
|
+
|
|
17595
|
+
* 新增成员:DropInvalidMessage, DropCls
|
|
17596
|
+
|
|
17597
|
+
|
|
17264
17598
|
### 第 49 次发布
|
|
17265
17599
|
|
|
17266
17600
|
发布时间:2022-08-08 06:10:42
|
|
@@ -17271,7 +17605,7 @@
|
|
|
17271
17605
|
|
|
17272
17606
|
新增接口:
|
|
17273
17607
|
|
|
17274
|
-
* [
|
|
17608
|
+
* [FetchMessageListByOffset](https://cloud.tencent.com/document/api/597/47896)
|
|
17275
17609
|
|
|
17276
17610
|
### 第 48 次发布
|
|
17277
17611
|
|
|
@@ -20149,6 +20483,29 @@
|
|
|
20149
20483
|
|
|
20150
20484
|
## 日志服务(cls) 版本:2020-10-16
|
|
20151
20485
|
|
|
20486
|
+
### 第 27 次发布
|
|
20487
|
+
|
|
20488
|
+
发布时间:2022-08-11 06:20:21
|
|
20489
|
+
|
|
20490
|
+
本次发布包含了以下内容:
|
|
20491
|
+
|
|
20492
|
+
改善已有的文档。
|
|
20493
|
+
|
|
20494
|
+
修改接口:
|
|
20495
|
+
|
|
20496
|
+
* [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
|
|
20497
|
+
|
|
20498
|
+
* 新增入参:Compression
|
|
20499
|
+
|
|
20500
|
+
* [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
|
|
20501
|
+
|
|
20502
|
+
* 新增出参:Compression
|
|
20503
|
+
|
|
20504
|
+
* [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
|
|
20505
|
+
|
|
20506
|
+
* 新增入参:Compression
|
|
20507
|
+
|
|
20508
|
+
|
|
20152
20509
|
### 第 26 次发布
|
|
20153
20510
|
|
|
20154
20511
|
发布时间:2022-08-01 11:31:08
|
|
@@ -22291,6 +22648,40 @@
|
|
|
22291
22648
|
|
|
22292
22649
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
22293
22650
|
|
|
22651
|
+
### 第 81 次发布
|
|
22652
|
+
|
|
22653
|
+
发布时间:2022-08-11 06:21:37
|
|
22654
|
+
|
|
22655
|
+
本次发布包含了以下内容:
|
|
22656
|
+
|
|
22657
|
+
改善已有的文档。
|
|
22658
|
+
|
|
22659
|
+
修改接口:
|
|
22660
|
+
|
|
22661
|
+
* [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
|
|
22662
|
+
|
|
22663
|
+
* 新增入参:ExternalUserInfoList
|
|
22664
|
+
|
|
22665
|
+
|
|
22666
|
+
新增数据结构:
|
|
22667
|
+
|
|
22668
|
+
* [[CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)](https://cloud.tencent.com/document/api/1122/40683#[CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo))
|
|
22669
|
+
|
|
22670
|
+
### 第 80 次发布
|
|
22671
|
+
|
|
22672
|
+
发布时间:2022-08-09 12:03:26
|
|
22673
|
+
|
|
22674
|
+
本次发布包含了以下内容:
|
|
22675
|
+
|
|
22676
|
+
改善已有的文档。
|
|
22677
|
+
|
|
22678
|
+
修改接口:
|
|
22679
|
+
|
|
22680
|
+
* [ApplyFlexPayment](https://cloud.tencent.com/document/api/1122/74976)
|
|
22681
|
+
|
|
22682
|
+
* 新增入参:NotifyUrl
|
|
22683
|
+
|
|
22684
|
+
|
|
22294
22685
|
### 第 79 次发布
|
|
22295
22686
|
|
|
22296
22687
|
发布时间:2022-08-04 06:19:24
|
|
@@ -24574,11 +24965,11 @@
|
|
|
24574
24965
|
|
|
24575
24966
|
新增接口:
|
|
24576
24967
|
|
|
24577
|
-
* [
|
|
24968
|
+
* [DescribeChcDeniedActions](https://cloud.tencent.com/document/api/213/78724)
|
|
24578
24969
|
|
|
24579
24970
|
新增数据结构:
|
|
24580
24971
|
|
|
24581
|
-
* [
|
|
24972
|
+
* [ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions)
|
|
24582
24973
|
|
|
24583
24974
|
### 第 91 次发布
|
|
24584
24975
|
|
|
@@ -36729,6 +37120,25 @@
|
|
|
36729
37120
|
|
|
36730
37121
|
## 电子签服务(ess) 版本:2020-11-11
|
|
36731
37122
|
|
|
37123
|
+
### 第 13 次发布
|
|
37124
|
+
|
|
37125
|
+
发布时间:2022-08-11 07:02:49
|
|
37126
|
+
|
|
37127
|
+
本次发布包含了以下内容:
|
|
37128
|
+
|
|
37129
|
+
改善已有的文档。
|
|
37130
|
+
|
|
37131
|
+
修改接口:
|
|
37132
|
+
|
|
37133
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
37134
|
+
|
|
37135
|
+
* 新增入参:NeedSignReview
|
|
37136
|
+
|
|
37137
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
37138
|
+
|
|
37139
|
+
* 新增入参:NeedSignReview
|
|
37140
|
+
|
|
37141
|
+
|
|
36732
37142
|
### 第 12 次发布
|
|
36733
37143
|
|
|
36734
37144
|
发布时间:2022-08-03 06:24:12
|
|
@@ -37069,6 +37479,28 @@
|
|
|
37069
37479
|
|
|
37070
37480
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
37071
37481
|
|
|
37482
|
+
### 第 26 次发布
|
|
37483
|
+
|
|
37484
|
+
发布时间:2022-08-11 07:03:11
|
|
37485
|
+
|
|
37486
|
+
本次发布包含了以下内容:
|
|
37487
|
+
|
|
37488
|
+
改善已有的文档。
|
|
37489
|
+
|
|
37490
|
+
修改接口:
|
|
37491
|
+
|
|
37492
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
37493
|
+
|
|
37494
|
+
* 新增入参:NeedSignReview
|
|
37495
|
+
|
|
37496
|
+
|
|
37497
|
+
修改数据结构:
|
|
37498
|
+
|
|
37499
|
+
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
37500
|
+
|
|
37501
|
+
* 新增成员:NeedSignReview
|
|
37502
|
+
|
|
37503
|
+
|
|
37072
37504
|
### 第 25 次发布
|
|
37073
37505
|
|
|
37074
37506
|
发布时间:2022-08-08 10:31:46
|
|
@@ -37079,12 +37511,12 @@
|
|
|
37079
37511
|
|
|
37080
37512
|
新增接口:
|
|
37081
37513
|
|
|
37082
|
-
* [
|
|
37083
|
-
* [
|
|
37514
|
+
* [ChannelCreateConvertTaskApi](https://cloud.tencent.com/document/api/1420/78774)
|
|
37515
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
37084
37516
|
|
|
37085
37517
|
新增数据结构:
|
|
37086
37518
|
|
|
37087
|
-
* [
|
|
37519
|
+
* [OrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#OrganizationInfo)
|
|
37088
37520
|
|
|
37089
37521
|
### 第 24 次发布
|
|
37090
37522
|
|
|
@@ -39689,6 +40121,42 @@
|
|
|
39689
40121
|
|
|
39690
40122
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
39691
40123
|
|
|
40124
|
+
### 第 21 次发布
|
|
40125
|
+
|
|
40126
|
+
发布时间:2022-08-11 06:32:55
|
|
40127
|
+
|
|
40128
|
+
本次发布包含了以下内容:
|
|
40129
|
+
|
|
40130
|
+
改善已有的文档。
|
|
40131
|
+
|
|
40132
|
+
新增接口:
|
|
40133
|
+
|
|
40134
|
+
* [[CreateCustomization](https://cloud.tencent.com/document/api/607/78906)](https://cloud.tencent.com/document/api/#/#)
|
|
40135
|
+
* [[DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)](https://cloud.tencent.com/document/api/#/#)
|
|
40136
|
+
* [[GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)](https://cloud.tencent.com/document/api/#/#)
|
|
40137
|
+
* [[ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)](https://cloud.tencent.com/document/api/#/#)
|
|
40138
|
+
* [[ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)](https://cloud.tencent.com/document/api/#/#)
|
|
40139
|
+
|
|
40140
|
+
新增数据结构:
|
|
40141
|
+
|
|
40142
|
+
* [[CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)](https://cloud.tencent.com/document/api/607/35375#[CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs))
|
|
40143
|
+
|
|
40144
|
+
### 第 20 次发布
|
|
40145
|
+
|
|
40146
|
+
发布时间:2022-08-09 12:11:50
|
|
40147
|
+
|
|
40148
|
+
本次发布包含了以下内容:
|
|
40149
|
+
|
|
40150
|
+
改善已有的文档。
|
|
40151
|
+
|
|
40152
|
+
新增接口:
|
|
40153
|
+
|
|
40154
|
+
* [ModifyUserMicStatus](https://cloud.tencent.com/document/api/607/78798)
|
|
40155
|
+
|
|
40156
|
+
新增数据结构:
|
|
40157
|
+
|
|
40158
|
+
* [UserMicStatus](https://cloud.tencent.com/document/api/607/35375#UserMicStatus)
|
|
40159
|
+
|
|
39692
40160
|
### 第 19 次发布
|
|
39693
40161
|
|
|
39694
40162
|
发布时间:2022-03-22 08:09:44
|
|
@@ -43255,7 +43723,7 @@
|
|
|
43255
43723
|
|
|
43256
43724
|
修改接口:
|
|
43257
43725
|
|
|
43258
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/634/
|
|
43726
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/634/19493)
|
|
43259
43727
|
|
|
43260
43728
|
* 新增入参:EnableState
|
|
43261
43729
|
|
|
@@ -43346,7 +43814,7 @@
|
|
|
43346
43814
|
|
|
43347
43815
|
* 新增出参:FirmwareUpdateTime
|
|
43348
43816
|
|
|
43349
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/634/
|
|
43817
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/634/19493)
|
|
43350
43818
|
|
|
43351
43819
|
* 新增入参:DeviceName
|
|
43352
43820
|
|
|
@@ -43704,7 +44172,7 @@
|
|
|
43704
44172
|
* [DeleteDevice](https://cloud.tencent.com/document/api/634/73257)
|
|
43705
44173
|
* [DeleteProduct](https://cloud.tencent.com/document/api/634/73314)
|
|
43706
44174
|
* [DescribeDeviceShadow](https://cloud.tencent.com/document/api/634/73264)
|
|
43707
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/634/
|
|
44175
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/634/19493)
|
|
43708
44176
|
* [DescribeMultiDevTask](https://cloud.tencent.com/document/api/634/73248)
|
|
43709
44177
|
* [DescribeMultiDevices](https://cloud.tencent.com/document/api/634/73247)
|
|
43710
44178
|
* [DescribeProducts](https://cloud.tencent.com/document/api/634/73312)
|
|
@@ -46966,6 +47434,48 @@
|
|
|
46966
47434
|
|
|
46967
47435
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
46968
47436
|
|
|
47437
|
+
### 第 33 次发布
|
|
47438
|
+
|
|
47439
|
+
发布时间:2022-08-11 06:38:25
|
|
47440
|
+
|
|
47441
|
+
本次发布包含了以下内容:
|
|
47442
|
+
|
|
47443
|
+
改善已有的文档。
|
|
47444
|
+
|
|
47445
|
+
修改接口:
|
|
47446
|
+
|
|
47447
|
+
* [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
|
|
47448
|
+
|
|
47449
|
+
* 新增入参:DiskBackupQuota
|
|
47450
|
+
|
|
47451
|
+
* [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
|
|
47452
|
+
|
|
47453
|
+
* 新增入参:DiskBackupQuota
|
|
47454
|
+
|
|
47455
|
+
|
|
47456
|
+
### 第 32 次发布
|
|
47457
|
+
|
|
47458
|
+
发布时间:2022-08-09 12:16:13
|
|
47459
|
+
|
|
47460
|
+
本次发布包含了以下内容:
|
|
47461
|
+
|
|
47462
|
+
改善已有的文档。
|
|
47463
|
+
|
|
47464
|
+
新增数据结构:
|
|
47465
|
+
|
|
47466
|
+
* [DetailPrice](https://cloud.tencent.com/document/api/1207/47576#DetailPrice)
|
|
47467
|
+
|
|
47468
|
+
修改数据结构:
|
|
47469
|
+
|
|
47470
|
+
* [Disk](https://cloud.tencent.com/document/api/1207/47576#Disk)
|
|
47471
|
+
|
|
47472
|
+
* 新增成员:DiskBackupCount, DiskBackupQuota
|
|
47473
|
+
|
|
47474
|
+
* [DiskPrice](https://cloud.tencent.com/document/api/1207/47576#DiskPrice)
|
|
47475
|
+
|
|
47476
|
+
* 新增成员:DetailPrices
|
|
47477
|
+
|
|
47478
|
+
|
|
46969
47479
|
### 第 31 次发布
|
|
46970
47480
|
|
|
46971
47481
|
发布时间:2022-05-20 06:14:11
|
|
@@ -47585,6 +48095,21 @@
|
|
|
47585
48095
|
|
|
47586
48096
|
## 云直播(live) 版本:2018-08-01
|
|
47587
48097
|
|
|
48098
|
+
### 第 85 次发布
|
|
48099
|
+
|
|
48100
|
+
发布时间:2022-08-11 06:39:01
|
|
48101
|
+
|
|
48102
|
+
本次发布包含了以下内容:
|
|
48103
|
+
|
|
48104
|
+
改善已有的文档。
|
|
48105
|
+
|
|
48106
|
+
修改接口:
|
|
48107
|
+
|
|
48108
|
+
* [DescribeLiveDomains](https://cloud.tencent.com/document/api/267/33856)
|
|
48109
|
+
|
|
48110
|
+
* 新增出参:PlayTypeCount
|
|
48111
|
+
|
|
48112
|
+
|
|
47588
48113
|
### 第 84 次发布
|
|
47589
48114
|
|
|
47590
48115
|
发布时间:2022-08-08 06:27:50
|
|
@@ -47606,8 +48131,8 @@
|
|
|
47606
48131
|
|
|
47607
48132
|
新增数据结构:
|
|
47608
48133
|
|
|
47609
|
-
* [
|
|
47610
|
-
* [
|
|
48134
|
+
* [BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors)
|
|
48135
|
+
* [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
|
|
47611
48136
|
|
|
47612
48137
|
### 第 83 次发布
|
|
47613
48138
|
|
|
@@ -50750,6 +51275,22 @@
|
|
|
50750
51275
|
|
|
50751
51276
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
50752
51277
|
|
|
51278
|
+
### 第 22 次发布
|
|
51279
|
+
|
|
51280
|
+
发布时间:2022-08-11 06:40:51
|
|
51281
|
+
|
|
51282
|
+
本次发布包含了以下内容:
|
|
51283
|
+
|
|
51284
|
+
改善已有的文档。
|
|
51285
|
+
|
|
51286
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
51287
|
+
|
|
51288
|
+
* DescribeBackupAccess
|
|
51289
|
+
|
|
51290
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
51291
|
+
|
|
51292
|
+
* BackupFile
|
|
51293
|
+
|
|
50753
51294
|
### 第 21 次发布
|
|
50754
51295
|
|
|
50755
51296
|
发布时间:2022-06-07 06:10:21
|
|
@@ -51141,6 +51682,25 @@
|
|
|
51141
51682
|
|
|
51142
51683
|
## 云监控(monitor) 版本:2018-07-24
|
|
51143
51684
|
|
|
51685
|
+
### 第 52 次发布
|
|
51686
|
+
|
|
51687
|
+
发布时间:2022-08-09 12:18:17
|
|
51688
|
+
|
|
51689
|
+
本次发布包含了以下内容:
|
|
51690
|
+
|
|
51691
|
+
改善已有的文档。
|
|
51692
|
+
|
|
51693
|
+
修改接口:
|
|
51694
|
+
|
|
51695
|
+
* [DescribeMonitorTypes](https://cloud.tencent.com/document/api/248/49979)
|
|
51696
|
+
|
|
51697
|
+
* 新增出参:MonitorTypeInfos
|
|
51698
|
+
|
|
51699
|
+
|
|
51700
|
+
新增数据结构:
|
|
51701
|
+
|
|
51702
|
+
* [MonitorTypeInfo](https://cloud.tencent.com/document/api/248/30354#MonitorTypeInfo)
|
|
51703
|
+
|
|
51144
51704
|
### 第 51 次发布
|
|
51145
51705
|
|
|
51146
51706
|
发布时间:2022-07-15 06:12:20
|
|
@@ -58210,6 +58770,18 @@
|
|
|
58210
58770
|
|
|
58211
58771
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
58212
58772
|
|
|
58773
|
+
### 第 53 次发布
|
|
58774
|
+
|
|
58775
|
+
发布时间:2022-08-11 06:44:49
|
|
58776
|
+
|
|
58777
|
+
本次发布包含了以下内容:
|
|
58778
|
+
|
|
58779
|
+
改善已有的文档。
|
|
58780
|
+
|
|
58781
|
+
新增接口:
|
|
58782
|
+
|
|
58783
|
+
* [[SwitchProxy](https://cloud.tencent.com/document/api/239/78841)](https://cloud.tencent.com/document/api/#/#)
|
|
58784
|
+
|
|
58213
58785
|
### 第 52 次发布
|
|
58214
58786
|
|
|
58215
58787
|
发布时间:2022-07-27 06:14:34
|
|
@@ -61561,6 +62133,36 @@
|
|
|
61561
62133
|
|
|
61562
62134
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
61563
62135
|
|
|
62136
|
+
### 第 36 次发布
|
|
62137
|
+
|
|
62138
|
+
发布时间:2022-08-11 06:47:08
|
|
62139
|
+
|
|
62140
|
+
本次发布包含了以下内容:
|
|
62141
|
+
|
|
62142
|
+
改善已有的文档。
|
|
62143
|
+
|
|
62144
|
+
修改接口:
|
|
62145
|
+
|
|
62146
|
+
* [CreateBasicDBInstances](https://cloud.tencent.com/document/api/238/46808)
|
|
62147
|
+
|
|
62148
|
+
* 新增入参:Collation, TimeZone
|
|
62149
|
+
|
|
62150
|
+
* [CreateDBInstances](https://cloud.tencent.com/document/api/238/19973)
|
|
62151
|
+
|
|
62152
|
+
* 新增入参:Collation, TimeZone
|
|
62153
|
+
|
|
62154
|
+
* [CreateReadOnlyDBInstances](https://cloud.tencent.com/document/api/238/46807)
|
|
62155
|
+
|
|
62156
|
+
* 新增入参:Collation, TimeZone
|
|
62157
|
+
|
|
62158
|
+
|
|
62159
|
+
修改数据结构:
|
|
62160
|
+
|
|
62161
|
+
* [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
|
|
62162
|
+
|
|
62163
|
+
* 新增成员:Collation, TimeZone
|
|
62164
|
+
|
|
62165
|
+
|
|
61564
62166
|
### 第 35 次发布
|
|
61565
62167
|
|
|
61566
62168
|
发布时间:2022-07-29 06:14:07
|
|
@@ -63444,6 +64046,24 @@
|
|
|
63444
64046
|
|
|
63445
64047
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
63446
64048
|
|
|
64049
|
+
### 第 14 次发布
|
|
64050
|
+
|
|
64051
|
+
发布时间:2022-08-11 06:48:40
|
|
64052
|
+
|
|
64053
|
+
本次发布包含了以下内容:
|
|
64054
|
+
|
|
64055
|
+
改善已有的文档。
|
|
64056
|
+
|
|
64057
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
64058
|
+
|
|
64059
|
+
* RecognizeEffectiveFlow
|
|
64060
|
+
|
|
64061
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
64062
|
+
|
|
64063
|
+
* InputRecognizeEffectiveFlow
|
|
64064
|
+
* OutputRecognizeEffectiveFlow
|
|
64065
|
+
* OutputRecognizeEffectiveFlowValue
|
|
64066
|
+
|
|
63447
64067
|
### 第 13 次发布
|
|
63448
64068
|
|
|
63449
64069
|
发布时间:2022-07-19 06:17:28
|
|
@@ -63712,11 +64332,11 @@
|
|
|
63712
64332
|
|
|
63713
64333
|
新增接口:
|
|
63714
64334
|
|
|
63715
|
-
* [
|
|
64335
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/651/78725)
|
|
63716
64336
|
|
|
63717
64337
|
新增数据结构:
|
|
63718
64338
|
|
|
63719
|
-
* [
|
|
64339
|
+
* [Project](https://cloud.tencent.com/document/api/651/35327#Project)
|
|
63720
64340
|
|
|
63721
64341
|
### 第 10 次发布
|
|
63722
64342
|
|
|
@@ -64320,6 +64940,24 @@
|
|
|
64320
64940
|
|
|
64321
64941
|
## TBaaS(tbaas) 版本:2018-04-16
|
|
64322
64942
|
|
|
64943
|
+
### 第 13 次发布
|
|
64944
|
+
|
|
64945
|
+
发布时间:2022-08-11 06:49:15
|
|
64946
|
+
|
|
64947
|
+
本次发布包含了以下内容:
|
|
64948
|
+
|
|
64949
|
+
改善已有的文档。
|
|
64950
|
+
|
|
64951
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
64952
|
+
|
|
64953
|
+
* BlockByNumberHandler
|
|
64954
|
+
* DeployDynamicContractHandler
|
|
64955
|
+
* GetBlockListHandler
|
|
64956
|
+
* GetTransByHashHandler
|
|
64957
|
+
* GetTransListHandler
|
|
64958
|
+
* SendTransactionHandler
|
|
64959
|
+
* TransByDynamicContractHandler
|
|
64960
|
+
|
|
64323
64961
|
### 第 12 次发布
|
|
64324
64962
|
|
|
64325
64963
|
发布时间:2022-06-20 15:31:45
|
|
@@ -68314,6 +68952,55 @@
|
|
|
68314
68952
|
|
|
68315
68953
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
68316
68954
|
|
|
68955
|
+
### 第 23 次发布
|
|
68956
|
+
|
|
68957
|
+
发布时间:2022-08-11 06:51:30
|
|
68958
|
+
|
|
68959
|
+
本次发布包含了以下内容:
|
|
68960
|
+
|
|
68961
|
+
改善已有的文档。
|
|
68962
|
+
|
|
68963
|
+
修改接口:
|
|
68964
|
+
|
|
68965
|
+
* [DescribeAssetImageVirusListExport](https://cloud.tencent.com/document/api/1285/65482)
|
|
68966
|
+
|
|
68967
|
+
* 新增出参:JobId
|
|
68968
|
+
|
|
68969
|
+
* [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
|
|
68970
|
+
|
|
68971
|
+
* 新增出参:CheckPlatform
|
|
68972
|
+
|
|
68973
|
+
|
|
68974
|
+
修改数据结构:
|
|
68975
|
+
|
|
68976
|
+
* [ImageVirusInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVirusInfo)
|
|
68977
|
+
|
|
68978
|
+
* 新增成员:CheckPlatform
|
|
68979
|
+
|
|
68980
|
+
* [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
|
|
68981
|
+
|
|
68982
|
+
* 新增成员:RiskLevel, CheckPlatform
|
|
68983
|
+
|
|
68984
|
+
|
|
68985
|
+
### 第 22 次发布
|
|
68986
|
+
|
|
68987
|
+
发布时间:2022-08-09 12:25:45
|
|
68988
|
+
|
|
68989
|
+
本次发布包含了以下内容:
|
|
68990
|
+
|
|
68991
|
+
改善已有的文档。
|
|
68992
|
+
|
|
68993
|
+
修改接口:
|
|
68994
|
+
|
|
68995
|
+
* [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
|
|
68996
|
+
|
|
68997
|
+
* 新增出参:HostUnInstallCnt
|
|
68998
|
+
|
|
68999
|
+
* [DescribeContainerAssetSummary](https://cloud.tencent.com/document/api/1285/65475)
|
|
69000
|
+
|
|
69001
|
+
* 新增出参:HostUnInstallCnt
|
|
69002
|
+
|
|
69003
|
+
|
|
68317
69004
|
### 第 21 次发布
|
|
68318
69005
|
|
|
68319
69006
|
发布时间:2022-07-07 06:16:19
|
|
@@ -70398,6 +71085,39 @@
|
|
|
70398
71085
|
|
|
70399
71086
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
70400
71087
|
|
|
71088
|
+
### 第 26 次发布
|
|
71089
|
+
|
|
71090
|
+
发布时间:2022-08-11 07:11:15
|
|
71091
|
+
|
|
71092
|
+
本次发布包含了以下内容:
|
|
71093
|
+
|
|
71094
|
+
改善已有的文档。
|
|
71095
|
+
|
|
71096
|
+
修改数据结构:
|
|
71097
|
+
|
|
71098
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
71099
|
+
|
|
71100
|
+
* 新增成员:EnableMetrics
|
|
71101
|
+
|
|
71102
|
+
* <font color="#dd0000">**修改成员**:</font>ApplicationId, MinAliveInstances
|
|
71103
|
+
|
|
71104
|
+
|
|
71105
|
+
### 第 25 次发布
|
|
71106
|
+
|
|
71107
|
+
发布时间:2022-08-10 16:02:58
|
|
71108
|
+
|
|
71109
|
+
本次发布包含了以下内容:
|
|
71110
|
+
|
|
71111
|
+
改善已有的文档。
|
|
71112
|
+
|
|
71113
|
+
新增接口:
|
|
71114
|
+
|
|
71115
|
+
* [DescribeEnvironment](https://cloud.tencent.com/document/api/1371/78842)
|
|
71116
|
+
|
|
71117
|
+
新增数据结构:
|
|
71118
|
+
|
|
71119
|
+
* [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
|
|
71120
|
+
|
|
70401
71121
|
### 第 24 次发布
|
|
70402
71122
|
|
|
70403
71123
|
发布时间:2022-08-04 06:55:33
|
|
@@ -70899,6 +71619,52 @@
|
|
|
70899
71619
|
|
|
70900
71620
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
70901
71621
|
|
|
71622
|
+
### 第 17 次发布
|
|
71623
|
+
|
|
71624
|
+
发布时间:2022-08-11 06:53:53
|
|
71625
|
+
|
|
71626
|
+
本次发布包含了以下内容:
|
|
71627
|
+
|
|
71628
|
+
改善已有的文档。
|
|
71629
|
+
|
|
71630
|
+
修改接口:
|
|
71631
|
+
|
|
71632
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
71633
|
+
|
|
71634
|
+
* 新增入参:QueryCondition
|
|
71635
|
+
|
|
71636
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
71637
|
+
|
|
71638
|
+
* 新增入参:Interval, QueryCondition
|
|
71639
|
+
|
|
71640
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
71641
|
+
|
|
71642
|
+
* 新增入参:QueryCondition
|
|
71643
|
+
|
|
71644
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
71645
|
+
|
|
71646
|
+
* 新增入参:EntityType
|
|
71647
|
+
|
|
71648
|
+
|
|
71649
|
+
新增数据结构:
|
|
71650
|
+
|
|
71651
|
+
* [[SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)](https://cloud.tencent.com/document/api/1552/73155#[SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo))
|
|
71652
|
+
|
|
71653
|
+
修改数据结构:
|
|
71654
|
+
|
|
71655
|
+
* [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
|
|
71656
|
+
|
|
71657
|
+
* 新增成员:RuleDetailList, Label
|
|
71658
|
+
|
|
71659
|
+
* [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
|
|
71660
|
+
|
|
71661
|
+
* 新增成员:Ua, RequestMethod, RuleDetailList
|
|
71662
|
+
|
|
71663
|
+
* [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
|
|
71664
|
+
|
|
71665
|
+
* 新增成员:RuleDetailList
|
|
71666
|
+
|
|
71667
|
+
|
|
70902
71668
|
### 第 16 次发布
|
|
70903
71669
|
|
|
70904
71670
|
发布时间:2022-08-04 06:55:59
|
|
@@ -72947,6 +73713,36 @@
|
|
|
72947
73713
|
|
|
72948
73714
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
72949
73715
|
|
|
73716
|
+
### 第 4 次发布
|
|
73717
|
+
|
|
73718
|
+
发布时间:2022-08-09 12:28:40
|
|
73719
|
+
|
|
73720
|
+
本次发布包含了以下内容:
|
|
73721
|
+
|
|
73722
|
+
改善已有的文档。
|
|
73723
|
+
|
|
73724
|
+
修改接口:
|
|
73725
|
+
|
|
73726
|
+
* [CreateTrainingModel](https://cloud.tencent.com/document/api/851/75074)
|
|
73727
|
+
|
|
73728
|
+
* 新增入参:ReasoningEnvironmentId
|
|
73729
|
+
|
|
73730
|
+
* [DeleteTrainingModel](https://cloud.tencent.com/document/api/851/75073)
|
|
73731
|
+
|
|
73732
|
+
* 新增入参:ModelVersionType
|
|
73733
|
+
|
|
73734
|
+
|
|
73735
|
+
修改数据结构:
|
|
73736
|
+
|
|
73737
|
+
* [TrainingTaskDetail](https://cloud.tencent.com/document/api/851/75051#TrainingTaskDetail)
|
|
73738
|
+
|
|
73739
|
+
* 新增成员:Message
|
|
73740
|
+
|
|
73741
|
+
* [TrainingTaskSetItem](https://cloud.tencent.com/document/api/851/75051#TrainingTaskSetItem)
|
|
73742
|
+
|
|
73743
|
+
* 新增成员:Message
|
|
73744
|
+
|
|
73745
|
+
|
|
72950
73746
|
### 第 3 次发布
|
|
72951
73747
|
|
|
72952
73748
|
发布时间:2022-07-18 06:17:59
|
|
@@ -73546,6 +74342,21 @@
|
|
|
73546
74342
|
|
|
73547
74343
|
## 容器服务(tke) 版本:2018-05-25
|
|
73548
74344
|
|
|
74345
|
+
### 第 115 次发布
|
|
74346
|
+
|
|
74347
|
+
发布时间:2022-08-10 06:54:09
|
|
74348
|
+
|
|
74349
|
+
本次发布包含了以下内容:
|
|
74350
|
+
|
|
74351
|
+
改善已有的文档。
|
|
74352
|
+
|
|
74353
|
+
修改数据结构:
|
|
74354
|
+
|
|
74355
|
+
* [EdgeCluster](https://cloud.tencent.com/document/api/457/31866#EdgeCluster)
|
|
74356
|
+
|
|
74357
|
+
* 新增成员:ClusterAdvancedSettings
|
|
74358
|
+
|
|
74359
|
+
|
|
73549
74360
|
### 第 114 次发布
|
|
73550
74361
|
|
|
73551
74362
|
发布时间:2022-08-02 06:35:11
|
|
@@ -76947,6 +77758,45 @@
|
|
|
76947
77758
|
|
|
76948
77759
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
76949
77760
|
|
|
77761
|
+
### 第 25 次发布
|
|
77762
|
+
|
|
77763
|
+
发布时间:2022-08-10 06:55:45
|
|
77764
|
+
|
|
77765
|
+
本次发布包含了以下内容:
|
|
77766
|
+
|
|
77767
|
+
改善已有的文档。
|
|
77768
|
+
|
|
77769
|
+
修改接口:
|
|
77770
|
+
|
|
77771
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
77772
|
+
|
|
77773
|
+
* 新增入参:EngineRegion
|
|
77774
|
+
|
|
77775
|
+
|
|
77776
|
+
修改数据结构:
|
|
77777
|
+
|
|
77778
|
+
* [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
|
|
77779
|
+
|
|
77780
|
+
* 新增成员:AliasName
|
|
77781
|
+
|
|
77782
|
+
|
|
77783
|
+
### 第 24 次发布
|
|
77784
|
+
|
|
77785
|
+
发布时间:2022-08-09 12:30:23
|
|
77786
|
+
|
|
77787
|
+
本次发布包含了以下内容:
|
|
77788
|
+
|
|
77789
|
+
改善已有的文档。
|
|
77790
|
+
|
|
77791
|
+
新增接口:
|
|
77792
|
+
|
|
77793
|
+
* [DescribeCloudNativeAPIGatewayNodes](https://cloud.tencent.com/document/api/1364/78800)
|
|
77794
|
+
|
|
77795
|
+
新增数据结构:
|
|
77796
|
+
|
|
77797
|
+
* [CloudNativeAPIGatewayNode](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNode)
|
|
77798
|
+
* [DescribeCloudNativeAPIGatewayNodesResult](https://cloud.tencent.com/document/api/1364/54942#DescribeCloudNativeAPIGatewayNodesResult)
|
|
77799
|
+
|
|
76950
77800
|
### 第 23 次发布
|
|
76951
77801
|
|
|
76952
77802
|
发布时间:2022-07-19 06:20:45
|
|
@@ -79948,6 +80798,37 @@
|
|
|
79948
80798
|
|
|
79949
80799
|
## 云点播(vod) 版本:2018-07-17
|
|
79950
80800
|
|
|
80801
|
+
### 第 112 次发布
|
|
80802
|
+
|
|
80803
|
+
发布时间:2022-08-11 07:05:14
|
|
80804
|
+
|
|
80805
|
+
本次发布包含了以下内容:
|
|
80806
|
+
|
|
80807
|
+
改善已有的文档。
|
|
80808
|
+
|
|
80809
|
+
新增接口:
|
|
80810
|
+
|
|
80811
|
+
* [[DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)](https://cloud.tencent.com/document/api/#/#)
|
|
80812
|
+
|
|
80813
|
+
### 第 111 次发布
|
|
80814
|
+
|
|
80815
|
+
发布时间:2022-08-09 11:53:09
|
|
80816
|
+
|
|
80817
|
+
本次发布包含了以下内容:
|
|
80818
|
+
|
|
80819
|
+
改善已有的文档。
|
|
80820
|
+
|
|
80821
|
+
修改数据结构:
|
|
80822
|
+
|
|
80823
|
+
* [PlayerConfig](https://cloud.tencent.com/document/api/266/31773#PlayerConfig)
|
|
80824
|
+
|
|
80825
|
+
* 新增成员:AudioVideoType, TranscodeDefinition
|
|
80826
|
+
|
|
80827
|
+
* [TraceWatermarkInput](https://cloud.tencent.com/document/api/266/31773#TraceWatermarkInput)
|
|
80828
|
+
|
|
80829
|
+
* <font color="#dd0000">**修改成员**:</font>Definition
|
|
80830
|
+
|
|
80831
|
+
|
|
79951
80832
|
### 第 110 次发布
|
|
79952
80833
|
|
|
79953
80834
|
发布时间:2022-07-29 06:17:29
|
|
@@ -82954,6 +83835,21 @@
|
|
|
82954
83835
|
|
|
82955
83836
|
## 私有网络(vpc) 版本:2017-03-12
|
|
82956
83837
|
|
|
83838
|
+
### 第 122 次发布
|
|
83839
|
+
|
|
83840
|
+
发布时间:2022-08-10 06:57:28
|
|
83841
|
+
|
|
83842
|
+
本次发布包含了以下内容:
|
|
83843
|
+
|
|
83844
|
+
改善已有的文档。
|
|
83845
|
+
|
|
83846
|
+
修改数据结构:
|
|
83847
|
+
|
|
83848
|
+
* [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
|
|
83849
|
+
|
|
83850
|
+
* 新增成员:DpdEnable, DpdTimeout, DpdAction, TagSet, NegotiationType
|
|
83851
|
+
|
|
83852
|
+
|
|
82957
83853
|
### 第 121 次发布
|
|
82958
83854
|
|
|
82959
83855
|
发布时间:2022-07-28 06:25:12
|
|
@@ -86338,75 +87234,75 @@
|
|
|
86338
87234
|
|
|
86339
87235
|
新增接口:
|
|
86340
87236
|
|
|
86341
|
-
* [
|
|
86342
|
-
* [
|
|
86343
|
-
* [
|
|
86344
|
-
* [
|
|
86345
|
-
* [
|
|
86346
|
-
* [
|
|
86347
|
-
* [
|
|
86348
|
-
* [
|
|
86349
|
-
* [
|
|
86350
|
-
* [
|
|
86351
|
-
* [
|
|
86352
|
-
* [
|
|
86353
|
-
* [
|
|
86354
|
-
* [
|
|
86355
|
-
* [
|
|
86356
|
-
* [
|
|
86357
|
-
* [
|
|
86358
|
-
* [
|
|
86359
|
-
* [
|
|
86360
|
-
* [
|
|
86361
|
-
* [
|
|
86362
|
-
* [
|
|
86363
|
-
* [
|
|
86364
|
-
* [
|
|
86365
|
-
* [
|
|
86366
|
-
* [
|
|
86367
|
-
* [
|
|
86368
|
-
* [
|
|
86369
|
-
* [
|
|
86370
|
-
* [
|
|
86371
|
-
* [
|
|
86372
|
-
* [
|
|
86373
|
-
* [
|
|
86374
|
-
* [
|
|
86375
|
-
* [
|
|
86376
|
-
|
|
86377
|
-
新增数据结构:
|
|
86378
|
-
|
|
86379
|
-
* [
|
|
86380
|
-
* [
|
|
86381
|
-
* [
|
|
86382
|
-
* [
|
|
86383
|
-
* [
|
|
86384
|
-
* [
|
|
86385
|
-
* [
|
|
86386
|
-
* [
|
|
86387
|
-
* [
|
|
86388
|
-
* [
|
|
86389
|
-
* [
|
|
86390
|
-
* [
|
|
86391
|
-
* [
|
|
86392
|
-
* [
|
|
86393
|
-
* [
|
|
86394
|
-
* [
|
|
86395
|
-
* [
|
|
86396
|
-
* [
|
|
86397
|
-
* [
|
|
86398
|
-
* [
|
|
86399
|
-
* [
|
|
86400
|
-
* [
|
|
86401
|
-
* [
|
|
86402
|
-
* [
|
|
86403
|
-
* [
|
|
86404
|
-
* [
|
|
86405
|
-
* [
|
|
86406
|
-
* [
|
|
86407
|
-
* [
|
|
86408
|
-
* [
|
|
86409
|
-
* [
|
|
87237
|
+
* [BatchDeleteTasksNew](https://cloud.tencent.com/document/api/1267/78714)
|
|
87238
|
+
* [BatchModifyOwnersNew](https://cloud.tencent.com/document/api/1267/78713)
|
|
87239
|
+
* [BatchStopTasksNew](https://cloud.tencent.com/document/api/1267/78712)
|
|
87240
|
+
* [CreateFolder](https://cloud.tencent.com/document/api/1267/78711)
|
|
87241
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1267/78710)
|
|
87242
|
+
* [CreateWorkflow](https://cloud.tencent.com/document/api/1267/78709)
|
|
87243
|
+
* [DeleteFolder](https://cloud.tencent.com/document/api/1267/78708)
|
|
87244
|
+
* [DeleteWorkflowNew](https://cloud.tencent.com/document/api/1267/78707)
|
|
87245
|
+
* [DescribeDependTasksNew](https://cloud.tencent.com/document/api/1267/78706)
|
|
87246
|
+
* [DescribeFolderList](https://cloud.tencent.com/document/api/1267/78705)
|
|
87247
|
+
* [DescribeFolderWorkflowList](https://cloud.tencent.com/document/api/1267/78704)
|
|
87248
|
+
* [DescribeInstanceLogs](https://cloud.tencent.com/document/api/1267/78703)
|
|
87249
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1267/78702)
|
|
87250
|
+
* [DescribeTaskScript](https://cloud.tencent.com/document/api/1267/78701)
|
|
87251
|
+
* [DescribeTasksByPage](https://cloud.tencent.com/document/api/1267/78700)
|
|
87252
|
+
* [ForceSucInstances](https://cloud.tencent.com/document/api/1267/78699)
|
|
87253
|
+
* [FreezeTasks](https://cloud.tencent.com/document/api/1267/78698)
|
|
87254
|
+
* [FreezeTasksByMultiWorkflow](https://cloud.tencent.com/document/api/1267/78697)
|
|
87255
|
+
* [KillInstances](https://cloud.tencent.com/document/api/1267/78696)
|
|
87256
|
+
* [MakeUpTasksNew](https://cloud.tencent.com/document/api/1267/78695)
|
|
87257
|
+
* [MakeUpWorkflowNew](https://cloud.tencent.com/document/api/1267/78694)
|
|
87258
|
+
* [ModifyFolder](https://cloud.tencent.com/document/api/1267/78693)
|
|
87259
|
+
* [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
|
|
87260
|
+
* [ModifyTaskLinks](https://cloud.tencent.com/document/api/1267/78691)
|
|
87261
|
+
* [ModifyTaskScript](https://cloud.tencent.com/document/api/1267/78690)
|
|
87262
|
+
* [ModifyWorkflowInfo](https://cloud.tencent.com/document/api/1267/78689)
|
|
87263
|
+
* [ModifyWorkflowSchedule](https://cloud.tencent.com/document/api/1267/78688)
|
|
87264
|
+
* [RegisterEvent](https://cloud.tencent.com/document/api/1267/78687)
|
|
87265
|
+
* [RegisterEventListener](https://cloud.tencent.com/document/api/1267/78686)
|
|
87266
|
+
* [RerunInstances](https://cloud.tencent.com/document/api/1267/78685)
|
|
87267
|
+
* [RunTask](https://cloud.tencent.com/document/api/1267/78684)
|
|
87268
|
+
* [SetTaskAlarmNew](https://cloud.tencent.com/document/api/1267/78683)
|
|
87269
|
+
* [SubmitTask](https://cloud.tencent.com/document/api/1267/78682)
|
|
87270
|
+
* [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/78681)
|
|
87271
|
+
* [TriggerEvent](https://cloud.tencent.com/document/api/1267/78680)
|
|
87272
|
+
|
|
87273
|
+
新增数据结构:
|
|
87274
|
+
|
|
87275
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmInfo)
|
|
87276
|
+
* [BatchOperateResult](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResult)
|
|
87277
|
+
* [BatchResult](https://cloud.tencent.com/document/api/1267/76336#BatchResult)
|
|
87278
|
+
* [BatchReturn](https://cloud.tencent.com/document/api/1267/76336#BatchReturn)
|
|
87279
|
+
* [CanvasInfo](https://cloud.tencent.com/document/api/1267/76336#CanvasInfo)
|
|
87280
|
+
* [CommonContent](https://cloud.tencent.com/document/api/1267/76336#CommonContent)
|
|
87281
|
+
* [CommonId](https://cloud.tencent.com/document/api/1267/76336#CommonId)
|
|
87282
|
+
* [DependencyConfig](https://cloud.tencent.com/document/api/1267/76336#DependencyConfig)
|
|
87283
|
+
* [DescribeFolderListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderListData)
|
|
87284
|
+
* [DescribeFolderWorkflowListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderWorkflowListData)
|
|
87285
|
+
* [Folder](https://cloud.tencent.com/document/api/1267/76336#Folder)
|
|
87286
|
+
* [GeneralTaskParam](https://cloud.tencent.com/document/api/1267/76336#GeneralTaskParam)
|
|
87287
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceInfo)
|
|
87288
|
+
* [InstanceLog](https://cloud.tencent.com/document/api/1267/76336#InstanceLog)
|
|
87289
|
+
* [IntegrationNodeDetail](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeDetail)
|
|
87290
|
+
* [IntegrationNodeMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeMapping)
|
|
87291
|
+
* [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
|
|
87292
|
+
* [IntegrationNodeSchemaMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchemaMapping)
|
|
87293
|
+
* [OperateResult](https://cloud.tencent.com/document/api/1267/76336#OperateResult)
|
|
87294
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1267/76336#ParamInfo)
|
|
87295
|
+
* [RecordField](https://cloud.tencent.com/document/api/1267/76336#RecordField)
|
|
87296
|
+
* [SimpleTaskInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleTaskInfo)
|
|
87297
|
+
* [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/76336#SubmitWorkflow)
|
|
87298
|
+
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
|
87299
|
+
* [TaskExtInfo](https://cloud.tencent.com/document/api/1267/76336#TaskExtInfo)
|
|
87300
|
+
* [TaskInfoData](https://cloud.tencent.com/document/api/1267/76336#TaskInfoData)
|
|
87301
|
+
* [TaskInfoDataPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoDataPage)
|
|
87302
|
+
* [TaskInnerInfo](https://cloud.tencent.com/document/api/1267/76336#TaskInnerInfo)
|
|
87303
|
+
* [TaskLinkInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLinkInfo)
|
|
87304
|
+
* [TaskScriptContent](https://cloud.tencent.com/document/api/1267/76336#TaskScriptContent)
|
|
87305
|
+
* [Workflow](https://cloud.tencent.com/document/api/1267/76336#Workflow)
|
|
86410
87306
|
|
|
86411
87307
|
### 第 2 次发布
|
|
86412
87308
|
|