tencentcloud-sdk-nodejs 4.0.774 → 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 +282 -0
- package/SERVICE_CHANGELOG.md +316 -61
- package/package.json +1 -1
- package/products.md +16 -16
- 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_client.ts +54 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +151 -178
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +28 -1
- package/src/services/mrs/v20200910/mrs_models.ts +24 -23
- package/src/services/tat/v20201028/tat_models.ts +2 -0
- package/src/services/teo/v20220901/teo_models.ts +18 -18
- package/src/services/tione/v20211111/tione_models.ts +124 -68
- package/src/services/trtc/v20190722/trtc_client.ts +4 -2
- package/src/services/trtc/v20190722/trtc_models.ts +17 -5
- 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_client.d.ts +54 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +54 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +151 -178
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +28 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +24 -23
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +18 -18
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +124 -68
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +17 -5
- 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/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,89 +1,104 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 54 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-01-
|
|
7
|
+
发布时间:2024-01-09 01:07:19
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* [DescribeDosageDetailList](https://cloud.tencent.com/document/api/555/102914)
|
|
16
16
|
|
|
17
|
+
新增数据结构:
|
|
17
18
|
|
|
19
|
+
* [DescribeDosageDetail](https://cloud.tencent.com/document/api/555/19183#DescribeDosageDetail)
|
|
20
|
+
* [JsonObject](https://cloud.tencent.com/document/api/555/19183#JsonObject)
|
|
18
21
|
|
|
19
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
20
22
|
|
|
21
|
-
### 第 106 次发布
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
25
|
+
|
|
26
|
+
### 第 28 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-01-09 01:09:35
|
|
24
29
|
|
|
25
30
|
本次发布包含了以下内容:
|
|
26
31
|
|
|
27
32
|
改善已有的文档。
|
|
28
33
|
|
|
29
|
-
|
|
34
|
+
修改接口:
|
|
30
35
|
|
|
31
|
-
* [
|
|
36
|
+
* [DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)
|
|
32
37
|
|
|
33
|
-
*
|
|
38
|
+
* 新增入参:CreationToken
|
|
34
39
|
|
|
35
40
|
|
|
36
41
|
|
|
37
42
|
|
|
38
|
-
##
|
|
43
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
39
44
|
|
|
40
|
-
### 第
|
|
45
|
+
### 第 53 次发布
|
|
41
46
|
|
|
42
|
-
发布时间:2024-01-
|
|
47
|
+
发布时间:2024-01-09 01:09:43
|
|
43
48
|
|
|
44
49
|
本次发布包含了以下内容:
|
|
45
50
|
|
|
46
51
|
改善已有的文档。
|
|
47
52
|
|
|
48
|
-
|
|
53
|
+
修改接口:
|
|
49
54
|
|
|
50
|
-
* [
|
|
55
|
+
* [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
|
|
51
56
|
|
|
52
|
-
*
|
|
57
|
+
* 新增出参:Data
|
|
53
58
|
|
|
54
|
-
* [SearchCommandResult](https://cloud.tencent.com/document/api/1025/74416#SearchCommandResult)
|
|
55
59
|
|
|
56
|
-
|
|
60
|
+
新增数据结构:
|
|
57
61
|
|
|
62
|
+
* [IdsWhiteInfo](https://cloud.tencent.com/document/api/1132/49071#IdsWhiteInfo)
|
|
58
63
|
|
|
59
64
|
|
|
60
65
|
|
|
61
|
-
##
|
|
66
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
62
67
|
|
|
63
|
-
### 第
|
|
68
|
+
### 第 78 次发布
|
|
64
69
|
|
|
65
|
-
发布时间:2024-01-
|
|
70
|
+
发布时间:2024-01-09 01:20:43
|
|
66
71
|
|
|
67
72
|
本次发布包含了以下内容:
|
|
68
73
|
|
|
69
74
|
改善已有的文档。
|
|
70
75
|
|
|
71
|
-
|
|
76
|
+
修改数据结构:
|
|
72
77
|
|
|
73
|
-
* [
|
|
78
|
+
* [AiRecognitionTaskAsrFullTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskAsrFullTextResult)
|
|
74
79
|
|
|
75
|
-
|
|
80
|
+
* 新增成员:Progress
|
|
76
81
|
|
|
77
|
-
* [
|
|
78
|
-
* [EmbeddingUsage](https://cloud.tencent.com/document/api/1729/101838#EmbeddingUsage)
|
|
82
|
+
* [AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult)
|
|
79
83
|
|
|
84
|
+
* 新增成员:Progress
|
|
80
85
|
|
|
86
|
+
* [ComposeAudioStream](https://cloud.tencent.com/document/api/862/37615#ComposeAudioStream)
|
|
81
87
|
|
|
82
|
-
|
|
88
|
+
* 新增成员:Bitrate
|
|
83
89
|
|
|
84
|
-
|
|
90
|
+
* [ComposeVideoStream](https://cloud.tencent.com/document/api/862/37615#ComposeVideoStream)
|
|
85
91
|
|
|
86
|
-
|
|
92
|
+
* 新增成员:Bitrate
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
98
|
+
|
|
99
|
+
### 第 49 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2024-01-09 01:26:40
|
|
87
102
|
|
|
88
103
|
本次发布包含了以下内容:
|
|
89
104
|
|
|
@@ -91,73 +106,91 @@
|
|
|
91
106
|
|
|
92
107
|
修改接口:
|
|
93
108
|
|
|
94
|
-
* [
|
|
109
|
+
* [CreateNotebook](https://cloud.tencent.com/document/api/851/95658)
|
|
95
110
|
|
|
96
|
-
* 新增入参:
|
|
111
|
+
* 新增入参:VolumeSourceGooseFS
|
|
97
112
|
|
|
98
113
|
|
|
114
|
+
修改数据结构:
|
|
99
115
|
|
|
116
|
+
* [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
|
|
100
117
|
|
|
101
|
-
|
|
118
|
+
* 新增成员:Type, Path
|
|
102
119
|
|
|
103
|
-
|
|
120
|
+
* [NotebookDetail](https://cloud.tencent.com/document/api/851/75051#NotebookDetail)
|
|
104
121
|
|
|
105
|
-
|
|
122
|
+
* 新增成员:SSHConfig, VolumeSourceGooseFS
|
|
106
123
|
|
|
107
|
-
|
|
124
|
+
* <font color="#dd0000">**修改成员**:</font>ImageInfo, ImageType
|
|
108
125
|
|
|
109
|
-
|
|
126
|
+
* [NotebookImageRecord](https://cloud.tencent.com/document/api/851/75051#NotebookImageRecord)
|
|
110
127
|
|
|
111
|
-
|
|
128
|
+
* <font color="#dd0000">**修改成员**:</font>RecordId, ImageUrl, Status, CreateTime, Message, InstanceId, Kernels
|
|
112
129
|
|
|
113
|
-
* [
|
|
130
|
+
* [NotebookSetItem](https://cloud.tencent.com/document/api/851/75051#NotebookSetItem)
|
|
114
131
|
|
|
115
|
-
*
|
|
132
|
+
* 新增成员:VolumeSourceGooseFS
|
|
116
133
|
|
|
117
|
-
|
|
134
|
+
* [ServiceLimit](https://cloud.tencent.com/document/api/851/75051#ServiceLimit)
|
|
118
135
|
|
|
136
|
+
* 新增成员:EnableInstanceReqLimit, InstanceReqLimit
|
|
119
137
|
|
|
138
|
+
* [TrainingDataPoint](https://cloud.tencent.com/document/api/851/75051#TrainingDataPoint)
|
|
120
139
|
|
|
140
|
+
* 新增成员:Timestamp, Value
|
|
121
141
|
|
|
122
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
123
142
|
|
|
124
|
-
### 第 59 次发布
|
|
125
143
|
|
|
126
|
-
|
|
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
|
|
127
154
|
|
|
128
155
|
本次发布包含了以下内容:
|
|
129
156
|
|
|
130
157
|
改善已有的文档。
|
|
131
158
|
|
|
132
|
-
|
|
159
|
+
修改数据结构:
|
|
133
160
|
|
|
134
|
-
* [
|
|
161
|
+
* [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
|
|
135
162
|
|
|
136
|
-
*
|
|
163
|
+
* 新增成员:TransparentUrl
|
|
137
164
|
|
|
138
165
|
|
|
139
166
|
|
|
140
167
|
|
|
141
|
-
##
|
|
168
|
+
## 云点播(vod) 版本:2018-07-17
|
|
142
169
|
|
|
143
|
-
### 第
|
|
170
|
+
### 第 177 次发布
|
|
144
171
|
|
|
145
|
-
发布时间:2024-01-
|
|
172
|
+
发布时间:2024-01-09 01:28:56
|
|
146
173
|
|
|
147
174
|
本次发布包含了以下内容:
|
|
148
175
|
|
|
149
176
|
改善已有的文档。
|
|
150
177
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
* [BusinessLogConfigAssociatedGroup](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfigAssociatedGroup)
|
|
154
|
-
|
|
155
|
-
修改数据结构:
|
|
178
|
+
新增接口:
|
|
156
179
|
|
|
157
|
-
* [
|
|
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)
|
|
158
187
|
|
|
159
|
-
|
|
188
|
+
新增数据结构:
|
|
160
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)
|
|
161
194
|
|
|
162
195
|
|
|
163
196
|
|
|
@@ -8640,6 +8673,23 @@
|
|
|
8640
8673
|
|
|
8641
8674
|
## 费用中心(billing) 版本:2018-07-09
|
|
8642
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
|
+
|
|
8643
8693
|
### 第 53 次发布
|
|
8644
8694
|
|
|
8645
8695
|
发布时间:2023-12-27 01:07:34
|
|
@@ -22484,6 +22534,21 @@
|
|
|
22484
22534
|
|
|
22485
22535
|
## 文件存储(cfs) 版本:2019-07-19
|
|
22486
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
|
+
|
|
22487
22552
|
### 第 27 次发布
|
|
22488
22553
|
|
|
22489
22554
|
发布时间:2023-11-09 01:08:52
|
|
@@ -22997,6 +23062,25 @@
|
|
|
22997
23062
|
|
|
22998
23063
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
22999
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
|
+
|
|
23000
23084
|
### 第 52 次发布
|
|
23001
23085
|
|
|
23002
23086
|
发布时间:2024-01-05 01:09:38
|
|
@@ -59952,6 +60036,21 @@
|
|
|
59952
60036
|
|
|
59953
60037
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59954
60038
|
|
|
60039
|
+
### 第 147 次发布
|
|
60040
|
+
|
|
60041
|
+
发布时间:2024-01-08 00:10:12
|
|
60042
|
+
|
|
60043
|
+
本次发布包含了以下内容:
|
|
60044
|
+
|
|
60045
|
+
改善已有的文档。
|
|
60046
|
+
|
|
60047
|
+
修改接口:
|
|
60048
|
+
|
|
60049
|
+
* [CreateChannelOrganizationInfoChangeUrl](https://cloud.tencent.com/document/api/1420/99179)
|
|
60050
|
+
|
|
60051
|
+
* 新增入参:Endpoint
|
|
60052
|
+
|
|
60053
|
+
|
|
59955
60054
|
### 第 146 次发布
|
|
59956
60055
|
|
|
59957
60056
|
发布时间:2023-12-27 01:19:26
|
|
@@ -67698,12 +67797,12 @@
|
|
|
67698
67797
|
|
|
67699
67798
|
新增接口:
|
|
67700
67799
|
|
|
67701
|
-
* [
|
|
67800
|
+
* [GetEmbedding](https://cloud.tencent.com/document/api/1729/102832)
|
|
67702
67801
|
|
|
67703
67802
|
新增数据结构:
|
|
67704
67803
|
|
|
67705
|
-
* [
|
|
67706
|
-
* [
|
|
67804
|
+
* [EmbeddingData](https://cloud.tencent.com/document/api/1729/101838#EmbeddingData)
|
|
67805
|
+
* [EmbeddingUsage](https://cloud.tencent.com/document/api/1729/101838#EmbeddingUsage)
|
|
67707
67806
|
|
|
67708
67807
|
### 第 1 次发布
|
|
67709
67808
|
|
|
@@ -84464,6 +84563,33 @@
|
|
|
84464
84563
|
|
|
84465
84564
|
## 媒体处理(mps) 版本:2019-06-12
|
|
84466
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
|
+
|
|
84467
84593
|
### 第 77 次发布
|
|
84468
84594
|
|
|
84469
84595
|
发布时间:2023-12-06 20:13:59
|
|
@@ -86892,6 +87018,19 @@
|
|
|
86892
87018
|
|
|
86893
87019
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
86894
87020
|
|
|
87021
|
+
### 第 23 次发布
|
|
87022
|
+
|
|
87023
|
+
发布时间:2024-01-08 00:14:42
|
|
87024
|
+
|
|
87025
|
+
本次发布包含了以下内容:
|
|
87026
|
+
|
|
87027
|
+
改善已有的文档。
|
|
87028
|
+
|
|
87029
|
+
修改数据结构:
|
|
87030
|
+
|
|
87031
|
+
* [PatientInfo](https://cloud.tencent.com/document/api/1314/56230#PatientInfo)
|
|
87032
|
+
|
|
87033
|
+
|
|
86895
87034
|
### 第 22 次发布
|
|
86896
87035
|
|
|
86897
87036
|
发布时间:2024-01-04 01:19:26
|
|
@@ -116317,6 +116456,21 @@
|
|
|
116317
116456
|
|
|
116318
116457
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
116319
116458
|
|
|
116459
|
+
### 第 69 次发布
|
|
116460
|
+
|
|
116461
|
+
发布时间:2024-01-08 00:19:23
|
|
116462
|
+
|
|
116463
|
+
本次发布包含了以下内容:
|
|
116464
|
+
|
|
116465
|
+
改善已有的文档。
|
|
116466
|
+
|
|
116467
|
+
修改数据结构:
|
|
116468
|
+
|
|
116469
|
+
* [RateLimitTemplateDetail](https://cloud.tencent.com/document/api/1552/80721#RateLimitTemplateDetail)
|
|
116470
|
+
|
|
116471
|
+
* <font color="#dd0000">**修改成员**:</font>ID, Action, PunishTime, Threshold, Period
|
|
116472
|
+
|
|
116473
|
+
|
|
116320
116474
|
### 第 68 次发布
|
|
116321
116475
|
|
|
116322
116476
|
发布时间:2023-12-06 12:21:14
|
|
@@ -120348,6 +120502,50 @@
|
|
|
120348
120502
|
|
|
120349
120503
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
120350
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
|
+
|
|
120351
120549
|
### 第 48 次发布
|
|
120352
120550
|
|
|
120353
120551
|
发布时间:2023-12-21 02:14:50
|
|
@@ -127075,6 +127273,38 @@
|
|
|
127075
127273
|
|
|
127076
127274
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
127077
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
|
+
|
|
127291
|
+
### 第 63 次发布
|
|
127292
|
+
|
|
127293
|
+
发布时间:2024-01-08 00:21:01
|
|
127294
|
+
|
|
127295
|
+
本次发布包含了以下内容:
|
|
127296
|
+
|
|
127297
|
+
改善已有的文档。
|
|
127298
|
+
|
|
127299
|
+
修改接口:
|
|
127300
|
+
|
|
127301
|
+
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
127302
|
+
|
|
127303
|
+
* 新增入参:StreamUrl
|
|
127304
|
+
|
|
127305
|
+
* <font color="#dd0000">**修改入参**:</font>SourceUrl
|
|
127306
|
+
|
|
127307
|
+
|
|
127078
127308
|
### 第 62 次发布
|
|
127079
127309
|
|
|
127080
127310
|
发布时间:2023-12-01 01:27:18
|
|
@@ -129364,7 +129594,7 @@
|
|
|
129364
129594
|
|
|
129365
129595
|
新增数据结构:
|
|
129366
129596
|
|
|
129367
|
-
* [
|
|
129597
|
+
* [BusinessLogConfigAssociatedGroup](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfigAssociatedGroup)
|
|
129368
129598
|
|
|
129369
129599
|
修改数据结构:
|
|
129370
129600
|
|
|
@@ -132751,6 +132981,31 @@
|
|
|
132751
132981
|
|
|
132752
132982
|
## 云点播(vod) 版本:2018-07-17
|
|
132753
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
|
+
|
|
132754
133009
|
### 第 176 次发布
|
|
132755
133010
|
|
|
132756
133011
|
发布时间:2023-12-21 02:21:45
|