tencentcloud-sdk-nodejs 4.0.409 → 4.0.412
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 +510 -0
- package/SERVICE_CHANGELOG.md +596 -70
- package/package.json +1 -1
- package/products.md +30 -30
- 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/batch/v20170312/batch_models.ts +2 -2
- package/src/services/bda/v20200324/bda_models.ts +12 -0
- package/src/services/cat/v20180409/cat_models.ts +1 -5
- package/src/services/cbs/v20170312/cbs_models.ts +46 -34
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- 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/cpdp/v20190820/cpdp_client.ts +9 -36
- package/src/services/cpdp/v20190820/cpdp_models.ts +19 -260
- package/src/services/cvm/v20170312/cvm_client.ts +24 -11
- package/src/services/cvm/v20170312/cvm_models.ts +239 -194
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
- 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/faceid/v20180301/faceid_models.ts +19 -3
- 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/tcr/v20190924/tcr_models.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +72 -8
- package/src/services/tem/v20210701/tem_models.ts +550 -111
- package/src/services/teo/v20220106/teo_models.ts +9 -3
- 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/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +10 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -5
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +40 -30
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- 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/cpdp/v20190820/cpdp_client.d.ts +4 -12
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +4 -16
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +16 -218
- 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 +213 -174
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- 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/faceid/v20180301/faceid_models.d.ts +16 -3
- 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/tcr/v20190924/tcr_models.d.ts +2 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +23 -3
- package/tencentcloud/services/tem/v20210701/tem_client.js +32 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +469 -98
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +8 -3
- 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/ckafka.v20190819.test.js +10 -0
- package/test/cpdp.v20190820.test.js +2 -22
- 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/tem.v20210701.test.js +50 -0
- package/test/trtc.v20190722.test.js +2 -62
- package/test/wedata.v20210820.test.js +354 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,69 +1,80 @@
|
|
|
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
|
-
* [DescribeMetricRecords](https://cloud.tencent.com/document/api/1463/68254)
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
16
14
|
|
|
17
|
-
|
|
15
|
+
* ManageMarketingRisk
|
|
16
|
+
* QueryActivityAntiRushAdvanced
|
|
18
17
|
|
|
19
|
-
|
|
18
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
20
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
|
|
21
34
|
|
|
22
35
|
|
|
23
36
|
|
|
24
|
-
##
|
|
37
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
25
38
|
|
|
26
|
-
### 第
|
|
39
|
+
### 第 49 次发布
|
|
27
40
|
|
|
28
|
-
发布时间:2022-08-
|
|
41
|
+
发布时间:2022-08-08 06:10:42
|
|
29
42
|
|
|
30
43
|
本次发布包含了以下内容:
|
|
31
44
|
|
|
32
45
|
改善已有的文档。
|
|
33
46
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
* [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
|
|
37
|
-
|
|
38
|
-
* 新增入参:RunMode
|
|
47
|
+
新增接口:
|
|
39
48
|
|
|
49
|
+
* [FetchMessageListByOffset](https://cloud.tencent.com/document/api/597/47896)
|
|
40
50
|
|
|
41
51
|
|
|
42
52
|
|
|
43
|
-
##
|
|
53
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
44
54
|
|
|
45
|
-
### 第
|
|
55
|
+
### 第 92 次发布
|
|
46
56
|
|
|
47
|
-
发布时间:2022-08-
|
|
57
|
+
发布时间:2022-08-08 06:14:02
|
|
48
58
|
|
|
49
59
|
本次发布包含了以下内容:
|
|
50
60
|
|
|
51
61
|
改善已有的文档。
|
|
52
62
|
|
|
53
|
-
|
|
63
|
+
新增接口:
|
|
54
64
|
|
|
55
|
-
* [
|
|
65
|
+
* [DescribeChcDeniedActions](https://cloud.tencent.com/document/api/213/78724)
|
|
56
66
|
|
|
57
|
-
|
|
67
|
+
新增数据结构:
|
|
58
68
|
|
|
69
|
+
* [ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions)
|
|
59
70
|
|
|
60
71
|
|
|
61
72
|
|
|
62
|
-
##
|
|
73
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
63
74
|
|
|
64
|
-
### 第
|
|
75
|
+
### 第 25 次发布
|
|
65
76
|
|
|
66
|
-
发布时间:2022-08-
|
|
77
|
+
发布时间:2022-08-08 10:31:46
|
|
67
78
|
|
|
68
79
|
本次发布包含了以下内容:
|
|
69
80
|
|
|
@@ -71,29 +82,52 @@
|
|
|
71
82
|
|
|
72
83
|
新增接口:
|
|
73
84
|
|
|
74
|
-
* [
|
|
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)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## 云直播(live) 版本:2018-08-01
|
|
99
|
+
|
|
100
|
+
### 第 84 次发布
|
|
101
|
+
|
|
102
|
+
发布时间:2022-08-08 06:27:50
|
|
103
|
+
|
|
104
|
+
本次发布包含了以下内容:
|
|
105
|
+
|
|
106
|
+
改善已有的文档。
|
|
75
107
|
|
|
76
108
|
修改接口:
|
|
77
109
|
|
|
78
|
-
* [
|
|
110
|
+
* [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
|
|
79
111
|
|
|
80
|
-
*
|
|
112
|
+
* 新增出参:LiveDomainCertBindings, TotalNum
|
|
81
113
|
|
|
82
|
-
|
|
114
|
+
* [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
|
|
115
|
+
|
|
116
|
+
* 新增出参:Errors
|
|
83
117
|
|
|
84
118
|
|
|
85
119
|
新增数据结构:
|
|
86
120
|
|
|
87
|
-
* [
|
|
88
|
-
* [
|
|
121
|
+
* [BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors)
|
|
122
|
+
* [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
|
|
89
123
|
|
|
90
124
|
|
|
91
125
|
|
|
92
|
-
##
|
|
126
|
+
## 标签(tag) 版本:2018-08-13
|
|
93
127
|
|
|
94
|
-
### 第
|
|
128
|
+
### 第 11 次发布
|
|
95
129
|
|
|
96
|
-
发布时间:2022-08-
|
|
130
|
+
发布时间:2022-08-08 06:36:01
|
|
97
131
|
|
|
98
132
|
本次发布包含了以下内容:
|
|
99
133
|
|
|
@@ -101,44 +135,116 @@
|
|
|
101
135
|
|
|
102
136
|
新增接口:
|
|
103
137
|
|
|
104
|
-
* [
|
|
105
|
-
* [CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)
|
|
106
|
-
* [DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)
|
|
107
|
-
* [DescribeApplicationAutoscalerList](https://cloud.tencent.com/document/api/1371/78339)
|
|
108
|
-
* [DescribeConfigData](https://cloud.tencent.com/document/api/1371/78336)
|
|
109
|
-
* [DescribeConfigDataList](https://cloud.tencent.com/document/api/1371/78335)
|
|
110
|
-
* [DestroyConfigData](https://cloud.tencent.com/document/api/1371/78334)
|
|
111
|
-
* [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
|
|
112
|
-
* [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
|
|
138
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/651/78725)
|
|
113
139
|
|
|
114
140
|
新增数据结构:
|
|
115
141
|
|
|
116
|
-
* [
|
|
117
|
-
* [ConfigData](https://cloud.tencent.com/document/api/1371/60171#ConfigData)
|
|
118
|
-
* [DescribeConfigDataListPage](https://cloud.tencent.com/document/api/1371/60171#DescribeConfigDataListPage)
|
|
142
|
+
* [Project](https://cloud.tencent.com/document/api/651/35327#Project)
|
|
119
143
|
|
|
120
144
|
|
|
121
145
|
|
|
122
|
-
##
|
|
146
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
123
147
|
|
|
148
|
+
### 第 37 次发布
|
|
124
149
|
|
|
150
|
+
发布时间:2022-08-08 06:44:27
|
|
125
151
|
|
|
126
|
-
|
|
152
|
+
本次发布包含了以下内容:
|
|
127
153
|
|
|
128
|
-
|
|
154
|
+
改善已有的文档。
|
|
129
155
|
|
|
130
|
-
|
|
156
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
131
157
|
|
|
132
|
-
|
|
158
|
+
* DescribeAbnormalEvent
|
|
159
|
+
* DescribeCallDetail
|
|
160
|
+
* DescribeDetailEvent
|
|
161
|
+
* DescribeHistoryScale
|
|
162
|
+
* DescribeRoomInformation
|
|
163
|
+
* DescribeUserInformation
|
|
133
164
|
|
|
134
|
-
改善已有的文档。
|
|
135
165
|
|
|
136
|
-
修改数据结构:
|
|
137
166
|
|
|
138
|
-
|
|
167
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
139
168
|
|
|
140
|
-
|
|
169
|
+
### 第 3 次发布
|
|
141
170
|
|
|
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)
|
|
142
248
|
|
|
143
249
|
|
|
144
250
|
|
|
@@ -146,6 +252,36 @@
|
|
|
146
252
|
|
|
147
253
|
## 活动防刷(aa) 版本:2020-02-24
|
|
148
254
|
|
|
255
|
+
### 第 7 次发布
|
|
256
|
+
|
|
257
|
+
发布时间:2022-08-08 06:02:45
|
|
258
|
+
|
|
259
|
+
本次发布包含了以下内容:
|
|
260
|
+
|
|
261
|
+
改善已有的文档。
|
|
262
|
+
|
|
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
|
|
284
|
+
|
|
149
285
|
### 第 6 次发布
|
|
150
286
|
|
|
151
287
|
发布时间:2020-08-31 08:00:21
|
|
@@ -6118,6 +6254,28 @@
|
|
|
6118
6254
|
|
|
6119
6255
|
## 人体分析(bda) 版本:2020-03-24
|
|
6120
6256
|
|
|
6257
|
+
### 第 8 次发布
|
|
6258
|
+
|
|
6259
|
+
发布时间:2022-08-04 06:09:29
|
|
6260
|
+
|
|
6261
|
+
本次发布包含了以下内容:
|
|
6262
|
+
|
|
6263
|
+
改善已有的文档。
|
|
6264
|
+
|
|
6265
|
+
修改接口:
|
|
6266
|
+
|
|
6267
|
+
* [DetectBodyJoints](https://cloud.tencent.com/document/api/1208/45846)
|
|
6268
|
+
|
|
6269
|
+
* 新增入参:LocalBodySwitch
|
|
6270
|
+
|
|
6271
|
+
|
|
6272
|
+
修改数据结构:
|
|
6273
|
+
|
|
6274
|
+
* [KeyPointInfo](https://cloud.tencent.com/document/api/1208/42985#KeyPointInfo)
|
|
6275
|
+
|
|
6276
|
+
* 新增成员:BodyScore
|
|
6277
|
+
|
|
6278
|
+
|
|
6121
6279
|
### 第 7 次发布
|
|
6122
6280
|
|
|
6123
6281
|
发布时间:2021-09-03 08:02:16
|
|
@@ -9717,6 +9875,21 @@
|
|
|
9717
9875
|
|
|
9718
9876
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
9719
9877
|
|
|
9878
|
+
### 第 43 次发布
|
|
9879
|
+
|
|
9880
|
+
发布时间:2022-08-04 06:12:23
|
|
9881
|
+
|
|
9882
|
+
本次发布包含了以下内容:
|
|
9883
|
+
|
|
9884
|
+
改善已有的文档。
|
|
9885
|
+
|
|
9886
|
+
修改数据结构:
|
|
9887
|
+
|
|
9888
|
+
* [DiskConfig](https://cloud.tencent.com/document/api/362/15669#DiskConfig)
|
|
9889
|
+
|
|
9890
|
+
* 新增成员:StepSize, ExtraPerformanceRange
|
|
9891
|
+
|
|
9892
|
+
|
|
9720
9893
|
### 第 42 次发布
|
|
9721
9894
|
|
|
9722
9895
|
发布时间:2022-07-06 06:07:59
|
|
@@ -13134,6 +13307,25 @@
|
|
|
13134
13307
|
|
|
13135
13308
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
13136
13309
|
|
|
13310
|
+
### 第 110 次发布
|
|
13311
|
+
|
|
13312
|
+
发布时间:2022-08-04 06:14:18
|
|
13313
|
+
|
|
13314
|
+
本次发布包含了以下内容:
|
|
13315
|
+
|
|
13316
|
+
改善已有的文档。
|
|
13317
|
+
|
|
13318
|
+
修改数据结构:
|
|
13319
|
+
|
|
13320
|
+
* [AdvancedCCRules](https://cloud.tencent.com/document/api/228/30987#AdvancedCCRules)
|
|
13321
|
+
|
|
13322
|
+
* 新增成员:Switch
|
|
13323
|
+
|
|
13324
|
+
* [ScdnConfig](https://cloud.tencent.com/document/api/228/30987#ScdnConfig)
|
|
13325
|
+
|
|
13326
|
+
* 新增成员:GlobalAdvancedRules
|
|
13327
|
+
|
|
13328
|
+
|
|
13137
13329
|
### 第 109 次发布
|
|
13138
13330
|
|
|
13139
13331
|
发布时间:2022-07-29 06:04:29
|
|
@@ -17069,6 +17261,18 @@
|
|
|
17069
17261
|
|
|
17070
17262
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17071
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
|
+
|
|
17072
17276
|
### 第 48 次发布
|
|
17073
17277
|
|
|
17074
17278
|
发布时间:2022-07-28 06:07:46
|
|
@@ -22087,6 +22291,25 @@
|
|
|
22087
22291
|
|
|
22088
22292
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
22089
22293
|
|
|
22294
|
+
### 第 79 次发布
|
|
22295
|
+
|
|
22296
|
+
发布时间:2022-08-04 06:19:24
|
|
22297
|
+
|
|
22298
|
+
本次发布包含了以下内容:
|
|
22299
|
+
|
|
22300
|
+
改善已有的文档。
|
|
22301
|
+
|
|
22302
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
22303
|
+
|
|
22304
|
+
* CreateSinglePay
|
|
22305
|
+
* QuerySinglePay
|
|
22306
|
+
|
|
22307
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
22308
|
+
|
|
22309
|
+
* CreateSinglePayResult
|
|
22310
|
+
* QuerySinglePayItem
|
|
22311
|
+
* QuerySinglePayResult
|
|
22312
|
+
|
|
22090
22313
|
### 第 78 次发布
|
|
22091
22314
|
|
|
22092
22315
|
发布时间:2022-07-27 06:06:57
|
|
@@ -24341,6 +24564,22 @@
|
|
|
24341
24564
|
|
|
24342
24565
|
## 云服务器(cvm) 版本:2017-03-12
|
|
24343
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
|
+
|
|
24344
24583
|
### 第 91 次发布
|
|
24345
24584
|
|
|
24346
24585
|
发布时间:2022-07-22 06:05:40
|
|
@@ -31385,6 +31624,21 @@
|
|
|
31385
31624
|
|
|
31386
31625
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
31387
31626
|
|
|
31627
|
+
### 第 7 次发布
|
|
31628
|
+
|
|
31629
|
+
发布时间:2022-08-04 06:26:58
|
|
31630
|
+
|
|
31631
|
+
本次发布包含了以下内容:
|
|
31632
|
+
|
|
31633
|
+
改善已有的文档。
|
|
31634
|
+
|
|
31635
|
+
修改数据结构:
|
|
31636
|
+
|
|
31637
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1427/56185#UserInfo)
|
|
31638
|
+
|
|
31639
|
+
* 新增成员:FreeNs
|
|
31640
|
+
|
|
31641
|
+
|
|
31388
31642
|
### 第 6 次发布
|
|
31389
31643
|
|
|
31390
31644
|
发布时间:2022-06-23 06:11:27
|
|
@@ -36485,7 +36739,7 @@
|
|
|
36485
36739
|
|
|
36486
36740
|
新增接口:
|
|
36487
36741
|
|
|
36488
|
-
* [
|
|
36742
|
+
* [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
|
|
36489
36743
|
|
|
36490
36744
|
修改接口:
|
|
36491
36745
|
|
|
@@ -36498,8 +36752,8 @@
|
|
|
36498
36752
|
|
|
36499
36753
|
新增数据结构:
|
|
36500
36754
|
|
|
36501
|
-
* [
|
|
36502
|
-
* [
|
|
36755
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction)
|
|
36756
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl)
|
|
36503
36757
|
|
|
36504
36758
|
### 第 11 次发布
|
|
36505
36759
|
|
|
@@ -36815,6 +37069,23 @@
|
|
|
36815
37069
|
|
|
36816
37070
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
36817
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
|
+
|
|
36818
37089
|
### 第 24 次发布
|
|
36819
37090
|
|
|
36820
37091
|
发布时间:2022-08-02 11:36:28
|
|
@@ -37389,6 +37660,28 @@
|
|
|
37389
37660
|
|
|
37390
37661
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
37391
37662
|
|
|
37663
|
+
### 第 44 次发布
|
|
37664
|
+
|
|
37665
|
+
发布时间:2022-08-03 18:41:29
|
|
37666
|
+
|
|
37667
|
+
本次发布包含了以下内容:
|
|
37668
|
+
|
|
37669
|
+
改善已有的文档。
|
|
37670
|
+
|
|
37671
|
+
修改接口:
|
|
37672
|
+
|
|
37673
|
+
* [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
|
|
37674
|
+
|
|
37675
|
+
* 新增出参:IntentionQuestionResult
|
|
37676
|
+
|
|
37677
|
+
|
|
37678
|
+
修改数据结构:
|
|
37679
|
+
|
|
37680
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
37681
|
+
|
|
37682
|
+
* 新增成员:IntentionMode, IntentionQuestions
|
|
37683
|
+
|
|
37684
|
+
|
|
37392
37685
|
### 第 43 次发布
|
|
37393
37686
|
|
|
37394
37687
|
发布时间:2022-07-30 15:12:30
|
|
@@ -41576,6 +41869,22 @@
|
|
|
41576
41869
|
|
|
41577
41870
|
## 物联卡(ic) 版本:2019-03-07
|
|
41578
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
|
+
|
|
41579
41888
|
### 第 5 次发布
|
|
41580
41889
|
|
|
41581
41890
|
发布时间:2021-08-09 08:00:38
|
|
@@ -47276,6 +47585,47 @@
|
|
|
47276
47585
|
|
|
47277
47586
|
## 云直播(live) 版本:2018-08-01
|
|
47278
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
|
+
|
|
47279
47629
|
### 第 82 次发布
|
|
47280
47630
|
|
|
47281
47631
|
发布时间:2022-07-29 06:11:33
|
|
@@ -57719,6 +58069,24 @@
|
|
|
57719
58069
|
|
|
57720
58070
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
57721
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
|
+
|
|
57722
58090
|
### 第 6 次发布
|
|
57723
58091
|
|
|
57724
58092
|
发布时间:2022-04-21 06:16:10
|
|
@@ -63334,6 +63702,22 @@
|
|
|
63334
63702
|
|
|
63335
63703
|
## 标签(tag) 版本:2018-08-13
|
|
63336
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
|
+
|
|
63337
63721
|
### 第 10 次发布
|
|
63338
63722
|
|
|
63339
63723
|
发布时间:2022-04-08 06:12:35
|
|
@@ -70014,6 +70398,36 @@
|
|
|
70014
70398
|
|
|
70015
70399
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
70016
70400
|
|
|
70401
|
+
### 第 24 次发布
|
|
70402
|
+
|
|
70403
|
+
发布时间:2022-08-04 06:55:33
|
|
70404
|
+
|
|
70405
|
+
本次发布包含了以下内容:
|
|
70406
|
+
|
|
70407
|
+
改善已有的文档。
|
|
70408
|
+
|
|
70409
|
+
新增接口:
|
|
70410
|
+
|
|
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)
|
|
70416
|
+
|
|
70417
|
+
新增数据结构:
|
|
70418
|
+
|
|
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)
|
|
70423
|
+
|
|
70424
|
+
修改数据结构:
|
|
70425
|
+
|
|
70426
|
+
* [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
|
|
70427
|
+
|
|
70428
|
+
* 新增成员:ServicePortMappingList, FlushAll, EnableRegistryNextDeploy, ApplicationId, AllIpDone
|
|
70429
|
+
|
|
70430
|
+
|
|
70017
70431
|
### 第 23 次发布
|
|
70018
70432
|
|
|
70019
70433
|
发布时间:2022-08-03 06:46:27
|
|
@@ -70024,21 +70438,21 @@
|
|
|
70024
70438
|
|
|
70025
70439
|
新增接口:
|
|
70026
70440
|
|
|
70027
|
-
* [
|
|
70028
|
-
* [
|
|
70029
|
-
* [
|
|
70030
|
-
* [
|
|
70031
|
-
* [
|
|
70032
|
-
* [
|
|
70033
|
-
* [
|
|
70034
|
-
* [
|
|
70035
|
-
* [
|
|
70441
|
+
* [CreateApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78341)
|
|
70442
|
+
* [CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)
|
|
70443
|
+
* [DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)
|
|
70444
|
+
* [DescribeApplicationAutoscalerList](https://cloud.tencent.com/document/api/1371/78339)
|
|
70445
|
+
* [DescribeConfigData](https://cloud.tencent.com/document/api/1371/78336)
|
|
70446
|
+
* [DescribeConfigDataList](https://cloud.tencent.com/document/api/1371/78335)
|
|
70447
|
+
* [DestroyConfigData](https://cloud.tencent.com/document/api/1371/78334)
|
|
70448
|
+
* [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
|
|
70449
|
+
* [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
|
|
70036
70450
|
|
|
70037
70451
|
新增数据结构:
|
|
70038
70452
|
|
|
70039
|
-
* [
|
|
70040
|
-
* [
|
|
70041
|
-
* [
|
|
70453
|
+
* [Autoscaler](https://cloud.tencent.com/document/api/1371/60171#Autoscaler)
|
|
70454
|
+
* [ConfigData](https://cloud.tencent.com/document/api/1371/60171#ConfigData)
|
|
70455
|
+
* [DescribeConfigDataListPage](https://cloud.tencent.com/document/api/1371/60171#DescribeConfigDataListPage)
|
|
70042
70456
|
|
|
70043
70457
|
### 第 22 次发布
|
|
70044
70458
|
|
|
@@ -70485,6 +70899,21 @@
|
|
|
70485
70899
|
|
|
70486
70900
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
70487
70901
|
|
|
70902
|
+
### 第 16 次发布
|
|
70903
|
+
|
|
70904
|
+
发布时间:2022-08-04 06:55:59
|
|
70905
|
+
|
|
70906
|
+
本次发布包含了以下内容:
|
|
70907
|
+
|
|
70908
|
+
改善已有的文档。
|
|
70909
|
+
|
|
70910
|
+
修改数据结构:
|
|
70911
|
+
|
|
70912
|
+
* [Compression](https://cloud.tencent.com/document/api/1552/73155#Compression)
|
|
70913
|
+
|
|
70914
|
+
* 新增成员:Algorithms
|
|
70915
|
+
|
|
70916
|
+
|
|
70488
70917
|
### 第 15 次发布
|
|
70489
70918
|
|
|
70490
70919
|
发布时间:2022-08-03 06:46:50
|
|
@@ -75842,6 +76271,23 @@
|
|
|
75842
76271
|
|
|
75843
76272
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
75844
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
|
+
|
|
75845
76291
|
### 第 36 次发布
|
|
75846
76292
|
|
|
75847
76293
|
发布时间:2022-08-02 06:36:18
|
|
@@ -85882,6 +86328,86 @@
|
|
|
85882
86328
|
|
|
85883
86329
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
85884
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
|
+
|
|
85885
86411
|
### 第 2 次发布
|
|
85886
86412
|
|
|
85887
86413
|
发布时间:2022-07-04 06:20:00
|