tencentcloud-sdk-nodejs 4.0.442 → 4.0.443
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 +246 -0
- package/SERVICE_CHANGELOG.md +332 -59
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +57 -12
- package/src/services/es/v20180416/es_models.ts +16 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +33 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +8 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -7
- package/src/services/live/v20180801/live_client.ts +31 -19
- package/src/services/live/v20180801/live_models.ts +107 -49
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +6 -6
- package/src/services/tiia/v20190529/tiia_client.ts +8 -8
- package/src/services/tiia/v20190529/tiia_models.ts +65 -50
- package/src/services/vm/v20210922/vm_models.ts +14 -7
- package/src/services/vod/v20180717/vod_client.ts +20 -1
- package/src/services/vod/v20180717/vod_models.ts +394 -51
- package/src/services/vpc/v20170312/vpc_client.ts +13 -0
- package/src/services/vpc/v20170312/vpc_models.ts +81 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +30 -3
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +163 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +49 -11
- package/tencentcloud/services/es/v20180416/es_models.d.ts +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +29 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -6
- package/tencentcloud/services/live/v20180801/live_client.d.ts +11 -7
- package/tencentcloud/services/live/v20180801/live_client.js +14 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +96 -45
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +8 -8
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +8 -8
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +62 -47
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +13 -7
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +334 -45
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +68 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +9 -1
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +12 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +142 -16
- package/test/dnspod.v20210323.test.js +10 -0
- package/test/live.v20180801.test.js +14 -4
- package/test/vod.v20180717.test.js +10 -0
- package/test/vpc.v20170312.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +20 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,36 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 94 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-09-
|
|
7
|
+
发布时间:2022-09-16 06:17:50
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
*
|
|
16
|
-
* DescribeAddrTemplateList
|
|
17
|
-
* DescribeSyncAssetStatus
|
|
18
|
-
* ModifyAllSwitchStatus
|
|
19
|
-
* ModifyItemSwitchStatus
|
|
20
|
-
* ModifySecurityGroupAllRuleStatus
|
|
15
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
21
16
|
|
|
22
|
-
|
|
17
|
+
* 新增入参:HostName
|
|
23
18
|
|
|
24
|
-
* SecurityGroupApiRuleData
|
|
25
|
-
* TemplateListInfo
|
|
26
19
|
|
|
27
20
|
|
|
28
21
|
|
|
29
|
-
##
|
|
22
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
30
23
|
|
|
31
|
-
### 第
|
|
24
|
+
### 第 8 次发布
|
|
32
25
|
|
|
33
|
-
发布时间:2022-09-
|
|
26
|
+
发布时间:2022-09-16 06:21:57
|
|
34
27
|
|
|
35
28
|
本次发布包含了以下内容:
|
|
36
29
|
|
|
@@ -38,19 +31,19 @@
|
|
|
38
31
|
|
|
39
32
|
新增接口:
|
|
40
33
|
|
|
41
|
-
* [
|
|
34
|
+
* [DescribeDomainGroupList](https://cloud.tencent.com/document/api/1427/80523)
|
|
42
35
|
|
|
43
36
|
新增数据结构:
|
|
44
37
|
|
|
45
|
-
* [
|
|
38
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1427/56185#GroupInfo)
|
|
46
39
|
|
|
47
40
|
|
|
48
41
|
|
|
49
|
-
##
|
|
42
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
50
43
|
|
|
51
|
-
### 第
|
|
44
|
+
### 第 35 次发布
|
|
52
45
|
|
|
53
|
-
发布时间:2022-09-
|
|
46
|
+
发布时间:2022-09-16 06:24:23
|
|
54
47
|
|
|
55
48
|
本次发布包含了以下内容:
|
|
56
49
|
|
|
@@ -58,115 +51,195 @@
|
|
|
58
51
|
|
|
59
52
|
修改接口:
|
|
60
53
|
|
|
61
|
-
* [
|
|
54
|
+
* [CreateLogstashInstance](https://cloud.tencent.com/document/api/845/77244)
|
|
62
55
|
|
|
63
|
-
* 新增入参:
|
|
56
|
+
* 新增入参:OperationDuration
|
|
57
|
+
|
|
58
|
+
* [UpdateLogstashInstance](https://cloud.tencent.com/document/api/845/77233)
|
|
59
|
+
|
|
60
|
+
* 新增入参:OperationDuration
|
|
64
61
|
|
|
65
62
|
|
|
66
63
|
修改数据结构:
|
|
67
64
|
|
|
68
|
-
* [
|
|
65
|
+
* [LogstashInstanceInfo](https://cloud.tencent.com/document/api/845/30634#LogstashInstanceInfo)
|
|
69
66
|
|
|
70
|
-
* 新增成员:
|
|
67
|
+
* 新增成员:OperationDuration
|
|
71
68
|
|
|
72
69
|
|
|
73
70
|
|
|
74
71
|
|
|
75
|
-
##
|
|
72
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
76
73
|
|
|
77
|
-
### 第
|
|
74
|
+
### 第 17 次发布
|
|
78
75
|
|
|
79
|
-
发布时间:2022-09-
|
|
76
|
+
发布时间:2022-09-16 06:24:43
|
|
80
77
|
|
|
81
78
|
本次发布包含了以下内容:
|
|
82
79
|
|
|
83
80
|
改善已有的文档。
|
|
84
81
|
|
|
82
|
+
新增数据结构:
|
|
83
|
+
|
|
84
|
+
* [RegisterInfo](https://cloud.tencent.com/document/api/1323/70369#RegisterInfo)
|
|
85
|
+
|
|
85
86
|
修改数据结构:
|
|
86
87
|
|
|
87
|
-
* [
|
|
88
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
88
89
|
|
|
89
|
-
* 新增成员:
|
|
90
|
+
* 新增成员:RegisterInfo
|
|
90
91
|
|
|
91
92
|
|
|
92
93
|
|
|
93
94
|
|
|
94
|
-
##
|
|
95
|
+
## 云直播(live) 版本:2018-08-01
|
|
95
96
|
|
|
96
|
-
### 第
|
|
97
|
+
### 第 88 次发布
|
|
97
98
|
|
|
98
|
-
发布时间:2022-09-
|
|
99
|
+
发布时间:2022-09-16 06:31:07
|
|
99
100
|
|
|
100
101
|
本次发布包含了以下内容:
|
|
101
102
|
|
|
102
103
|
改善已有的文档。
|
|
103
104
|
|
|
104
|
-
|
|
105
|
+
新增接口:
|
|
105
106
|
|
|
106
|
-
* [
|
|
107
|
+
* [AuthenticateDomainOwner](https://cloud.tencent.com/document/api/267/80524)
|
|
108
|
+
|
|
109
|
+
修改接口:
|
|
110
|
+
|
|
111
|
+
* [AddLiveDomain](https://cloud.tencent.com/document/api/267/33862)
|
|
112
|
+
|
|
113
|
+
* 新增入参:VerifyOwnerType
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
119
|
+
|
|
120
|
+
### 第 4 次发布
|
|
121
|
+
|
|
122
|
+
发布时间:2022-09-16 06:48:14
|
|
123
|
+
|
|
124
|
+
本次发布包含了以下内容:
|
|
125
|
+
|
|
126
|
+
改善已有的文档。
|
|
107
127
|
|
|
108
128
|
修改数据结构:
|
|
109
129
|
|
|
110
|
-
* [
|
|
130
|
+
* [AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailTextResult)
|
|
111
131
|
|
|
112
|
-
* 新增成员:
|
|
132
|
+
* 新增成员:SubLabel
|
|
113
133
|
|
|
114
|
-
* [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
|
|
115
134
|
|
|
116
|
-
* 新增成员:EnablePilotHTTP, DisableHTTPRetry, SmartDNS
|
|
117
135
|
|
|
118
136
|
|
|
137
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
119
138
|
|
|
120
139
|
|
|
121
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
122
140
|
|
|
123
|
-
|
|
141
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
124
142
|
|
|
125
|
-
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## 云点播(vod) 版本:2018-07-17
|
|
146
|
+
|
|
147
|
+
### 第 120 次发布
|
|
148
|
+
|
|
149
|
+
发布时间:2022-09-16 06:48:25
|
|
126
150
|
|
|
127
151
|
本次发布包含了以下内容:
|
|
128
152
|
|
|
129
153
|
改善已有的文档。
|
|
130
154
|
|
|
155
|
+
新增接口:
|
|
156
|
+
|
|
157
|
+
* [ExtractTraceWatermark](https://cloud.tencent.com/document/api/266/80525)
|
|
158
|
+
|
|
131
159
|
修改接口:
|
|
132
160
|
|
|
133
|
-
* [
|
|
161
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
134
162
|
|
|
135
|
-
*
|
|
163
|
+
* 新增出参:ExtractTraceWatermarkTask, ReduceMediaBitrateTask
|
|
136
164
|
|
|
137
165
|
|
|
166
|
+
新增数据结构:
|
|
138
167
|
|
|
168
|
+
* [ExtractTraceWatermarkTask](https://cloud.tencent.com/document/api/266/31773#ExtractTraceWatermarkTask)
|
|
169
|
+
* [ExtractTraceWatermarkTaskInput](https://cloud.tencent.com/document/api/266/31773#ExtractTraceWatermarkTaskInput)
|
|
170
|
+
* [ExtractTraceWatermarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#ExtractTraceWatermarkTaskOutput)
|
|
171
|
+
* [ReduceMediaBitrateAdaptiveDynamicStreamingResult](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateAdaptiveDynamicStreamingResult)
|
|
172
|
+
* [ReduceMediaBitrateMediaProcessTaskResult](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateMediaProcessTaskResult)
|
|
173
|
+
* [ReduceMediaBitrateTask](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateTask)
|
|
174
|
+
* [ReduceMediaBitrateTranscodeResult](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateTranscodeResult)
|
|
139
175
|
|
|
140
|
-
|
|
176
|
+
修改数据结构:
|
|
177
|
+
|
|
178
|
+
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
179
|
+
|
|
180
|
+
* 新增成员:DigitalWatermarkType
|
|
181
|
+
|
|
182
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
183
|
+
|
|
184
|
+
* 新增成员:ExtractTraceWatermarkCompleteEvent, ReduceMediaBitrateCompleteEvent
|
|
185
|
+
|
|
186
|
+
* [MediaTranscodeItem](https://cloud.tencent.com/document/api/266/31773#MediaTranscodeItem)
|
|
187
|
+
|
|
188
|
+
* 新增成员:DigitalWatermarkType
|
|
189
|
+
|
|
190
|
+
* [TraceWatermarkInput](https://cloud.tencent.com/document/api/266/31773#TraceWatermarkInput)
|
|
191
|
+
|
|
192
|
+
* 新增成员:Switch
|
|
141
193
|
|
|
142
|
-
### 第 17 次发布
|
|
143
194
|
|
|
144
|
-
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
198
|
+
|
|
199
|
+
### 第 125 次发布
|
|
200
|
+
|
|
201
|
+
发布时间:2022-09-16 06:49:40
|
|
145
202
|
|
|
146
203
|
本次发布包含了以下内容:
|
|
147
204
|
|
|
148
205
|
改善已有的文档。
|
|
149
206
|
|
|
150
|
-
|
|
207
|
+
新增接口:
|
|
151
208
|
|
|
152
|
-
* [
|
|
209
|
+
* [DescribeCrossBorderFlowMonitor](https://cloud.tencent.com/document/api/215/80526)
|
|
153
210
|
|
|
154
|
-
|
|
211
|
+
新增数据结构:
|
|
155
212
|
|
|
156
|
-
* [
|
|
213
|
+
* [CrossBorderFlowMonitorData](https://cloud.tencent.com/document/api/215/15824#CrossBorderFlowMonitorData)
|
|
157
214
|
|
|
158
|
-
* 新增入参:SourceType
|
|
159
215
|
|
|
160
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
161
216
|
|
|
162
|
-
|
|
217
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
163
218
|
|
|
219
|
+
### 第 7 次发布
|
|
220
|
+
|
|
221
|
+
发布时间:2022-09-16 06:52:09
|
|
222
|
+
|
|
223
|
+
本次发布包含了以下内容:
|
|
224
|
+
|
|
225
|
+
改善已有的文档。
|
|
226
|
+
|
|
227
|
+
新增接口:
|
|
228
|
+
|
|
229
|
+
* [DescribeKTVMusicsByTag](https://cloud.tencent.com/document/api/1592/80528)
|
|
230
|
+
* [DescribeKTVTags](https://cloud.tencent.com/document/api/1592/80527)
|
|
231
|
+
|
|
232
|
+
新增数据结构:
|
|
233
|
+
|
|
234
|
+
* [KTVBPMInfo](https://cloud.tencent.com/document/api/1592/76191#KTVBPMInfo)
|
|
235
|
+
* [KTVTagGroupInfo](https://cloud.tencent.com/document/api/1592/76191#KTVTagGroupInfo)
|
|
236
|
+
* [KTVTagInfo](https://cloud.tencent.com/document/api/1592/76191#KTVTagInfo)
|
|
164
237
|
|
|
165
238
|
修改数据结构:
|
|
166
239
|
|
|
167
|
-
* [
|
|
240
|
+
* [KTVMusicDetailInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicDetailInfo)
|
|
168
241
|
|
|
169
|
-
* 新增成员:
|
|
242
|
+
* 新增成员:BPMInfo
|
|
170
243
|
|
|
171
244
|
|
|
172
245
|
|
|
@@ -25538,6 +25611,21 @@
|
|
|
25538
25611
|
|
|
25539
25612
|
## 云服务器(cvm) 版本:2017-03-12
|
|
25540
25613
|
|
|
25614
|
+
### 第 94 次发布
|
|
25615
|
+
|
|
25616
|
+
发布时间:2022-09-16 06:17:50
|
|
25617
|
+
|
|
25618
|
+
本次发布包含了以下内容:
|
|
25619
|
+
|
|
25620
|
+
改善已有的文档。
|
|
25621
|
+
|
|
25622
|
+
修改接口:
|
|
25623
|
+
|
|
25624
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
25625
|
+
|
|
25626
|
+
* 新增入参:HostName
|
|
25627
|
+
|
|
25628
|
+
|
|
25541
25629
|
### 第 93 次发布
|
|
25542
25630
|
|
|
25543
25631
|
发布时间:2022-08-17 06:17:00
|
|
@@ -33099,6 +33187,22 @@
|
|
|
33099
33187
|
|
|
33100
33188
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
33101
33189
|
|
|
33190
|
+
### 第 8 次发布
|
|
33191
|
+
|
|
33192
|
+
发布时间:2022-09-16 06:21:57
|
|
33193
|
+
|
|
33194
|
+
本次发布包含了以下内容:
|
|
33195
|
+
|
|
33196
|
+
改善已有的文档。
|
|
33197
|
+
|
|
33198
|
+
新增接口:
|
|
33199
|
+
|
|
33200
|
+
* [[DescribeDomainGroupList](https://cloud.tencent.com/document/api/1427/80523)](https://cloud.tencent.com/document/api/#/#)
|
|
33201
|
+
|
|
33202
|
+
新增数据结构:
|
|
33203
|
+
|
|
33204
|
+
* [[GroupInfo](https://cloud.tencent.com/document/api/1427/56185#GroupInfo)](https://cloud.tencent.com/document/api/1427/56185#[GroupInfo](https://cloud.tencent.com/document/api/1427/56185#GroupInfo))
|
|
33205
|
+
|
|
33102
33206
|
### 第 7 次发布
|
|
33103
33207
|
|
|
33104
33208
|
发布时间:2022-08-04 06:26:58
|
|
@@ -37523,6 +37627,32 @@
|
|
|
37523
37627
|
|
|
37524
37628
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
37525
37629
|
|
|
37630
|
+
### 第 35 次发布
|
|
37631
|
+
|
|
37632
|
+
发布时间:2022-09-16 06:24:23
|
|
37633
|
+
|
|
37634
|
+
本次发布包含了以下内容:
|
|
37635
|
+
|
|
37636
|
+
改善已有的文档。
|
|
37637
|
+
|
|
37638
|
+
修改接口:
|
|
37639
|
+
|
|
37640
|
+
* [CreateLogstashInstance](https://cloud.tencent.com/document/api/845/77244)
|
|
37641
|
+
|
|
37642
|
+
* 新增入参:OperationDuration
|
|
37643
|
+
|
|
37644
|
+
* [UpdateLogstashInstance](https://cloud.tencent.com/document/api/845/77233)
|
|
37645
|
+
|
|
37646
|
+
* 新增入参:OperationDuration
|
|
37647
|
+
|
|
37648
|
+
|
|
37649
|
+
修改数据结构:
|
|
37650
|
+
|
|
37651
|
+
* [LogstashInstanceInfo](https://cloud.tencent.com/document/api/845/30634#LogstashInstanceInfo)
|
|
37652
|
+
|
|
37653
|
+
* 新增成员:OperationDuration
|
|
37654
|
+
|
|
37655
|
+
|
|
37526
37656
|
### 第 34 次发布
|
|
37527
37657
|
|
|
37528
37658
|
发布时间:2022-09-02 06:30:38
|
|
@@ -38323,6 +38453,25 @@
|
|
|
38323
38453
|
|
|
38324
38454
|
## 电子签服务(ess) 版本:2020-11-11
|
|
38325
38455
|
|
|
38456
|
+
### 第 17 次发布
|
|
38457
|
+
|
|
38458
|
+
发布时间:2022-09-16 06:24:43
|
|
38459
|
+
|
|
38460
|
+
本次发布包含了以下内容:
|
|
38461
|
+
|
|
38462
|
+
改善已有的文档。
|
|
38463
|
+
|
|
38464
|
+
新增数据结构:
|
|
38465
|
+
|
|
38466
|
+
* [[RegisterInfo](https://cloud.tencent.com/document/api/1323/70369#RegisterInfo)](https://cloud.tencent.com/document/api/1323/70369#[RegisterInfo](https://cloud.tencent.com/document/api/1323/70369#RegisterInfo))
|
|
38467
|
+
|
|
38468
|
+
修改数据结构:
|
|
38469
|
+
|
|
38470
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
38471
|
+
|
|
38472
|
+
* 新增成员:RegisterInfo
|
|
38473
|
+
|
|
38474
|
+
|
|
38326
38475
|
### 第 16 次发布
|
|
38327
38476
|
|
|
38328
38477
|
发布时间:2022-09-02 06:31:01
|
|
@@ -49689,6 +49838,25 @@
|
|
|
49689
49838
|
|
|
49690
49839
|
## 云直播(live) 版本:2018-08-01
|
|
49691
49840
|
|
|
49841
|
+
### 第 88 次发布
|
|
49842
|
+
|
|
49843
|
+
发布时间:2022-09-16 06:31:07
|
|
49844
|
+
|
|
49845
|
+
本次发布包含了以下内容:
|
|
49846
|
+
|
|
49847
|
+
改善已有的文档。
|
|
49848
|
+
|
|
49849
|
+
新增接口:
|
|
49850
|
+
|
|
49851
|
+
* [[AuthenticateDomainOwner](https://cloud.tencent.com/document/api/267/80524)](https://cloud.tencent.com/document/api/#/#)
|
|
49852
|
+
|
|
49853
|
+
修改接口:
|
|
49854
|
+
|
|
49855
|
+
* [AddLiveDomain](https://cloud.tencent.com/document/api/267/33862)
|
|
49856
|
+
|
|
49857
|
+
* 新增入参:VerifyOwnerType
|
|
49858
|
+
|
|
49859
|
+
|
|
49692
49860
|
### 第 87 次发布
|
|
49693
49861
|
|
|
49694
49862
|
发布时间:2022-09-14 06:27:40
|
|
@@ -52753,11 +52921,11 @@
|
|
|
52753
52921
|
|
|
52754
52922
|
新增接口:
|
|
52755
52923
|
|
|
52756
|
-
* [
|
|
52924
|
+
* [GetFlowStatistic](https://cloud.tencent.com/document/api/1385/80486)
|
|
52757
52925
|
|
|
52758
52926
|
新增数据结构:
|
|
52759
52927
|
|
|
52760
|
-
* [
|
|
52928
|
+
* [NetDetails](https://cloud.tencent.com/document/api/1385/55846#NetDetails)
|
|
52761
52929
|
|
|
52762
52930
|
### 第 6 次发布
|
|
52763
52931
|
|
|
@@ -70299,7 +70467,7 @@
|
|
|
70299
70467
|
|
|
70300
70468
|
新增数据结构:
|
|
70301
70469
|
|
|
70302
|
-
* [
|
|
70470
|
+
* [SmartDNSConfig](https://cloud.tencent.com/document/api/1261/63843#SmartDNSConfig)
|
|
70303
70471
|
|
|
70304
70472
|
修改数据结构:
|
|
70305
70473
|
|
|
@@ -83955,6 +84123,21 @@
|
|
|
83955
84123
|
|
|
83956
84124
|
## 视频内容安全(vm) 版本:2021-09-22
|
|
83957
84125
|
|
|
84126
|
+
### 第 4 次发布
|
|
84127
|
+
|
|
84128
|
+
发布时间:2022-09-16 06:48:14
|
|
84129
|
+
|
|
84130
|
+
本次发布包含了以下内容:
|
|
84131
|
+
|
|
84132
|
+
改善已有的文档。
|
|
84133
|
+
|
|
84134
|
+
修改数据结构:
|
|
84135
|
+
|
|
84136
|
+
* [AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailTextResult)
|
|
84137
|
+
|
|
84138
|
+
* 新增成员:SubLabel
|
|
84139
|
+
|
|
84140
|
+
|
|
83958
84141
|
### 第 3 次发布
|
|
83959
84142
|
|
|
83960
84143
|
发布时间:2022-09-14 06:42:07
|
|
@@ -84084,6 +84267,54 @@
|
|
|
84084
84267
|
|
|
84085
84268
|
## 云点播(vod) 版本:2018-07-17
|
|
84086
84269
|
|
|
84270
|
+
### 第 120 次发布
|
|
84271
|
+
|
|
84272
|
+
发布时间:2022-09-16 06:48:25
|
|
84273
|
+
|
|
84274
|
+
本次发布包含了以下内容:
|
|
84275
|
+
|
|
84276
|
+
改善已有的文档。
|
|
84277
|
+
|
|
84278
|
+
新增接口:
|
|
84279
|
+
|
|
84280
|
+
* [[ExtractTraceWatermark](https://cloud.tencent.com/document/api/266/80525)](https://cloud.tencent.com/document/api/#/#)
|
|
84281
|
+
|
|
84282
|
+
修改接口:
|
|
84283
|
+
|
|
84284
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
84285
|
+
|
|
84286
|
+
* 新增出参:ExtractTraceWatermarkTask, ReduceMediaBitrateTask
|
|
84287
|
+
|
|
84288
|
+
|
|
84289
|
+
新增数据结构:
|
|
84290
|
+
|
|
84291
|
+
* [[ExtractTraceWatermarkTask](https://cloud.tencent.com/document/api/266/31773#ExtractTraceWatermarkTask)](https://cloud.tencent.com/document/api/266/31773#[ExtractTraceWatermarkTask](https://cloud.tencent.com/document/api/266/31773#ExtractTraceWatermarkTask))
|
|
84292
|
+
* [[ExtractTraceWatermarkTaskInput](https://cloud.tencent.com/document/api/266/31773#ExtractTraceWatermarkTaskInput)](https://cloud.tencent.com/document/api/266/31773#[ExtractTraceWatermarkTaskInput](https://cloud.tencent.com/document/api/266/31773#ExtractTraceWatermarkTaskInput))
|
|
84293
|
+
* [[ExtractTraceWatermarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#ExtractTraceWatermarkTaskOutput)](https://cloud.tencent.com/document/api/266/31773#[ExtractTraceWatermarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#ExtractTraceWatermarkTaskOutput))
|
|
84294
|
+
* [[ReduceMediaBitrateAdaptiveDynamicStreamingResult](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateAdaptiveDynamicStreamingResult)](https://cloud.tencent.com/document/api/266/31773#[ReduceMediaBitrateAdaptiveDynamicStreamingResult](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateAdaptiveDynamicStreamingResult))
|
|
84295
|
+
* [[ReduceMediaBitrateMediaProcessTaskResult](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateMediaProcessTaskResult)](https://cloud.tencent.com/document/api/266/31773#[ReduceMediaBitrateMediaProcessTaskResult](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateMediaProcessTaskResult))
|
|
84296
|
+
* [[ReduceMediaBitrateTask](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateTask)](https://cloud.tencent.com/document/api/266/31773#[ReduceMediaBitrateTask](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateTask))
|
|
84297
|
+
* [[ReduceMediaBitrateTranscodeResult](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateTranscodeResult)](https://cloud.tencent.com/document/api/266/31773#[ReduceMediaBitrateTranscodeResult](https://cloud.tencent.com/document/api/266/31773#ReduceMediaBitrateTranscodeResult))
|
|
84298
|
+
|
|
84299
|
+
修改数据结构:
|
|
84300
|
+
|
|
84301
|
+
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
84302
|
+
|
|
84303
|
+
* 新增成员:DigitalWatermarkType
|
|
84304
|
+
|
|
84305
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
84306
|
+
|
|
84307
|
+
* 新增成员:ExtractTraceWatermarkCompleteEvent, ReduceMediaBitrateCompleteEvent
|
|
84308
|
+
|
|
84309
|
+
* [MediaTranscodeItem](https://cloud.tencent.com/document/api/266/31773#MediaTranscodeItem)
|
|
84310
|
+
|
|
84311
|
+
* 新增成员:DigitalWatermarkType
|
|
84312
|
+
|
|
84313
|
+
* [TraceWatermarkInput](https://cloud.tencent.com/document/api/266/31773#TraceWatermarkInput)
|
|
84314
|
+
|
|
84315
|
+
* 新增成员:Switch
|
|
84316
|
+
|
|
84317
|
+
|
|
84087
84318
|
### 第 119 次发布
|
|
84088
84319
|
|
|
84089
84320
|
发布时间:2022-09-08 06:48:08
|
|
@@ -87303,6 +87534,22 @@
|
|
|
87303
87534
|
|
|
87304
87535
|
## 私有网络(vpc) 版本:2017-03-12
|
|
87305
87536
|
|
|
87537
|
+
### 第 125 次发布
|
|
87538
|
+
|
|
87539
|
+
发布时间:2022-09-16 06:49:40
|
|
87540
|
+
|
|
87541
|
+
本次发布包含了以下内容:
|
|
87542
|
+
|
|
87543
|
+
改善已有的文档。
|
|
87544
|
+
|
|
87545
|
+
新增接口:
|
|
87546
|
+
|
|
87547
|
+
* [[DescribeCrossBorderFlowMonitor](https://cloud.tencent.com/document/api/215/80526)](https://cloud.tencent.com/document/api/#/#)
|
|
87548
|
+
|
|
87549
|
+
新增数据结构:
|
|
87550
|
+
|
|
87551
|
+
* [[CrossBorderFlowMonitorData](https://cloud.tencent.com/document/api/215/15824#CrossBorderFlowMonitorData)](https://cloud.tencent.com/document/api/215/15824#[CrossBorderFlowMonitorData](https://cloud.tencent.com/document/api/215/15824#CrossBorderFlowMonitorData))
|
|
87552
|
+
|
|
87306
87553
|
### 第 124 次发布
|
|
87307
87554
|
|
|
87308
87555
|
发布时间:2022-09-14 06:43:15
|
|
@@ -90916,6 +91163,32 @@
|
|
|
90916
91163
|
|
|
90917
91164
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
90918
91165
|
|
|
91166
|
+
### 第 7 次发布
|
|
91167
|
+
|
|
91168
|
+
发布时间:2022-09-16 06:52:09
|
|
91169
|
+
|
|
91170
|
+
本次发布包含了以下内容:
|
|
91171
|
+
|
|
91172
|
+
改善已有的文档。
|
|
91173
|
+
|
|
91174
|
+
新增接口:
|
|
91175
|
+
|
|
91176
|
+
* [[DescribeKTVMusicsByTag](https://cloud.tencent.com/document/api/1592/80528)](https://cloud.tencent.com/document/api/#/#)
|
|
91177
|
+
* [[DescribeKTVTags](https://cloud.tencent.com/document/api/1592/80527)](https://cloud.tencent.com/document/api/#/#)
|
|
91178
|
+
|
|
91179
|
+
新增数据结构:
|
|
91180
|
+
|
|
91181
|
+
* [[KTVBPMInfo](https://cloud.tencent.com/document/api/1592/76191#KTVBPMInfo)](https://cloud.tencent.com/document/api/1592/76191#[KTVBPMInfo](https://cloud.tencent.com/document/api/1592/76191#KTVBPMInfo))
|
|
91182
|
+
* [[KTVTagGroupInfo](https://cloud.tencent.com/document/api/1592/76191#KTVTagGroupInfo)](https://cloud.tencent.com/document/api/1592/76191#[KTVTagGroupInfo](https://cloud.tencent.com/document/api/1592/76191#KTVTagGroupInfo))
|
|
91183
|
+
* [[KTVTagInfo](https://cloud.tencent.com/document/api/1592/76191#KTVTagInfo)](https://cloud.tencent.com/document/api/1592/76191#[KTVTagInfo](https://cloud.tencent.com/document/api/1592/76191#KTVTagInfo))
|
|
91184
|
+
|
|
91185
|
+
修改数据结构:
|
|
91186
|
+
|
|
91187
|
+
* [KTVMusicDetailInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicDetailInfo)
|
|
91188
|
+
|
|
91189
|
+
* 新增成员:BPMInfo
|
|
91190
|
+
|
|
91191
|
+
|
|
90919
91192
|
### 第 6 次发布
|
|
90920
91193
|
|
|
90921
91194
|
发布时间:2022-08-24 07:02:00
|