tencentcloud-sdk-nodejs 4.0.410 → 4.0.413
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 +565 -0
- package/SERVICE_CHANGELOG.md +418 -100
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aa/v20200224/aa_client.ts +1 -42
- package/src/services/aa/v20200224/aa_models.ts +0 -624
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -13
- package/src/services/antiddos/v20200309/antiddos_models.ts +78 -43
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/cbs/v20170312/cbs_models.ts +15 -15
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +55 -10
- package/src/services/cvm/v20170312/cvm_client.ts +24 -11
- package/src/services/cvm/v20170312/cvm_models.ts +237 -192
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +28 -15
- package/src/services/essbasic/v20210526/essbasic_client.ts +48 -22
- package/src/services/essbasic/v20210526/essbasic_models.ts +326 -112
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iai/v20180301/iai_models.ts +2 -2
- package/src/services/ic/v20190307/ic_client.ts +23 -10
- package/src/services/ic/v20190307/ic_models.ts +294 -168
- package/src/services/kms/v20190118/kms_models.ts +13 -13
- package/src/services/live/v20180801/live_client.ts +34 -6
- package/src/services/live/v20180801/live_models.ts +424 -228
- package/src/services/ocr/v20181119/ocr_client.ts +28 -12
- package/src/services/rce/v20201103/rce_client.ts +13 -28
- package/src/services/rce/v20201103/rce_models.ts +322 -403
- package/src/services/tag/v20180813/tag_client.ts +16 -3
- package/src/services/tag/v20180813/tag_models.ts +113 -43
- package/src/services/tiia/v20190529/tiia_client.ts +2 -2
- package/src/services/tiia/v20190529/tiia_models.ts +28 -20
- package/src/services/trtc/v20190722/trtc_client.ts +16 -91
- package/src/services/trtc/v20190722/trtc_models.ts +8 -360
- package/src/services/wedata/v20210820/wedata_client.ts +469 -16
- package/src/services/wedata/v20210820/wedata_models.ts +3015 -114
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aa/v20200224/aa_client.d.ts +1 -9
- package/tencentcloud/services/aa/v20200224/aa_client.js +0 -12
- package/tencentcloud/services/aa/v20200224/aa_models.d.ts +0 -529
- 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/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +15 -15
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -8
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +211 -172
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +19 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +291 -99
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +2 -2
- package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
- package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +254 -148
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +13 -13
- package/tencentcloud/services/live/v20180801/live_client.d.ts +10 -1
- package/tencentcloud/services/live/v20180801/live_client.js +13 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +363 -196
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -0
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
- package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +270 -340
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +5 -1
- package/tencentcloud/services/tag/v20180813/tag_client.js +6 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +95 -36
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +2 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +2 -2
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -18
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -37
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -49
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -309
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +147 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +218 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +2583 -125
- package/test/aa.v20200224.test.js +0 -20
- package/test/antiddos.v20200309.test.js +10 -10
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cvm.v20170312.test.js +10 -0
- package/test/essbasic.v20210526.test.js +24 -4
- package/test/ic.v20190307.test.js +10 -0
- package/test/live.v20180801.test.js +20 -0
- package/test/rce.v20201103.test.js +0 -10
- package/test/tag.v20180813.test.js +10 -0
- package/test/trtc.v20190722.test.js +2 -62
- package/test/wedata.v20210820.test.js +354 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,120 +1,105 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 活动防刷(aa) 版本:2020-02-24
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 7 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-08 06:02:45
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [DetectBodyJoints](https://cloud.tencent.com/document/api/1208/45846)
|
|
16
|
-
|
|
17
|
-
* 新增入参:LocalBodySwitch
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
修改数据结构:
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
21
14
|
|
|
22
|
-
*
|
|
15
|
+
* ManageMarketingRisk
|
|
16
|
+
* QueryActivityAntiRushAdvanced
|
|
23
17
|
|
|
24
|
-
|
|
18
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
25
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
|
|
26
34
|
|
|
27
35
|
|
|
28
36
|
|
|
29
|
-
##
|
|
37
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
30
38
|
|
|
31
|
-
### 第
|
|
39
|
+
### 第 49 次发布
|
|
32
40
|
|
|
33
|
-
发布时间:2022-08-
|
|
41
|
+
发布时间:2022-08-08 06:10:42
|
|
34
42
|
|
|
35
43
|
本次发布包含了以下内容:
|
|
36
44
|
|
|
37
45
|
改善已有的文档。
|
|
38
46
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
* [DiskConfig](https://cloud.tencent.com/document/api/362/15669#DiskConfig)
|
|
47
|
+
新增接口:
|
|
42
48
|
|
|
43
|
-
|
|
49
|
+
* [FetchMessageListByOffset](https://cloud.tencent.com/document/api/597/47896)
|
|
44
50
|
|
|
45
51
|
|
|
46
52
|
|
|
53
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
47
54
|
|
|
48
|
-
|
|
55
|
+
### 第 92 次发布
|
|
49
56
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
发布时间:2022-08-04 06:14:18
|
|
57
|
+
发布时间:2022-08-08 06:14:02
|
|
53
58
|
|
|
54
59
|
本次发布包含了以下内容:
|
|
55
60
|
|
|
56
61
|
改善已有的文档。
|
|
57
62
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
* [AdvancedCCRules](https://cloud.tencent.com/document/api/228/30987#AdvancedCCRules)
|
|
61
|
-
|
|
62
|
-
* 新增成员:Switch
|
|
63
|
+
新增接口:
|
|
63
64
|
|
|
64
|
-
* [
|
|
65
|
+
* [DescribeChcDeniedActions](https://cloud.tencent.com/document/api/213/78724)
|
|
65
66
|
|
|
66
|
-
|
|
67
|
+
新增数据结构:
|
|
67
68
|
|
|
69
|
+
* [ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions)
|
|
68
70
|
|
|
69
71
|
|
|
70
72
|
|
|
71
|
-
##
|
|
73
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
72
74
|
|
|
73
|
-
### 第
|
|
75
|
+
### 第 25 次发布
|
|
74
76
|
|
|
75
|
-
发布时间:2022-08-
|
|
77
|
+
发布时间:2022-08-08 10:31:46
|
|
76
78
|
|
|
77
79
|
本次发布包含了以下内容:
|
|
78
80
|
|
|
79
81
|
改善已有的文档。
|
|
80
82
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
* CreateSinglePay
|
|
84
|
-
* QuerySinglePay
|
|
85
|
-
|
|
86
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
87
|
-
|
|
88
|
-
* CreateSinglePayResult
|
|
89
|
-
* QuerySinglePayItem
|
|
90
|
-
* QuerySinglePayResult
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
## DNSPod(dnspod) 版本:2021-03-23
|
|
95
|
-
|
|
96
|
-
### 第 7 次发布
|
|
97
|
-
|
|
98
|
-
发布时间:2022-08-04 06:26:58
|
|
83
|
+
新增接口:
|
|
99
84
|
|
|
100
|
-
|
|
85
|
+
* [ChannelCreateConvertTaskApi](https://cloud.tencent.com/document/api/1420/78774)
|
|
86
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
101
87
|
|
|
102
|
-
|
|
88
|
+
新增数据结构:
|
|
103
89
|
|
|
104
|
-
|
|
90
|
+
* [OrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#OrganizationInfo)
|
|
105
91
|
|
|
106
|
-
* [UserInfo](https://cloud.tencent.com/document/api/1427/56185#UserInfo)
|
|
107
92
|
|
|
108
|
-
* 新增成员:FreeNs
|
|
109
93
|
|
|
94
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
110
95
|
|
|
111
96
|
|
|
112
97
|
|
|
113
|
-
##
|
|
98
|
+
## 云直播(live) 版本:2018-08-01
|
|
114
99
|
|
|
115
|
-
### 第
|
|
100
|
+
### 第 84 次发布
|
|
116
101
|
|
|
117
|
-
发布时间:2022-08-
|
|
102
|
+
发布时间:2022-08-08 06:27:50
|
|
118
103
|
|
|
119
104
|
本次发布包含了以下内容:
|
|
120
105
|
|
|
@@ -122,25 +107,27 @@
|
|
|
122
107
|
|
|
123
108
|
修改接口:
|
|
124
109
|
|
|
125
|
-
* [
|
|
110
|
+
* [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
|
|
126
111
|
|
|
127
|
-
* 新增出参:
|
|
112
|
+
* 新增出参:LiveDomainCertBindings, TotalNum
|
|
128
113
|
|
|
114
|
+
* [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
|
|
129
115
|
|
|
130
|
-
|
|
116
|
+
* 新增出参:Errors
|
|
131
117
|
|
|
132
|
-
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
133
118
|
|
|
134
|
-
|
|
119
|
+
新增数据结构:
|
|
135
120
|
|
|
121
|
+
* [BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors)
|
|
122
|
+
* [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
|
|
136
123
|
|
|
137
124
|
|
|
138
125
|
|
|
139
|
-
##
|
|
126
|
+
## 标签(tag) 版本:2018-08-13
|
|
140
127
|
|
|
141
|
-
### 第
|
|
128
|
+
### 第 11 次发布
|
|
142
129
|
|
|
143
|
-
发布时间:2022-08-
|
|
130
|
+
发布时间:2022-08-08 06:36:01
|
|
144
131
|
|
|
145
132
|
本次发布包含了以下内容:
|
|
146
133
|
|
|
@@ -148,54 +135,152 @@
|
|
|
148
135
|
|
|
149
136
|
新增接口:
|
|
150
137
|
|
|
151
|
-
* [
|
|
152
|
-
* [DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)
|
|
153
|
-
* [DescribePagedLogConfigList](https://cloud.tencent.com/document/api/1371/78469)
|
|
154
|
-
* [DestroyLogConfig](https://cloud.tencent.com/document/api/1371/78468)
|
|
155
|
-
* [ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)
|
|
138
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/651/78725)
|
|
156
139
|
|
|
157
140
|
新增数据结构:
|
|
158
141
|
|
|
159
|
-
* [
|
|
160
|
-
* [LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage)
|
|
161
|
-
* [ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)
|
|
162
|
-
* [ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem)
|
|
142
|
+
* [Project](https://cloud.tencent.com/document/api/651/35327#Project)
|
|
163
143
|
|
|
164
|
-
修改数据结构:
|
|
165
144
|
|
|
166
|
-
* [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
|
|
167
145
|
|
|
168
|
-
|
|
146
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
169
147
|
|
|
148
|
+
### 第 37 次发布
|
|
170
149
|
|
|
150
|
+
发布时间:2022-08-08 06:44:27
|
|
171
151
|
|
|
152
|
+
本次发布包含了以下内容:
|
|
172
153
|
|
|
173
|
-
|
|
154
|
+
改善已有的文档。
|
|
174
155
|
|
|
156
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
175
157
|
|
|
158
|
+
* DescribeAbnormalEvent
|
|
159
|
+
* DescribeCallDetail
|
|
160
|
+
* DescribeDetailEvent
|
|
161
|
+
* DescribeHistoryScale
|
|
162
|
+
* DescribeRoomInformation
|
|
163
|
+
* DescribeUserInformation
|
|
176
164
|
|
|
177
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
178
165
|
|
|
179
|
-
### 第 16 次发布
|
|
180
166
|
|
|
181
|
-
|
|
167
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
182
168
|
|
|
183
|
-
|
|
169
|
+
### 第 3 次发布
|
|
184
170
|
|
|
185
|
-
|
|
171
|
+
发布时间:2022-08-05 15:51:29
|
|
172
|
+
|
|
173
|
+
本次发布包含了以下内容:
|
|
174
|
+
|
|
175
|
+
改善已有的文档。
|
|
176
|
+
|
|
177
|
+
新增接口:
|
|
178
|
+
|
|
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
|
+
|
|
215
|
+
新增数据结构:
|
|
216
|
+
|
|
217
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmInfo)
|
|
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)
|
|
186
248
|
|
|
187
|
-
修改数据结构:
|
|
188
249
|
|
|
189
|
-
* [Compression](https://cloud.tencent.com/document/api/1552/73155#Compression)
|
|
190
250
|
|
|
191
|
-
|
|
251
|
+
# 历次版本更新如下:
|
|
252
|
+
|
|
253
|
+
## 活动防刷(aa) 版本:2020-02-24
|
|
192
254
|
|
|
255
|
+
### 第 7 次发布
|
|
193
256
|
|
|
257
|
+
发布时间:2022-08-08 06:02:45
|
|
194
258
|
|
|
259
|
+
本次发布包含了以下内容:
|
|
195
260
|
|
|
196
|
-
|
|
261
|
+
改善已有的文档。
|
|
197
262
|
|
|
198
|
-
|
|
263
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
264
|
+
|
|
265
|
+
* ManageMarketingRisk
|
|
266
|
+
* QueryActivityAntiRushAdvanced
|
|
267
|
+
|
|
268
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
269
|
+
|
|
270
|
+
* AccountInfo
|
|
271
|
+
* CrowdAntiRushInfo
|
|
272
|
+
* InputActivityAntiRushAdvanced
|
|
273
|
+
* InputDetails
|
|
274
|
+
* InputManageMarketingRisk
|
|
275
|
+
* OnlineScamInfo
|
|
276
|
+
* OtherAccountInfo
|
|
277
|
+
* OutputActivityAntiRushAdvanced
|
|
278
|
+
* OutputActivityAntiRushAdvancedValue
|
|
279
|
+
* OutputManageMarketingRisk
|
|
280
|
+
* OutputManageMarketingRiskValue
|
|
281
|
+
* QQAccountInfo
|
|
282
|
+
* SponsorInfo
|
|
283
|
+
* WeChatAccountInfo
|
|
199
284
|
|
|
200
285
|
### 第 6 次发布
|
|
201
286
|
|
|
@@ -17176,6 +17261,18 @@
|
|
|
17176
17261
|
|
|
17177
17262
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17178
17263
|
|
|
17264
|
+
### 第 49 次发布
|
|
17265
|
+
|
|
17266
|
+
发布时间:2022-08-08 06:10:42
|
|
17267
|
+
|
|
17268
|
+
本次发布包含了以下内容:
|
|
17269
|
+
|
|
17270
|
+
改善已有的文档。
|
|
17271
|
+
|
|
17272
|
+
新增接口:
|
|
17273
|
+
|
|
17274
|
+
* [[FetchMessageListByOffset](https://cloud.tencent.com/document/api/597/47896)](https://cloud.tencent.com/document/api/#/#)
|
|
17275
|
+
|
|
17179
17276
|
### 第 48 次发布
|
|
17180
17277
|
|
|
17181
17278
|
发布时间:2022-07-28 06:07:46
|
|
@@ -24467,6 +24564,22 @@
|
|
|
24467
24564
|
|
|
24468
24565
|
## 云服务器(cvm) 版本:2017-03-12
|
|
24469
24566
|
|
|
24567
|
+
### 第 92 次发布
|
|
24568
|
+
|
|
24569
|
+
发布时间:2022-08-08 06:14:02
|
|
24570
|
+
|
|
24571
|
+
本次发布包含了以下内容:
|
|
24572
|
+
|
|
24573
|
+
改善已有的文档。
|
|
24574
|
+
|
|
24575
|
+
新增接口:
|
|
24576
|
+
|
|
24577
|
+
* [[DescribeChcDeniedActions](https://cloud.tencent.com/document/api/213/78724)](https://cloud.tencent.com/document/api/#/#)
|
|
24578
|
+
|
|
24579
|
+
新增数据结构:
|
|
24580
|
+
|
|
24581
|
+
* [[ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions)](https://cloud.tencent.com/document/api/213/15753#[ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions))
|
|
24582
|
+
|
|
24470
24583
|
### 第 91 次发布
|
|
24471
24584
|
|
|
24472
24585
|
发布时间:2022-07-22 06:05:40
|
|
@@ -36956,6 +37069,23 @@
|
|
|
36956
37069
|
|
|
36957
37070
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
36958
37071
|
|
|
37072
|
+
### 第 25 次发布
|
|
37073
|
+
|
|
37074
|
+
发布时间:2022-08-08 10:31:46
|
|
37075
|
+
|
|
37076
|
+
本次发布包含了以下内容:
|
|
37077
|
+
|
|
37078
|
+
改善已有的文档。
|
|
37079
|
+
|
|
37080
|
+
新增接口:
|
|
37081
|
+
|
|
37082
|
+
* [[ChannelCreateConvertTaskApi](https://cloud.tencent.com/document/api/1420/78774)](https://cloud.tencent.com/document/api/#/#)
|
|
37083
|
+
* [[ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)](https://cloud.tencent.com/document/api/#/#)
|
|
37084
|
+
|
|
37085
|
+
新增数据结构:
|
|
37086
|
+
|
|
37087
|
+
* [[OrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#OrganizationInfo)](https://cloud.tencent.com/document/api/1420/61525#[OrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#OrganizationInfo))
|
|
37088
|
+
|
|
36959
37089
|
### 第 24 次发布
|
|
36960
37090
|
|
|
36961
37091
|
发布时间:2022-08-02 11:36:28
|
|
@@ -41739,6 +41869,22 @@
|
|
|
41739
41869
|
|
|
41740
41870
|
## 物联卡(ic) 版本:2019-03-07
|
|
41741
41871
|
|
|
41872
|
+
### 第 6 次发布
|
|
41873
|
+
|
|
41874
|
+
发布时间:2022-08-05 06:23:27
|
|
41875
|
+
|
|
41876
|
+
本次发布包含了以下内容:
|
|
41877
|
+
|
|
41878
|
+
改善已有的文档。
|
|
41879
|
+
|
|
41880
|
+
新增接口:
|
|
41881
|
+
|
|
41882
|
+
* [DescribeSms](https://cloud.tencent.com/document/api/636/78654)
|
|
41883
|
+
|
|
41884
|
+
新增数据结构:
|
|
41885
|
+
|
|
41886
|
+
* [ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms)
|
|
41887
|
+
|
|
41742
41888
|
### 第 5 次发布
|
|
41743
41889
|
|
|
41744
41890
|
发布时间:2021-08-09 08:00:38
|
|
@@ -47439,6 +47585,47 @@
|
|
|
47439
47585
|
|
|
47440
47586
|
## 云直播(live) 版本:2018-08-01
|
|
47441
47587
|
|
|
47588
|
+
### 第 84 次发布
|
|
47589
|
+
|
|
47590
|
+
发布时间:2022-08-08 06:27:50
|
|
47591
|
+
|
|
47592
|
+
本次发布包含了以下内容:
|
|
47593
|
+
|
|
47594
|
+
改善已有的文档。
|
|
47595
|
+
|
|
47596
|
+
修改接口:
|
|
47597
|
+
|
|
47598
|
+
* [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
|
|
47599
|
+
|
|
47600
|
+
* 新增出参:LiveDomainCertBindings, TotalNum
|
|
47601
|
+
|
|
47602
|
+
* [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
|
|
47603
|
+
|
|
47604
|
+
* 新增出参:Errors
|
|
47605
|
+
|
|
47606
|
+
|
|
47607
|
+
新增数据结构:
|
|
47608
|
+
|
|
47609
|
+
* [[BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors)](https://cloud.tencent.com/document/api/267/20474#[BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors))
|
|
47610
|
+
* [[LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)](https://cloud.tencent.com/document/api/267/20474#[LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings))
|
|
47611
|
+
|
|
47612
|
+
### 第 83 次发布
|
|
47613
|
+
|
|
47614
|
+
发布时间:2022-08-05 06:27:26
|
|
47615
|
+
|
|
47616
|
+
本次发布包含了以下内容:
|
|
47617
|
+
|
|
47618
|
+
改善已有的文档。
|
|
47619
|
+
|
|
47620
|
+
新增接口:
|
|
47621
|
+
|
|
47622
|
+
* [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
|
|
47623
|
+
* [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
|
|
47624
|
+
|
|
47625
|
+
新增数据结构:
|
|
47626
|
+
|
|
47627
|
+
* [LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo)
|
|
47628
|
+
|
|
47442
47629
|
### 第 82 次发布
|
|
47443
47630
|
|
|
47444
47631
|
发布时间:2022-07-29 06:11:33
|
|
@@ -57882,6 +58069,24 @@
|
|
|
57882
58069
|
|
|
57883
58070
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
57884
58071
|
|
|
58072
|
+
### 第 7 次发布
|
|
58073
|
+
|
|
58074
|
+
发布时间:2022-08-05 06:32:35
|
|
58075
|
+
|
|
58076
|
+
本次发布包含了以下内容:
|
|
58077
|
+
|
|
58078
|
+
改善已有的文档。
|
|
58079
|
+
|
|
58080
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
58081
|
+
|
|
58082
|
+
* DescribeRiskModel
|
|
58083
|
+
|
|
58084
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
58085
|
+
|
|
58086
|
+
* InputDescribeRiskModelData
|
|
58087
|
+
* OutputDescribeRiskModel
|
|
58088
|
+
* OutputDescribeRiskModelValue
|
|
58089
|
+
|
|
57885
58090
|
### 第 6 次发布
|
|
57886
58091
|
|
|
57887
58092
|
发布时间:2022-04-21 06:16:10
|
|
@@ -63497,6 +63702,22 @@
|
|
|
63497
63702
|
|
|
63498
63703
|
## 标签(tag) 版本:2018-08-13
|
|
63499
63704
|
|
|
63705
|
+
### 第 11 次发布
|
|
63706
|
+
|
|
63707
|
+
发布时间:2022-08-08 06:36:01
|
|
63708
|
+
|
|
63709
|
+
本次发布包含了以下内容:
|
|
63710
|
+
|
|
63711
|
+
改善已有的文档。
|
|
63712
|
+
|
|
63713
|
+
新增接口:
|
|
63714
|
+
|
|
63715
|
+
* [[DescribeProjects](https://cloud.tencent.com/document/api/651/78725)](https://cloud.tencent.com/document/api/#/#)
|
|
63716
|
+
|
|
63717
|
+
新增数据结构:
|
|
63718
|
+
|
|
63719
|
+
* [[Project](https://cloud.tencent.com/document/api/651/35327#Project)](https://cloud.tencent.com/document/api/651/35327#[Project](https://cloud.tencent.com/document/api/651/35327#Project))
|
|
63720
|
+
|
|
63500
63721
|
### 第 10 次发布
|
|
63501
63722
|
|
|
63502
63723
|
发布时间:2022-04-08 06:12:35
|
|
@@ -70187,18 +70408,18 @@
|
|
|
70187
70408
|
|
|
70188
70409
|
新增接口:
|
|
70189
70410
|
|
|
70190
|
-
* [
|
|
70191
|
-
* [
|
|
70192
|
-
* [
|
|
70193
|
-
* [
|
|
70194
|
-
* [
|
|
70411
|
+
* [CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)
|
|
70412
|
+
* [DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)
|
|
70413
|
+
* [DescribePagedLogConfigList](https://cloud.tencent.com/document/api/1371/78469)
|
|
70414
|
+
* [DestroyLogConfig](https://cloud.tencent.com/document/api/1371/78468)
|
|
70415
|
+
* [ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)
|
|
70195
70416
|
|
|
70196
70417
|
新增数据结构:
|
|
70197
70418
|
|
|
70198
|
-
* [
|
|
70199
|
-
* [
|
|
70200
|
-
* [
|
|
70201
|
-
* [
|
|
70419
|
+
* [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
|
|
70420
|
+
* [LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage)
|
|
70421
|
+
* [ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)
|
|
70422
|
+
* [ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem)
|
|
70202
70423
|
|
|
70203
70424
|
修改数据结构:
|
|
70204
70425
|
|
|
@@ -76050,6 +76271,23 @@
|
|
|
76050
76271
|
|
|
76051
76272
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
76052
76273
|
|
|
76274
|
+
### 第 37 次发布
|
|
76275
|
+
|
|
76276
|
+
发布时间:2022-08-08 06:44:27
|
|
76277
|
+
|
|
76278
|
+
本次发布包含了以下内容:
|
|
76279
|
+
|
|
76280
|
+
改善已有的文档。
|
|
76281
|
+
|
|
76282
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
76283
|
+
|
|
76284
|
+
* DescribeAbnormalEvent
|
|
76285
|
+
* DescribeCallDetail
|
|
76286
|
+
* DescribeDetailEvent
|
|
76287
|
+
* DescribeHistoryScale
|
|
76288
|
+
* DescribeRoomInformation
|
|
76289
|
+
* DescribeUserInformation
|
|
76290
|
+
|
|
76053
76291
|
### 第 36 次发布
|
|
76054
76292
|
|
|
76055
76293
|
发布时间:2022-08-02 06:36:18
|
|
@@ -86090,6 +86328,86 @@
|
|
|
86090
86328
|
|
|
86091
86329
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
86092
86330
|
|
|
86331
|
+
### 第 3 次发布
|
|
86332
|
+
|
|
86333
|
+
发布时间:2022-08-05 15:51:29
|
|
86334
|
+
|
|
86335
|
+
本次发布包含了以下内容:
|
|
86336
|
+
|
|
86337
|
+
改善已有的文档。
|
|
86338
|
+
|
|
86339
|
+
新增接口:
|
|
86340
|
+
|
|
86341
|
+
* [[BatchDeleteTasksNew](https://cloud.tencent.com/document/api/1267/78714)](https://cloud.tencent.com/document/api/#/#)
|
|
86342
|
+
* [[BatchModifyOwnersNew](https://cloud.tencent.com/document/api/1267/78713)](https://cloud.tencent.com/document/api/#/#)
|
|
86343
|
+
* [[BatchStopTasksNew](https://cloud.tencent.com/document/api/1267/78712)](https://cloud.tencent.com/document/api/#/#)
|
|
86344
|
+
* [[CreateFolder](https://cloud.tencent.com/document/api/1267/78711)](https://cloud.tencent.com/document/api/#/#)
|
|
86345
|
+
* [[CreateTask](https://cloud.tencent.com/document/api/1267/78710)](https://cloud.tencent.com/document/api/#/#)
|
|
86346
|
+
* [[CreateWorkflow](https://cloud.tencent.com/document/api/1267/78709)](https://cloud.tencent.com/document/api/#/#)
|
|
86347
|
+
* [[DeleteFolder](https://cloud.tencent.com/document/api/1267/78708)](https://cloud.tencent.com/document/api/#/#)
|
|
86348
|
+
* [[DeleteWorkflowNew](https://cloud.tencent.com/document/api/1267/78707)](https://cloud.tencent.com/document/api/#/#)
|
|
86349
|
+
* [[DescribeDependTasksNew](https://cloud.tencent.com/document/api/1267/78706)](https://cloud.tencent.com/document/api/#/#)
|
|
86350
|
+
* [[DescribeFolderList](https://cloud.tencent.com/document/api/1267/78705)](https://cloud.tencent.com/document/api/#/#)
|
|
86351
|
+
* [[DescribeFolderWorkflowList](https://cloud.tencent.com/document/api/1267/78704)](https://cloud.tencent.com/document/api/#/#)
|
|
86352
|
+
* [[DescribeInstanceLogs](https://cloud.tencent.com/document/api/1267/78703)](https://cloud.tencent.com/document/api/#/#)
|
|
86353
|
+
* [[DescribeTaskDetail](https://cloud.tencent.com/document/api/1267/78702)](https://cloud.tencent.com/document/api/#/#)
|
|
86354
|
+
* [[DescribeTaskScript](https://cloud.tencent.com/document/api/1267/78701)](https://cloud.tencent.com/document/api/#/#)
|
|
86355
|
+
* [[DescribeTasksByPage](https://cloud.tencent.com/document/api/1267/78700)](https://cloud.tencent.com/document/api/#/#)
|
|
86356
|
+
* [[ForceSucInstances](https://cloud.tencent.com/document/api/1267/78699)](https://cloud.tencent.com/document/api/#/#)
|
|
86357
|
+
* [[FreezeTasks](https://cloud.tencent.com/document/api/1267/78698)](https://cloud.tencent.com/document/api/#/#)
|
|
86358
|
+
* [[FreezeTasksByMultiWorkflow](https://cloud.tencent.com/document/api/1267/78697)](https://cloud.tencent.com/document/api/#/#)
|
|
86359
|
+
* [[KillInstances](https://cloud.tencent.com/document/api/1267/78696)](https://cloud.tencent.com/document/api/#/#)
|
|
86360
|
+
* [[MakeUpTasksNew](https://cloud.tencent.com/document/api/1267/78695)](https://cloud.tencent.com/document/api/#/#)
|
|
86361
|
+
* [[MakeUpWorkflowNew](https://cloud.tencent.com/document/api/1267/78694)](https://cloud.tencent.com/document/api/#/#)
|
|
86362
|
+
* [[ModifyFolder](https://cloud.tencent.com/document/api/1267/78693)](https://cloud.tencent.com/document/api/#/#)
|
|
86363
|
+
* [[ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)](https://cloud.tencent.com/document/api/#/#)
|
|
86364
|
+
* [[ModifyTaskLinks](https://cloud.tencent.com/document/api/1267/78691)](https://cloud.tencent.com/document/api/#/#)
|
|
86365
|
+
* [[ModifyTaskScript](https://cloud.tencent.com/document/api/1267/78690)](https://cloud.tencent.com/document/api/#/#)
|
|
86366
|
+
* [[ModifyWorkflowInfo](https://cloud.tencent.com/document/api/1267/78689)](https://cloud.tencent.com/document/api/#/#)
|
|
86367
|
+
* [[ModifyWorkflowSchedule](https://cloud.tencent.com/document/api/1267/78688)](https://cloud.tencent.com/document/api/#/#)
|
|
86368
|
+
* [[RegisterEvent](https://cloud.tencent.com/document/api/1267/78687)](https://cloud.tencent.com/document/api/#/#)
|
|
86369
|
+
* [[RegisterEventListener](https://cloud.tencent.com/document/api/1267/78686)](https://cloud.tencent.com/document/api/#/#)
|
|
86370
|
+
* [[RerunInstances](https://cloud.tencent.com/document/api/1267/78685)](https://cloud.tencent.com/document/api/#/#)
|
|
86371
|
+
* [[RunTask](https://cloud.tencent.com/document/api/1267/78684)](https://cloud.tencent.com/document/api/#/#)
|
|
86372
|
+
* [[SetTaskAlarmNew](https://cloud.tencent.com/document/api/1267/78683)](https://cloud.tencent.com/document/api/#/#)
|
|
86373
|
+
* [[SubmitTask](https://cloud.tencent.com/document/api/1267/78682)](https://cloud.tencent.com/document/api/#/#)
|
|
86374
|
+
* [[SubmitWorkflow](https://cloud.tencent.com/document/api/1267/78681)](https://cloud.tencent.com/document/api/#/#)
|
|
86375
|
+
* [[TriggerEvent](https://cloud.tencent.com/document/api/1267/78680)](https://cloud.tencent.com/document/api/#/#)
|
|
86376
|
+
|
|
86377
|
+
新增数据结构:
|
|
86378
|
+
|
|
86379
|
+
* [[AlarmInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmInfo)](https://cloud.tencent.com/document/api/1267/76336#[AlarmInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmInfo))
|
|
86380
|
+
* [[BatchOperateResult](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResult)](https://cloud.tencent.com/document/api/1267/76336#[BatchOperateResult](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResult))
|
|
86381
|
+
* [[BatchResult](https://cloud.tencent.com/document/api/1267/76336#BatchResult)](https://cloud.tencent.com/document/api/1267/76336#[BatchResult](https://cloud.tencent.com/document/api/1267/76336#BatchResult))
|
|
86382
|
+
* [[BatchReturn](https://cloud.tencent.com/document/api/1267/76336#BatchReturn)](https://cloud.tencent.com/document/api/1267/76336#[BatchReturn](https://cloud.tencent.com/document/api/1267/76336#BatchReturn))
|
|
86383
|
+
* [[CanvasInfo](https://cloud.tencent.com/document/api/1267/76336#CanvasInfo)](https://cloud.tencent.com/document/api/1267/76336#[CanvasInfo](https://cloud.tencent.com/document/api/1267/76336#CanvasInfo))
|
|
86384
|
+
* [[CommonContent](https://cloud.tencent.com/document/api/1267/76336#CommonContent)](https://cloud.tencent.com/document/api/1267/76336#[CommonContent](https://cloud.tencent.com/document/api/1267/76336#CommonContent))
|
|
86385
|
+
* [[CommonId](https://cloud.tencent.com/document/api/1267/76336#CommonId)](https://cloud.tencent.com/document/api/1267/76336#[CommonId](https://cloud.tencent.com/document/api/1267/76336#CommonId))
|
|
86386
|
+
* [[DependencyConfig](https://cloud.tencent.com/document/api/1267/76336#DependencyConfig)](https://cloud.tencent.com/document/api/1267/76336#[DependencyConfig](https://cloud.tencent.com/document/api/1267/76336#DependencyConfig))
|
|
86387
|
+
* [[DescribeFolderListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderListData)](https://cloud.tencent.com/document/api/1267/76336#[DescribeFolderListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderListData))
|
|
86388
|
+
* [[DescribeFolderWorkflowListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderWorkflowListData)](https://cloud.tencent.com/document/api/1267/76336#[DescribeFolderWorkflowListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderWorkflowListData))
|
|
86389
|
+
* [[Folder](https://cloud.tencent.com/document/api/1267/76336#Folder)](https://cloud.tencent.com/document/api/1267/76336#[Folder](https://cloud.tencent.com/document/api/1267/76336#Folder))
|
|
86390
|
+
* [[GeneralTaskParam](https://cloud.tencent.com/document/api/1267/76336#GeneralTaskParam)](https://cloud.tencent.com/document/api/1267/76336#[GeneralTaskParam](https://cloud.tencent.com/document/api/1267/76336#GeneralTaskParam))
|
|
86391
|
+
* [[InstanceInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceInfo)](https://cloud.tencent.com/document/api/1267/76336#[InstanceInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceInfo))
|
|
86392
|
+
* [[InstanceLog](https://cloud.tencent.com/document/api/1267/76336#InstanceLog)](https://cloud.tencent.com/document/api/1267/76336#[InstanceLog](https://cloud.tencent.com/document/api/1267/76336#InstanceLog))
|
|
86393
|
+
* [[IntegrationNodeDetail](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeDetail)](https://cloud.tencent.com/document/api/1267/76336#[IntegrationNodeDetail](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeDetail))
|
|
86394
|
+
* [[IntegrationNodeMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeMapping)](https://cloud.tencent.com/document/api/1267/76336#[IntegrationNodeMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeMapping))
|
|
86395
|
+
* [[IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)](https://cloud.tencent.com/document/api/1267/76336#[IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema))
|
|
86396
|
+
* [[IntegrationNodeSchemaMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchemaMapping)](https://cloud.tencent.com/document/api/1267/76336#[IntegrationNodeSchemaMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchemaMapping))
|
|
86397
|
+
* [[OperateResult](https://cloud.tencent.com/document/api/1267/76336#OperateResult)](https://cloud.tencent.com/document/api/1267/76336#[OperateResult](https://cloud.tencent.com/document/api/1267/76336#OperateResult))
|
|
86398
|
+
* [[ParamInfo](https://cloud.tencent.com/document/api/1267/76336#ParamInfo)](https://cloud.tencent.com/document/api/1267/76336#[ParamInfo](https://cloud.tencent.com/document/api/1267/76336#ParamInfo))
|
|
86399
|
+
* [[RecordField](https://cloud.tencent.com/document/api/1267/76336#RecordField)](https://cloud.tencent.com/document/api/1267/76336#[RecordField](https://cloud.tencent.com/document/api/1267/76336#RecordField))
|
|
86400
|
+
* [[SimpleTaskInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleTaskInfo)](https://cloud.tencent.com/document/api/1267/76336#[SimpleTaskInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleTaskInfo))
|
|
86401
|
+
* [[SubmitWorkflow](https://cloud.tencent.com/document/api/1267/76336#SubmitWorkflow)](https://cloud.tencent.com/document/api/1267/76336#[SubmitWorkflow](https://cloud.tencent.com/document/api/1267/76336#SubmitWorkflow))
|
|
86402
|
+
* [[TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)](https://cloud.tencent.com/document/api/1267/76336#[TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo))
|
|
86403
|
+
* [[TaskExtInfo](https://cloud.tencent.com/document/api/1267/76336#TaskExtInfo)](https://cloud.tencent.com/document/api/1267/76336#[TaskExtInfo](https://cloud.tencent.com/document/api/1267/76336#TaskExtInfo))
|
|
86404
|
+
* [[TaskInfoData](https://cloud.tencent.com/document/api/1267/76336#TaskInfoData)](https://cloud.tencent.com/document/api/1267/76336#[TaskInfoData](https://cloud.tencent.com/document/api/1267/76336#TaskInfoData))
|
|
86405
|
+
* [[TaskInfoDataPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoDataPage)](https://cloud.tencent.com/document/api/1267/76336#[TaskInfoDataPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoDataPage))
|
|
86406
|
+
* [[TaskInnerInfo](https://cloud.tencent.com/document/api/1267/76336#TaskInnerInfo)](https://cloud.tencent.com/document/api/1267/76336#[TaskInnerInfo](https://cloud.tencent.com/document/api/1267/76336#TaskInnerInfo))
|
|
86407
|
+
* [[TaskLinkInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLinkInfo)](https://cloud.tencent.com/document/api/1267/76336#[TaskLinkInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLinkInfo))
|
|
86408
|
+
* [[TaskScriptContent](https://cloud.tencent.com/document/api/1267/76336#TaskScriptContent)](https://cloud.tencent.com/document/api/1267/76336#[TaskScriptContent](https://cloud.tencent.com/document/api/1267/76336#TaskScriptContent))
|
|
86409
|
+
* [[Workflow](https://cloud.tencent.com/document/api/1267/76336#Workflow)](https://cloud.tencent.com/document/api/1267/76336#[Workflow](https://cloud.tencent.com/document/api/1267/76336#Workflow))
|
|
86410
|
+
|
|
86093
86411
|
### 第 2 次发布
|
|
86094
86412
|
|
|
86095
86413
|
发布时间:2022-07-04 06:20:00
|