tencentcloud-sdk-nodejs 4.0.413 → 4.0.416
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 +623 -0
- package/SERVICE_CHANGELOG.md +814 -288
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- 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 +33 -16
- package/src/services/ess/v20201111/ess_models.ts +105 -34
- package/src/services/essbasic/v20210526/essbasic_client.ts +33 -18
- package/src/services/essbasic/v20210526/essbasic_models.ts +119 -56
- 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/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +5 -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 +41 -4
- package/src/services/tem/v20210701/tem_models.ts +409 -225
- 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/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 +17 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +20 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +93 -30
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +16 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +19 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +107 -51
- 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/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -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 +13 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +18 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +316 -160
- 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/ccc.v20200210.test.js +0 -10
- package/test/ess.v20201111.test.js +14 -4
- package/test/essbasic.v20210526.test.js +14 -4
- 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 +30 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/vod.v20180717.test.js +18 -8
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,60 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 7 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-08-08 06:02:45
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
-
|
|
15
|
-
* ManageMarketingRisk
|
|
16
|
-
* QueryActivityAntiRushAdvanced
|
|
17
|
-
|
|
18
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
19
|
-
|
|
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
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
38
|
-
|
|
39
|
-
### 第 49 次发布
|
|
40
|
-
|
|
41
|
-
发布时间:2022-08-08 06:10:42
|
|
42
|
-
|
|
43
|
-
本次发布包含了以下内容:
|
|
44
|
-
|
|
45
|
-
改善已有的文档。
|
|
46
|
-
|
|
47
|
-
新增接口:
|
|
48
|
-
|
|
49
|
-
* [FetchMessageListByOffset](https://cloud.tencent.com/document/api/597/47896)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
3
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
54
4
|
|
|
55
|
-
### 第
|
|
5
|
+
### 第 14 次发布
|
|
56
6
|
|
|
57
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-11 22:36:30
|
|
58
8
|
|
|
59
9
|
本次发布包含了以下内容:
|
|
60
10
|
|
|
@@ -62,44 +12,34 @@
|
|
|
62
12
|
|
|
63
13
|
新增接口:
|
|
64
14
|
|
|
65
|
-
* [
|
|
15
|
+
* [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
|
|
66
16
|
|
|
67
|
-
新增数据结构:
|
|
68
17
|
|
|
69
|
-
* [ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions)
|
|
70
18
|
|
|
19
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
71
20
|
|
|
21
|
+
### 第 74 次发布
|
|
72
22
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
### 第 25 次发布
|
|
76
|
-
|
|
77
|
-
发布时间:2022-08-08 10:31:46
|
|
23
|
+
发布时间:2022-08-12 11:13:38
|
|
78
24
|
|
|
79
25
|
本次发布包含了以下内容:
|
|
80
26
|
|
|
81
27
|
改善已有的文档。
|
|
82
28
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
* [ChannelCreateConvertTaskApi](https://cloud.tencent.com/document/api/1420/78774)
|
|
86
|
-
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
87
|
-
|
|
88
|
-
新增数据结构:
|
|
89
|
-
|
|
90
|
-
* [OrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#OrganizationInfo)
|
|
29
|
+
修改数据结构:
|
|
91
30
|
|
|
31
|
+
* [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
|
|
92
32
|
|
|
33
|
+
* 新增成员:Row
|
|
93
34
|
|
|
94
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
95
35
|
|
|
96
36
|
|
|
97
37
|
|
|
98
|
-
##
|
|
38
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
99
39
|
|
|
100
|
-
### 第
|
|
40
|
+
### 第 28 次发布
|
|
101
41
|
|
|
102
|
-
发布时间:2022-08-
|
|
42
|
+
发布时间:2022-08-12 11:47:08
|
|
103
43
|
|
|
104
44
|
本次发布包含了以下内容:
|
|
105
45
|
|
|
@@ -107,144 +47,14 @@
|
|
|
107
47
|
|
|
108
48
|
修改接口:
|
|
109
49
|
|
|
110
|
-
* [
|
|
111
|
-
|
|
112
|
-
* 新增出参:LiveDomainCertBindings, TotalNum
|
|
113
|
-
|
|
114
|
-
* [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
|
|
115
|
-
|
|
116
|
-
* 新增出参:Errors
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
新增数据结构:
|
|
120
|
-
|
|
121
|
-
* [BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors)
|
|
122
|
-
* [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
## 标签(tag) 版本:2018-08-13
|
|
127
|
-
|
|
128
|
-
### 第 11 次发布
|
|
129
|
-
|
|
130
|
-
发布时间:2022-08-08 06:36:01
|
|
131
|
-
|
|
132
|
-
本次发布包含了以下内容:
|
|
133
|
-
|
|
134
|
-
改善已有的文档。
|
|
135
|
-
|
|
136
|
-
新增接口:
|
|
137
|
-
|
|
138
|
-
* [DescribeProjects](https://cloud.tencent.com/document/api/651/78725)
|
|
139
|
-
|
|
140
|
-
新增数据结构:
|
|
141
|
-
|
|
142
|
-
* [Project](https://cloud.tencent.com/document/api/651/35327#Project)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
147
|
-
|
|
148
|
-
### 第 37 次发布
|
|
149
|
-
|
|
150
|
-
发布时间:2022-08-08 06:44:27
|
|
151
|
-
|
|
152
|
-
本次发布包含了以下内容:
|
|
153
|
-
|
|
154
|
-
改善已有的文档。
|
|
155
|
-
|
|
156
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
157
|
-
|
|
158
|
-
* DescribeAbnormalEvent
|
|
159
|
-
* DescribeCallDetail
|
|
160
|
-
* DescribeDetailEvent
|
|
161
|
-
* DescribeHistoryScale
|
|
162
|
-
* DescribeRoomInformation
|
|
163
|
-
* DescribeUserInformation
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
168
|
-
|
|
169
|
-
### 第 3 次发布
|
|
170
|
-
|
|
171
|
-
发布时间:2022-08-05 15:51:29
|
|
172
|
-
|
|
173
|
-
本次发布包含了以下内容:
|
|
50
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
174
51
|
|
|
175
|
-
|
|
52
|
+
* 新增入参:EnableMetrics
|
|
176
53
|
|
|
177
|
-
新增接口:
|
|
178
54
|
|
|
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
55
|
|
|
215
|
-
新增数据结构:
|
|
216
56
|
|
|
217
|
-
|
|
218
|
-
* [BatchOperateResult](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResult)
|
|
219
|
-
* [BatchResult](https://cloud.tencent.com/document/api/1267/76336#BatchResult)
|
|
220
|
-
* [BatchReturn](https://cloud.tencent.com/document/api/1267/76336#BatchReturn)
|
|
221
|
-
* [CanvasInfo](https://cloud.tencent.com/document/api/1267/76336#CanvasInfo)
|
|
222
|
-
* [CommonContent](https://cloud.tencent.com/document/api/1267/76336#CommonContent)
|
|
223
|
-
* [CommonId](https://cloud.tencent.com/document/api/1267/76336#CommonId)
|
|
224
|
-
* [DependencyConfig](https://cloud.tencent.com/document/api/1267/76336#DependencyConfig)
|
|
225
|
-
* [DescribeFolderListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderListData)
|
|
226
|
-
* [DescribeFolderWorkflowListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderWorkflowListData)
|
|
227
|
-
* [Folder](https://cloud.tencent.com/document/api/1267/76336#Folder)
|
|
228
|
-
* [GeneralTaskParam](https://cloud.tencent.com/document/api/1267/76336#GeneralTaskParam)
|
|
229
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceInfo)
|
|
230
|
-
* [InstanceLog](https://cloud.tencent.com/document/api/1267/76336#InstanceLog)
|
|
231
|
-
* [IntegrationNodeDetail](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeDetail)
|
|
232
|
-
* [IntegrationNodeMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeMapping)
|
|
233
|
-
* [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
|
|
234
|
-
* [IntegrationNodeSchemaMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchemaMapping)
|
|
235
|
-
* [OperateResult](https://cloud.tencent.com/document/api/1267/76336#OperateResult)
|
|
236
|
-
* [ParamInfo](https://cloud.tencent.com/document/api/1267/76336#ParamInfo)
|
|
237
|
-
* [RecordField](https://cloud.tencent.com/document/api/1267/76336#RecordField)
|
|
238
|
-
* [SimpleTaskInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleTaskInfo)
|
|
239
|
-
* [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/76336#SubmitWorkflow)
|
|
240
|
-
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
|
241
|
-
* [TaskExtInfo](https://cloud.tencent.com/document/api/1267/76336#TaskExtInfo)
|
|
242
|
-
* [TaskInfoData](https://cloud.tencent.com/document/api/1267/76336#TaskInfoData)
|
|
243
|
-
* [TaskInfoDataPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoDataPage)
|
|
244
|
-
* [TaskInnerInfo](https://cloud.tencent.com/document/api/1267/76336#TaskInnerInfo)
|
|
245
|
-
* [TaskLinkInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLinkInfo)
|
|
246
|
-
* [TaskScriptContent](https://cloud.tencent.com/document/api/1267/76336#TaskScriptContent)
|
|
247
|
-
* [Workflow](https://cloud.tencent.com/document/api/1267/76336#Workflow)
|
|
57
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
248
58
|
|
|
249
59
|
|
|
250
60
|
|
|
@@ -1689,6 +1499,22 @@
|
|
|
1689
1499
|
|
|
1690
1500
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1691
1501
|
|
|
1502
|
+
### 第 39 次发布
|
|
1503
|
+
|
|
1504
|
+
发布时间:2022-08-09 10:41:42
|
|
1505
|
+
|
|
1506
|
+
本次发布包含了以下内容:
|
|
1507
|
+
|
|
1508
|
+
改善已有的文档。
|
|
1509
|
+
|
|
1510
|
+
新增接口:
|
|
1511
|
+
|
|
1512
|
+
* [DescribeBgpBizTrend](https://cloud.tencent.com/document/api/1021/78796)
|
|
1513
|
+
|
|
1514
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
1515
|
+
|
|
1516
|
+
* DeleteBlackWhiteIpList
|
|
1517
|
+
|
|
1692
1518
|
### 第 38 次发布
|
|
1693
1519
|
|
|
1694
1520
|
发布时间:2022-07-27 06:03:19
|
|
@@ -3658,6 +3484,32 @@
|
|
|
3658
3484
|
|
|
3659
3485
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
3660
3486
|
|
|
3487
|
+
### 第 54 次发布
|
|
3488
|
+
|
|
3489
|
+
发布时间:2022-08-11 06:10:05
|
|
3490
|
+
|
|
3491
|
+
本次发布包含了以下内容:
|
|
3492
|
+
|
|
3493
|
+
改善已有的文档。
|
|
3494
|
+
|
|
3495
|
+
修改接口:
|
|
3496
|
+
|
|
3497
|
+
* [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
|
|
3498
|
+
|
|
3499
|
+
* 新增入参:HpcClusterId
|
|
3500
|
+
|
|
3501
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
3502
|
+
|
|
3503
|
+
* 新增入参:HpcClusterId
|
|
3504
|
+
|
|
3505
|
+
|
|
3506
|
+
修改数据结构:
|
|
3507
|
+
|
|
3508
|
+
* [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
|
|
3509
|
+
|
|
3510
|
+
* 新增成员:HpcClusterId
|
|
3511
|
+
|
|
3512
|
+
|
|
3661
3513
|
### 第 53 次发布
|
|
3662
3514
|
|
|
3663
3515
|
发布时间:2022-07-26 06:06:18
|
|
@@ -10732,6 +10584,36 @@
|
|
|
10732
10584
|
|
|
10733
10585
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
10734
10586
|
|
|
10587
|
+
### 第 28 次发布
|
|
10588
|
+
|
|
10589
|
+
发布时间:2022-08-11 06:14:26
|
|
10590
|
+
|
|
10591
|
+
本次发布包含了以下内容:
|
|
10592
|
+
|
|
10593
|
+
改善已有的文档。
|
|
10594
|
+
|
|
10595
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
10596
|
+
|
|
10597
|
+
* DescribeSeatUserList
|
|
10598
|
+
|
|
10599
|
+
修改接口:
|
|
10600
|
+
|
|
10601
|
+
* [DescribeSkillGroupInfoList](https://cloud.tencent.com/document/api/679/53310)
|
|
10602
|
+
|
|
10603
|
+
* 新增入参:SkillGroupName
|
|
10604
|
+
|
|
10605
|
+
* [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
|
|
10606
|
+
|
|
10607
|
+
* 新增入参:UseMobileCallOut, UseMobileAccept
|
|
10608
|
+
|
|
10609
|
+
|
|
10610
|
+
修改数据结构:
|
|
10611
|
+
|
|
10612
|
+
* [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
|
|
10613
|
+
|
|
10614
|
+
* 新增成员:UseMobileAccept, UseMobileCallOut
|
|
10615
|
+
|
|
10616
|
+
|
|
10735
10617
|
### 第 27 次发布
|
|
10736
10618
|
|
|
10737
10619
|
发布时间:2022-07-01 06:06:59
|
|
@@ -17261,6 +17143,21 @@
|
|
|
17261
17143
|
|
|
17262
17144
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17263
17145
|
|
|
17146
|
+
### 第 50 次发布
|
|
17147
|
+
|
|
17148
|
+
发布时间:2022-08-11 06:18:51
|
|
17149
|
+
|
|
17150
|
+
本次发布包含了以下内容:
|
|
17151
|
+
|
|
17152
|
+
改善已有的文档。
|
|
17153
|
+
|
|
17154
|
+
修改数据结构:
|
|
17155
|
+
|
|
17156
|
+
* [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
|
|
17157
|
+
|
|
17158
|
+
* 新增成员:DropInvalidMessage, DropCls
|
|
17159
|
+
|
|
17160
|
+
|
|
17264
17161
|
### 第 49 次发布
|
|
17265
17162
|
|
|
17266
17163
|
发布时间:2022-08-08 06:10:42
|
|
@@ -17271,7 +17168,7 @@
|
|
|
17271
17168
|
|
|
17272
17169
|
新增接口:
|
|
17273
17170
|
|
|
17274
|
-
* [
|
|
17171
|
+
* [FetchMessageListByOffset](https://cloud.tencent.com/document/api/597/47896)
|
|
17275
17172
|
|
|
17276
17173
|
### 第 48 次发布
|
|
17277
17174
|
|
|
@@ -20149,6 +20046,29 @@
|
|
|
20149
20046
|
|
|
20150
20047
|
## 日志服务(cls) 版本:2020-10-16
|
|
20151
20048
|
|
|
20049
|
+
### 第 27 次发布
|
|
20050
|
+
|
|
20051
|
+
发布时间:2022-08-11 06:20:21
|
|
20052
|
+
|
|
20053
|
+
本次发布包含了以下内容:
|
|
20054
|
+
|
|
20055
|
+
改善已有的文档。
|
|
20056
|
+
|
|
20057
|
+
修改接口:
|
|
20058
|
+
|
|
20059
|
+
* [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
|
|
20060
|
+
|
|
20061
|
+
* 新增入参:Compression
|
|
20062
|
+
|
|
20063
|
+
* [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
|
|
20064
|
+
|
|
20065
|
+
* 新增出参:Compression
|
|
20066
|
+
|
|
20067
|
+
* [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
|
|
20068
|
+
|
|
20069
|
+
* 新增入参:Compression
|
|
20070
|
+
|
|
20071
|
+
|
|
20152
20072
|
### 第 26 次发布
|
|
20153
20073
|
|
|
20154
20074
|
发布时间:2022-08-01 11:31:08
|
|
@@ -22291,6 +22211,40 @@
|
|
|
22291
22211
|
|
|
22292
22212
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
22293
22213
|
|
|
22214
|
+
### 第 81 次发布
|
|
22215
|
+
|
|
22216
|
+
发布时间:2022-08-11 06:21:37
|
|
22217
|
+
|
|
22218
|
+
本次发布包含了以下内容:
|
|
22219
|
+
|
|
22220
|
+
改善已有的文档。
|
|
22221
|
+
|
|
22222
|
+
修改接口:
|
|
22223
|
+
|
|
22224
|
+
* [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
|
|
22225
|
+
|
|
22226
|
+
* 新增入参:ExternalUserInfoList
|
|
22227
|
+
|
|
22228
|
+
|
|
22229
|
+
新增数据结构:
|
|
22230
|
+
|
|
22231
|
+
* [CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)
|
|
22232
|
+
|
|
22233
|
+
### 第 80 次发布
|
|
22234
|
+
|
|
22235
|
+
发布时间:2022-08-09 12:03:26
|
|
22236
|
+
|
|
22237
|
+
本次发布包含了以下内容:
|
|
22238
|
+
|
|
22239
|
+
改善已有的文档。
|
|
22240
|
+
|
|
22241
|
+
修改接口:
|
|
22242
|
+
|
|
22243
|
+
* [ApplyFlexPayment](https://cloud.tencent.com/document/api/1122/74976)
|
|
22244
|
+
|
|
22245
|
+
* 新增入参:NotifyUrl
|
|
22246
|
+
|
|
22247
|
+
|
|
22294
22248
|
### 第 79 次发布
|
|
22295
22249
|
|
|
22296
22250
|
发布时间:2022-08-04 06:19:24
|
|
@@ -24574,11 +24528,11 @@
|
|
|
24574
24528
|
|
|
24575
24529
|
新增接口:
|
|
24576
24530
|
|
|
24577
|
-
* [
|
|
24531
|
+
* [DescribeChcDeniedActions](https://cloud.tencent.com/document/api/213/78724)
|
|
24578
24532
|
|
|
24579
24533
|
新增数据结构:
|
|
24580
24534
|
|
|
24581
|
-
* [
|
|
24535
|
+
* [ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions)
|
|
24582
24536
|
|
|
24583
24537
|
### 第 91 次发布
|
|
24584
24538
|
|
|
@@ -36729,6 +36683,37 @@
|
|
|
36729
36683
|
|
|
36730
36684
|
## 电子签服务(ess) 版本:2020-11-11
|
|
36731
36685
|
|
|
36686
|
+
### 第 14 次发布
|
|
36687
|
+
|
|
36688
|
+
发布时间:2022-08-11 22:36:30
|
|
36689
|
+
|
|
36690
|
+
本次发布包含了以下内容:
|
|
36691
|
+
|
|
36692
|
+
改善已有的文档。
|
|
36693
|
+
|
|
36694
|
+
新增接口:
|
|
36695
|
+
|
|
36696
|
+
* [[CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)](https://cloud.tencent.com/document/api/#/#)
|
|
36697
|
+
|
|
36698
|
+
### 第 13 次发布
|
|
36699
|
+
|
|
36700
|
+
发布时间:2022-08-11 07:02:49
|
|
36701
|
+
|
|
36702
|
+
本次发布包含了以下内容:
|
|
36703
|
+
|
|
36704
|
+
改善已有的文档。
|
|
36705
|
+
|
|
36706
|
+
修改接口:
|
|
36707
|
+
|
|
36708
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
36709
|
+
|
|
36710
|
+
* 新增入参:NeedSignReview
|
|
36711
|
+
|
|
36712
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
36713
|
+
|
|
36714
|
+
* 新增入参:NeedSignReview
|
|
36715
|
+
|
|
36716
|
+
|
|
36732
36717
|
### 第 12 次发布
|
|
36733
36718
|
|
|
36734
36719
|
发布时间:2022-08-03 06:24:12
|
|
@@ -37069,6 +37054,40 @@
|
|
|
37069
37054
|
|
|
37070
37055
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
37071
37056
|
|
|
37057
|
+
### 第 27 次发布
|
|
37058
|
+
|
|
37059
|
+
发布时间:2022-08-11 15:03:00
|
|
37060
|
+
|
|
37061
|
+
本次发布包含了以下内容:
|
|
37062
|
+
|
|
37063
|
+
改善已有的文档。
|
|
37064
|
+
|
|
37065
|
+
新增接口:
|
|
37066
|
+
|
|
37067
|
+
* [ChannelCreateFlowSignReview](https://cloud.tencent.com/document/api/1420/78953)
|
|
37068
|
+
|
|
37069
|
+
### 第 26 次发布
|
|
37070
|
+
|
|
37071
|
+
发布时间:2022-08-11 07:03:11
|
|
37072
|
+
|
|
37073
|
+
本次发布包含了以下内容:
|
|
37074
|
+
|
|
37075
|
+
改善已有的文档。
|
|
37076
|
+
|
|
37077
|
+
修改接口:
|
|
37078
|
+
|
|
37079
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
37080
|
+
|
|
37081
|
+
* 新增入参:NeedSignReview
|
|
37082
|
+
|
|
37083
|
+
|
|
37084
|
+
修改数据结构:
|
|
37085
|
+
|
|
37086
|
+
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
37087
|
+
|
|
37088
|
+
* 新增成员:NeedSignReview
|
|
37089
|
+
|
|
37090
|
+
|
|
37072
37091
|
### 第 25 次发布
|
|
37073
37092
|
|
|
37074
37093
|
发布时间:2022-08-08 10:31:46
|
|
@@ -37079,12 +37098,12 @@
|
|
|
37079
37098
|
|
|
37080
37099
|
新增接口:
|
|
37081
37100
|
|
|
37082
|
-
* [
|
|
37083
|
-
* [
|
|
37101
|
+
* [ChannelCreateConvertTaskApi](https://cloud.tencent.com/document/api/1420/78774)
|
|
37102
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
37084
37103
|
|
|
37085
37104
|
新增数据结构:
|
|
37086
37105
|
|
|
37087
|
-
* [
|
|
37106
|
+
* [OrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#OrganizationInfo)
|
|
37088
37107
|
|
|
37089
37108
|
### 第 24 次发布
|
|
37090
37109
|
|
|
@@ -39689,6 +39708,42 @@
|
|
|
39689
39708
|
|
|
39690
39709
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
39691
39710
|
|
|
39711
|
+
### 第 21 次发布
|
|
39712
|
+
|
|
39713
|
+
发布时间:2022-08-11 06:32:55
|
|
39714
|
+
|
|
39715
|
+
本次发布包含了以下内容:
|
|
39716
|
+
|
|
39717
|
+
改善已有的文档。
|
|
39718
|
+
|
|
39719
|
+
新增接口:
|
|
39720
|
+
|
|
39721
|
+
* [CreateCustomization](https://cloud.tencent.com/document/api/607/78906)
|
|
39722
|
+
* [DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)
|
|
39723
|
+
* [GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)
|
|
39724
|
+
* [ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)
|
|
39725
|
+
* [ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)
|
|
39726
|
+
|
|
39727
|
+
新增数据结构:
|
|
39728
|
+
|
|
39729
|
+
* [CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)
|
|
39730
|
+
|
|
39731
|
+
### 第 20 次发布
|
|
39732
|
+
|
|
39733
|
+
发布时间:2022-08-09 12:11:50
|
|
39734
|
+
|
|
39735
|
+
本次发布包含了以下内容:
|
|
39736
|
+
|
|
39737
|
+
改善已有的文档。
|
|
39738
|
+
|
|
39739
|
+
新增接口:
|
|
39740
|
+
|
|
39741
|
+
* [ModifyUserMicStatus](https://cloud.tencent.com/document/api/607/78798)
|
|
39742
|
+
|
|
39743
|
+
新增数据结构:
|
|
39744
|
+
|
|
39745
|
+
* [UserMicStatus](https://cloud.tencent.com/document/api/607/35375#UserMicStatus)
|
|
39746
|
+
|
|
39692
39747
|
### 第 19 次发布
|
|
39693
39748
|
|
|
39694
39749
|
发布时间:2022-03-22 08:09:44
|
|
@@ -43255,7 +43310,7 @@
|
|
|
43255
43310
|
|
|
43256
43311
|
修改接口:
|
|
43257
43312
|
|
|
43258
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/634/
|
|
43313
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/634/19493)
|
|
43259
43314
|
|
|
43260
43315
|
* 新增入参:EnableState
|
|
43261
43316
|
|
|
@@ -43346,7 +43401,7 @@
|
|
|
43346
43401
|
|
|
43347
43402
|
* 新增出参:FirmwareUpdateTime
|
|
43348
43403
|
|
|
43349
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/634/
|
|
43404
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/634/19493)
|
|
43350
43405
|
|
|
43351
43406
|
* 新增入参:DeviceName
|
|
43352
43407
|
|
|
@@ -43704,7 +43759,7 @@
|
|
|
43704
43759
|
* [DeleteDevice](https://cloud.tencent.com/document/api/634/73257)
|
|
43705
43760
|
* [DeleteProduct](https://cloud.tencent.com/document/api/634/73314)
|
|
43706
43761
|
* [DescribeDeviceShadow](https://cloud.tencent.com/document/api/634/73264)
|
|
43707
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/634/
|
|
43762
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/634/19493)
|
|
43708
43763
|
* [DescribeMultiDevTask](https://cloud.tencent.com/document/api/634/73248)
|
|
43709
43764
|
* [DescribeMultiDevices](https://cloud.tencent.com/document/api/634/73247)
|
|
43710
43765
|
* [DescribeProducts](https://cloud.tencent.com/document/api/634/73312)
|
|
@@ -46966,6 +47021,48 @@
|
|
|
46966
47021
|
|
|
46967
47022
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
46968
47023
|
|
|
47024
|
+
### 第 33 次发布
|
|
47025
|
+
|
|
47026
|
+
发布时间:2022-08-11 06:38:25
|
|
47027
|
+
|
|
47028
|
+
本次发布包含了以下内容:
|
|
47029
|
+
|
|
47030
|
+
改善已有的文档。
|
|
47031
|
+
|
|
47032
|
+
修改接口:
|
|
47033
|
+
|
|
47034
|
+
* [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
|
|
47035
|
+
|
|
47036
|
+
* 新增入参:DiskBackupQuota
|
|
47037
|
+
|
|
47038
|
+
* [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
|
|
47039
|
+
|
|
47040
|
+
* 新增入参:DiskBackupQuota
|
|
47041
|
+
|
|
47042
|
+
|
|
47043
|
+
### 第 32 次发布
|
|
47044
|
+
|
|
47045
|
+
发布时间:2022-08-09 12:16:13
|
|
47046
|
+
|
|
47047
|
+
本次发布包含了以下内容:
|
|
47048
|
+
|
|
47049
|
+
改善已有的文档。
|
|
47050
|
+
|
|
47051
|
+
新增数据结构:
|
|
47052
|
+
|
|
47053
|
+
* [DetailPrice](https://cloud.tencent.com/document/api/1207/47576#DetailPrice)
|
|
47054
|
+
|
|
47055
|
+
修改数据结构:
|
|
47056
|
+
|
|
47057
|
+
* [Disk](https://cloud.tencent.com/document/api/1207/47576#Disk)
|
|
47058
|
+
|
|
47059
|
+
* 新增成员:DiskBackupCount, DiskBackupQuota
|
|
47060
|
+
|
|
47061
|
+
* [DiskPrice](https://cloud.tencent.com/document/api/1207/47576#DiskPrice)
|
|
47062
|
+
|
|
47063
|
+
* 新增成员:DetailPrices
|
|
47064
|
+
|
|
47065
|
+
|
|
46969
47066
|
### 第 31 次发布
|
|
46970
47067
|
|
|
46971
47068
|
发布时间:2022-05-20 06:14:11
|
|
@@ -47585,6 +47682,21 @@
|
|
|
47585
47682
|
|
|
47586
47683
|
## 云直播(live) 版本:2018-08-01
|
|
47587
47684
|
|
|
47685
|
+
### 第 85 次发布
|
|
47686
|
+
|
|
47687
|
+
发布时间:2022-08-11 06:39:01
|
|
47688
|
+
|
|
47689
|
+
本次发布包含了以下内容:
|
|
47690
|
+
|
|
47691
|
+
改善已有的文档。
|
|
47692
|
+
|
|
47693
|
+
修改接口:
|
|
47694
|
+
|
|
47695
|
+
* [DescribeLiveDomains](https://cloud.tencent.com/document/api/267/33856)
|
|
47696
|
+
|
|
47697
|
+
* 新增出参:PlayTypeCount
|
|
47698
|
+
|
|
47699
|
+
|
|
47588
47700
|
### 第 84 次发布
|
|
47589
47701
|
|
|
47590
47702
|
发布时间:2022-08-08 06:27:50
|
|
@@ -47606,8 +47718,8 @@
|
|
|
47606
47718
|
|
|
47607
47719
|
新增数据结构:
|
|
47608
47720
|
|
|
47609
|
-
* [
|
|
47610
|
-
* [
|
|
47721
|
+
* [BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors)
|
|
47722
|
+
* [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
|
|
47611
47723
|
|
|
47612
47724
|
### 第 83 次发布
|
|
47613
47725
|
|
|
@@ -50750,6 +50862,22 @@
|
|
|
50750
50862
|
|
|
50751
50863
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
50752
50864
|
|
|
50865
|
+
### 第 22 次发布
|
|
50866
|
+
|
|
50867
|
+
发布时间:2022-08-11 06:40:51
|
|
50868
|
+
|
|
50869
|
+
本次发布包含了以下内容:
|
|
50870
|
+
|
|
50871
|
+
改善已有的文档。
|
|
50872
|
+
|
|
50873
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
50874
|
+
|
|
50875
|
+
* DescribeBackupAccess
|
|
50876
|
+
|
|
50877
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
50878
|
+
|
|
50879
|
+
* BackupFile
|
|
50880
|
+
|
|
50753
50881
|
### 第 21 次发布
|
|
50754
50882
|
|
|
50755
50883
|
发布时间:2022-06-07 06:10:21
|
|
@@ -51141,6 +51269,25 @@
|
|
|
51141
51269
|
|
|
51142
51270
|
## 云监控(monitor) 版本:2018-07-24
|
|
51143
51271
|
|
|
51272
|
+
### 第 52 次发布
|
|
51273
|
+
|
|
51274
|
+
发布时间:2022-08-09 12:18:17
|
|
51275
|
+
|
|
51276
|
+
本次发布包含了以下内容:
|
|
51277
|
+
|
|
51278
|
+
改善已有的文档。
|
|
51279
|
+
|
|
51280
|
+
修改接口:
|
|
51281
|
+
|
|
51282
|
+
* [DescribeMonitorTypes](https://cloud.tencent.com/document/api/248/49979)
|
|
51283
|
+
|
|
51284
|
+
* 新增出参:MonitorTypeInfos
|
|
51285
|
+
|
|
51286
|
+
|
|
51287
|
+
新增数据结构:
|
|
51288
|
+
|
|
51289
|
+
* [MonitorTypeInfo](https://cloud.tencent.com/document/api/248/30354#MonitorTypeInfo)
|
|
51290
|
+
|
|
51144
51291
|
### 第 51 次发布
|
|
51145
51292
|
|
|
51146
51293
|
发布时间:2022-07-15 06:12:20
|
|
@@ -55003,6 +55150,21 @@
|
|
|
55003
55150
|
|
|
55004
55151
|
## 文字识别(ocr) 版本:2018-11-19
|
|
55005
55152
|
|
|
55153
|
+
### 第 74 次发布
|
|
55154
|
+
|
|
55155
|
+
发布时间:2022-08-12 11:13:38
|
|
55156
|
+
|
|
55157
|
+
本次发布包含了以下内容:
|
|
55158
|
+
|
|
55159
|
+
改善已有的文档。
|
|
55160
|
+
|
|
55161
|
+
修改数据结构:
|
|
55162
|
+
|
|
55163
|
+
* [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
|
|
55164
|
+
|
|
55165
|
+
* 新增成员:Row
|
|
55166
|
+
|
|
55167
|
+
|
|
55006
55168
|
### 第 73 次发布
|
|
55007
55169
|
|
|
55008
55170
|
发布时间:2022-07-19 06:15:45
|
|
@@ -58210,6 +58372,18 @@
|
|
|
58210
58372
|
|
|
58211
58373
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
58212
58374
|
|
|
58375
|
+
### 第 53 次发布
|
|
58376
|
+
|
|
58377
|
+
发布时间:2022-08-11 06:44:49
|
|
58378
|
+
|
|
58379
|
+
本次发布包含了以下内容:
|
|
58380
|
+
|
|
58381
|
+
改善已有的文档。
|
|
58382
|
+
|
|
58383
|
+
新增接口:
|
|
58384
|
+
|
|
58385
|
+
* [SwitchProxy](https://cloud.tencent.com/document/api/239/78841)
|
|
58386
|
+
|
|
58213
58387
|
### 第 52 次发布
|
|
58214
58388
|
|
|
58215
58389
|
发布时间:2022-07-27 06:14:34
|
|
@@ -61561,6 +61735,36 @@
|
|
|
61561
61735
|
|
|
61562
61736
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
61563
61737
|
|
|
61738
|
+
### 第 36 次发布
|
|
61739
|
+
|
|
61740
|
+
发布时间:2022-08-11 06:47:08
|
|
61741
|
+
|
|
61742
|
+
本次发布包含了以下内容:
|
|
61743
|
+
|
|
61744
|
+
改善已有的文档。
|
|
61745
|
+
|
|
61746
|
+
修改接口:
|
|
61747
|
+
|
|
61748
|
+
* [CreateBasicDBInstances](https://cloud.tencent.com/document/api/238/46808)
|
|
61749
|
+
|
|
61750
|
+
* 新增入参:Collation, TimeZone
|
|
61751
|
+
|
|
61752
|
+
* [CreateDBInstances](https://cloud.tencent.com/document/api/238/19973)
|
|
61753
|
+
|
|
61754
|
+
* 新增入参:Collation, TimeZone
|
|
61755
|
+
|
|
61756
|
+
* [CreateReadOnlyDBInstances](https://cloud.tencent.com/document/api/238/46807)
|
|
61757
|
+
|
|
61758
|
+
* 新增入参:Collation, TimeZone
|
|
61759
|
+
|
|
61760
|
+
|
|
61761
|
+
修改数据结构:
|
|
61762
|
+
|
|
61763
|
+
* [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
|
|
61764
|
+
|
|
61765
|
+
* 新增成员:Collation, TimeZone
|
|
61766
|
+
|
|
61767
|
+
|
|
61564
61768
|
### 第 35 次发布
|
|
61565
61769
|
|
|
61566
61770
|
发布时间:2022-07-29 06:14:07
|
|
@@ -63444,6 +63648,24 @@
|
|
|
63444
63648
|
|
|
63445
63649
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
63446
63650
|
|
|
63651
|
+
### 第 14 次发布
|
|
63652
|
+
|
|
63653
|
+
发布时间:2022-08-11 06:48:40
|
|
63654
|
+
|
|
63655
|
+
本次发布包含了以下内容:
|
|
63656
|
+
|
|
63657
|
+
改善已有的文档。
|
|
63658
|
+
|
|
63659
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
63660
|
+
|
|
63661
|
+
* RecognizeEffectiveFlow
|
|
63662
|
+
|
|
63663
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
63664
|
+
|
|
63665
|
+
* InputRecognizeEffectiveFlow
|
|
63666
|
+
* OutputRecognizeEffectiveFlow
|
|
63667
|
+
* OutputRecognizeEffectiveFlowValue
|
|
63668
|
+
|
|
63447
63669
|
### 第 13 次发布
|
|
63448
63670
|
|
|
63449
63671
|
发布时间:2022-07-19 06:17:28
|
|
@@ -63712,11 +63934,11 @@
|
|
|
63712
63934
|
|
|
63713
63935
|
新增接口:
|
|
63714
63936
|
|
|
63715
|
-
* [
|
|
63937
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/651/78725)
|
|
63716
63938
|
|
|
63717
63939
|
新增数据结构:
|
|
63718
63940
|
|
|
63719
|
-
* [
|
|
63941
|
+
* [Project](https://cloud.tencent.com/document/api/651/35327#Project)
|
|
63720
63942
|
|
|
63721
63943
|
### 第 10 次发布
|
|
63722
63944
|
|
|
@@ -64320,6 +64542,24 @@
|
|
|
64320
64542
|
|
|
64321
64543
|
## TBaaS(tbaas) 版本:2018-04-16
|
|
64322
64544
|
|
|
64545
|
+
### 第 13 次发布
|
|
64546
|
+
|
|
64547
|
+
发布时间:2022-08-11 06:49:15
|
|
64548
|
+
|
|
64549
|
+
本次发布包含了以下内容:
|
|
64550
|
+
|
|
64551
|
+
改善已有的文档。
|
|
64552
|
+
|
|
64553
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
64554
|
+
|
|
64555
|
+
* BlockByNumberHandler
|
|
64556
|
+
* DeployDynamicContractHandler
|
|
64557
|
+
* GetBlockListHandler
|
|
64558
|
+
* GetTransByHashHandler
|
|
64559
|
+
* GetTransListHandler
|
|
64560
|
+
* SendTransactionHandler
|
|
64561
|
+
* TransByDynamicContractHandler
|
|
64562
|
+
|
|
64323
64563
|
### 第 12 次发布
|
|
64324
64564
|
|
|
64325
64565
|
发布时间:2022-06-20 15:31:45
|
|
@@ -68314,6 +68554,55 @@
|
|
|
68314
68554
|
|
|
68315
68555
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
68316
68556
|
|
|
68557
|
+
### 第 23 次发布
|
|
68558
|
+
|
|
68559
|
+
发布时间:2022-08-11 06:51:30
|
|
68560
|
+
|
|
68561
|
+
本次发布包含了以下内容:
|
|
68562
|
+
|
|
68563
|
+
改善已有的文档。
|
|
68564
|
+
|
|
68565
|
+
修改接口:
|
|
68566
|
+
|
|
68567
|
+
* [DescribeAssetImageVirusListExport](https://cloud.tencent.com/document/api/1285/65482)
|
|
68568
|
+
|
|
68569
|
+
* 新增出参:JobId
|
|
68570
|
+
|
|
68571
|
+
* [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
|
|
68572
|
+
|
|
68573
|
+
* 新增出参:CheckPlatform
|
|
68574
|
+
|
|
68575
|
+
|
|
68576
|
+
修改数据结构:
|
|
68577
|
+
|
|
68578
|
+
* [ImageVirusInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVirusInfo)
|
|
68579
|
+
|
|
68580
|
+
* 新增成员:CheckPlatform
|
|
68581
|
+
|
|
68582
|
+
* [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
|
|
68583
|
+
|
|
68584
|
+
* 新增成员:RiskLevel, CheckPlatform
|
|
68585
|
+
|
|
68586
|
+
|
|
68587
|
+
### 第 22 次发布
|
|
68588
|
+
|
|
68589
|
+
发布时间:2022-08-09 12:25:45
|
|
68590
|
+
|
|
68591
|
+
本次发布包含了以下内容:
|
|
68592
|
+
|
|
68593
|
+
改善已有的文档。
|
|
68594
|
+
|
|
68595
|
+
修改接口:
|
|
68596
|
+
|
|
68597
|
+
* [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
|
|
68598
|
+
|
|
68599
|
+
* 新增出参:HostUnInstallCnt
|
|
68600
|
+
|
|
68601
|
+
* [DescribeContainerAssetSummary](https://cloud.tencent.com/document/api/1285/65475)
|
|
68602
|
+
|
|
68603
|
+
* 新增出参:HostUnInstallCnt
|
|
68604
|
+
|
|
68605
|
+
|
|
68317
68606
|
### 第 21 次发布
|
|
68318
68607
|
|
|
68319
68608
|
发布时间:2022-07-07 06:16:19
|
|
@@ -70398,6 +70687,67 @@
|
|
|
70398
70687
|
|
|
70399
70688
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
70400
70689
|
|
|
70690
|
+
### 第 28 次发布
|
|
70691
|
+
|
|
70692
|
+
发布时间:2022-08-12 11:47:08
|
|
70693
|
+
|
|
70694
|
+
本次发布包含了以下内容:
|
|
70695
|
+
|
|
70696
|
+
改善已有的文档。
|
|
70697
|
+
|
|
70698
|
+
修改接口:
|
|
70699
|
+
|
|
70700
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
70701
|
+
|
|
70702
|
+
* 新增入参:EnableMetrics
|
|
70703
|
+
|
|
70704
|
+
|
|
70705
|
+
### 第 27 次发布
|
|
70706
|
+
|
|
70707
|
+
发布时间:2022-08-11 15:11:54
|
|
70708
|
+
|
|
70709
|
+
本次发布包含了以下内容:
|
|
70710
|
+
|
|
70711
|
+
改善已有的文档。
|
|
70712
|
+
|
|
70713
|
+
新增接口:
|
|
70714
|
+
|
|
70715
|
+
* [DisableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78955)
|
|
70716
|
+
* [EnableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78954)
|
|
70717
|
+
|
|
70718
|
+
### 第 26 次发布
|
|
70719
|
+
|
|
70720
|
+
发布时间:2022-08-11 07:11:15
|
|
70721
|
+
|
|
70722
|
+
本次发布包含了以下内容:
|
|
70723
|
+
|
|
70724
|
+
改善已有的文档。
|
|
70725
|
+
|
|
70726
|
+
修改数据结构:
|
|
70727
|
+
|
|
70728
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
70729
|
+
|
|
70730
|
+
* 新增成员:EnableMetrics
|
|
70731
|
+
|
|
70732
|
+
* <font color="#dd0000">**修改成员**:</font>ApplicationId, MinAliveInstances
|
|
70733
|
+
|
|
70734
|
+
|
|
70735
|
+
### 第 25 次发布
|
|
70736
|
+
|
|
70737
|
+
发布时间:2022-08-10 16:02:58
|
|
70738
|
+
|
|
70739
|
+
本次发布包含了以下内容:
|
|
70740
|
+
|
|
70741
|
+
改善已有的文档。
|
|
70742
|
+
|
|
70743
|
+
新增接口:
|
|
70744
|
+
|
|
70745
|
+
* [DescribeEnvironment](https://cloud.tencent.com/document/api/1371/78842)
|
|
70746
|
+
|
|
70747
|
+
新增数据结构:
|
|
70748
|
+
|
|
70749
|
+
* [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
|
|
70750
|
+
|
|
70401
70751
|
### 第 24 次发布
|
|
70402
70752
|
|
|
70403
70753
|
发布时间:2022-08-04 06:55:33
|
|
@@ -70899,6 +71249,52 @@
|
|
|
70899
71249
|
|
|
70900
71250
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
70901
71251
|
|
|
71252
|
+
### 第 17 次发布
|
|
71253
|
+
|
|
71254
|
+
发布时间:2022-08-11 06:53:53
|
|
71255
|
+
|
|
71256
|
+
本次发布包含了以下内容:
|
|
71257
|
+
|
|
71258
|
+
改善已有的文档。
|
|
71259
|
+
|
|
71260
|
+
修改接口:
|
|
71261
|
+
|
|
71262
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
71263
|
+
|
|
71264
|
+
* 新增入参:QueryCondition
|
|
71265
|
+
|
|
71266
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
71267
|
+
|
|
71268
|
+
* 新增入参:Interval, QueryCondition
|
|
71269
|
+
|
|
71270
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
71271
|
+
|
|
71272
|
+
* 新增入参:QueryCondition
|
|
71273
|
+
|
|
71274
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
71275
|
+
|
|
71276
|
+
* 新增入参:EntityType
|
|
71277
|
+
|
|
71278
|
+
|
|
71279
|
+
新增数据结构:
|
|
71280
|
+
|
|
71281
|
+
* [SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)
|
|
71282
|
+
|
|
71283
|
+
修改数据结构:
|
|
71284
|
+
|
|
71285
|
+
* [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
|
|
71286
|
+
|
|
71287
|
+
* 新增成员:RuleDetailList, Label
|
|
71288
|
+
|
|
71289
|
+
* [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
|
|
71290
|
+
|
|
71291
|
+
* 新增成员:Ua, RequestMethod, RuleDetailList
|
|
71292
|
+
|
|
71293
|
+
* [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
|
|
71294
|
+
|
|
71295
|
+
* 新增成员:RuleDetailList
|
|
71296
|
+
|
|
71297
|
+
|
|
70902
71298
|
### 第 16 次发布
|
|
70903
71299
|
|
|
70904
71300
|
发布时间:2022-08-04 06:55:59
|
|
@@ -72947,6 +73343,36 @@
|
|
|
72947
73343
|
|
|
72948
73344
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
72949
73345
|
|
|
73346
|
+
### 第 4 次发布
|
|
73347
|
+
|
|
73348
|
+
发布时间:2022-08-09 12:28:40
|
|
73349
|
+
|
|
73350
|
+
本次发布包含了以下内容:
|
|
73351
|
+
|
|
73352
|
+
改善已有的文档。
|
|
73353
|
+
|
|
73354
|
+
修改接口:
|
|
73355
|
+
|
|
73356
|
+
* [CreateTrainingModel](https://cloud.tencent.com/document/api/851/75074)
|
|
73357
|
+
|
|
73358
|
+
* 新增入参:ReasoningEnvironmentId
|
|
73359
|
+
|
|
73360
|
+
* [DeleteTrainingModel](https://cloud.tencent.com/document/api/851/75073)
|
|
73361
|
+
|
|
73362
|
+
* 新增入参:ModelVersionType
|
|
73363
|
+
|
|
73364
|
+
|
|
73365
|
+
修改数据结构:
|
|
73366
|
+
|
|
73367
|
+
* [TrainingTaskDetail](https://cloud.tencent.com/document/api/851/75051#TrainingTaskDetail)
|
|
73368
|
+
|
|
73369
|
+
* 新增成员:Message
|
|
73370
|
+
|
|
73371
|
+
* [TrainingTaskSetItem](https://cloud.tencent.com/document/api/851/75051#TrainingTaskSetItem)
|
|
73372
|
+
|
|
73373
|
+
* 新增成员:Message
|
|
73374
|
+
|
|
73375
|
+
|
|
72950
73376
|
### 第 3 次发布
|
|
72951
73377
|
|
|
72952
73378
|
发布时间:2022-07-18 06:17:59
|
|
@@ -73546,6 +73972,21 @@
|
|
|
73546
73972
|
|
|
73547
73973
|
## 容器服务(tke) 版本:2018-05-25
|
|
73548
73974
|
|
|
73975
|
+
### 第 115 次发布
|
|
73976
|
+
|
|
73977
|
+
发布时间:2022-08-10 06:54:09
|
|
73978
|
+
|
|
73979
|
+
本次发布包含了以下内容:
|
|
73980
|
+
|
|
73981
|
+
改善已有的文档。
|
|
73982
|
+
|
|
73983
|
+
修改数据结构:
|
|
73984
|
+
|
|
73985
|
+
* [EdgeCluster](https://cloud.tencent.com/document/api/457/31866#EdgeCluster)
|
|
73986
|
+
|
|
73987
|
+
* 新增成员:ClusterAdvancedSettings
|
|
73988
|
+
|
|
73989
|
+
|
|
73549
73990
|
### 第 114 次发布
|
|
73550
73991
|
|
|
73551
73992
|
发布时间:2022-08-02 06:35:11
|
|
@@ -76947,6 +77388,45 @@
|
|
|
76947
77388
|
|
|
76948
77389
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
76949
77390
|
|
|
77391
|
+
### 第 25 次发布
|
|
77392
|
+
|
|
77393
|
+
发布时间:2022-08-10 06:55:45
|
|
77394
|
+
|
|
77395
|
+
本次发布包含了以下内容:
|
|
77396
|
+
|
|
77397
|
+
改善已有的文档。
|
|
77398
|
+
|
|
77399
|
+
修改接口:
|
|
77400
|
+
|
|
77401
|
+
* [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
|
|
77402
|
+
|
|
77403
|
+
* 新增入参:EngineRegion
|
|
77404
|
+
|
|
77405
|
+
|
|
77406
|
+
修改数据结构:
|
|
77407
|
+
|
|
77408
|
+
* [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
|
|
77409
|
+
|
|
77410
|
+
* 新增成员:AliasName
|
|
77411
|
+
|
|
77412
|
+
|
|
77413
|
+
### 第 24 次发布
|
|
77414
|
+
|
|
77415
|
+
发布时间:2022-08-09 12:30:23
|
|
77416
|
+
|
|
77417
|
+
本次发布包含了以下内容:
|
|
77418
|
+
|
|
77419
|
+
改善已有的文档。
|
|
77420
|
+
|
|
77421
|
+
新增接口:
|
|
77422
|
+
|
|
77423
|
+
* [DescribeCloudNativeAPIGatewayNodes](https://cloud.tencent.com/document/api/1364/78800)
|
|
77424
|
+
|
|
77425
|
+
新增数据结构:
|
|
77426
|
+
|
|
77427
|
+
* [CloudNativeAPIGatewayNode](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNode)
|
|
77428
|
+
* [DescribeCloudNativeAPIGatewayNodesResult](https://cloud.tencent.com/document/api/1364/54942#DescribeCloudNativeAPIGatewayNodesResult)
|
|
77429
|
+
|
|
76950
77430
|
### 第 23 次发布
|
|
76951
77431
|
|
|
76952
77432
|
发布时间:2022-07-19 06:20:45
|
|
@@ -79948,6 +80428,37 @@
|
|
|
79948
80428
|
|
|
79949
80429
|
## 云点播(vod) 版本:2018-07-17
|
|
79950
80430
|
|
|
80431
|
+
### 第 112 次发布
|
|
80432
|
+
|
|
80433
|
+
发布时间:2022-08-11 07:05:14
|
|
80434
|
+
|
|
80435
|
+
本次发布包含了以下内容:
|
|
80436
|
+
|
|
80437
|
+
改善已有的文档。
|
|
80438
|
+
|
|
80439
|
+
新增接口:
|
|
80440
|
+
|
|
80441
|
+
* [DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)
|
|
80442
|
+
|
|
80443
|
+
### 第 111 次发布
|
|
80444
|
+
|
|
80445
|
+
发布时间:2022-08-09 11:53:09
|
|
80446
|
+
|
|
80447
|
+
本次发布包含了以下内容:
|
|
80448
|
+
|
|
80449
|
+
改善已有的文档。
|
|
80450
|
+
|
|
80451
|
+
修改数据结构:
|
|
80452
|
+
|
|
80453
|
+
* [PlayerConfig](https://cloud.tencent.com/document/api/266/31773#PlayerConfig)
|
|
80454
|
+
|
|
80455
|
+
* 新增成员:AudioVideoType, TranscodeDefinition
|
|
80456
|
+
|
|
80457
|
+
* [TraceWatermarkInput](https://cloud.tencent.com/document/api/266/31773#TraceWatermarkInput)
|
|
80458
|
+
|
|
80459
|
+
* <font color="#dd0000">**修改成员**:</font>Definition
|
|
80460
|
+
|
|
80461
|
+
|
|
79951
80462
|
### 第 110 次发布
|
|
79952
80463
|
|
|
79953
80464
|
发布时间:2022-07-29 06:17:29
|
|
@@ -82954,6 +83465,21 @@
|
|
|
82954
83465
|
|
|
82955
83466
|
## 私有网络(vpc) 版本:2017-03-12
|
|
82956
83467
|
|
|
83468
|
+
### 第 122 次发布
|
|
83469
|
+
|
|
83470
|
+
发布时间:2022-08-10 06:57:28
|
|
83471
|
+
|
|
83472
|
+
本次发布包含了以下内容:
|
|
83473
|
+
|
|
83474
|
+
改善已有的文档。
|
|
83475
|
+
|
|
83476
|
+
修改数据结构:
|
|
83477
|
+
|
|
83478
|
+
* [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
|
|
83479
|
+
|
|
83480
|
+
* 新增成员:DpdEnable, DpdTimeout, DpdAction, TagSet, NegotiationType
|
|
83481
|
+
|
|
83482
|
+
|
|
82957
83483
|
### 第 121 次发布
|
|
82958
83484
|
|
|
82959
83485
|
发布时间:2022-07-28 06:25:12
|
|
@@ -86338,75 +86864,75 @@
|
|
|
86338
86864
|
|
|
86339
86865
|
新增接口:
|
|
86340
86866
|
|
|
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
|
-
* [
|
|
86867
|
+
* [BatchDeleteTasksNew](https://cloud.tencent.com/document/api/1267/78714)
|
|
86868
|
+
* [BatchModifyOwnersNew](https://cloud.tencent.com/document/api/1267/78713)
|
|
86869
|
+
* [BatchStopTasksNew](https://cloud.tencent.com/document/api/1267/78712)
|
|
86870
|
+
* [CreateFolder](https://cloud.tencent.com/document/api/1267/78711)
|
|
86871
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1267/78710)
|
|
86872
|
+
* [CreateWorkflow](https://cloud.tencent.com/document/api/1267/78709)
|
|
86873
|
+
* [DeleteFolder](https://cloud.tencent.com/document/api/1267/78708)
|
|
86874
|
+
* [DeleteWorkflowNew](https://cloud.tencent.com/document/api/1267/78707)
|
|
86875
|
+
* [DescribeDependTasksNew](https://cloud.tencent.com/document/api/1267/78706)
|
|
86876
|
+
* [DescribeFolderList](https://cloud.tencent.com/document/api/1267/78705)
|
|
86877
|
+
* [DescribeFolderWorkflowList](https://cloud.tencent.com/document/api/1267/78704)
|
|
86878
|
+
* [DescribeInstanceLogs](https://cloud.tencent.com/document/api/1267/78703)
|
|
86879
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1267/78702)
|
|
86880
|
+
* [DescribeTaskScript](https://cloud.tencent.com/document/api/1267/78701)
|
|
86881
|
+
* [DescribeTasksByPage](https://cloud.tencent.com/document/api/1267/78700)
|
|
86882
|
+
* [ForceSucInstances](https://cloud.tencent.com/document/api/1267/78699)
|
|
86883
|
+
* [FreezeTasks](https://cloud.tencent.com/document/api/1267/78698)
|
|
86884
|
+
* [FreezeTasksByMultiWorkflow](https://cloud.tencent.com/document/api/1267/78697)
|
|
86885
|
+
* [KillInstances](https://cloud.tencent.com/document/api/1267/78696)
|
|
86886
|
+
* [MakeUpTasksNew](https://cloud.tencent.com/document/api/1267/78695)
|
|
86887
|
+
* [MakeUpWorkflowNew](https://cloud.tencent.com/document/api/1267/78694)
|
|
86888
|
+
* [ModifyFolder](https://cloud.tencent.com/document/api/1267/78693)
|
|
86889
|
+
* [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
|
|
86890
|
+
* [ModifyTaskLinks](https://cloud.tencent.com/document/api/1267/78691)
|
|
86891
|
+
* [ModifyTaskScript](https://cloud.tencent.com/document/api/1267/78690)
|
|
86892
|
+
* [ModifyWorkflowInfo](https://cloud.tencent.com/document/api/1267/78689)
|
|
86893
|
+
* [ModifyWorkflowSchedule](https://cloud.tencent.com/document/api/1267/78688)
|
|
86894
|
+
* [RegisterEvent](https://cloud.tencent.com/document/api/1267/78687)
|
|
86895
|
+
* [RegisterEventListener](https://cloud.tencent.com/document/api/1267/78686)
|
|
86896
|
+
* [RerunInstances](https://cloud.tencent.com/document/api/1267/78685)
|
|
86897
|
+
* [RunTask](https://cloud.tencent.com/document/api/1267/78684)
|
|
86898
|
+
* [SetTaskAlarmNew](https://cloud.tencent.com/document/api/1267/78683)
|
|
86899
|
+
* [SubmitTask](https://cloud.tencent.com/document/api/1267/78682)
|
|
86900
|
+
* [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/78681)
|
|
86901
|
+
* [TriggerEvent](https://cloud.tencent.com/document/api/1267/78680)
|
|
86902
|
+
|
|
86903
|
+
新增数据结构:
|
|
86904
|
+
|
|
86905
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmInfo)
|
|
86906
|
+
* [BatchOperateResult](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResult)
|
|
86907
|
+
* [BatchResult](https://cloud.tencent.com/document/api/1267/76336#BatchResult)
|
|
86908
|
+
* [BatchReturn](https://cloud.tencent.com/document/api/1267/76336#BatchReturn)
|
|
86909
|
+
* [CanvasInfo](https://cloud.tencent.com/document/api/1267/76336#CanvasInfo)
|
|
86910
|
+
* [CommonContent](https://cloud.tencent.com/document/api/1267/76336#CommonContent)
|
|
86911
|
+
* [CommonId](https://cloud.tencent.com/document/api/1267/76336#CommonId)
|
|
86912
|
+
* [DependencyConfig](https://cloud.tencent.com/document/api/1267/76336#DependencyConfig)
|
|
86913
|
+
* [DescribeFolderListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderListData)
|
|
86914
|
+
* [DescribeFolderWorkflowListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderWorkflowListData)
|
|
86915
|
+
* [Folder](https://cloud.tencent.com/document/api/1267/76336#Folder)
|
|
86916
|
+
* [GeneralTaskParam](https://cloud.tencent.com/document/api/1267/76336#GeneralTaskParam)
|
|
86917
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceInfo)
|
|
86918
|
+
* [InstanceLog](https://cloud.tencent.com/document/api/1267/76336#InstanceLog)
|
|
86919
|
+
* [IntegrationNodeDetail](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeDetail)
|
|
86920
|
+
* [IntegrationNodeMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeMapping)
|
|
86921
|
+
* [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
|
|
86922
|
+
* [IntegrationNodeSchemaMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchemaMapping)
|
|
86923
|
+
* [OperateResult](https://cloud.tencent.com/document/api/1267/76336#OperateResult)
|
|
86924
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1267/76336#ParamInfo)
|
|
86925
|
+
* [RecordField](https://cloud.tencent.com/document/api/1267/76336#RecordField)
|
|
86926
|
+
* [SimpleTaskInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleTaskInfo)
|
|
86927
|
+
* [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/76336#SubmitWorkflow)
|
|
86928
|
+
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
|
86929
|
+
* [TaskExtInfo](https://cloud.tencent.com/document/api/1267/76336#TaskExtInfo)
|
|
86930
|
+
* [TaskInfoData](https://cloud.tencent.com/document/api/1267/76336#TaskInfoData)
|
|
86931
|
+
* [TaskInfoDataPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoDataPage)
|
|
86932
|
+
* [TaskInnerInfo](https://cloud.tencent.com/document/api/1267/76336#TaskInnerInfo)
|
|
86933
|
+
* [TaskLinkInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLinkInfo)
|
|
86934
|
+
* [TaskScriptContent](https://cloud.tencent.com/document/api/1267/76336#TaskScriptContent)
|
|
86935
|
+
* [Workflow](https://cloud.tencent.com/document/api/1267/76336#Workflow)
|
|
86410
86936
|
|
|
86411
86937
|
### 第 2 次发布
|
|
86412
86938
|
|