tencentcloud-sdk-nodejs 4.0.570 → 4.0.571
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 +352 -0
- package/SERVICE_CHANGELOG.md +606 -124
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +13 -11
- package/src/services/car/v20220110/car_client.ts +24 -0
- package/src/services/car/v20220110/car_models.ts +40 -0
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +52 -2
- package/src/services/cdwch/v20200915/cdwch_client.ts +13 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +79 -19
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +20 -7
- package/src/services/cwp/v20180228/cwp_models.ts +185 -4
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
- package/src/services/lcic/v20220817/lcic_client.ts +55 -16
- package/src/services/lcic/v20220817/lcic_models.ts +325 -111
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +17 -17
- package/src/services/ocr/v20181119/ocr_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +26 -16
- package/src/services/redis/v20180412/redis_models.ts +35 -12
- package/src/services/smop/v20201203/smop_models.ts +8 -2
- package/src/services/tcss/v20201101/tcss_models.ts +44 -34
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_client.ts +11 -10
- package/src/services/vpc/v20170312/vpc_models.ts +191 -72
- package/src/services/wedata/v20210820/wedata_models.ts +11 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +13 -11
- package/tencentcloud/services/car/v20220110/car_client.d.ts +9 -1
- package/tencentcloud/services/car/v20220110/car_client.js +12 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +36 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -2
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +67 -16
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +155 -4
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +17 -5
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +24 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +274 -93
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -17
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -16
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +33 -10
- package/tencentcloud/services/smop/v20201203/smop_models.d.ts +7 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +42 -34
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +170 -70
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -5
- package/test/car.v20220110.test.js +20 -0
- package/test/cdwch.v20200915.test.js +10 -0
- package/test/cwp.v20180228.test.js +12 -2
- package/test/lcic.v20220817.test.js +34 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,33 +1,92 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 应用云渲染(car) 版本:2022-01-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-03-30
|
|
7
|
+
发布时间:2023-03-30 17:11:05
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [StartPublishStream](https://cloud.tencent.com/document/api/1547/89669)
|
|
16
|
+
* [StopPublishStream](https://cloud.tencent.com/document/api/1547/89668)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
21
|
+
|
|
22
|
+
### 第 118 次发布
|
|
23
|
+
|
|
24
|
+
发布时间:2023-03-31 01:08:16
|
|
25
|
+
|
|
26
|
+
本次发布包含了以下内容:
|
|
27
|
+
|
|
28
|
+
改善已有的文档。
|
|
29
|
+
|
|
30
|
+
修改接口:
|
|
31
|
+
|
|
32
|
+
* [AddCdnDomain](https://cloud.tencent.com/document/api/228/41123)
|
|
33
|
+
|
|
34
|
+
* 新增入参:OthersPrivateAccess
|
|
35
|
+
|
|
36
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
37
|
+
|
|
38
|
+
* 新增入参:OthersPrivateAccess
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
新增数据结构:
|
|
42
|
+
|
|
43
|
+
* [OthersPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OthersPrivateAccess)
|
|
44
|
+
|
|
13
45
|
修改数据结构:
|
|
14
46
|
|
|
15
|
-
* [
|
|
47
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
16
48
|
|
|
17
|
-
* 新增成员:
|
|
49
|
+
* 新增成员:OthersPrivateAccess
|
|
18
50
|
|
|
19
51
|
|
|
20
52
|
|
|
21
53
|
|
|
22
|
-
##
|
|
54
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
55
|
+
|
|
56
|
+
### 第 10 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2023-04-03 01:07:25
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
修改接口:
|
|
65
|
+
|
|
66
|
+
* [DescribeInstance](https://cloud.tencent.com/document/api/1299/84354)
|
|
67
|
+
|
|
68
|
+
* 新增入参:IsOpenApi
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### 第 9 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2023-03-31 01:09:05
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
新增接口:
|
|
80
|
+
|
|
81
|
+
* [DescribeInstanceState](https://cloud.tencent.com/document/api/1299/89676)
|
|
23
82
|
|
|
24
83
|
|
|
25
84
|
|
|
26
85
|
## 主机安全(cwp) 版本:2018-02-28
|
|
27
86
|
|
|
28
|
-
### 第
|
|
87
|
+
### 第 76 次发布
|
|
29
88
|
|
|
30
|
-
发布时间:2023-03-
|
|
89
|
+
发布时间:2023-03-31 01:16:52
|
|
31
90
|
|
|
32
91
|
本次发布包含了以下内容:
|
|
33
92
|
|
|
@@ -35,19 +94,19 @@
|
|
|
35
94
|
|
|
36
95
|
新增接口:
|
|
37
96
|
|
|
38
|
-
* [
|
|
97
|
+
* [DescribeBashEventsInfoNew](https://cloud.tencent.com/document/api/296/89677)
|
|
39
98
|
|
|
40
99
|
新增数据结构:
|
|
41
100
|
|
|
42
|
-
* [
|
|
101
|
+
* [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
|
|
43
102
|
|
|
44
103
|
|
|
45
104
|
|
|
46
|
-
##
|
|
105
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
47
106
|
|
|
48
|
-
### 第
|
|
107
|
+
### 第 55 次发布
|
|
49
108
|
|
|
50
|
-
发布时间:2023-03-
|
|
109
|
+
发布时间:2023-03-31 01:26:47
|
|
51
110
|
|
|
52
111
|
本次发布包含了以下内容:
|
|
53
112
|
|
|
@@ -55,18 +114,56 @@
|
|
|
55
114
|
|
|
56
115
|
修改数据结构:
|
|
57
116
|
|
|
58
|
-
* [
|
|
117
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
|
|
59
118
|
|
|
60
|
-
* 新增成员:
|
|
119
|
+
* 新增成员:CcInfos
|
|
61
120
|
|
|
62
121
|
|
|
63
122
|
|
|
64
123
|
|
|
65
|
-
##
|
|
124
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
66
125
|
|
|
67
|
-
### 第
|
|
126
|
+
### 第 72 次发布
|
|
68
127
|
|
|
69
|
-
发布时间:2023-03-
|
|
128
|
+
发布时间:2023-03-31 16:30:48
|
|
129
|
+
|
|
130
|
+
本次发布包含了以下内容:
|
|
131
|
+
|
|
132
|
+
改善已有的文档。
|
|
133
|
+
|
|
134
|
+
修改数据结构:
|
|
135
|
+
|
|
136
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
137
|
+
|
|
138
|
+
* 新增成员:UserData
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
148
|
+
|
|
149
|
+
### 第 20 次发布
|
|
150
|
+
|
|
151
|
+
发布时间:2023-04-03 01:23:43
|
|
152
|
+
|
|
153
|
+
本次发布包含了以下内容:
|
|
154
|
+
|
|
155
|
+
改善已有的文档。
|
|
156
|
+
|
|
157
|
+
修改接口:
|
|
158
|
+
|
|
159
|
+
* [DescribeDeveloper](https://cloud.tencent.com/document/api/1639/89115)
|
|
160
|
+
|
|
161
|
+
* 新增出参:DeveloperId
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### 第 19 次发布
|
|
165
|
+
|
|
166
|
+
发布时间:2023-03-31 01:33:58
|
|
70
167
|
|
|
71
168
|
本次发布包含了以下内容:
|
|
72
169
|
|
|
@@ -74,72 +171,65 @@
|
|
|
74
171
|
|
|
75
172
|
新增接口:
|
|
76
173
|
|
|
77
|
-
* [
|
|
78
|
-
* [
|
|
79
|
-
* [
|
|
80
|
-
* [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
|
|
81
|
-
* [DeleteCluster](https://cloud.tencent.com/document/api/1527/89562)
|
|
82
|
-
* [DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/89577)
|
|
83
|
-
* [DeleteNodes](https://cloud.tencent.com/document/api/1527/89570)
|
|
84
|
-
* [DeleteQueue](https://cloud.tencent.com/document/api/1527/89566)
|
|
85
|
-
* [DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89574)
|
|
86
|
-
* [DescribeClusterActivities](https://cloud.tencent.com/document/api/1527/89561)
|
|
87
|
-
* [DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/89576)
|
|
88
|
-
* [DescribeClusters](https://cloud.tencent.com/document/api/1527/89560)
|
|
89
|
-
* [DescribeNodes](https://cloud.tencent.com/document/api/1527/89569)
|
|
90
|
-
* [DescribeQueues](https://cloud.tencent.com/document/api/1527/89565)
|
|
91
|
-
* [SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89573)
|
|
174
|
+
* [DescribeAnswerList](https://cloud.tencent.com/document/api/1639/89679)
|
|
175
|
+
* [DescribeQuestionList](https://cloud.tencent.com/document/api/1639/89678)
|
|
176
|
+
* [DescribeSupervisors](https://cloud.tencent.com/document/api/1639/89680)
|
|
92
177
|
|
|
93
178
|
新增数据结构:
|
|
94
179
|
|
|
95
|
-
* [
|
|
96
|
-
* [
|
|
97
|
-
* [
|
|
98
|
-
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
|
|
99
|
-
* [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
|
|
100
|
-
* [ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ComputeNodeOverview)
|
|
101
|
-
* [DataDisk](https://cloud.tencent.com/document/api/1527/89579#DataDisk)
|
|
102
|
-
* [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)
|
|
103
|
-
* [ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfigOverview)
|
|
104
|
-
* [Filter](https://cloud.tencent.com/document/api/1527/89579#Filter)
|
|
105
|
-
* [GooseFSOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSOption)
|
|
106
|
-
* [GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSOptionOverview)
|
|
107
|
-
* [GooseFSxOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOption)
|
|
108
|
-
* [GooseFSxOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOptionOverview)
|
|
109
|
-
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#InstanceChargePrepaid)
|
|
110
|
-
* [InternetAccessible](https://cloud.tencent.com/document/api/1527/89579#InternetAccessible)
|
|
111
|
-
* [LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)
|
|
112
|
-
* [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/89579#LoginNodeOverview)
|
|
113
|
-
* [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
|
|
114
|
-
* [ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)
|
|
115
|
-
* [ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ManagerNodeOverview)
|
|
116
|
-
* [NodeActivity](https://cloud.tencent.com/document/api/1527/89579#NodeActivity)
|
|
117
|
-
* [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
|
|
118
|
-
* [Placement](https://cloud.tencent.com/document/api/1527/89579#Placement)
|
|
119
|
-
* [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
|
|
120
|
-
* [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
|
|
121
|
-
* [QueueOverview](https://cloud.tencent.com/document/api/1527/89579#QueueOverview)
|
|
122
|
-
* [StorageOption](https://cloud.tencent.com/document/api/1527/89579#StorageOption)
|
|
123
|
-
* [StorageOptionOverview](https://cloud.tencent.com/document/api/1527/89579#StorageOptionOverview)
|
|
124
|
-
* [SystemDisk](https://cloud.tencent.com/document/api/1527/89579#SystemDisk)
|
|
125
|
-
* [Tag](https://cloud.tencent.com/document/api/1527/89579#Tag)
|
|
126
|
-
* [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#VirtualPrivateCloud)
|
|
180
|
+
* [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
|
|
181
|
+
* [AnswerStat](https://cloud.tencent.com/document/api/1639/81423#AnswerStat)
|
|
182
|
+
* [QuestionInfo](https://cloud.tencent.com/document/api/1639/81423#QuestionInfo)
|
|
127
183
|
|
|
128
184
|
|
|
129
185
|
|
|
130
|
-
##
|
|
186
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
131
187
|
|
|
188
|
+
### 第 31 次发布
|
|
132
189
|
|
|
190
|
+
发布时间:2023-03-31 01:36:51
|
|
133
191
|
|
|
134
|
-
|
|
192
|
+
本次发布包含了以下内容:
|
|
135
193
|
|
|
194
|
+
改善已有的文档。
|
|
136
195
|
|
|
196
|
+
修改接口:
|
|
137
197
|
|
|
138
|
-
|
|
198
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)
|
|
139
199
|
|
|
140
|
-
|
|
200
|
+
* <font color="#dd0000">**修改入参**:</font>Tags
|
|
141
201
|
|
|
142
|
-
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
210
|
+
|
|
211
|
+
### 第 92 次发布
|
|
212
|
+
|
|
213
|
+
发布时间:2023-03-31 01:39:23
|
|
214
|
+
|
|
215
|
+
本次发布包含了以下内容:
|
|
216
|
+
|
|
217
|
+
改善已有的文档。
|
|
218
|
+
|
|
219
|
+
修改接口:
|
|
220
|
+
|
|
221
|
+
* [RecognizeIndonesiaIDCardOCR](https://cloud.tencent.com/document/api/866/75195)
|
|
222
|
+
|
|
223
|
+
* 新增出参:Provinsi, Kota
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
## 腾讯安心用户运营平台(smop) 版本:2020-12-03
|
|
229
|
+
|
|
230
|
+
### 第 2 次发布
|
|
231
|
+
|
|
232
|
+
发布时间:2023-04-03 01:30:29
|
|
143
233
|
|
|
144
234
|
本次发布包含了以下内容:
|
|
145
235
|
|
|
@@ -147,9 +237,115 @@
|
|
|
147
237
|
|
|
148
238
|
修改数据结构:
|
|
149
239
|
|
|
150
|
-
* [
|
|
240
|
+
* [TaskEventData](https://cloud.tencent.com/document/api/1310/89033#TaskEventData)
|
|
151
241
|
|
|
152
|
-
* 新增成员:
|
|
242
|
+
* 新增成员:GrowScore
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
248
|
+
|
|
249
|
+
### 第 38 次发布
|
|
250
|
+
|
|
251
|
+
发布时间:2023-04-03 01:33:45
|
|
252
|
+
|
|
253
|
+
本次发布包含了以下内容:
|
|
254
|
+
|
|
255
|
+
改善已有的文档。
|
|
256
|
+
|
|
257
|
+
修改接口:
|
|
258
|
+
|
|
259
|
+
* [DescribeClusterDetail](https://cloud.tencent.com/document/api/1285/65448)
|
|
260
|
+
|
|
261
|
+
* 新增出参:MasterIps
|
|
262
|
+
|
|
263
|
+
* [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
|
|
264
|
+
|
|
265
|
+
* 新增出参:NotImportedClusterCount
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
## 云点播(vod) 版本:2018-07-17
|
|
271
|
+
|
|
272
|
+
### 第 146 次发布
|
|
273
|
+
|
|
274
|
+
发布时间:2023-03-31 02:05:47
|
|
275
|
+
|
|
276
|
+
本次发布包含了以下内容:
|
|
277
|
+
|
|
278
|
+
改善已有的文档。
|
|
279
|
+
|
|
280
|
+
修改数据结构:
|
|
281
|
+
|
|
282
|
+
* [RebuildMediaTaskInput](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTaskInput)
|
|
283
|
+
|
|
284
|
+
* 新增成员:Definition
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
290
|
+
|
|
291
|
+
### 第 148 次发布
|
|
292
|
+
|
|
293
|
+
发布时间:2023-04-03 01:42:53
|
|
294
|
+
|
|
295
|
+
本次发布包含了以下内容:
|
|
296
|
+
|
|
297
|
+
改善已有的文档。
|
|
298
|
+
|
|
299
|
+
修改数据结构:
|
|
300
|
+
|
|
301
|
+
* [CcnBandwidthInfo](https://cloud.tencent.com/document/api/215/15824#CcnBandwidthInfo)
|
|
302
|
+
|
|
303
|
+
* 新增成员:TagSet
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
### 第 147 次发布
|
|
307
|
+
|
|
308
|
+
发布时间:2023-03-31 02:06:58
|
|
309
|
+
|
|
310
|
+
本次发布包含了以下内容:
|
|
311
|
+
|
|
312
|
+
改善已有的文档。
|
|
313
|
+
|
|
314
|
+
修改接口:
|
|
315
|
+
|
|
316
|
+
* [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
|
|
317
|
+
|
|
318
|
+
* 新增入参:Filters, Offset, Limit
|
|
319
|
+
|
|
320
|
+
* 新增出参:TotalCount, CcnBandwidthSet
|
|
321
|
+
|
|
322
|
+
* [DescribeVpnGatewayRoutes](https://cloud.tencent.com/document/api/215/57676)
|
|
323
|
+
|
|
324
|
+
* 新增出参:TotalCount
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
新增数据结构:
|
|
328
|
+
|
|
329
|
+
* [CcnBandwidth](https://cloud.tencent.com/document/api/215/15824#CcnBandwidth)
|
|
330
|
+
* [CcnRegionBandwidthLimitInfo](https://cloud.tencent.com/document/api/215/15824#CcnRegionBandwidthLimitInfo)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
335
|
+
|
|
336
|
+
### 第 23 次发布
|
|
337
|
+
|
|
338
|
+
发布时间:2023-03-31 02:11:48
|
|
339
|
+
|
|
340
|
+
本次发布包含了以下内容:
|
|
341
|
+
|
|
342
|
+
改善已有的文档。
|
|
343
|
+
|
|
344
|
+
修改数据结构:
|
|
345
|
+
|
|
346
|
+
* [InLongAgentDetail](https://cloud.tencent.com/document/api/1267/76336#InLongAgentDetail)
|
|
347
|
+
|
|
348
|
+
* 新增成员:LifeDays
|
|
153
349
|
|
|
154
350
|
|
|
155
351
|
|
|
@@ -10992,6 +11188,19 @@
|
|
|
10992
11188
|
|
|
10993
11189
|
## 应用云渲染(car) 版本:2022-01-10
|
|
10994
11190
|
|
|
11191
|
+
### 第 5 次发布
|
|
11192
|
+
|
|
11193
|
+
发布时间:2023-03-30 17:11:05
|
|
11194
|
+
|
|
11195
|
+
本次发布包含了以下内容:
|
|
11196
|
+
|
|
11197
|
+
改善已有的文档。
|
|
11198
|
+
|
|
11199
|
+
新增接口:
|
|
11200
|
+
|
|
11201
|
+
* [[StartPublishStream](https://cloud.tencent.com/document/api/1547/89669)](https://cloud.tencent.com/document/api/#/#)
|
|
11202
|
+
* [[StopPublishStream](https://cloud.tencent.com/document/api/1547/89668)](https://cloud.tencent.com/document/api/#/#)
|
|
11203
|
+
|
|
10995
11204
|
### 第 4 次发布
|
|
10996
11205
|
|
|
10997
11206
|
发布时间:2023-01-09 01:07:04
|
|
@@ -15767,6 +15976,36 @@
|
|
|
15767
15976
|
|
|
15768
15977
|
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
15769
15978
|
|
|
15979
|
+
### 第 118 次发布
|
|
15980
|
+
|
|
15981
|
+
发布时间:2023-03-31 01:08:16
|
|
15982
|
+
|
|
15983
|
+
本次发布包含了以下内容:
|
|
15984
|
+
|
|
15985
|
+
改善已有的文档。
|
|
15986
|
+
|
|
15987
|
+
修改接口:
|
|
15988
|
+
|
|
15989
|
+
* [AddCdnDomain](https://cloud.tencent.com/document/api/228/41123)
|
|
15990
|
+
|
|
15991
|
+
* 新增入参:OthersPrivateAccess
|
|
15992
|
+
|
|
15993
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
15994
|
+
|
|
15995
|
+
* 新增入参:OthersPrivateAccess
|
|
15996
|
+
|
|
15997
|
+
|
|
15998
|
+
新增数据结构:
|
|
15999
|
+
|
|
16000
|
+
* [[OthersPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OthersPrivateAccess)](https://cloud.tencent.com/document/api/228/30987#[OthersPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OthersPrivateAccess))
|
|
16001
|
+
|
|
16002
|
+
修改数据结构:
|
|
16003
|
+
|
|
16004
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
16005
|
+
|
|
16006
|
+
* 新增成员:OthersPrivateAccess
|
|
16007
|
+
|
|
16008
|
+
|
|
15770
16009
|
### 第 117 次发布
|
|
15771
16010
|
|
|
15772
16011
|
发布时间:2023-02-28 01:07:06
|
|
@@ -18423,6 +18662,33 @@
|
|
|
18423
18662
|
|
|
18424
18663
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
18425
18664
|
|
|
18665
|
+
### 第 10 次发布
|
|
18666
|
+
|
|
18667
|
+
发布时间:2023-04-03 01:07:25
|
|
18668
|
+
|
|
18669
|
+
本次发布包含了以下内容:
|
|
18670
|
+
|
|
18671
|
+
改善已有的文档。
|
|
18672
|
+
|
|
18673
|
+
修改接口:
|
|
18674
|
+
|
|
18675
|
+
* [DescribeInstance](https://cloud.tencent.com/document/api/1299/84354)
|
|
18676
|
+
|
|
18677
|
+
* 新增入参:IsOpenApi
|
|
18678
|
+
|
|
18679
|
+
|
|
18680
|
+
### 第 9 次发布
|
|
18681
|
+
|
|
18682
|
+
发布时间:2023-03-31 01:09:05
|
|
18683
|
+
|
|
18684
|
+
本次发布包含了以下内容:
|
|
18685
|
+
|
|
18686
|
+
改善已有的文档。
|
|
18687
|
+
|
|
18688
|
+
新增接口:
|
|
18689
|
+
|
|
18690
|
+
* [[DescribeInstanceState](https://cloud.tencent.com/document/api/1299/89676)](https://cloud.tencent.com/document/api/#/#)
|
|
18691
|
+
|
|
18426
18692
|
### 第 8 次发布
|
|
18427
18693
|
|
|
18428
18694
|
发布时间:2023-03-16 01:15:13
|
|
@@ -31521,6 +31787,22 @@
|
|
|
31521
31787
|
|
|
31522
31788
|
## 主机安全(cwp) 版本:2018-02-28
|
|
31523
31789
|
|
|
31790
|
+
### 第 76 次发布
|
|
31791
|
+
|
|
31792
|
+
发布时间:2023-03-31 01:16:52
|
|
31793
|
+
|
|
31794
|
+
本次发布包含了以下内容:
|
|
31795
|
+
|
|
31796
|
+
改善已有的文档。
|
|
31797
|
+
|
|
31798
|
+
新增接口:
|
|
31799
|
+
|
|
31800
|
+
* [[DescribeBashEventsInfoNew](https://cloud.tencent.com/document/api/296/89677)](https://cloud.tencent.com/document/api/#/#)
|
|
31801
|
+
|
|
31802
|
+
新增数据结构:
|
|
31803
|
+
|
|
31804
|
+
* [[BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)](https://cloud.tencent.com/document/api/296/19867#[BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew))
|
|
31805
|
+
|
|
31524
31806
|
### 第 75 次发布
|
|
31525
31807
|
|
|
31526
31808
|
发布时间:2023-03-30 01:13:34
|
|
@@ -31531,11 +31813,11 @@
|
|
|
31531
31813
|
|
|
31532
31814
|
新增接口:
|
|
31533
31815
|
|
|
31534
|
-
* [
|
|
31816
|
+
* [DescribeRiskDnsEventList](https://cloud.tencent.com/document/api/296/89634)
|
|
31535
31817
|
|
|
31536
31818
|
新增数据结构:
|
|
31537
31819
|
|
|
31538
|
-
* [
|
|
31820
|
+
* [RiskDnsEvent](https://cloud.tencent.com/document/api/296/19867#RiskDnsEvent)
|
|
31539
31821
|
|
|
31540
31822
|
### 第 74 次发布
|
|
31541
31823
|
|
|
@@ -45211,6 +45493,21 @@
|
|
|
45211
45493
|
|
|
45212
45494
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
45213
45495
|
|
|
45496
|
+
### 第 55 次发布
|
|
45497
|
+
|
|
45498
|
+
发布时间:2023-03-31 01:26:47
|
|
45499
|
+
|
|
45500
|
+
本次发布包含了以下内容:
|
|
45501
|
+
|
|
45502
|
+
改善已有的文档。
|
|
45503
|
+
|
|
45504
|
+
修改数据结构:
|
|
45505
|
+
|
|
45506
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
|
|
45507
|
+
|
|
45508
|
+
* 新增成员:CcInfos
|
|
45509
|
+
|
|
45510
|
+
|
|
45214
45511
|
### 第 54 次发布
|
|
45215
45512
|
|
|
45216
45513
|
发布时间:2023-03-28 10:31:03
|
|
@@ -46283,6 +46580,21 @@
|
|
|
46283
46580
|
|
|
46284
46581
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
46285
46582
|
|
|
46583
|
+
### 第 72 次发布
|
|
46584
|
+
|
|
46585
|
+
发布时间:2023-03-31 16:30:48
|
|
46586
|
+
|
|
46587
|
+
本次发布包含了以下内容:
|
|
46588
|
+
|
|
46589
|
+
改善已有的文档。
|
|
46590
|
+
|
|
46591
|
+
修改数据结构:
|
|
46592
|
+
|
|
46593
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
46594
|
+
|
|
46595
|
+
* 新增成员:UserData
|
|
46596
|
+
|
|
46597
|
+
|
|
46286
46598
|
### 第 71 次发布
|
|
46287
46599
|
|
|
46288
46600
|
发布时间:2023-03-27 01:54:48
|
|
@@ -58251,6 +58563,41 @@
|
|
|
58251
58563
|
|
|
58252
58564
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
58253
58565
|
|
|
58566
|
+
### 第 20 次发布
|
|
58567
|
+
|
|
58568
|
+
发布时间:2023-04-03 01:23:43
|
|
58569
|
+
|
|
58570
|
+
本次发布包含了以下内容:
|
|
58571
|
+
|
|
58572
|
+
改善已有的文档。
|
|
58573
|
+
|
|
58574
|
+
修改接口:
|
|
58575
|
+
|
|
58576
|
+
* [DescribeDeveloper](https://cloud.tencent.com/document/api/1639/89115)
|
|
58577
|
+
|
|
58578
|
+
* 新增出参:DeveloperId
|
|
58579
|
+
|
|
58580
|
+
|
|
58581
|
+
### 第 19 次发布
|
|
58582
|
+
|
|
58583
|
+
发布时间:2023-03-31 01:33:58
|
|
58584
|
+
|
|
58585
|
+
本次发布包含了以下内容:
|
|
58586
|
+
|
|
58587
|
+
改善已有的文档。
|
|
58588
|
+
|
|
58589
|
+
新增接口:
|
|
58590
|
+
|
|
58591
|
+
* [[DescribeAnswerList](https://cloud.tencent.com/document/api/1639/89679)](https://cloud.tencent.com/document/api/#/#)
|
|
58592
|
+
* [[DescribeQuestionList](https://cloud.tencent.com/document/api/1639/89678)](https://cloud.tencent.com/document/api/#/#)
|
|
58593
|
+
* [[DescribeSupervisors](https://cloud.tencent.com/document/api/1639/89680)](https://cloud.tencent.com/document/api/#/#)
|
|
58594
|
+
|
|
58595
|
+
新增数据结构:
|
|
58596
|
+
|
|
58597
|
+
* [[AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)](https://cloud.tencent.com/document/api/1639/81423#[AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo))
|
|
58598
|
+
* [[AnswerStat](https://cloud.tencent.com/document/api/1639/81423#AnswerStat)](https://cloud.tencent.com/document/api/1639/81423#[AnswerStat](https://cloud.tencent.com/document/api/1639/81423#AnswerStat))
|
|
58599
|
+
* [[QuestionInfo](https://cloud.tencent.com/document/api/1639/81423#QuestionInfo)](https://cloud.tencent.com/document/api/1639/81423#[QuestionInfo](https://cloud.tencent.com/document/api/1639/81423#QuestionInfo))
|
|
58600
|
+
|
|
58254
58601
|
### 第 18 次发布
|
|
58255
58602
|
|
|
58256
58603
|
发布时间:2023-03-22 01:59:37
|
|
@@ -63270,6 +63617,21 @@
|
|
|
63270
63617
|
|
|
63271
63618
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
63272
63619
|
|
|
63620
|
+
### 第 31 次发布
|
|
63621
|
+
|
|
63622
|
+
发布时间:2023-03-31 01:36:51
|
|
63623
|
+
|
|
63624
|
+
本次发布包含了以下内容:
|
|
63625
|
+
|
|
63626
|
+
改善已有的文档。
|
|
63627
|
+
|
|
63628
|
+
修改接口:
|
|
63629
|
+
|
|
63630
|
+
* [DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)
|
|
63631
|
+
|
|
63632
|
+
* <font color="#dd0000">**修改入参**:</font>Tags
|
|
63633
|
+
|
|
63634
|
+
|
|
63273
63635
|
### 第 30 次发布
|
|
63274
63636
|
|
|
63275
63637
|
发布时间:2023-03-01 01:35:11
|
|
@@ -69284,6 +69646,21 @@
|
|
|
69284
69646
|
|
|
69285
69647
|
## 文字识别(ocr) 版本:2018-11-19
|
|
69286
69648
|
|
|
69649
|
+
### 第 92 次发布
|
|
69650
|
+
|
|
69651
|
+
发布时间:2023-03-31 01:39:23
|
|
69652
|
+
|
|
69653
|
+
本次发布包含了以下内容:
|
|
69654
|
+
|
|
69655
|
+
改善已有的文档。
|
|
69656
|
+
|
|
69657
|
+
修改接口:
|
|
69658
|
+
|
|
69659
|
+
* [RecognizeIndonesiaIDCardOCR](https://cloud.tencent.com/document/api/866/75195)
|
|
69660
|
+
|
|
69661
|
+
* 新增出参:Provinsi, Kota
|
|
69662
|
+
|
|
69663
|
+
|
|
69287
69664
|
### 第 91 次发布
|
|
69288
69665
|
|
|
69289
69666
|
发布时间:2023-03-30 01:49:43
|
|
@@ -76638,6 +77015,21 @@
|
|
|
76638
77015
|
|
|
76639
77016
|
## 腾讯安心用户运营平台(smop) 版本:2020-12-03
|
|
76640
77017
|
|
|
77018
|
+
### 第 2 次发布
|
|
77019
|
+
|
|
77020
|
+
发布时间:2023-04-03 01:30:29
|
|
77021
|
+
|
|
77022
|
+
本次发布包含了以下内容:
|
|
77023
|
+
|
|
77024
|
+
改善已有的文档。
|
|
77025
|
+
|
|
77026
|
+
修改数据结构:
|
|
77027
|
+
|
|
77028
|
+
* [TaskEventData](https://cloud.tencent.com/document/api/1310/89033#TaskEventData)
|
|
77029
|
+
|
|
77030
|
+
* 新增成员:GrowScore
|
|
77031
|
+
|
|
77032
|
+
|
|
76641
77033
|
### 第 1 次发布
|
|
76642
77034
|
|
|
76643
77035
|
发布时间:2023-03-21 09:25:44
|
|
@@ -85245,6 +85637,25 @@
|
|
|
85245
85637
|
|
|
85246
85638
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
85247
85639
|
|
|
85640
|
+
### 第 38 次发布
|
|
85641
|
+
|
|
85642
|
+
发布时间:2023-04-03 01:33:45
|
|
85643
|
+
|
|
85644
|
+
本次发布包含了以下内容:
|
|
85645
|
+
|
|
85646
|
+
改善已有的文档。
|
|
85647
|
+
|
|
85648
|
+
修改接口:
|
|
85649
|
+
|
|
85650
|
+
* [DescribeClusterDetail](https://cloud.tencent.com/document/api/1285/65448)
|
|
85651
|
+
|
|
85652
|
+
* 新增出参:MasterIps
|
|
85653
|
+
|
|
85654
|
+
* [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
|
|
85655
|
+
|
|
85656
|
+
* 新增出参:NotImportedClusterCount
|
|
85657
|
+
|
|
85658
|
+
|
|
85248
85659
|
### 第 37 次发布
|
|
85249
85660
|
|
|
85250
85661
|
发布时间:2023-03-28 02:03:24
|
|
@@ -91806,56 +92217,56 @@
|
|
|
91806
92217
|
|
|
91807
92218
|
新增接口:
|
|
91808
92219
|
|
|
91809
|
-
* [
|
|
91810
|
-
* [
|
|
91811
|
-
* [
|
|
91812
|
-
* [
|
|
91813
|
-
* [
|
|
91814
|
-
* [
|
|
91815
|
-
* [
|
|
91816
|
-
* [
|
|
91817
|
-
* [
|
|
91818
|
-
* [
|
|
91819
|
-
* [
|
|
91820
|
-
* [
|
|
91821
|
-
* [
|
|
91822
|
-
* [
|
|
91823
|
-
* [
|
|
91824
|
-
|
|
91825
|
-
新增数据结构:
|
|
91826
|
-
|
|
91827
|
-
* [
|
|
91828
|
-
* [
|
|
91829
|
-
* [
|
|
91830
|
-
* [
|
|
91831
|
-
* [
|
|
91832
|
-
* [
|
|
91833
|
-
* [
|
|
91834
|
-
* [
|
|
91835
|
-
* [
|
|
91836
|
-
* [
|
|
91837
|
-
* [
|
|
91838
|
-
* [
|
|
91839
|
-
* [
|
|
91840
|
-
* [
|
|
91841
|
-
* [
|
|
91842
|
-
* [
|
|
91843
|
-
* [
|
|
91844
|
-
* [
|
|
91845
|
-
* [
|
|
91846
|
-
* [
|
|
91847
|
-
* [
|
|
91848
|
-
* [
|
|
91849
|
-
* [
|
|
91850
|
-
* [
|
|
91851
|
-
* [
|
|
91852
|
-
* [
|
|
91853
|
-
* [
|
|
91854
|
-
* [
|
|
91855
|
-
* [
|
|
91856
|
-
* [
|
|
91857
|
-
* [
|
|
91858
|
-
* [
|
|
92220
|
+
* [AddClusterStorageOption](https://cloud.tencent.com/document/api/1527/89578)
|
|
92221
|
+
* [AddNodes](https://cloud.tencent.com/document/api/1527/89571)
|
|
92222
|
+
* [AddQueue](https://cloud.tencent.com/document/api/1527/89567)
|
|
92223
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
|
|
92224
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1527/89562)
|
|
92225
|
+
* [DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/89577)
|
|
92226
|
+
* [DeleteNodes](https://cloud.tencent.com/document/api/1527/89570)
|
|
92227
|
+
* [DeleteQueue](https://cloud.tencent.com/document/api/1527/89566)
|
|
92228
|
+
* [DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89574)
|
|
92229
|
+
* [DescribeClusterActivities](https://cloud.tencent.com/document/api/1527/89561)
|
|
92230
|
+
* [DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/89576)
|
|
92231
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/1527/89560)
|
|
92232
|
+
* [DescribeNodes](https://cloud.tencent.com/document/api/1527/89569)
|
|
92233
|
+
* [DescribeQueues](https://cloud.tencent.com/document/api/1527/89565)
|
|
92234
|
+
* [SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89573)
|
|
92235
|
+
|
|
92236
|
+
新增数据结构:
|
|
92237
|
+
|
|
92238
|
+
* [CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption)
|
|
92239
|
+
* [CFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#CFSOptionOverview)
|
|
92240
|
+
* [ClusterActivity](https://cloud.tencent.com/document/api/1527/89579#ClusterActivity)
|
|
92241
|
+
* [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
|
|
92242
|
+
* [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
|
|
92243
|
+
* [ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ComputeNodeOverview)
|
|
92244
|
+
* [DataDisk](https://cloud.tencent.com/document/api/1527/89579#DataDisk)
|
|
92245
|
+
* [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)
|
|
92246
|
+
* [ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfigOverview)
|
|
92247
|
+
* [Filter](https://cloud.tencent.com/document/api/1527/89579#Filter)
|
|
92248
|
+
* [GooseFSOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSOption)
|
|
92249
|
+
* [GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSOptionOverview)
|
|
92250
|
+
* [GooseFSxOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOption)
|
|
92251
|
+
* [GooseFSxOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOptionOverview)
|
|
92252
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#InstanceChargePrepaid)
|
|
92253
|
+
* [InternetAccessible](https://cloud.tencent.com/document/api/1527/89579#InternetAccessible)
|
|
92254
|
+
* [LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)
|
|
92255
|
+
* [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/89579#LoginNodeOverview)
|
|
92256
|
+
* [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
|
|
92257
|
+
* [ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)
|
|
92258
|
+
* [ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ManagerNodeOverview)
|
|
92259
|
+
* [NodeActivity](https://cloud.tencent.com/document/api/1527/89579#NodeActivity)
|
|
92260
|
+
* [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
|
|
92261
|
+
* [Placement](https://cloud.tencent.com/document/api/1527/89579#Placement)
|
|
92262
|
+
* [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
|
|
92263
|
+
* [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
|
|
92264
|
+
* [QueueOverview](https://cloud.tencent.com/document/api/1527/89579#QueueOverview)
|
|
92265
|
+
* [StorageOption](https://cloud.tencent.com/document/api/1527/89579#StorageOption)
|
|
92266
|
+
* [StorageOptionOverview](https://cloud.tencent.com/document/api/1527/89579#StorageOptionOverview)
|
|
92267
|
+
* [SystemDisk](https://cloud.tencent.com/document/api/1527/89579#SystemDisk)
|
|
92268
|
+
* [Tag](https://cloud.tencent.com/document/api/1527/89579#Tag)
|
|
92269
|
+
* [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#VirtualPrivateCloud)
|
|
91859
92270
|
|
|
91860
92271
|
|
|
91861
92272
|
|
|
@@ -102697,6 +103108,21 @@
|
|
|
102697
103108
|
|
|
102698
103109
|
## 云点播(vod) 版本:2018-07-17
|
|
102699
103110
|
|
|
103111
|
+
### 第 146 次发布
|
|
103112
|
+
|
|
103113
|
+
发布时间:2023-03-31 02:05:47
|
|
103114
|
+
|
|
103115
|
+
本次发布包含了以下内容:
|
|
103116
|
+
|
|
103117
|
+
改善已有的文档。
|
|
103118
|
+
|
|
103119
|
+
修改数据结构:
|
|
103120
|
+
|
|
103121
|
+
* [RebuildMediaTaskInput](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTaskInput)
|
|
103122
|
+
|
|
103123
|
+
* 新增成员:Definition
|
|
103124
|
+
|
|
103125
|
+
|
|
102700
103126
|
### 第 145 次发布
|
|
102701
103127
|
|
|
102702
103128
|
发布时间:2023-03-29 04:28:58
|
|
@@ -106636,6 +107062,47 @@
|
|
|
106636
107062
|
|
|
106637
107063
|
## 私有网络(vpc) 版本:2017-03-12
|
|
106638
107064
|
|
|
107065
|
+
### 第 148 次发布
|
|
107066
|
+
|
|
107067
|
+
发布时间:2023-04-03 01:42:53
|
|
107068
|
+
|
|
107069
|
+
本次发布包含了以下内容:
|
|
107070
|
+
|
|
107071
|
+
改善已有的文档。
|
|
107072
|
+
|
|
107073
|
+
修改数据结构:
|
|
107074
|
+
|
|
107075
|
+
* [CcnBandwidthInfo](https://cloud.tencent.com/document/api/215/15824#CcnBandwidthInfo)
|
|
107076
|
+
|
|
107077
|
+
* 新增成员:TagSet
|
|
107078
|
+
|
|
107079
|
+
|
|
107080
|
+
### 第 147 次发布
|
|
107081
|
+
|
|
107082
|
+
发布时间:2023-03-31 02:06:58
|
|
107083
|
+
|
|
107084
|
+
本次发布包含了以下内容:
|
|
107085
|
+
|
|
107086
|
+
改善已有的文档。
|
|
107087
|
+
|
|
107088
|
+
修改接口:
|
|
107089
|
+
|
|
107090
|
+
* [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
|
|
107091
|
+
|
|
107092
|
+
* 新增入参:Filters, Offset, Limit
|
|
107093
|
+
|
|
107094
|
+
* 新增出参:TotalCount, CcnBandwidthSet
|
|
107095
|
+
|
|
107096
|
+
* [DescribeVpnGatewayRoutes](https://cloud.tencent.com/document/api/215/57676)
|
|
107097
|
+
|
|
107098
|
+
* 新增出参:TotalCount
|
|
107099
|
+
|
|
107100
|
+
|
|
107101
|
+
新增数据结构:
|
|
107102
|
+
|
|
107103
|
+
* [[CcnBandwidth](https://cloud.tencent.com/document/api/215/15824#CcnBandwidth)](https://cloud.tencent.com/document/api/215/15824#[CcnBandwidth](https://cloud.tencent.com/document/api/215/15824#CcnBandwidth))
|
|
107104
|
+
* [[CcnRegionBandwidthLimitInfo](https://cloud.tencent.com/document/api/215/15824#CcnRegionBandwidthLimitInfo)](https://cloud.tencent.com/document/api/215/15824#[CcnRegionBandwidthLimitInfo](https://cloud.tencent.com/document/api/215/15824#CcnRegionBandwidthLimitInfo))
|
|
107105
|
+
|
|
106639
107106
|
### 第 146 次发布
|
|
106640
107107
|
|
|
106641
107108
|
发布时间:2023-03-16 02:29:21
|
|
@@ -110722,6 +111189,21 @@
|
|
|
110722
111189
|
|
|
110723
111190
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
110724
111191
|
|
|
111192
|
+
### 第 23 次发布
|
|
111193
|
+
|
|
111194
|
+
发布时间:2023-03-31 02:11:48
|
|
111195
|
+
|
|
111196
|
+
本次发布包含了以下内容:
|
|
111197
|
+
|
|
111198
|
+
改善已有的文档。
|
|
111199
|
+
|
|
111200
|
+
修改数据结构:
|
|
111201
|
+
|
|
111202
|
+
* [InLongAgentDetail](https://cloud.tencent.com/document/api/1267/76336#InLongAgentDetail)
|
|
111203
|
+
|
|
111204
|
+
* 新增成员:LifeDays
|
|
111205
|
+
|
|
111206
|
+
|
|
110725
111207
|
### 第 22 次发布
|
|
110726
111208
|
|
|
110727
111209
|
发布时间:2023-03-22 02:53:10
|