tencentcloud-sdk-nodejs 4.0.775 → 4.0.776
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 +196 -0
- package/SERVICE_CHANGELOG.md +294 -22
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_client.ts +15 -1
- package/src/services/billing/v20180709/billing_models.ts +186 -9
- package/src/services/cfs/v20190719/cfs_models.ts +4 -0
- package/src/services/cfw/v20190904/cfw_client.ts +1 -0
- package/src/services/cfw/v20190904/cfw_models.ts +40 -0
- package/src/services/ess/v20201111/ess_models.ts +6 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +143 -178
- package/src/services/mps/v20190612/mps_models.ts +28 -1
- package/src/services/tione/v20211111/tione_models.ts +124 -68
- package/src/services/trtc/v20190722/trtc_models.ts +10 -2
- package/src/services/vod/v20180717/vod_client.ts +101 -13
- package/src/services/vod/v20180717/vod_models.ts +433 -132
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
- package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +182 -9
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +39 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +143 -178
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +28 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +124 -68
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +31 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +45 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +415 -132
- package/test/billing.v20180709.test.js +10 -0
- package/test/vod.v20180717.test.js +72 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,199 @@
|
|
|
1
|
+
# Release 4.0.776
|
|
2
|
+
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
4
|
+
|
|
5
|
+
### 第 54 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-09 01:07:19
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeDosageDetailList](https://cloud.tencent.com/document/api/555/102914)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [DescribeDosageDetail](https://cloud.tencent.com/document/api/555/19183#DescribeDosageDetail)
|
|
20
|
+
* [JsonObject](https://cloud.tencent.com/document/api/555/19183#JsonObject)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
25
|
+
|
|
26
|
+
### 第 28 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-01-09 01:09:35
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)
|
|
37
|
+
|
|
38
|
+
* 新增入参:CreationToken
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
44
|
+
|
|
45
|
+
### 第 53 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2024-01-09 01:09:43
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
|
|
56
|
+
|
|
57
|
+
* 新增出参:Data
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
新增数据结构:
|
|
61
|
+
|
|
62
|
+
* [IdsWhiteInfo](https://cloud.tencent.com/document/api/1132/49071#IdsWhiteInfo)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
67
|
+
|
|
68
|
+
### 第 78 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-01-09 01:20:43
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
修改数据结构:
|
|
77
|
+
|
|
78
|
+
* [AiRecognitionTaskAsrFullTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskAsrFullTextResult)
|
|
79
|
+
|
|
80
|
+
* 新增成员:Progress
|
|
81
|
+
|
|
82
|
+
* [AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult)
|
|
83
|
+
|
|
84
|
+
* 新增成员:Progress
|
|
85
|
+
|
|
86
|
+
* [ComposeAudioStream](https://cloud.tencent.com/document/api/862/37615#ComposeAudioStream)
|
|
87
|
+
|
|
88
|
+
* 新增成员:Bitrate
|
|
89
|
+
|
|
90
|
+
* [ComposeVideoStream](https://cloud.tencent.com/document/api/862/37615#ComposeVideoStream)
|
|
91
|
+
|
|
92
|
+
* 新增成员:Bitrate
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
98
|
+
|
|
99
|
+
### 第 49 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2024-01-09 01:26:40
|
|
102
|
+
|
|
103
|
+
本次发布包含了以下内容:
|
|
104
|
+
|
|
105
|
+
改善已有的文档。
|
|
106
|
+
|
|
107
|
+
修改接口:
|
|
108
|
+
|
|
109
|
+
* [CreateNotebook](https://cloud.tencent.com/document/api/851/95658)
|
|
110
|
+
|
|
111
|
+
* 新增入参:VolumeSourceGooseFS
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
修改数据结构:
|
|
115
|
+
|
|
116
|
+
* [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
|
|
117
|
+
|
|
118
|
+
* 新增成员:Type, Path
|
|
119
|
+
|
|
120
|
+
* [NotebookDetail](https://cloud.tencent.com/document/api/851/75051#NotebookDetail)
|
|
121
|
+
|
|
122
|
+
* 新增成员:SSHConfig, VolumeSourceGooseFS
|
|
123
|
+
|
|
124
|
+
* <font color="#dd0000">**修改成员**:</font>ImageInfo, ImageType
|
|
125
|
+
|
|
126
|
+
* [NotebookImageRecord](https://cloud.tencent.com/document/api/851/75051#NotebookImageRecord)
|
|
127
|
+
|
|
128
|
+
* <font color="#dd0000">**修改成员**:</font>RecordId, ImageUrl, Status, CreateTime, Message, InstanceId, Kernels
|
|
129
|
+
|
|
130
|
+
* [NotebookSetItem](https://cloud.tencent.com/document/api/851/75051#NotebookSetItem)
|
|
131
|
+
|
|
132
|
+
* 新增成员:VolumeSourceGooseFS
|
|
133
|
+
|
|
134
|
+
* [ServiceLimit](https://cloud.tencent.com/document/api/851/75051#ServiceLimit)
|
|
135
|
+
|
|
136
|
+
* 新增成员:EnableInstanceReqLimit, InstanceReqLimit
|
|
137
|
+
|
|
138
|
+
* [TrainingDataPoint](https://cloud.tencent.com/document/api/851/75051#TrainingDataPoint)
|
|
139
|
+
|
|
140
|
+
* 新增成员:Timestamp, Value
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
150
|
+
|
|
151
|
+
### 第 64 次发布
|
|
152
|
+
|
|
153
|
+
发布时间:2024-01-09 01:27:58
|
|
154
|
+
|
|
155
|
+
本次发布包含了以下内容:
|
|
156
|
+
|
|
157
|
+
改善已有的文档。
|
|
158
|
+
|
|
159
|
+
修改数据结构:
|
|
160
|
+
|
|
161
|
+
* [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
|
|
162
|
+
|
|
163
|
+
* 新增成员:TransparentUrl
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## 云点播(vod) 版本:2018-07-17
|
|
169
|
+
|
|
170
|
+
### 第 177 次发布
|
|
171
|
+
|
|
172
|
+
发布时间:2024-01-09 01:28:56
|
|
173
|
+
|
|
174
|
+
本次发布包含了以下内容:
|
|
175
|
+
|
|
176
|
+
改善已有的文档。
|
|
177
|
+
|
|
178
|
+
新增接口:
|
|
179
|
+
|
|
180
|
+
* [CreateCLSLogset](https://cloud.tencent.com/document/api/266/102922)
|
|
181
|
+
* [CreateCLSTopic](https://cloud.tencent.com/document/api/266/102921)
|
|
182
|
+
* [DeleteCLSTopic](https://cloud.tencent.com/document/api/266/102920)
|
|
183
|
+
* [DescribeCLSLogsets](https://cloud.tencent.com/document/api/266/102919)
|
|
184
|
+
* [DescribeCLSPushTargets](https://cloud.tencent.com/document/api/266/102918)
|
|
185
|
+
* [DescribeCLSTopics](https://cloud.tencent.com/document/api/266/102917)
|
|
186
|
+
* [SetCLSPushTarget](https://cloud.tencent.com/document/api/266/102916)
|
|
187
|
+
|
|
188
|
+
新增数据结构:
|
|
189
|
+
|
|
190
|
+
* [AreaCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#AreaCLSTargetInfo)
|
|
191
|
+
* [CLSLogsetInfo](https://cloud.tencent.com/document/api/266/31773#CLSLogsetInfo)
|
|
192
|
+
* [CLSTopicInfo](https://cloud.tencent.com/document/api/266/31773#CLSTopicInfo)
|
|
193
|
+
* [DomainCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#DomainCLSTargetInfo)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
1
197
|
# Release 4.0.775
|
|
2
198
|
|
|
3
199
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,31 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 54 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-09 01:07:19
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeDosageDetailList](https://cloud.tencent.com/document/api/555/102914)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [DescribeDosageDetail](https://cloud.tencent.com/document/api/555/19183#DescribeDosageDetail)
|
|
20
|
+
* [JsonObject](https://cloud.tencent.com/document/api/555/19183#JsonObject)
|
|
6
21
|
|
|
7
|
-
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
25
|
+
|
|
26
|
+
### 第 28 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-01-09 01:09:35
|
|
8
29
|
|
|
9
30
|
本次发布包含了以下内容:
|
|
10
31
|
|
|
@@ -12,22 +33,41 @@
|
|
|
12
33
|
|
|
13
34
|
修改接口:
|
|
14
35
|
|
|
15
|
-
* [
|
|
36
|
+
* [DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)
|
|
16
37
|
|
|
17
|
-
* 新增入参:
|
|
38
|
+
* 新增入参:CreationToken
|
|
18
39
|
|
|
19
40
|
|
|
20
41
|
|
|
21
42
|
|
|
22
|
-
##
|
|
43
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
23
44
|
|
|
45
|
+
### 第 53 次发布
|
|
24
46
|
|
|
47
|
+
发布时间:2024-01-09 01:09:43
|
|
25
48
|
|
|
26
|
-
|
|
49
|
+
本次发布包含了以下内容:
|
|
27
50
|
|
|
28
|
-
|
|
51
|
+
改善已有的文档。
|
|
29
52
|
|
|
30
|
-
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
|
|
56
|
+
|
|
57
|
+
* 新增出参:Data
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
新增数据结构:
|
|
61
|
+
|
|
62
|
+
* [IdsWhiteInfo](https://cloud.tencent.com/document/api/1132/49071#IdsWhiteInfo)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
67
|
+
|
|
68
|
+
### 第 78 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-01-09 01:20:43
|
|
31
71
|
|
|
32
72
|
本次发布包含了以下内容:
|
|
33
73
|
|
|
@@ -35,53 +75,123 @@
|
|
|
35
75
|
|
|
36
76
|
修改数据结构:
|
|
37
77
|
|
|
38
|
-
* [
|
|
78
|
+
* [AiRecognitionTaskAsrFullTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskAsrFullTextResult)
|
|
39
79
|
|
|
80
|
+
* 新增成员:Progress
|
|
40
81
|
|
|
82
|
+
* [AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult)
|
|
41
83
|
|
|
84
|
+
* 新增成员:Progress
|
|
42
85
|
|
|
43
|
-
|
|
86
|
+
* [ComposeAudioStream](https://cloud.tencent.com/document/api/862/37615#ComposeAudioStream)
|
|
44
87
|
|
|
45
|
-
|
|
88
|
+
* 新增成员:Bitrate
|
|
89
|
+
|
|
90
|
+
* [ComposeVideoStream](https://cloud.tencent.com/document/api/862/37615#ComposeVideoStream)
|
|
91
|
+
|
|
92
|
+
* 新增成员:Bitrate
|
|
46
93
|
|
|
47
|
-
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
98
|
+
|
|
99
|
+
### 第 49 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2024-01-09 01:26:40
|
|
48
102
|
|
|
49
103
|
本次发布包含了以下内容:
|
|
50
104
|
|
|
51
105
|
改善已有的文档。
|
|
52
106
|
|
|
107
|
+
修改接口:
|
|
108
|
+
|
|
109
|
+
* [CreateNotebook](https://cloud.tencent.com/document/api/851/95658)
|
|
110
|
+
|
|
111
|
+
* 新增入参:VolumeSourceGooseFS
|
|
112
|
+
|
|
113
|
+
|
|
53
114
|
修改数据结构:
|
|
54
115
|
|
|
55
|
-
* [
|
|
116
|
+
* [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
|
|
56
117
|
|
|
57
|
-
*
|
|
118
|
+
* 新增成员:Type, Path
|
|
58
119
|
|
|
120
|
+
* [NotebookDetail](https://cloud.tencent.com/document/api/851/75051#NotebookDetail)
|
|
59
121
|
|
|
122
|
+
* 新增成员:SSHConfig, VolumeSourceGooseFS
|
|
60
123
|
|
|
124
|
+
* <font color="#dd0000">**修改成员**:</font>ImageInfo, ImageType
|
|
61
125
|
|
|
62
|
-
|
|
126
|
+
* [NotebookImageRecord](https://cloud.tencent.com/document/api/851/75051#NotebookImageRecord)
|
|
127
|
+
|
|
128
|
+
* <font color="#dd0000">**修改成员**:</font>RecordId, ImageUrl, Status, CreateTime, Message, InstanceId, Kernels
|
|
129
|
+
|
|
130
|
+
* [NotebookSetItem](https://cloud.tencent.com/document/api/851/75051#NotebookSetItem)
|
|
131
|
+
|
|
132
|
+
* 新增成员:VolumeSourceGooseFS
|
|
133
|
+
|
|
134
|
+
* [ServiceLimit](https://cloud.tencent.com/document/api/851/75051#ServiceLimit)
|
|
135
|
+
|
|
136
|
+
* 新增成员:EnableInstanceReqLimit, InstanceReqLimit
|
|
137
|
+
|
|
138
|
+
* [TrainingDataPoint](https://cloud.tencent.com/document/api/851/75051#TrainingDataPoint)
|
|
139
|
+
|
|
140
|
+
* 新增成员:Timestamp, Value
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
63
146
|
|
|
64
147
|
|
|
65
148
|
|
|
66
149
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
67
150
|
|
|
68
|
-
### 第
|
|
151
|
+
### 第 64 次发布
|
|
69
152
|
|
|
70
|
-
发布时间:2024-01-
|
|
153
|
+
发布时间:2024-01-09 01:27:58
|
|
71
154
|
|
|
72
155
|
本次发布包含了以下内容:
|
|
73
156
|
|
|
74
157
|
改善已有的文档。
|
|
75
158
|
|
|
76
|
-
|
|
159
|
+
修改数据结构:
|
|
77
160
|
|
|
78
|
-
* [
|
|
161
|
+
* [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
|
|
162
|
+
|
|
163
|
+
* 新增成员:TransparentUrl
|
|
79
164
|
|
|
80
|
-
* 新增入参:StreamUrl
|
|
81
165
|
|
|
82
|
-
* <font color="#dd0000">**修改入参**:</font>SourceUrl
|
|
83
166
|
|
|
84
167
|
|
|
168
|
+
## 云点播(vod) 版本:2018-07-17
|
|
169
|
+
|
|
170
|
+
### 第 177 次发布
|
|
171
|
+
|
|
172
|
+
发布时间:2024-01-09 01:28:56
|
|
173
|
+
|
|
174
|
+
本次发布包含了以下内容:
|
|
175
|
+
|
|
176
|
+
改善已有的文档。
|
|
177
|
+
|
|
178
|
+
新增接口:
|
|
179
|
+
|
|
180
|
+
* [CreateCLSLogset](https://cloud.tencent.com/document/api/266/102922)
|
|
181
|
+
* [CreateCLSTopic](https://cloud.tencent.com/document/api/266/102921)
|
|
182
|
+
* [DeleteCLSTopic](https://cloud.tencent.com/document/api/266/102920)
|
|
183
|
+
* [DescribeCLSLogsets](https://cloud.tencent.com/document/api/266/102919)
|
|
184
|
+
* [DescribeCLSPushTargets](https://cloud.tencent.com/document/api/266/102918)
|
|
185
|
+
* [DescribeCLSTopics](https://cloud.tencent.com/document/api/266/102917)
|
|
186
|
+
* [SetCLSPushTarget](https://cloud.tencent.com/document/api/266/102916)
|
|
187
|
+
|
|
188
|
+
新增数据结构:
|
|
189
|
+
|
|
190
|
+
* [AreaCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#AreaCLSTargetInfo)
|
|
191
|
+
* [CLSLogsetInfo](https://cloud.tencent.com/document/api/266/31773#CLSLogsetInfo)
|
|
192
|
+
* [CLSTopicInfo](https://cloud.tencent.com/document/api/266/31773#CLSTopicInfo)
|
|
193
|
+
* [DomainCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#DomainCLSTargetInfo)
|
|
194
|
+
|
|
85
195
|
|
|
86
196
|
|
|
87
197
|
# 历次版本更新如下:
|
|
@@ -8563,6 +8673,23 @@
|
|
|
8563
8673
|
|
|
8564
8674
|
## 费用中心(billing) 版本:2018-07-09
|
|
8565
8675
|
|
|
8676
|
+
### 第 54 次发布
|
|
8677
|
+
|
|
8678
|
+
发布时间:2024-01-09 01:07:19
|
|
8679
|
+
|
|
8680
|
+
本次发布包含了以下内容:
|
|
8681
|
+
|
|
8682
|
+
改善已有的文档。
|
|
8683
|
+
|
|
8684
|
+
新增接口:
|
|
8685
|
+
|
|
8686
|
+
* [[DescribeDosageDetailList](https://cloud.tencent.com/document/api/555/102914)](https://cloud.tencent.com/document/api/#/#)
|
|
8687
|
+
|
|
8688
|
+
新增数据结构:
|
|
8689
|
+
|
|
8690
|
+
* [[DescribeDosageDetail](https://cloud.tencent.com/document/api/555/19183#DescribeDosageDetail)](https://cloud.tencent.com/document/api/555/19183#[DescribeDosageDetail](https://cloud.tencent.com/document/api/555/19183#DescribeDosageDetail))
|
|
8691
|
+
* [[JsonObject](https://cloud.tencent.com/document/api/555/19183#JsonObject)](https://cloud.tencent.com/document/api/555/19183#[JsonObject](https://cloud.tencent.com/document/api/555/19183#JsonObject))
|
|
8692
|
+
|
|
8566
8693
|
### 第 53 次发布
|
|
8567
8694
|
|
|
8568
8695
|
发布时间:2023-12-27 01:07:34
|
|
@@ -22407,6 +22534,21 @@
|
|
|
22407
22534
|
|
|
22408
22535
|
## 文件存储(cfs) 版本:2019-07-19
|
|
22409
22536
|
|
|
22537
|
+
### 第 28 次发布
|
|
22538
|
+
|
|
22539
|
+
发布时间:2024-01-09 01:09:35
|
|
22540
|
+
|
|
22541
|
+
本次发布包含了以下内容:
|
|
22542
|
+
|
|
22543
|
+
改善已有的文档。
|
|
22544
|
+
|
|
22545
|
+
修改接口:
|
|
22546
|
+
|
|
22547
|
+
* [DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)
|
|
22548
|
+
|
|
22549
|
+
* 新增入参:CreationToken
|
|
22550
|
+
|
|
22551
|
+
|
|
22410
22552
|
### 第 27 次发布
|
|
22411
22553
|
|
|
22412
22554
|
发布时间:2023-11-09 01:08:52
|
|
@@ -22920,6 +23062,25 @@
|
|
|
22920
23062
|
|
|
22921
23063
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
22922
23064
|
|
|
23065
|
+
### 第 53 次发布
|
|
23066
|
+
|
|
23067
|
+
发布时间:2024-01-09 01:09:43
|
|
23068
|
+
|
|
23069
|
+
本次发布包含了以下内容:
|
|
23070
|
+
|
|
23071
|
+
改善已有的文档。
|
|
23072
|
+
|
|
23073
|
+
修改接口:
|
|
23074
|
+
|
|
23075
|
+
* [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
|
|
23076
|
+
|
|
23077
|
+
* 新增出参:Data
|
|
23078
|
+
|
|
23079
|
+
|
|
23080
|
+
新增数据结构:
|
|
23081
|
+
|
|
23082
|
+
* [[IdsWhiteInfo](https://cloud.tencent.com/document/api/1132/49071#IdsWhiteInfo)](https://cloud.tencent.com/document/api/1132/49071#[IdsWhiteInfo](https://cloud.tencent.com/document/api/1132/49071#IdsWhiteInfo))
|
|
23083
|
+
|
|
22923
23084
|
### 第 52 次发布
|
|
22924
23085
|
|
|
22925
23086
|
发布时间:2024-01-05 01:09:38
|
|
@@ -84402,6 +84563,33 @@
|
|
|
84402
84563
|
|
|
84403
84564
|
## 媒体处理(mps) 版本:2019-06-12
|
|
84404
84565
|
|
|
84566
|
+
### 第 78 次发布
|
|
84567
|
+
|
|
84568
|
+
发布时间:2024-01-09 01:20:43
|
|
84569
|
+
|
|
84570
|
+
本次发布包含了以下内容:
|
|
84571
|
+
|
|
84572
|
+
改善已有的文档。
|
|
84573
|
+
|
|
84574
|
+
修改数据结构:
|
|
84575
|
+
|
|
84576
|
+
* [AiRecognitionTaskAsrFullTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskAsrFullTextResult)
|
|
84577
|
+
|
|
84578
|
+
* 新增成员:Progress
|
|
84579
|
+
|
|
84580
|
+
* [AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult)
|
|
84581
|
+
|
|
84582
|
+
* 新增成员:Progress
|
|
84583
|
+
|
|
84584
|
+
* [ComposeAudioStream](https://cloud.tencent.com/document/api/862/37615#ComposeAudioStream)
|
|
84585
|
+
|
|
84586
|
+
* 新增成员:Bitrate
|
|
84587
|
+
|
|
84588
|
+
* [ComposeVideoStream](https://cloud.tencent.com/document/api/862/37615#ComposeVideoStream)
|
|
84589
|
+
|
|
84590
|
+
* 新增成员:Bitrate
|
|
84591
|
+
|
|
84592
|
+
|
|
84405
84593
|
### 第 77 次发布
|
|
84406
84594
|
|
|
84407
84595
|
发布时间:2023-12-06 20:13:59
|
|
@@ -120314,6 +120502,50 @@
|
|
|
120314
120502
|
|
|
120315
120503
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
120316
120504
|
|
|
120505
|
+
### 第 49 次发布
|
|
120506
|
+
|
|
120507
|
+
发布时间:2024-01-09 01:26:40
|
|
120508
|
+
|
|
120509
|
+
本次发布包含了以下内容:
|
|
120510
|
+
|
|
120511
|
+
改善已有的文档。
|
|
120512
|
+
|
|
120513
|
+
修改接口:
|
|
120514
|
+
|
|
120515
|
+
* [CreateNotebook](https://cloud.tencent.com/document/api/851/95658)
|
|
120516
|
+
|
|
120517
|
+
* 新增入参:VolumeSourceGooseFS
|
|
120518
|
+
|
|
120519
|
+
|
|
120520
|
+
修改数据结构:
|
|
120521
|
+
|
|
120522
|
+
* [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
|
|
120523
|
+
|
|
120524
|
+
* 新增成员:Type, Path
|
|
120525
|
+
|
|
120526
|
+
* [NotebookDetail](https://cloud.tencent.com/document/api/851/75051#NotebookDetail)
|
|
120527
|
+
|
|
120528
|
+
* 新增成员:SSHConfig, VolumeSourceGooseFS
|
|
120529
|
+
|
|
120530
|
+
* <font color="#dd0000">**修改成员**:</font>ImageInfo, ImageType
|
|
120531
|
+
|
|
120532
|
+
* [NotebookImageRecord](https://cloud.tencent.com/document/api/851/75051#NotebookImageRecord)
|
|
120533
|
+
|
|
120534
|
+
* <font color="#dd0000">**修改成员**:</font>RecordId, ImageUrl, Status, CreateTime, Message, InstanceId, Kernels
|
|
120535
|
+
|
|
120536
|
+
* [NotebookSetItem](https://cloud.tencent.com/document/api/851/75051#NotebookSetItem)
|
|
120537
|
+
|
|
120538
|
+
* 新增成员:VolumeSourceGooseFS
|
|
120539
|
+
|
|
120540
|
+
* [ServiceLimit](https://cloud.tencent.com/document/api/851/75051#ServiceLimit)
|
|
120541
|
+
|
|
120542
|
+
* 新增成员:EnableInstanceReqLimit, InstanceReqLimit
|
|
120543
|
+
|
|
120544
|
+
* [TrainingDataPoint](https://cloud.tencent.com/document/api/851/75051#TrainingDataPoint)
|
|
120545
|
+
|
|
120546
|
+
* 新增成员:Timestamp, Value
|
|
120547
|
+
|
|
120548
|
+
|
|
120317
120549
|
### 第 48 次发布
|
|
120318
120550
|
|
|
120319
120551
|
发布时间:2023-12-21 02:14:50
|
|
@@ -127041,6 +127273,21 @@
|
|
|
127041
127273
|
|
|
127042
127274
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
127043
127275
|
|
|
127276
|
+
### 第 64 次发布
|
|
127277
|
+
|
|
127278
|
+
发布时间:2024-01-09 01:27:58
|
|
127279
|
+
|
|
127280
|
+
本次发布包含了以下内容:
|
|
127281
|
+
|
|
127282
|
+
改善已有的文档。
|
|
127283
|
+
|
|
127284
|
+
修改数据结构:
|
|
127285
|
+
|
|
127286
|
+
* [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
|
|
127287
|
+
|
|
127288
|
+
* 新增成员:TransparentUrl
|
|
127289
|
+
|
|
127290
|
+
|
|
127044
127291
|
### 第 63 次发布
|
|
127045
127292
|
|
|
127046
127293
|
发布时间:2024-01-08 00:21:01
|
|
@@ -132734,6 +132981,31 @@
|
|
|
132734
132981
|
|
|
132735
132982
|
## 云点播(vod) 版本:2018-07-17
|
|
132736
132983
|
|
|
132984
|
+
### 第 177 次发布
|
|
132985
|
+
|
|
132986
|
+
发布时间:2024-01-09 01:28:56
|
|
132987
|
+
|
|
132988
|
+
本次发布包含了以下内容:
|
|
132989
|
+
|
|
132990
|
+
改善已有的文档。
|
|
132991
|
+
|
|
132992
|
+
新增接口:
|
|
132993
|
+
|
|
132994
|
+
* [[CreateCLSLogset](https://cloud.tencent.com/document/api/266/102922)](https://cloud.tencent.com/document/api/#/#)
|
|
132995
|
+
* [[CreateCLSTopic](https://cloud.tencent.com/document/api/266/102921)](https://cloud.tencent.com/document/api/#/#)
|
|
132996
|
+
* [[DeleteCLSTopic](https://cloud.tencent.com/document/api/266/102920)](https://cloud.tencent.com/document/api/#/#)
|
|
132997
|
+
* [[DescribeCLSLogsets](https://cloud.tencent.com/document/api/266/102919)](https://cloud.tencent.com/document/api/#/#)
|
|
132998
|
+
* [[DescribeCLSPushTargets](https://cloud.tencent.com/document/api/266/102918)](https://cloud.tencent.com/document/api/#/#)
|
|
132999
|
+
* [[DescribeCLSTopics](https://cloud.tencent.com/document/api/266/102917)](https://cloud.tencent.com/document/api/#/#)
|
|
133000
|
+
* [[SetCLSPushTarget](https://cloud.tencent.com/document/api/266/102916)](https://cloud.tencent.com/document/api/#/#)
|
|
133001
|
+
|
|
133002
|
+
新增数据结构:
|
|
133003
|
+
|
|
133004
|
+
* [[AreaCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#AreaCLSTargetInfo)](https://cloud.tencent.com/document/api/266/31773#[AreaCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#AreaCLSTargetInfo))
|
|
133005
|
+
* [[CLSLogsetInfo](https://cloud.tencent.com/document/api/266/31773#CLSLogsetInfo)](https://cloud.tencent.com/document/api/266/31773#[CLSLogsetInfo](https://cloud.tencent.com/document/api/266/31773#CLSLogsetInfo))
|
|
133006
|
+
* [[CLSTopicInfo](https://cloud.tencent.com/document/api/266/31773#CLSTopicInfo)](https://cloud.tencent.com/document/api/266/31773#[CLSTopicInfo](https://cloud.tencent.com/document/api/266/31773#CLSTopicInfo))
|
|
133007
|
+
* [[DomainCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#DomainCLSTargetInfo)](https://cloud.tencent.com/document/api/266/31773#[DomainCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#DomainCLSTargetInfo))
|
|
133008
|
+
|
|
132737
133009
|
### 第 176 次发布
|
|
132738
133010
|
|
|
132739
133011
|
发布时间:2023-12-21 02:21:45
|