tencentcloud-sdk-nodejs 4.0.253 → 4.0.257
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 +713 -186
- package/package.json +1 -1
- package/products.md +36 -36
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
- package/src/services/as/v20180419/as_client.ts +15 -1
- package/src/services/as/v20180419/as_models.ts +65 -5
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +6 -0
- package/src/services/cdn/v20180606/cdn_models.ts +6 -0
- package/src/services/cii/v20210408/cii_client.ts +13 -0
- package/src/services/cii/v20210408/cii_models.ts +88 -6
- package/src/services/ckafka/v20190819/ckafka_client.ts +17 -5
- package/src/services/ckafka/v20190819/ckafka_models.ts +177 -140
- package/src/services/clb/v20180317/clb_client.ts +44 -18
- package/src/services/clb/v20180317/clb_models.ts +180 -64
- package/src/services/cls/v20201016/cls_client.ts +6 -6
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cme/v20191029/cme_models.ts +10 -10
- package/src/services/cvm/v20170312/cvm_client.ts +17 -0
- package/src/services/cvm/v20170312/cvm_models.ts +30 -0
- package/src/services/cwp/v20180228/cwp_models.ts +27 -1
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +14 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +100 -45
- package/src/services/eiam/v20210420/eiam_client.ts +230 -65
- package/src/services/eiam/v20210420/eiam_models.ts +1525 -729
- package/src/services/emr/v20190103/emr_models.ts +22 -4
- package/src/services/faceid/v20180301/faceid_client.ts +1 -0
- package/src/services/faceid/v20180301/faceid_models.ts +46 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +21 -8
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +144 -98
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +374 -56
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1526 -397
- package/src/services/live/v20180801/live_models.ts +12 -1
- package/src/services/mongodb/v20190725/mongodb_client.ts +19 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +297 -62
- package/src/services/mrs/v20200910/mrs_models.ts +12 -0
- package/src/services/rum/v20210622/rum_models.ts +20 -0
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +11 -1
- package/src/services/thpc/v20211109/thpc_client.ts +3 -0
- package/src/services/thpc/v20211109/thpc_models.ts +65 -0
- package/src/services/tiw/v20190919/tiw_models.ts +2 -6
- package/src/services/tse/v20201207/tse_models.ts +5 -0
- package/src/services/vod/v20180717/vod_models.ts +12 -13
- package/src/services/vpc/v20170312/vpc_models.ts +15 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +5 -1
- package/tencentcloud/services/as/v20180419/as_client.js +6 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +57 -5
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -0
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +6 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +76 -6
- 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 +152 -120
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +16 -7
- package/tencentcloud/services/clb/v20180317/clb_client.js +21 -8
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +155 -56
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +6 -6
- package/tencentcloud/services/cls/v20201016/cls_client.js +6 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -9
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +10 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +11 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +22 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +83 -37
- package/tencentcloud/services/eiam/v20210420/eiam_client.d.ts +57 -5
- package/tencentcloud/services/eiam/v20210420/eiam_client.js +84 -6
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1353 -673
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +20 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +39 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +7 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +9 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +120 -80
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +119 -15
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +177 -21
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1191 -221
- package/tencentcloud/services/live/v20180801/live_models.d.ts +11 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +249 -55
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +10 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +16 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -1
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +55 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -9
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +14 -1
- package/test/as.v20180419.test.js +10 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/clb.v20180317.test.js +24 -4
- package/test/cvm.v20170312.test.js +10 -0
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/eiam.v20210420.test.js +134 -4
- package/test/iotexplorer.v20190423.test.js +12 -2
- package/test/iotvideoindustry.v20201201.test.js +274 -14
- package/test/mongodb.v20190725.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,52 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
5
|
### 第 16 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-12-
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [TaskStatus](https://cloud.tencent.com/document/api/1093/37824#TaskStatus)
|
|
16
|
-
|
|
17
|
-
* 新增成员:AudioDuration
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 内容分发网络(cdn) 版本:2018-06-06
|
|
23
|
-
|
|
24
|
-
### 第 89 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2021-12-09 08:02:35
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
新增数据结构:
|
|
33
|
-
|
|
34
|
-
* [AdvanceHttps](https://cloud.tencent.com/document/api/228/30987#AdvanceHttps)
|
|
35
|
-
|
|
36
|
-
修改数据结构:
|
|
37
|
-
|
|
38
|
-
* [Origin](https://cloud.tencent.com/document/api/228/30987#Origin)
|
|
39
|
-
|
|
40
|
-
* 新增成员:AdvanceHttps
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
46
|
-
|
|
47
|
-
### 第 53 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2021-12-09 08:03:47
|
|
7
|
+
发布时间:2021-12-15 08:02:37
|
|
50
8
|
|
|
51
9
|
本次发布包含了以下内容:
|
|
52
10
|
|
|
@@ -54,25 +12,22 @@
|
|
|
54
12
|
|
|
55
13
|
修改接口:
|
|
56
14
|
|
|
57
|
-
* [
|
|
58
|
-
|
|
59
|
-
* 新增入参:Jsapi, SubAppId, SubOpenId
|
|
60
|
-
|
|
15
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
61
16
|
|
|
62
|
-
|
|
17
|
+
* 新增入参:FilterStatus
|
|
63
18
|
|
|
64
|
-
* [
|
|
19
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
65
20
|
|
|
66
|
-
*
|
|
21
|
+
* 新增入参:FilterStatus, FilterBoundStatus
|
|
67
22
|
|
|
68
23
|
|
|
69
24
|
|
|
70
25
|
|
|
71
|
-
##
|
|
26
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
72
27
|
|
|
73
|
-
### 第
|
|
28
|
+
### 第 5 次发布
|
|
74
29
|
|
|
75
|
-
发布时间:2021-12-
|
|
30
|
+
发布时间:2021-12-15 08:06:44
|
|
76
31
|
|
|
77
32
|
本次发布包含了以下内容:
|
|
78
33
|
|
|
@@ -80,110 +35,101 @@
|
|
|
80
35
|
|
|
81
36
|
新增接口:
|
|
82
37
|
|
|
83
|
-
* [
|
|
84
|
-
|
|
85
|
-
新增数据结构:
|
|
86
|
-
|
|
87
|
-
* [DomainAliasInfo](https://cloud.tencent.com/document/api/1427/56185#DomainAliasInfo)
|
|
38
|
+
* [DescribeDBDiagEvents](https://cloud.tencent.com/document/api/1130/65947)
|
|
88
39
|
|
|
89
40
|
|
|
90
41
|
|
|
91
|
-
##
|
|
92
|
-
|
|
93
|
-
### 第 38 次发布
|
|
94
|
-
|
|
95
|
-
发布时间:2021-12-09 08:07:14
|
|
96
|
-
|
|
97
|
-
本次发布包含了以下内容:
|
|
98
|
-
|
|
99
|
-
改善已有的文档。
|
|
100
|
-
|
|
101
|
-
新增接口:
|
|
102
|
-
|
|
103
|
-
* [PublishRRPCMessage](https://cloud.tencent.com/document/api/1081/65767)
|
|
42
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
104
43
|
|
|
105
44
|
|
|
106
45
|
|
|
107
|
-
##
|
|
46
|
+
## 数字身份管控平台(员工版)(eiam) 版本:2021-04-20
|
|
108
47
|
|
|
109
|
-
### 第
|
|
48
|
+
### 第 11 次发布
|
|
110
49
|
|
|
111
|
-
发布时间:2021-12-
|
|
50
|
+
发布时间:2021-12-15 08:07:41
|
|
112
51
|
|
|
113
52
|
本次发布包含了以下内容:
|
|
114
53
|
|
|
115
54
|
改善已有的文档。
|
|
116
55
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
* [ClientConnection](https://cloud.tencent.com/document/api/240/38576#ClientConnection)
|
|
120
|
-
|
|
121
|
-
* 新增成员:InternalService
|
|
122
|
-
|
|
123
|
-
|
|
56
|
+
新增接口:
|
|
124
57
|
|
|
58
|
+
* [AddAccountToAccountGroup](https://cloud.tencent.com/document/api/1442/65959)
|
|
59
|
+
* [CreateAccountGroup](https://cloud.tencent.com/document/api/1442/65958)
|
|
60
|
+
* [CreateAppAccount](https://cloud.tencent.com/document/api/1442/65957)
|
|
61
|
+
* [DeleteAccountGroup](https://cloud.tencent.com/document/api/1442/65956)
|
|
62
|
+
* [DeleteAppAccount](https://cloud.tencent.com/document/api/1442/65955)
|
|
63
|
+
* [DeleteUsers](https://cloud.tencent.com/document/api/1442/65954)
|
|
64
|
+
* [DescribeAccountGroup](https://cloud.tencent.com/document/api/1442/65953)
|
|
65
|
+
* [DescribeAppAccount](https://cloud.tencent.com/document/api/1442/65952)
|
|
66
|
+
* [DescribeUserThirdPartyAccountInfo](https://cloud.tencent.com/document/api/1442/65951)
|
|
67
|
+
* [ListAccountInAccountGroup](https://cloud.tencent.com/document/api/1442/65960)
|
|
68
|
+
* [ModifyAccountGroup](https://cloud.tencent.com/document/api/1442/65950)
|
|
69
|
+
* [ModifyAppAccount](https://cloud.tencent.com/document/api/1442/65949)
|
|
70
|
+
* [RemoveAccountFromAccountGroup](https://cloud.tencent.com/document/api/1442/65948)
|
|
125
71
|
|
|
126
|
-
|
|
72
|
+
修改接口:
|
|
127
73
|
|
|
74
|
+
* [DescribeOrgNode](https://cloud.tencent.com/document/api/1442/57927)
|
|
128
75
|
|
|
76
|
+
* 新增出参:Description
|
|
129
77
|
|
|
130
|
-
|
|
78
|
+
* [DescribeUserInfo](https://cloud.tencent.com/document/api/1442/57984)
|
|
131
79
|
|
|
132
|
-
|
|
80
|
+
* 新增出参:PwdNeedReset
|
|
133
81
|
|
|
134
|
-
|
|
82
|
+
* [ListUserGroupsOfUser](https://cloud.tencent.com/document/api/1442/57926)
|
|
135
83
|
|
|
136
|
-
|
|
84
|
+
* 新增入参:SearchCondition, Sort, Offset, Limit
|
|
137
85
|
|
|
138
|
-
|
|
86
|
+
* 新增出参:UserGroupInfoList, TotalCount
|
|
139
87
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
* [DescribeDataEventUrl](https://cloud.tencent.com/document/api/1464/65769)
|
|
143
|
-
* [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
|
|
88
|
+
* [ListUsersInOrgNode](https://cloud.tencent.com/document/api/1442/57925)
|
|
144
89
|
|
|
90
|
+
* 新增入参:SearchCondition, Sort, Offset, Limit
|
|
145
91
|
|
|
92
|
+
* 新增出参:OrgNodeIdPath, OrgNodeNamePath
|
|
146
93
|
|
|
147
|
-
|
|
94
|
+
* [ModifyUserInfo](https://cloud.tencent.com/document/api/1442/58033)
|
|
148
95
|
|
|
149
|
-
|
|
96
|
+
* 新增入参:OrgNodeId
|
|
150
97
|
|
|
151
|
-
发布时间:2021-12-09 08:09:39
|
|
152
98
|
|
|
153
|
-
|
|
99
|
+
新增数据结构:
|
|
154
100
|
|
|
155
|
-
|
|
101
|
+
* [AccountGroupInfo](https://cloud.tencent.com/document/api/1442/57931#AccountGroupInfo)
|
|
102
|
+
* [AccountGroupSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AccountGroupSearchCriteria)
|
|
103
|
+
* [AppAccountInfo](https://cloud.tencent.com/document/api/1442/57931#AppAccountInfo)
|
|
104
|
+
* [AppAccountSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AppAccountSearchCriteria)
|
|
105
|
+
* [LinkUserInfo](https://cloud.tencent.com/document/api/1442/57931#LinkUserInfo)
|
|
106
|
+
* [ListUsersInOrgNodeSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#ListUsersInOrgNodeSearchCriteria)
|
|
107
|
+
* [ThirdPartyAccountInfo](https://cloud.tencent.com/document/api/1442/57931#ThirdPartyAccountInfo)
|
|
108
|
+
* [UserGroupInfo](https://cloud.tencent.com/document/api/1442/57931#UserGroupInfo)
|
|
109
|
+
* [UserGroupInformationSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#UserGroupInformationSearchCriteria)
|
|
156
110
|
|
|
157
111
|
修改数据结构:
|
|
158
112
|
|
|
159
|
-
* [
|
|
160
|
-
|
|
161
|
-
* 新增成员:Status
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
113
|
+
* [ApplicationAuthorizationInfo](https://cloud.tencent.com/document/api/1442/57931#ApplicationAuthorizationInfo)
|
|
167
114
|
|
|
168
|
-
|
|
115
|
+
* 新增成员:ApplicationName, CreatedDate
|
|
169
116
|
|
|
170
|
-
|
|
117
|
+
* [OrgNodeChildInfo](https://cloud.tencent.com/document/api/1442/57931#OrgNodeChildInfo)
|
|
171
118
|
|
|
172
|
-
|
|
119
|
+
* 新增成员:Description
|
|
173
120
|
|
|
174
|
-
|
|
121
|
+
* [OrgNodeChildUserInfo](https://cloud.tencent.com/document/api/1442/57931#OrgNodeChildUserInfo)
|
|
175
122
|
|
|
176
|
-
|
|
123
|
+
* 新增成员:OrgNodeIdPath, OrgNodeNamePath
|
|
177
124
|
|
|
178
|
-
* [CancelInvocation](https://cloud.tencent.com/document/api/1340/65770)
|
|
179
125
|
|
|
180
126
|
|
|
181
127
|
|
|
182
|
-
##
|
|
128
|
+
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
183
129
|
|
|
184
|
-
### 第
|
|
130
|
+
### 第 13 次发布
|
|
185
131
|
|
|
186
|
-
发布时间:2021-12-
|
|
132
|
+
发布时间:2021-12-15 08:09:30
|
|
187
133
|
|
|
188
134
|
本次发布包含了以下内容:
|
|
189
135
|
|
|
@@ -191,38 +137,68 @@
|
|
|
191
137
|
|
|
192
138
|
新增接口:
|
|
193
139
|
|
|
194
|
-
* [
|
|
140
|
+
* [CreateLiveChannel](https://cloud.tencent.com/document/api/1361/65979)
|
|
141
|
+
* [CreateLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65972)
|
|
142
|
+
* [CreateScene](https://cloud.tencent.com/document/api/1361/65989)
|
|
143
|
+
* [DeleteChannel](https://cloud.tencent.com/document/api/1361/65961)
|
|
144
|
+
* [DeleteLiveChannel](https://cloud.tencent.com/document/api/1361/65978)
|
|
145
|
+
* [DeleteLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65971)
|
|
146
|
+
* [DeleteLiveVideoList](https://cloud.tencent.com/document/api/1361/65984)
|
|
147
|
+
* [DeleteScene](https://cloud.tencent.com/document/api/1361/65988)
|
|
148
|
+
* [DeleteVideoList](https://cloud.tencent.com/document/api/1361/65987)
|
|
149
|
+
* [DescribeBindSceneDevices](https://cloud.tencent.com/document/api/1361/65970)
|
|
150
|
+
* [DescribeChannelsByLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65969)
|
|
151
|
+
* [DescribeLiveChannel](https://cloud.tencent.com/document/api/1361/65977)
|
|
152
|
+
* [DescribeLiveChannelList](https://cloud.tencent.com/document/api/1361/65976)
|
|
153
|
+
* [DescribeLiveRecordPlanById](https://cloud.tencent.com/document/api/1361/65968)
|
|
154
|
+
* [DescribeLiveRecordPlanIds](https://cloud.tencent.com/document/api/1361/65967)
|
|
155
|
+
* [DescribeLiveStream](https://cloud.tencent.com/document/api/1361/65975)
|
|
156
|
+
* [DescribeLiveVideoList](https://cloud.tencent.com/document/api/1361/65983)
|
|
157
|
+
* [DescribeRecordDatesByLive](https://cloud.tencent.com/document/api/1361/65982)
|
|
158
|
+
* [DescribeScenes](https://cloud.tencent.com/document/api/1361/65986)
|
|
159
|
+
* [DescribeSubscriptionStatus](https://cloud.tencent.com/document/api/1361/65963)
|
|
160
|
+
* [ModifyBindPlanLiveChannel](https://cloud.tencent.com/document/api/1361/65966)
|
|
161
|
+
* [ModifyLiveChannel](https://cloud.tencent.com/document/api/1361/65974)
|
|
162
|
+
* [ModifyLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65965)
|
|
163
|
+
* [ModifyLiveVideo](https://cloud.tencent.com/document/api/1361/65981)
|
|
164
|
+
* [ModifySubscriptionStatus](https://cloud.tencent.com/document/api/1361/65962)
|
|
165
|
+
* [ModifyVideoInfo](https://cloud.tencent.com/document/api/1361/65985)
|
|
195
166
|
|
|
167
|
+
新增数据结构:
|
|
196
168
|
|
|
169
|
+
* [LiveChannelInfo](https://cloud.tencent.com/document/api/1361/53754#LiveChannelInfo)
|
|
170
|
+
* [LiveChannelItem](https://cloud.tencent.com/document/api/1361/53754#LiveChannelItem)
|
|
171
|
+
* [LiveRecordItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordItem)
|
|
172
|
+
* [LiveRecordPlanItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordPlanItem)
|
|
173
|
+
* [SceneItem](https://cloud.tencent.com/document/api/1361/53754#SceneItem)
|
|
174
|
+
* [StreamAddress](https://cloud.tencent.com/document/api/1361/53754#StreamAddress)
|
|
197
175
|
|
|
198
|
-
## 弹性微服务(tem) 版本:2020-12-21
|
|
199
176
|
|
|
200
177
|
|
|
178
|
+
## 云直播(live) 版本:2018-08-01
|
|
201
179
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
### 第 81 次发布
|
|
180
|
+
### 第 71 次发布
|
|
205
181
|
|
|
206
|
-
发布时间:2021-12-
|
|
182
|
+
发布时间:2021-12-15 08:10:09
|
|
207
183
|
|
|
208
184
|
本次发布包含了以下内容:
|
|
209
185
|
|
|
210
186
|
改善已有的文档。
|
|
211
187
|
|
|
212
|
-
|
|
188
|
+
修改接口:
|
|
213
189
|
|
|
214
|
-
* [
|
|
190
|
+
* [DescribeLivePackageInfo](https://cloud.tencent.com/document/api/267/40942)
|
|
215
191
|
|
|
216
|
-
*
|
|
192
|
+
* 新增出参:FluxPackageBillMode
|
|
217
193
|
|
|
218
194
|
|
|
219
195
|
|
|
220
196
|
|
|
221
|
-
##
|
|
197
|
+
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
222
198
|
|
|
223
|
-
### 第
|
|
199
|
+
### 第 3 次发布
|
|
224
200
|
|
|
225
|
-
发布时间:2021-12-
|
|
201
|
+
发布时间:2021-12-15 08:13:47
|
|
226
202
|
|
|
227
203
|
本次发布包含了以下内容:
|
|
228
204
|
|
|
@@ -230,73 +206,34 @@
|
|
|
230
206
|
|
|
231
207
|
新增数据结构:
|
|
232
208
|
|
|
233
|
-
* [
|
|
209
|
+
* [GooseFSOption](https://cloud.tencent.com/document/api/1527/64906#GooseFSOption)
|
|
234
210
|
|
|
235
211
|
修改数据结构:
|
|
236
212
|
|
|
237
|
-
* [
|
|
213
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/64906#StorageOption)
|
|
238
214
|
|
|
239
|
-
* 新增成员:
|
|
215
|
+
* 新增成员:GooseFSOptions
|
|
240
216
|
|
|
241
|
-
*
|
|
217
|
+
* <font color="#dd0000">**修改成员**:</font>CFSOptions
|
|
242
218
|
|
|
243
|
-
* 新增成员:CoverSetFileUrl, CoverSetFileUrlExpireTime
|
|
244
219
|
|
|
245
|
-
* [AiAnalysisTaskFrameTagOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskFrameTagOutput)
|
|
246
|
-
|
|
247
|
-
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
248
|
-
|
|
249
|
-
* [AiAnalysisTaskHighlightOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskHighlightOutput)
|
|
250
|
-
|
|
251
|
-
* 新增成员:HighlightSetFileUrl, HighlightSetFileUrlExpireTime
|
|
252
220
|
|
|
253
|
-
* [AiAnalysisTaskTagOutput](https://cloud.tencent.com/document/api/266/31773#AiAnalysisTaskTagOutput)
|
|
254
221
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
* [AiReviewPoliticalAsrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPoliticalAsrTaskOutput)
|
|
258
|
-
|
|
259
|
-
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
260
|
-
|
|
261
|
-
* [AiReviewPoliticalOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPoliticalOcrTaskOutput)
|
|
262
|
-
|
|
263
|
-
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
264
|
-
|
|
265
|
-
* [AiReviewPoliticalTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPoliticalTaskOutput)
|
|
266
|
-
|
|
267
|
-
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
268
|
-
|
|
269
|
-
* [AiReviewPornAsrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPornAsrTaskOutput)
|
|
270
|
-
|
|
271
|
-
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
272
|
-
|
|
273
|
-
* [AiReviewPornOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPornOcrTaskOutput)
|
|
274
|
-
|
|
275
|
-
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
276
|
-
|
|
277
|
-
* [AiReviewPornTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewPornTaskOutput)
|
|
278
|
-
|
|
279
|
-
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
280
|
-
|
|
281
|
-
* [AiReviewProhibitedAsrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewProhibitedAsrTaskOutput)
|
|
282
|
-
|
|
283
|
-
* 新增成员:SegmentSetFileUrl, SegmentSetFileUrlExpireTime
|
|
284
|
-
|
|
285
|
-
* [AiReviewProhibitedOcrTaskOutput](https://cloud.tencent.com/document/api/266/31773#AiReviewProhibitedOcrTaskOutput)
|
|
222
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
286
223
|
|
|
287
|
-
|
|
224
|
+
### 第 102 次发布
|
|
288
225
|
|
|
289
|
-
|
|
226
|
+
发布时间:2021-12-15 08:15:14
|
|
290
227
|
|
|
291
|
-
|
|
228
|
+
本次发布包含了以下内容:
|
|
292
229
|
|
|
293
|
-
|
|
230
|
+
改善已有的文档。
|
|
294
231
|
|
|
295
|
-
|
|
232
|
+
修改接口:
|
|
296
233
|
|
|
297
|
-
* [
|
|
234
|
+
* [DescribeSecurityGroupPolicies](https://cloud.tencent.com/document/api/215/15804)
|
|
298
235
|
|
|
299
|
-
*
|
|
236
|
+
* 新增入参:Filters
|
|
300
237
|
|
|
301
238
|
|
|
302
239
|
|
|
@@ -1235,6 +1172,25 @@
|
|
|
1235
1172
|
|
|
1236
1173
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1237
1174
|
|
|
1175
|
+
### 第 16 次发布
|
|
1176
|
+
|
|
1177
|
+
发布时间:2021-12-15 08:02:37
|
|
1178
|
+
|
|
1179
|
+
本次发布包含了以下内容:
|
|
1180
|
+
|
|
1181
|
+
改善已有的文档。
|
|
1182
|
+
|
|
1183
|
+
修改接口:
|
|
1184
|
+
|
|
1185
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1186
|
+
|
|
1187
|
+
* 新增入参:FilterStatus
|
|
1188
|
+
|
|
1189
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
|
|
1190
|
+
|
|
1191
|
+
* 新增入参:FilterStatus, FilterBoundStatus
|
|
1192
|
+
|
|
1193
|
+
|
|
1238
1194
|
### 第 15 次发布
|
|
1239
1195
|
|
|
1240
1196
|
发布时间:2021-12-02 08:02:10
|
|
@@ -2368,6 +2324,23 @@
|
|
|
2368
2324
|
|
|
2369
2325
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
2370
2326
|
|
|
2327
|
+
### 第 43 次发布
|
|
2328
|
+
|
|
2329
|
+
发布时间:2021-12-14 08:05:13
|
|
2330
|
+
|
|
2331
|
+
本次发布包含了以下内容:
|
|
2332
|
+
|
|
2333
|
+
改善已有的文档。
|
|
2334
|
+
|
|
2335
|
+
新增接口:
|
|
2336
|
+
|
|
2337
|
+
* [DescribeAutoScalingAdvices](https://cloud.tencent.com/document/api/377/65901)
|
|
2338
|
+
|
|
2339
|
+
新增数据结构:
|
|
2340
|
+
|
|
2341
|
+
* [Advice](https://cloud.tencent.com/document/api/377/20453#Advice)
|
|
2342
|
+
* [AutoScalingAdvice](https://cloud.tencent.com/document/api/377/20453#AutoScalingAdvice)
|
|
2343
|
+
|
|
2371
2344
|
### 第 42 次发布
|
|
2372
2345
|
|
|
2373
2346
|
发布时间:2021-11-15 08:04:22
|
|
@@ -8243,6 +8216,21 @@
|
|
|
8243
8216
|
|
|
8244
8217
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
8245
8218
|
|
|
8219
|
+
### 第 19 次发布
|
|
8220
|
+
|
|
8221
|
+
发布时间:2021-12-10 08:02:29
|
|
8222
|
+
|
|
8223
|
+
本次发布包含了以下内容:
|
|
8224
|
+
|
|
8225
|
+
改善已有的文档。
|
|
8226
|
+
|
|
8227
|
+
修改数据结构:
|
|
8228
|
+
|
|
8229
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
8230
|
+
|
|
8231
|
+
* 新增成员:IVRKeyPressedEx
|
|
8232
|
+
|
|
8233
|
+
|
|
8246
8234
|
### 第 18 次发布
|
|
8247
8235
|
|
|
8248
8236
|
发布时间:2021-12-06 08:02:18
|
|
@@ -10126,6 +10114,21 @@
|
|
|
10126
10114
|
|
|
10127
10115
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
10128
10116
|
|
|
10117
|
+
### 第 90 次发布
|
|
10118
|
+
|
|
10119
|
+
发布时间:2021-12-10 08:02:48
|
|
10120
|
+
|
|
10121
|
+
本次发布包含了以下内容:
|
|
10122
|
+
|
|
10123
|
+
改善已有的文档。
|
|
10124
|
+
|
|
10125
|
+
修改数据结构:
|
|
10126
|
+
|
|
10127
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
|
|
10128
|
+
|
|
10129
|
+
* 新增成员:ExtensionMode
|
|
10130
|
+
|
|
10131
|
+
|
|
10129
10132
|
### 第 89 次发布
|
|
10130
10133
|
|
|
10131
10134
|
发布时间:2021-12-09 08:02:35
|
|
@@ -10136,7 +10139,7 @@
|
|
|
10136
10139
|
|
|
10137
10140
|
新增数据结构:
|
|
10138
10141
|
|
|
10139
|
-
* [
|
|
10142
|
+
* [AdvanceHttps](https://cloud.tencent.com/document/api/228/30987#AdvanceHttps)
|
|
10140
10143
|
|
|
10141
10144
|
修改数据结构:
|
|
10142
10145
|
|
|
@@ -12970,6 +12973,22 @@
|
|
|
12970
12973
|
|
|
12971
12974
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
12972
12975
|
|
|
12976
|
+
### 第 8 次发布
|
|
12977
|
+
|
|
12978
|
+
发布时间:2021-12-13 08:06:17
|
|
12979
|
+
|
|
12980
|
+
本次发布包含了以下内容:
|
|
12981
|
+
|
|
12982
|
+
改善已有的文档。
|
|
12983
|
+
|
|
12984
|
+
新增接口:
|
|
12985
|
+
|
|
12986
|
+
* [CreateAutoClassifyStructureTask](https://cloud.tencent.com/document/api/1368/65848)
|
|
12987
|
+
|
|
12988
|
+
新增数据结构:
|
|
12989
|
+
|
|
12990
|
+
* [CreateAutoClassifyStructureTaskInfo](https://cloud.tencent.com/document/api/1368/56853#CreateAutoClassifyStructureTaskInfo)
|
|
12991
|
+
|
|
12973
12992
|
### 第 7 次发布
|
|
12974
12993
|
|
|
12975
12994
|
发布时间:2021-11-23 08:04:46
|
|
@@ -13165,6 +13184,33 @@
|
|
|
13165
13184
|
|
|
13166
13185
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
13167
13186
|
|
|
13187
|
+
### 第 28 次发布
|
|
13188
|
+
|
|
13189
|
+
发布时间:2021-12-14 08:07:08
|
|
13190
|
+
|
|
13191
|
+
本次发布包含了以下内容:
|
|
13192
|
+
|
|
13193
|
+
改善已有的文档。
|
|
13194
|
+
|
|
13195
|
+
修改数据结构:
|
|
13196
|
+
|
|
13197
|
+
* [InstanceAttributesResponse](https://cloud.tencent.com/document/api/597/40861#InstanceAttributesResponse)
|
|
13198
|
+
|
|
13199
|
+
* 新增成员:RemainingPartitions, RemainingTopics
|
|
13200
|
+
|
|
13201
|
+
|
|
13202
|
+
### 第 27 次发布
|
|
13203
|
+
|
|
13204
|
+
发布时间:2021-12-10 08:03:21
|
|
13205
|
+
|
|
13206
|
+
本次发布包含了以下内容:
|
|
13207
|
+
|
|
13208
|
+
改善已有的文档。
|
|
13209
|
+
|
|
13210
|
+
新增接口:
|
|
13211
|
+
|
|
13212
|
+
* [DeleteInstancePre](https://cloud.tencent.com/document/api/597/65806)
|
|
13213
|
+
|
|
13168
13214
|
### 第 26 次发布
|
|
13169
13215
|
|
|
13170
13216
|
发布时间:2021-12-07 11:23:56
|
|
@@ -13760,6 +13806,34 @@
|
|
|
13760
13806
|
|
|
13761
13807
|
## 负载均衡(clb) 版本:2018-03-17
|
|
13762
13808
|
|
|
13809
|
+
### 第 61 次发布
|
|
13810
|
+
|
|
13811
|
+
发布时间:2021-12-14 08:07:15
|
|
13812
|
+
|
|
13813
|
+
本次发布包含了以下内容:
|
|
13814
|
+
|
|
13815
|
+
改善已有的文档。
|
|
13816
|
+
|
|
13817
|
+
新增接口:
|
|
13818
|
+
|
|
13819
|
+
* [DescribeCrossTargets](https://cloud.tencent.com/document/api/214/65902)
|
|
13820
|
+
|
|
13821
|
+
新增数据结构:
|
|
13822
|
+
|
|
13823
|
+
* [CrossTargets](https://cloud.tencent.com/document/api/214/30694#CrossTargets)
|
|
13824
|
+
|
|
13825
|
+
### 第 60 次发布
|
|
13826
|
+
|
|
13827
|
+
发布时间:2021-12-13 08:06:26
|
|
13828
|
+
|
|
13829
|
+
本次发布包含了以下内容:
|
|
13830
|
+
|
|
13831
|
+
改善已有的文档。
|
|
13832
|
+
|
|
13833
|
+
新增接口:
|
|
13834
|
+
|
|
13835
|
+
* [MigrateClassicalLoadBalancers](https://cloud.tencent.com/document/api/214/65849)
|
|
13836
|
+
|
|
13763
13837
|
### 第 59 次发布
|
|
13764
13838
|
|
|
13765
13839
|
发布时间:2021-11-30 08:04:28
|
|
@@ -15663,6 +15737,23 @@
|
|
|
15663
15737
|
|
|
15664
15738
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
15665
15739
|
|
|
15740
|
+
### 第 45 次发布
|
|
15741
|
+
|
|
15742
|
+
发布时间:2021-12-14 08:07:36
|
|
15743
|
+
|
|
15744
|
+
本次发布包含了以下内容:
|
|
15745
|
+
|
|
15746
|
+
改善已有的文档。
|
|
15747
|
+
|
|
15748
|
+
修改数据结构:
|
|
15749
|
+
|
|
15750
|
+
* [ExternalMediaInfo](https://cloud.tencent.com/document/api/1156/40360#ExternalMediaInfo)
|
|
15751
|
+
|
|
15752
|
+
* 新增成员:StorageId
|
|
15753
|
+
|
|
15754
|
+
* <font color="#dd0000">**修改成员**:</font>Definition
|
|
15755
|
+
|
|
15756
|
+
|
|
15666
15757
|
### 第 44 次发布
|
|
15667
15758
|
|
|
15668
15759
|
发布时间:2021-12-02 08:04:53
|
|
@@ -18647,6 +18738,18 @@
|
|
|
18647
18738
|
|
|
18648
18739
|
## 云服务器(cvm) 版本:2017-03-12
|
|
18649
18740
|
|
|
18741
|
+
### 第 65 次发布
|
|
18742
|
+
|
|
18743
|
+
发布时间:2021-12-13 08:07:20
|
|
18744
|
+
|
|
18745
|
+
本次发布包含了以下内容:
|
|
18746
|
+
|
|
18747
|
+
改善已有的文档。
|
|
18748
|
+
|
|
18749
|
+
新增接口:
|
|
18750
|
+
|
|
18751
|
+
* [ModifyInstanceDiskType](https://cloud.tencent.com/document/api/213/65850)
|
|
18752
|
+
|
|
18650
18753
|
### 第 64 次发布
|
|
18651
18754
|
|
|
18652
18755
|
发布时间:2021-09-08 08:04:44
|
|
@@ -19936,6 +20039,40 @@
|
|
|
19936
20039
|
|
|
19937
20040
|
## 主机安全(cwp) 版本:2018-02-28
|
|
19938
20041
|
|
|
20042
|
+
### 第 36 次发布
|
|
20043
|
+
|
|
20044
|
+
发布时间:2021-12-10 08:04:29
|
|
20045
|
+
|
|
20046
|
+
本次发布包含了以下内容:
|
|
20047
|
+
|
|
20048
|
+
改善已有的文档。
|
|
20049
|
+
|
|
20050
|
+
修改接口:
|
|
20051
|
+
|
|
20052
|
+
* [CreateScanMalwareSetting](https://cloud.tencent.com/document/api/296/58241)
|
|
20053
|
+
|
|
20054
|
+
* 新增入参:EngineType
|
|
20055
|
+
|
|
20056
|
+
* [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
|
|
20057
|
+
|
|
20058
|
+
* 新增出参:EngineType
|
|
20059
|
+
|
|
20060
|
+
* [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
|
|
20061
|
+
|
|
20062
|
+
* 新增入参:EngineType
|
|
20063
|
+
|
|
20064
|
+
|
|
20065
|
+
修改数据结构:
|
|
20066
|
+
|
|
20067
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
20068
|
+
|
|
20069
|
+
* 新增成员:Level
|
|
20070
|
+
|
|
20071
|
+
* [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
|
|
20072
|
+
|
|
20073
|
+
* 新增成员:Level
|
|
20074
|
+
|
|
20075
|
+
|
|
19939
20076
|
### 第 35 次发布
|
|
19940
20077
|
|
|
19941
20078
|
发布时间:2021-11-18 08:05:46
|
|
@@ -22381,6 +22518,18 @@
|
|
|
22381
22518
|
|
|
22382
22519
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
22383
22520
|
|
|
22521
|
+
### 第 5 次发布
|
|
22522
|
+
|
|
22523
|
+
发布时间:2021-12-15 08:06:44
|
|
22524
|
+
|
|
22525
|
+
本次发布包含了以下内容:
|
|
22526
|
+
|
|
22527
|
+
改善已有的文档。
|
|
22528
|
+
|
|
22529
|
+
新增接口:
|
|
22530
|
+
|
|
22531
|
+
* [[DescribeDBDiagEvents](https://cloud.tencent.com/document/api/1130/65947)](https://cloud.tencent.com/document/api/#/#)
|
|
22532
|
+
|
|
22384
22533
|
### 第 4 次发布
|
|
22385
22534
|
|
|
22386
22535
|
发布时间:2021-09-03 08:05:46
|
|
@@ -23775,11 +23924,11 @@
|
|
|
23775
23924
|
|
|
23776
23925
|
新增接口:
|
|
23777
23926
|
|
|
23778
|
-
* [
|
|
23927
|
+
* [DescribeDomainAliasList](https://cloud.tencent.com/document/api/1427/65766)
|
|
23779
23928
|
|
|
23780
23929
|
新增数据结构:
|
|
23781
23930
|
|
|
23782
|
-
* [
|
|
23931
|
+
* [DomainAliasInfo](https://cloud.tencent.com/document/api/1427/56185#DomainAliasInfo)
|
|
23783
23932
|
|
|
23784
23933
|
### 第 2 次发布
|
|
23785
23934
|
|
|
@@ -26396,6 +26545,99 @@
|
|
|
26396
26545
|
|
|
26397
26546
|
## 数字身份管控平台(员工版)(eiam) 版本:2021-04-20
|
|
26398
26547
|
|
|
26548
|
+
### 第 11 次发布
|
|
26549
|
+
|
|
26550
|
+
发布时间:2021-12-15 08:07:41
|
|
26551
|
+
|
|
26552
|
+
本次发布包含了以下内容:
|
|
26553
|
+
|
|
26554
|
+
改善已有的文档。
|
|
26555
|
+
|
|
26556
|
+
新增接口:
|
|
26557
|
+
|
|
26558
|
+
* [[AddAccountToAccountGroup](https://cloud.tencent.com/document/api/1442/65959)](https://cloud.tencent.com/document/api/#/#)
|
|
26559
|
+
* [[CreateAccountGroup](https://cloud.tencent.com/document/api/1442/65958)](https://cloud.tencent.com/document/api/#/#)
|
|
26560
|
+
* [[CreateAppAccount](https://cloud.tencent.com/document/api/1442/65957)](https://cloud.tencent.com/document/api/#/#)
|
|
26561
|
+
* [[DeleteAccountGroup](https://cloud.tencent.com/document/api/1442/65956)](https://cloud.tencent.com/document/api/#/#)
|
|
26562
|
+
* [[DeleteAppAccount](https://cloud.tencent.com/document/api/1442/65955)](https://cloud.tencent.com/document/api/#/#)
|
|
26563
|
+
* [[DeleteUsers](https://cloud.tencent.com/document/api/1442/65954)](https://cloud.tencent.com/document/api/#/#)
|
|
26564
|
+
* [[DescribeAccountGroup](https://cloud.tencent.com/document/api/1442/65953)](https://cloud.tencent.com/document/api/#/#)
|
|
26565
|
+
* [[DescribeAppAccount](https://cloud.tencent.com/document/api/1442/65952)](https://cloud.tencent.com/document/api/#/#)
|
|
26566
|
+
* [[DescribeUserThirdPartyAccountInfo](https://cloud.tencent.com/document/api/1442/65951)](https://cloud.tencent.com/document/api/#/#)
|
|
26567
|
+
* [[ListAccountInAccountGroup](https://cloud.tencent.com/document/api/1442/65960)](https://cloud.tencent.com/document/api/#/#)
|
|
26568
|
+
* [[ModifyAccountGroup](https://cloud.tencent.com/document/api/1442/65950)](https://cloud.tencent.com/document/api/#/#)
|
|
26569
|
+
* [[ModifyAppAccount](https://cloud.tencent.com/document/api/1442/65949)](https://cloud.tencent.com/document/api/#/#)
|
|
26570
|
+
* [[RemoveAccountFromAccountGroup](https://cloud.tencent.com/document/api/1442/65948)](https://cloud.tencent.com/document/api/#/#)
|
|
26571
|
+
|
|
26572
|
+
修改接口:
|
|
26573
|
+
|
|
26574
|
+
* [DescribeOrgNode](https://cloud.tencent.com/document/api/1442/57927)
|
|
26575
|
+
|
|
26576
|
+
* 新增出参:Description
|
|
26577
|
+
|
|
26578
|
+
* [DescribeUserInfo](https://cloud.tencent.com/document/api/1442/57984)
|
|
26579
|
+
|
|
26580
|
+
* 新增出参:PwdNeedReset
|
|
26581
|
+
|
|
26582
|
+
* [ListUserGroupsOfUser](https://cloud.tencent.com/document/api/1442/57926)
|
|
26583
|
+
|
|
26584
|
+
* 新增入参:SearchCondition, Sort, Offset, Limit
|
|
26585
|
+
|
|
26586
|
+
* 新增出参:UserGroupInfoList, TotalCount
|
|
26587
|
+
|
|
26588
|
+
* [ListUsersInOrgNode](https://cloud.tencent.com/document/api/1442/57925)
|
|
26589
|
+
|
|
26590
|
+
* 新增入参:SearchCondition, Sort, Offset, Limit
|
|
26591
|
+
|
|
26592
|
+
* 新增出参:OrgNodeIdPath, OrgNodeNamePath
|
|
26593
|
+
|
|
26594
|
+
* [ModifyUserInfo](https://cloud.tencent.com/document/api/1442/58033)
|
|
26595
|
+
|
|
26596
|
+
* 新增入参:OrgNodeId
|
|
26597
|
+
|
|
26598
|
+
|
|
26599
|
+
新增数据结构:
|
|
26600
|
+
|
|
26601
|
+
* [[AccountGroupInfo](https://cloud.tencent.com/document/api/1442/57931#AccountGroupInfo)](https://cloud.tencent.com/document/api/1442/57931#[AccountGroupInfo](https://cloud.tencent.com/document/api/1442/57931#AccountGroupInfo))
|
|
26602
|
+
* [[AccountGroupSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AccountGroupSearchCriteria)](https://cloud.tencent.com/document/api/1442/57931#[AccountGroupSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AccountGroupSearchCriteria))
|
|
26603
|
+
* [[AppAccountInfo](https://cloud.tencent.com/document/api/1442/57931#AppAccountInfo)](https://cloud.tencent.com/document/api/1442/57931#[AppAccountInfo](https://cloud.tencent.com/document/api/1442/57931#AppAccountInfo))
|
|
26604
|
+
* [[AppAccountSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AppAccountSearchCriteria)](https://cloud.tencent.com/document/api/1442/57931#[AppAccountSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#AppAccountSearchCriteria))
|
|
26605
|
+
* [[LinkUserInfo](https://cloud.tencent.com/document/api/1442/57931#LinkUserInfo)](https://cloud.tencent.com/document/api/1442/57931#[LinkUserInfo](https://cloud.tencent.com/document/api/1442/57931#LinkUserInfo))
|
|
26606
|
+
* [[ListUsersInOrgNodeSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#ListUsersInOrgNodeSearchCriteria)](https://cloud.tencent.com/document/api/1442/57931#[ListUsersInOrgNodeSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#ListUsersInOrgNodeSearchCriteria))
|
|
26607
|
+
* [[ThirdPartyAccountInfo](https://cloud.tencent.com/document/api/1442/57931#ThirdPartyAccountInfo)](https://cloud.tencent.com/document/api/1442/57931#[ThirdPartyAccountInfo](https://cloud.tencent.com/document/api/1442/57931#ThirdPartyAccountInfo))
|
|
26608
|
+
* [[UserGroupInfo](https://cloud.tencent.com/document/api/1442/57931#UserGroupInfo)](https://cloud.tencent.com/document/api/1442/57931#[UserGroupInfo](https://cloud.tencent.com/document/api/1442/57931#UserGroupInfo))
|
|
26609
|
+
* [[UserGroupInformationSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#UserGroupInformationSearchCriteria)](https://cloud.tencent.com/document/api/1442/57931#[UserGroupInformationSearchCriteria](https://cloud.tencent.com/document/api/1442/57931#UserGroupInformationSearchCriteria))
|
|
26610
|
+
|
|
26611
|
+
修改数据结构:
|
|
26612
|
+
|
|
26613
|
+
* [ApplicationAuthorizationInfo](https://cloud.tencent.com/document/api/1442/57931#ApplicationAuthorizationInfo)
|
|
26614
|
+
|
|
26615
|
+
* 新增成员:ApplicationName, CreatedDate
|
|
26616
|
+
|
|
26617
|
+
* [OrgNodeChildInfo](https://cloud.tencent.com/document/api/1442/57931#OrgNodeChildInfo)
|
|
26618
|
+
|
|
26619
|
+
* 新增成员:Description
|
|
26620
|
+
|
|
26621
|
+
* [OrgNodeChildUserInfo](https://cloud.tencent.com/document/api/1442/57931#OrgNodeChildUserInfo)
|
|
26622
|
+
|
|
26623
|
+
* 新增成员:OrgNodeIdPath, OrgNodeNamePath
|
|
26624
|
+
|
|
26625
|
+
|
|
26626
|
+
### 第 10 次发布
|
|
26627
|
+
|
|
26628
|
+
发布时间:2021-12-14 08:09:55
|
|
26629
|
+
|
|
26630
|
+
本次发布包含了以下内容:
|
|
26631
|
+
|
|
26632
|
+
改善已有的文档。
|
|
26633
|
+
|
|
26634
|
+
修改数据结构:
|
|
26635
|
+
|
|
26636
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1442/57931#UserInfo)
|
|
26637
|
+
|
|
26638
|
+
* 新增成员:UserName, Phone, Email, Status, DataSource
|
|
26639
|
+
|
|
26640
|
+
|
|
26399
26641
|
### 第 9 次发布
|
|
26400
26642
|
|
|
26401
26643
|
发布时间:2021-09-22 08:07:57
|
|
@@ -26636,6 +26878,25 @@
|
|
|
26636
26878
|
|
|
26637
26879
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
26638
26880
|
|
|
26881
|
+
### 第 25 次发布
|
|
26882
|
+
|
|
26883
|
+
发布时间:2021-12-10 08:06:20
|
|
26884
|
+
|
|
26885
|
+
本次发布包含了以下内容:
|
|
26886
|
+
|
|
26887
|
+
改善已有的文档。
|
|
26888
|
+
|
|
26889
|
+
修改接口:
|
|
26890
|
+
|
|
26891
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
|
|
26892
|
+
|
|
26893
|
+
* 新增入参:SceneName
|
|
26894
|
+
|
|
26895
|
+
* [InquiryPriceCreateInstance](https://cloud.tencent.com/document/api/589/33980)
|
|
26896
|
+
|
|
26897
|
+
* 新增入参:SceneName
|
|
26898
|
+
|
|
26899
|
+
|
|
26639
26900
|
### 第 24 次发布
|
|
26640
26901
|
|
|
26641
26902
|
发布时间:2021-12-08 08:10:26
|
|
@@ -28102,6 +28363,29 @@
|
|
|
28102
28363
|
|
|
28103
28364
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
28104
28365
|
|
|
28366
|
+
### 第 34 次发布
|
|
28367
|
+
|
|
28368
|
+
发布时间:2021-12-10 08:06:32
|
|
28369
|
+
|
|
28370
|
+
本次发布包含了以下内容:
|
|
28371
|
+
|
|
28372
|
+
改善已有的文档。
|
|
28373
|
+
|
|
28374
|
+
修改接口:
|
|
28375
|
+
|
|
28376
|
+
* [DetectAuth](https://cloud.tencent.com/document/api/1007/31816)
|
|
28377
|
+
|
|
28378
|
+
* 新增入参:IntentionVerifyText
|
|
28379
|
+
|
|
28380
|
+
* [GetDetectInfoEnhanced](https://cloud.tencent.com/document/api/1007/41957)
|
|
28381
|
+
|
|
28382
|
+
* 新增出参:IntentionVerifyData
|
|
28383
|
+
|
|
28384
|
+
|
|
28385
|
+
新增数据结构:
|
|
28386
|
+
|
|
28387
|
+
* [IntentionVerifyData](https://cloud.tencent.com/document/api/1007/41958#IntentionVerifyData)
|
|
28388
|
+
|
|
28105
28389
|
### 第 33 次发布
|
|
28106
28390
|
|
|
28107
28391
|
发布时间:2021-11-23 08:07:49
|
|
@@ -33229,6 +33513,22 @@
|
|
|
33229
33513
|
|
|
33230
33514
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
33231
33515
|
|
|
33516
|
+
### 第 39 次发布
|
|
33517
|
+
|
|
33518
|
+
发布时间:2021-12-10 08:07:35
|
|
33519
|
+
|
|
33520
|
+
本次发布包含了以下内容:
|
|
33521
|
+
|
|
33522
|
+
改善已有的文档。
|
|
33523
|
+
|
|
33524
|
+
新增接口:
|
|
33525
|
+
|
|
33526
|
+
* [GetFamilyDeviceUserList](https://cloud.tencent.com/document/api/1081/65807)
|
|
33527
|
+
|
|
33528
|
+
新增数据结构:
|
|
33529
|
+
|
|
33530
|
+
* [DeviceUser](https://cloud.tencent.com/document/api/1081/34988#DeviceUser)
|
|
33531
|
+
|
|
33232
33532
|
### 第 38 次发布
|
|
33233
33533
|
|
|
33234
33534
|
发布时间:2021-12-09 08:07:14
|
|
@@ -33239,7 +33539,7 @@
|
|
|
33239
33539
|
|
|
33240
33540
|
新增接口:
|
|
33241
33541
|
|
|
33242
|
-
* [
|
|
33542
|
+
* [PublishRRPCMessage](https://cloud.tencent.com/document/api/1081/65767)
|
|
33243
33543
|
|
|
33244
33544
|
### 第 37 次发布
|
|
33245
33545
|
|
|
@@ -34907,6 +35207,52 @@
|
|
|
34907
35207
|
|
|
34908
35208
|
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
34909
35209
|
|
|
35210
|
+
### 第 13 次发布
|
|
35211
|
+
|
|
35212
|
+
发布时间:2021-12-15 08:09:30
|
|
35213
|
+
|
|
35214
|
+
本次发布包含了以下内容:
|
|
35215
|
+
|
|
35216
|
+
改善已有的文档。
|
|
35217
|
+
|
|
35218
|
+
新增接口:
|
|
35219
|
+
|
|
35220
|
+
* [[CreateLiveChannel](https://cloud.tencent.com/document/api/1361/65979)](https://cloud.tencent.com/document/api/#/#)
|
|
35221
|
+
* [[CreateLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65972)](https://cloud.tencent.com/document/api/#/#)
|
|
35222
|
+
* [[CreateScene](https://cloud.tencent.com/document/api/1361/65989)](https://cloud.tencent.com/document/api/#/#)
|
|
35223
|
+
* [[DeleteChannel](https://cloud.tencent.com/document/api/1361/65961)](https://cloud.tencent.com/document/api/#/#)
|
|
35224
|
+
* [[DeleteLiveChannel](https://cloud.tencent.com/document/api/1361/65978)](https://cloud.tencent.com/document/api/#/#)
|
|
35225
|
+
* [[DeleteLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65971)](https://cloud.tencent.com/document/api/#/#)
|
|
35226
|
+
* [[DeleteLiveVideoList](https://cloud.tencent.com/document/api/1361/65984)](https://cloud.tencent.com/document/api/#/#)
|
|
35227
|
+
* [[DeleteScene](https://cloud.tencent.com/document/api/1361/65988)](https://cloud.tencent.com/document/api/#/#)
|
|
35228
|
+
* [[DeleteVideoList](https://cloud.tencent.com/document/api/1361/65987)](https://cloud.tencent.com/document/api/#/#)
|
|
35229
|
+
* [[DescribeBindSceneDevices](https://cloud.tencent.com/document/api/1361/65970)](https://cloud.tencent.com/document/api/#/#)
|
|
35230
|
+
* [[DescribeChannelsByLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65969)](https://cloud.tencent.com/document/api/#/#)
|
|
35231
|
+
* [[DescribeLiveChannel](https://cloud.tencent.com/document/api/1361/65977)](https://cloud.tencent.com/document/api/#/#)
|
|
35232
|
+
* [[DescribeLiveChannelList](https://cloud.tencent.com/document/api/1361/65976)](https://cloud.tencent.com/document/api/#/#)
|
|
35233
|
+
* [[DescribeLiveRecordPlanById](https://cloud.tencent.com/document/api/1361/65968)](https://cloud.tencent.com/document/api/#/#)
|
|
35234
|
+
* [[DescribeLiveRecordPlanIds](https://cloud.tencent.com/document/api/1361/65967)](https://cloud.tencent.com/document/api/#/#)
|
|
35235
|
+
* [[DescribeLiveStream](https://cloud.tencent.com/document/api/1361/65975)](https://cloud.tencent.com/document/api/#/#)
|
|
35236
|
+
* [[DescribeLiveVideoList](https://cloud.tencent.com/document/api/1361/65983)](https://cloud.tencent.com/document/api/#/#)
|
|
35237
|
+
* [[DescribeRecordDatesByLive](https://cloud.tencent.com/document/api/1361/65982)](https://cloud.tencent.com/document/api/#/#)
|
|
35238
|
+
* [[DescribeScenes](https://cloud.tencent.com/document/api/1361/65986)](https://cloud.tencent.com/document/api/#/#)
|
|
35239
|
+
* [[DescribeSubscriptionStatus](https://cloud.tencent.com/document/api/1361/65963)](https://cloud.tencent.com/document/api/#/#)
|
|
35240
|
+
* [[ModifyBindPlanLiveChannel](https://cloud.tencent.com/document/api/1361/65966)](https://cloud.tencent.com/document/api/#/#)
|
|
35241
|
+
* [[ModifyLiveChannel](https://cloud.tencent.com/document/api/1361/65974)](https://cloud.tencent.com/document/api/#/#)
|
|
35242
|
+
* [[ModifyLiveRecordPlan](https://cloud.tencent.com/document/api/1361/65965)](https://cloud.tencent.com/document/api/#/#)
|
|
35243
|
+
* [[ModifyLiveVideo](https://cloud.tencent.com/document/api/1361/65981)](https://cloud.tencent.com/document/api/#/#)
|
|
35244
|
+
* [[ModifySubscriptionStatus](https://cloud.tencent.com/document/api/1361/65962)](https://cloud.tencent.com/document/api/#/#)
|
|
35245
|
+
* [[ModifyVideoInfo](https://cloud.tencent.com/document/api/1361/65985)](https://cloud.tencent.com/document/api/#/#)
|
|
35246
|
+
|
|
35247
|
+
新增数据结构:
|
|
35248
|
+
|
|
35249
|
+
* [[LiveChannelInfo](https://cloud.tencent.com/document/api/1361/53754#LiveChannelInfo)](https://cloud.tencent.com/document/api/1361/53754#[LiveChannelInfo](https://cloud.tencent.com/document/api/1361/53754#LiveChannelInfo))
|
|
35250
|
+
* [[LiveChannelItem](https://cloud.tencent.com/document/api/1361/53754#LiveChannelItem)](https://cloud.tencent.com/document/api/1361/53754#[LiveChannelItem](https://cloud.tencent.com/document/api/1361/53754#LiveChannelItem))
|
|
35251
|
+
* [[LiveRecordItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordItem)](https://cloud.tencent.com/document/api/1361/53754#[LiveRecordItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordItem))
|
|
35252
|
+
* [[LiveRecordPlanItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordPlanItem)](https://cloud.tencent.com/document/api/1361/53754#[LiveRecordPlanItem](https://cloud.tencent.com/document/api/1361/53754#LiveRecordPlanItem))
|
|
35253
|
+
* [[SceneItem](https://cloud.tencent.com/document/api/1361/53754#SceneItem)](https://cloud.tencent.com/document/api/1361/53754#[SceneItem](https://cloud.tencent.com/document/api/1361/53754#SceneItem))
|
|
35254
|
+
* [[StreamAddress](https://cloud.tencent.com/document/api/1361/53754#StreamAddress)](https://cloud.tencent.com/document/api/1361/53754#[StreamAddress](https://cloud.tencent.com/document/api/1361/53754#StreamAddress))
|
|
35255
|
+
|
|
34910
35256
|
### 第 12 次发布
|
|
34911
35257
|
|
|
34912
35258
|
发布时间:2021-12-03 08:08:18
|
|
@@ -36034,6 +36380,21 @@
|
|
|
36034
36380
|
|
|
36035
36381
|
## 云直播(live) 版本:2018-08-01
|
|
36036
36382
|
|
|
36383
|
+
### 第 71 次发布
|
|
36384
|
+
|
|
36385
|
+
发布时间:2021-12-15 08:10:09
|
|
36386
|
+
|
|
36387
|
+
本次发布包含了以下内容:
|
|
36388
|
+
|
|
36389
|
+
改善已有的文档。
|
|
36390
|
+
|
|
36391
|
+
修改接口:
|
|
36392
|
+
|
|
36393
|
+
* [DescribeLivePackageInfo](https://cloud.tencent.com/document/api/267/40942)
|
|
36394
|
+
|
|
36395
|
+
* 新增出参:FluxPackageBillMode
|
|
36396
|
+
|
|
36397
|
+
|
|
36037
36398
|
### 第 70 次发布
|
|
36038
36399
|
|
|
36039
36400
|
发布时间:2021-09-09 08:06:21
|
|
@@ -38546,6 +38907,25 @@
|
|
|
38546
38907
|
|
|
38547
38908
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
38548
38909
|
|
|
38910
|
+
### 第 16 次发布
|
|
38911
|
+
|
|
38912
|
+
发布时间:2021-12-14 08:12:21
|
|
38913
|
+
|
|
38914
|
+
本次发布包含了以下内容:
|
|
38915
|
+
|
|
38916
|
+
改善已有的文档。
|
|
38917
|
+
|
|
38918
|
+
新增接口:
|
|
38919
|
+
|
|
38920
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/240/65903)
|
|
38921
|
+
|
|
38922
|
+
新增数据结构:
|
|
38923
|
+
|
|
38924
|
+
* [InstanceEnumParam](https://cloud.tencent.com/document/api/240/38576#InstanceEnumParam)
|
|
38925
|
+
* [InstanceIntegerParam](https://cloud.tencent.com/document/api/240/38576#InstanceIntegerParam)
|
|
38926
|
+
* [InstanceMultiParam](https://cloud.tencent.com/document/api/240/38576#InstanceMultiParam)
|
|
38927
|
+
* [InstanceTextParam](https://cloud.tencent.com/document/api/240/38576#InstanceTextParam)
|
|
38928
|
+
|
|
38549
38929
|
### 第 15 次发布
|
|
38550
38930
|
|
|
38551
38931
|
发布时间:2021-12-09 08:08:23
|
|
@@ -40766,6 +41146,36 @@
|
|
|
40766
41146
|
|
|
40767
41147
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
40768
41148
|
|
|
41149
|
+
### 第 10 次发布
|
|
41150
|
+
|
|
41151
|
+
发布时间:2021-12-14 08:12:50
|
|
41152
|
+
|
|
41153
|
+
本次发布包含了以下内容:
|
|
41154
|
+
|
|
41155
|
+
改善已有的文档。
|
|
41156
|
+
|
|
41157
|
+
修改数据结构:
|
|
41158
|
+
|
|
41159
|
+
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
41160
|
+
|
|
41161
|
+
* 新增成员:OcrResult
|
|
41162
|
+
|
|
41163
|
+
|
|
41164
|
+
### 第 9 次发布
|
|
41165
|
+
|
|
41166
|
+
发布时间:2021-12-10 08:09:11
|
|
41167
|
+
|
|
41168
|
+
本次发布包含了以下内容:
|
|
41169
|
+
|
|
41170
|
+
改善已有的文档。
|
|
41171
|
+
|
|
41172
|
+
修改数据结构:
|
|
41173
|
+
|
|
41174
|
+
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
41175
|
+
|
|
41176
|
+
* 新增成员:OcrText
|
|
41177
|
+
|
|
41178
|
+
|
|
40769
41179
|
### 第 8 次发布
|
|
40770
41180
|
|
|
40771
41181
|
发布时间:2021-11-30 08:10:05
|
|
@@ -45041,6 +45451,33 @@
|
|
|
45041
45451
|
|
|
45042
45452
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
45043
45453
|
|
|
45454
|
+
### 第 9 次发布
|
|
45455
|
+
|
|
45456
|
+
发布时间:2021-12-14 08:13:36
|
|
45457
|
+
|
|
45458
|
+
本次发布包含了以下内容:
|
|
45459
|
+
|
|
45460
|
+
改善已有的文档。
|
|
45461
|
+
|
|
45462
|
+
修改接口:
|
|
45463
|
+
|
|
45464
|
+
* [DescribeDataEventUrl](https://cloud.tencent.com/document/api/1464/65769)
|
|
45465
|
+
|
|
45466
|
+
* 新增入参:Env
|
|
45467
|
+
|
|
45468
|
+
* [DescribeDataLogUrlStatistics](https://cloud.tencent.com/document/api/1464/60495)
|
|
45469
|
+
|
|
45470
|
+
* 新增入参:Env
|
|
45471
|
+
|
|
45472
|
+
* [DescribeDataPerformancePage](https://cloud.tencent.com/document/api/1464/59944)
|
|
45473
|
+
|
|
45474
|
+
* 新增入参:Env
|
|
45475
|
+
|
|
45476
|
+
* [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
|
|
45477
|
+
|
|
45478
|
+
* 新增入参:Env
|
|
45479
|
+
|
|
45480
|
+
|
|
45044
45481
|
### 第 8 次发布
|
|
45045
45482
|
|
|
45046
45483
|
发布时间:2021-12-09 08:09:35
|
|
@@ -45051,8 +45488,8 @@
|
|
|
45051
45488
|
|
|
45052
45489
|
新增接口:
|
|
45053
45490
|
|
|
45054
|
-
* [
|
|
45055
|
-
* [
|
|
45491
|
+
* [DescribeDataEventUrl](https://cloud.tencent.com/document/api/1464/65769)
|
|
45492
|
+
* [DescribeDataPvUrlStatistics](https://cloud.tencent.com/document/api/1464/65768)
|
|
45056
45493
|
|
|
45057
45494
|
### 第 7 次发布
|
|
45058
45495
|
|
|
@@ -48530,7 +48967,7 @@
|
|
|
48530
48967
|
|
|
48531
48968
|
新增接口:
|
|
48532
48969
|
|
|
48533
|
-
* [
|
|
48970
|
+
* [CancelInvocation](https://cloud.tencent.com/document/api/1340/65770)
|
|
48534
48971
|
|
|
48535
48972
|
### 第 16 次发布
|
|
48536
48973
|
|
|
@@ -52731,6 +53168,25 @@
|
|
|
52731
53168
|
|
|
52732
53169
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
52733
53170
|
|
|
53171
|
+
### 第 25 次发布
|
|
53172
|
+
|
|
53173
|
+
发布时间:2021-12-14 08:15:22
|
|
53174
|
+
|
|
53175
|
+
本次发布包含了以下内容:
|
|
53176
|
+
|
|
53177
|
+
改善已有的文档。
|
|
53178
|
+
|
|
53179
|
+
修改接口:
|
|
53180
|
+
|
|
53181
|
+
* [CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)
|
|
53182
|
+
|
|
53183
|
+
* 新增入参:PartitionNum
|
|
53184
|
+
|
|
53185
|
+
* [ModifyRocketMQTopic](https://cloud.tencent.com/document/api/1179/63414)
|
|
53186
|
+
|
|
53187
|
+
* 新增入参:PartitionNum
|
|
53188
|
+
|
|
53189
|
+
|
|
52734
53190
|
### 第 24 次发布
|
|
52735
53191
|
|
|
52736
53192
|
发布时间:2021-12-03 08:11:41
|
|
@@ -53607,7 +54063,7 @@
|
|
|
53607
54063
|
|
|
53608
54064
|
新增接口:
|
|
53609
54065
|
|
|
53610
|
-
* [
|
|
54066
|
+
* [ModifyApplicationReplicas](https://cloud.tencent.com/document/api/1371/65772)
|
|
53611
54067
|
|
|
53612
54068
|
### 第 5 次发布
|
|
53613
54069
|
|
|
@@ -53752,6 +54208,47 @@
|
|
|
53752
54208
|
|
|
53753
54209
|
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
53754
54210
|
|
|
54211
|
+
### 第 3 次发布
|
|
54212
|
+
|
|
54213
|
+
发布时间:2021-12-15 08:13:47
|
|
54214
|
+
|
|
54215
|
+
本次发布包含了以下内容:
|
|
54216
|
+
|
|
54217
|
+
改善已有的文档。
|
|
54218
|
+
|
|
54219
|
+
新增数据结构:
|
|
54220
|
+
|
|
54221
|
+
* [[GooseFSOption](https://cloud.tencent.com/document/api/1527/64906#GooseFSOption)](https://cloud.tencent.com/document/api/1527/64906#[GooseFSOption](https://cloud.tencent.com/document/api/1527/64906#GooseFSOption))
|
|
54222
|
+
|
|
54223
|
+
修改数据结构:
|
|
54224
|
+
|
|
54225
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/64906#StorageOption)
|
|
54226
|
+
|
|
54227
|
+
* 新增成员:GooseFSOptions
|
|
54228
|
+
|
|
54229
|
+
* <font color="#dd0000">**修改成员**:</font>CFSOptions
|
|
54230
|
+
|
|
54231
|
+
|
|
54232
|
+
### 第 2 次发布
|
|
54233
|
+
|
|
54234
|
+
发布时间:2021-12-13 08:14:47
|
|
54235
|
+
|
|
54236
|
+
本次发布包含了以下内容:
|
|
54237
|
+
|
|
54238
|
+
改善已有的文档。
|
|
54239
|
+
|
|
54240
|
+
修改接口:
|
|
54241
|
+
|
|
54242
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/64905)
|
|
54243
|
+
|
|
54244
|
+
* 新增入参:StorageOption
|
|
54245
|
+
|
|
54246
|
+
|
|
54247
|
+
新增数据结构:
|
|
54248
|
+
|
|
54249
|
+
* [CFSOption](https://cloud.tencent.com/document/api/1527/64906#CFSOption)
|
|
54250
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/64906#StorageOption)
|
|
54251
|
+
|
|
53755
54252
|
### 第 1 次发布
|
|
53756
54253
|
|
|
53757
54254
|
发布时间:2021-11-29 12:09:18
|
|
@@ -57707,6 +58204,21 @@
|
|
|
57707
58204
|
|
|
57708
58205
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
57709
58206
|
|
|
58207
|
+
### 第 13 次发布
|
|
58208
|
+
|
|
58209
|
+
发布时间:2021-12-14 08:16:15
|
|
58210
|
+
|
|
58211
|
+
本次发布包含了以下内容:
|
|
58212
|
+
|
|
58213
|
+
改善已有的文档。
|
|
58214
|
+
|
|
58215
|
+
修改接口:
|
|
58216
|
+
|
|
58217
|
+
* [DescribeSREInstances](https://cloud.tencent.com/document/api/1364/54940)
|
|
58218
|
+
|
|
58219
|
+
* 新增入参:QuerySource
|
|
58220
|
+
|
|
58221
|
+
|
|
57710
58222
|
### 第 12 次发布
|
|
57711
58223
|
|
|
57712
58224
|
发布时间:2021-11-16 08:15:49
|
|
@@ -60075,7 +60587,7 @@
|
|
|
60075
60587
|
|
|
60076
60588
|
新增数据结构:
|
|
60077
60589
|
|
|
60078
|
-
* [
|
|
60590
|
+
* [RestoreMediaTask](https://cloud.tencent.com/document/api/266/31773#RestoreMediaTask)
|
|
60079
60591
|
|
|
60080
60592
|
修改数据结构:
|
|
60081
60593
|
|
|
@@ -62753,6 +63265,21 @@
|
|
|
62753
63265
|
|
|
62754
63266
|
## 私有网络(vpc) 版本:2017-03-12
|
|
62755
63267
|
|
|
63268
|
+
### 第 102 次发布
|
|
63269
|
+
|
|
63270
|
+
发布时间:2021-12-15 08:15:14
|
|
63271
|
+
|
|
63272
|
+
本次发布包含了以下内容:
|
|
63273
|
+
|
|
63274
|
+
改善已有的文档。
|
|
63275
|
+
|
|
63276
|
+
修改接口:
|
|
63277
|
+
|
|
63278
|
+
* [DescribeSecurityGroupPolicies](https://cloud.tencent.com/document/api/215/15804)
|
|
63279
|
+
|
|
63280
|
+
* 新增入参:Filters
|
|
63281
|
+
|
|
63282
|
+
|
|
62756
63283
|
### 第 101 次发布
|
|
62757
63284
|
|
|
62758
63285
|
发布时间:2021-11-17 08:17:56
|