tencentcloud-sdk-nodejs 4.0.422 → 4.0.423
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 +219 -0
- package/SERVICE_CHANGELOG.md +291 -431
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +18 -7
- package/src/services/apigateway/v20180808/apigateway_client.ts +13 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +55 -0
- package/src/services/cls/v20201016/cls_models.ts +11 -1
- package/src/services/cme/v20191029/cme_client.ts +13 -4
- package/src/services/cme/v20191029/cme_models.ts +283 -68
- package/src/services/monitor/v20180724/monitor_models.ts +14 -14
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +41 -0
- package/src/services/vod/v20180717/vod_client.ts +6 -0
- package/src/services/vod/v20180717/vod_models.ts +205 -6
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +62 -2
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +464 -13
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -7
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +6 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +47 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +1 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +245 -61
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +14 -14
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +177 -6
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +17 -1
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +24 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +402 -13
- package/test/apigateway.v20180808.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +40 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,222 @@
|
|
|
1
|
+
# Release 4.0.423
|
|
2
|
+
|
|
3
|
+
## 应用合规平台(acp) 版本:2022-01-05
|
|
4
|
+
|
|
5
|
+
### 第 4 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-24 06:06:48
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1553/75518)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Source
|
|
18
|
+
|
|
19
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1553/75162)
|
|
20
|
+
|
|
21
|
+
* 新增出参:ReportResult
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## API网关(apigateway) 版本:2018-08-08
|
|
27
|
+
|
|
28
|
+
### 第 32 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-08-24 06:08:44
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [ImportOpenApi](https://cloud.tencent.com/document/api/628/79383)
|
|
39
|
+
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [CreateApiRspSet](https://cloud.tencent.com/document/api/628/45244#CreateApiRspSet)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
47
|
+
|
|
48
|
+
### 第 29 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2022-08-24 06:18:24
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
修改接口:
|
|
57
|
+
|
|
58
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
59
|
+
|
|
60
|
+
* 新增入参:FilenameMode
|
|
61
|
+
|
|
62
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
63
|
+
|
|
64
|
+
* 新增入参:FilenameMode
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
70
|
+
|
|
71
|
+
### 第 51 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2022-08-24 06:19:05
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
新增数据结构:
|
|
80
|
+
|
|
81
|
+
* [MediaCastDestinationInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInfo)
|
|
82
|
+
* [MediaCastDestinationInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInterruptInfo)
|
|
83
|
+
* [MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)
|
|
84
|
+
* [MediaCastPlaySetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastPlaySetting)
|
|
85
|
+
* [MediaCastProjectInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastProjectInfo)
|
|
86
|
+
* [MediaCastSourceInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInfo)
|
|
87
|
+
* [MediaCastSourceInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInterruptInfo)
|
|
88
|
+
* [MediaCastVideoSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastVideoSetting)
|
|
89
|
+
* [ProjectMediaCastStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectMediaCastStatusChangedEvent)
|
|
90
|
+
|
|
91
|
+
修改数据结构:
|
|
92
|
+
|
|
93
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
94
|
+
|
|
95
|
+
* 新增成员:ProjectMediaCastStatusChangedEvent
|
|
96
|
+
|
|
97
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1156/40360#ProjectInfo)
|
|
98
|
+
|
|
99
|
+
* 新增成员:MediaCastProjectInfo
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
105
|
+
|
|
106
|
+
### 第 26 次发布
|
|
107
|
+
|
|
108
|
+
发布时间:2022-08-24 06:56:05
|
|
109
|
+
|
|
110
|
+
本次发布包含了以下内容:
|
|
111
|
+
|
|
112
|
+
改善已有的文档。
|
|
113
|
+
|
|
114
|
+
新增数据结构:
|
|
115
|
+
|
|
116
|
+
* [DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)
|
|
117
|
+
|
|
118
|
+
修改数据结构:
|
|
119
|
+
|
|
120
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
121
|
+
|
|
122
|
+
* 新增成员:RegionInfos
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## 云点播(vod) 版本:2018-07-17
|
|
128
|
+
|
|
129
|
+
### 第 115 次发布
|
|
130
|
+
|
|
131
|
+
发布时间:2022-08-24 06:58:00
|
|
132
|
+
|
|
133
|
+
本次发布包含了以下内容:
|
|
134
|
+
|
|
135
|
+
改善已有的文档。
|
|
136
|
+
|
|
137
|
+
修改接口:
|
|
138
|
+
|
|
139
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
|
|
140
|
+
|
|
141
|
+
* 新增入参:DrmKeyProvider
|
|
142
|
+
|
|
143
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
144
|
+
|
|
145
|
+
* 新增出参:RemoveWatermarkTask
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
新增数据结构:
|
|
149
|
+
|
|
150
|
+
* [AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)
|
|
151
|
+
* [RemoveWaterMarkTaskInput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskInput)
|
|
152
|
+
* [RemoveWaterMarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskOutput)
|
|
153
|
+
* [RemoveWatermarkTask](https://cloud.tencent.com/document/api/266/31773#RemoveWatermarkTask)
|
|
154
|
+
* [SubtitleFormatsOperation](https://cloud.tencent.com/document/api/266/31773#SubtitleFormatsOperation)
|
|
155
|
+
* [TrtcRecordInfo](https://cloud.tencent.com/document/api/266/31773#TrtcRecordInfo)
|
|
156
|
+
|
|
157
|
+
修改数据结构:
|
|
158
|
+
|
|
159
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTemplate)
|
|
160
|
+
|
|
161
|
+
* 新增成员:DrmKeyProvider
|
|
162
|
+
|
|
163
|
+
* [AiRecognitionTaskAsrFullTextResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutput)
|
|
164
|
+
|
|
165
|
+
* 新增成员:SubtitleSet
|
|
166
|
+
|
|
167
|
+
* [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
|
|
168
|
+
|
|
169
|
+
* 新增成员:SubtitleFormats
|
|
170
|
+
|
|
171
|
+
* [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
|
|
172
|
+
|
|
173
|
+
* 新增成员:SubtitleFormatsOperation
|
|
174
|
+
|
|
175
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
176
|
+
|
|
177
|
+
* 新增成员:RemoveWatermarkCompleteEvent
|
|
178
|
+
|
|
179
|
+
* [MediaSourceData](https://cloud.tencent.com/document/api/266/31773#MediaSourceData)
|
|
180
|
+
|
|
181
|
+
* 新增成员:TrtcRecordInfo
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
187
|
+
|
|
188
|
+
### 第 6 次发布
|
|
189
|
+
|
|
190
|
+
发布时间:2022-08-24 07:02:00
|
|
191
|
+
|
|
192
|
+
本次发布包含了以下内容:
|
|
193
|
+
|
|
194
|
+
改善已有的文档。
|
|
195
|
+
|
|
196
|
+
新增接口:
|
|
197
|
+
|
|
198
|
+
* [CreateKTVRobot](https://cloud.tencent.com/document/api/1592/79388)
|
|
199
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1592/79387)
|
|
200
|
+
* [DestroyKTVRobot](https://cloud.tencent.com/document/api/1592/79386)
|
|
201
|
+
* [SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1592/79385)
|
|
202
|
+
|
|
203
|
+
新增数据结构:
|
|
204
|
+
|
|
205
|
+
* [JoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#JoinRoomInput)
|
|
206
|
+
* [KTVRobotInfo](https://cloud.tencent.com/document/api/1592/76191#KTVRobotInfo)
|
|
207
|
+
* [PlayCommandInput](https://cloud.tencent.com/document/api/1592/76191#PlayCommandInput)
|
|
208
|
+
* [SeekCommandInput](https://cloud.tencent.com/document/api/1592/76191#SeekCommandInput)
|
|
209
|
+
* [SendMessageCommandInput](https://cloud.tencent.com/document/api/1592/76191#SendMessageCommandInput)
|
|
210
|
+
* [SetAudioParamCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetAudioParamCommandInput)
|
|
211
|
+
* [SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetDestroyModeCommandInput)
|
|
212
|
+
* [SetPlayModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlayModeCommandInput)
|
|
213
|
+
* [SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlaylistCommandInput)
|
|
214
|
+
* [SyncRobotCommand](https://cloud.tencent.com/document/api/1592/76191#SyncRobotCommand)
|
|
215
|
+
* [TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput)
|
|
216
|
+
* [TimeRange](https://cloud.tencent.com/document/api/1592/76191#TimeRange)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
1
220
|
# Release 4.0.422
|
|
2
221
|
|
|
3
222
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|