tencentcloud-sdk-nodejs 4.0.420 → 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 +876 -0
- package/SERVICE_CHANGELOG.md +870 -97
- package/package.json +1 -1
- package/products.md +31 -31
- 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/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
- 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/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +44 -1
- package/src/services/eb/v20210416/eb_models.ts +5 -0
- package/src/services/gs/v20191118/gs_client.ts +1 -1
- package/src/services/gs/v20191118/gs_models.ts +5 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/irp/v20220805/irp_client.ts +3 -3
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_client.ts +6 -3
- package/src/services/monitor/v20180724/monitor_models.ts +199 -75
- package/src/services/pts/v20210728/pts_client.ts +1 -0
- package/src/services/pts/v20210728/pts_models.ts +20 -0
- package/src/services/taf/v20200210/taf_client.ts +5 -21
- package/src/services/taf/v20200210/taf_models.ts +42 -170
- package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +2 -0
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +81 -0
- package/src/services/tcb/v20180608/tcb_models.ts +12 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
- package/src/services/tcss/v20201101/tcss_models.ts +24 -2
- package/src/services/teo/v20220106/teo_models.ts +284 -109
- package/src/services/tiia/v20190529/tiia_client.ts +4 -1
- package/src/services/tione/v20211111/tione_models.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +3 -2
- package/src/services/tke/v20180525/tke_models.ts +31 -1
- 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 +21 -2
- package/src/services/vod/v20180717/vod_models.ts +329 -6
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +101 -26
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +694 -157
- 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/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
- 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/cvm/v20170312/cvm_models.d.ts +5 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +1 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/irp/v20220805/irp_client.d.ts +3 -3
- package/tencentcloud/services/irp/v20220805/irp_client.js +3 -3
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +171 -68
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +17 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +37 -147
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +67 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +241 -92
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +35 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +7 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +8 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +281 -6
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +27 -7
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +39 -9
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +575 -112
- package/test/apigateway.v20180808.test.js +10 -0
- package/test/taf.v20200210.test.js +0 -10
- package/test/vod.v20180717.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +56 -6
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 应用合规平台(acp) 版本:2022-01-05
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 4 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-24 06:06:48
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,22 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1553/75518)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:Source
|
|
18
18
|
|
|
19
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1553/75162)
|
|
19
20
|
|
|
21
|
+
* 新增出参:ReportResult
|
|
20
22
|
|
|
21
23
|
|
|
22
|
-
## 云监控(monitor) 版本:2018-07-24
|
|
23
24
|
|
|
24
|
-
### 第 53 次发布
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
## API网关(apigateway) 版本:2018-08-08
|
|
27
|
+
|
|
28
|
+
### 第 32 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-08-24 06:08:44
|
|
27
31
|
|
|
28
32
|
本次发布包含了以下内容:
|
|
29
33
|
|
|
@@ -31,68 +35,100 @@
|
|
|
31
35
|
|
|
32
36
|
新增接口:
|
|
33
37
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
* [
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
* [DescribePluginOverviews](https://cloud.tencent.com/document/api/248/79203)
|
|
52
|
-
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
53
|
-
* [EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)
|
|
54
|
-
* [EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)
|
|
55
|
-
* [EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)
|
|
56
|
-
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
57
|
-
* [ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)
|
|
58
|
-
* [ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)
|
|
59
|
-
* [UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)
|
|
60
|
-
* [UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)
|
|
61
|
-
* [UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)
|
|
62
|
-
* [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
|
|
63
|
-
* [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
|
|
64
|
-
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
65
|
-
* [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
|
|
66
|
-
* [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
|
|
67
|
-
* [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
|
|
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
|
+
改善已有的文档。
|
|
68
55
|
|
|
69
56
|
修改接口:
|
|
70
57
|
|
|
71
|
-
* [
|
|
58
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
72
59
|
|
|
73
|
-
*
|
|
60
|
+
* 新增入参:FilenameMode
|
|
74
61
|
|
|
75
|
-
* [
|
|
62
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
63
|
+
|
|
64
|
+
* 新增入参:FilenameMode
|
|
76
65
|
|
|
77
|
-
* <font color="#dd0000">**修改入参**:</font>KubeType, ClusterId
|
|
78
66
|
|
|
79
67
|
|
|
68
|
+
|
|
69
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
70
|
+
|
|
71
|
+
### 第 51 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2022-08-24 06:19:05
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
80
79
|
新增数据结构:
|
|
81
80
|
|
|
82
|
-
* [
|
|
83
|
-
* [
|
|
84
|
-
* [
|
|
85
|
-
* [
|
|
86
|
-
* [
|
|
87
|
-
* [
|
|
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)
|
|
88
90
|
|
|
91
|
+
修改数据结构:
|
|
89
92
|
|
|
93
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
90
94
|
|
|
91
|
-
|
|
95
|
+
* 新增成员:ProjectMediaCastStatusChangedEvent
|
|
96
|
+
|
|
97
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1156/40360#ProjectInfo)
|
|
98
|
+
|
|
99
|
+
* 新增成员:MediaCastProjectInfo
|
|
92
100
|
|
|
93
|
-
### 第 117 次发布
|
|
94
101
|
|
|
95
|
-
|
|
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
|
|
96
132
|
|
|
97
133
|
本次发布包含了以下内容:
|
|
98
134
|
|
|
@@ -100,11 +136,85 @@
|
|
|
100
136
|
|
|
101
137
|
修改接口:
|
|
102
138
|
|
|
103
|
-
* [
|
|
139
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
|
|
104
140
|
|
|
105
|
-
* 新增入参:
|
|
141
|
+
* 新增入参:DrmKeyProvider
|
|
142
|
+
|
|
143
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
144
|
+
|
|
145
|
+
* 新增出参:RemoveWatermarkTask
|
|
106
146
|
|
|
107
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
|
+
|
|
108
218
|
|
|
109
219
|
|
|
110
220
|
# 历次版本更新如下:
|
|
@@ -358,6 +468,25 @@
|
|
|
358
468
|
|
|
359
469
|
## 应用合规平台(acp) 版本:2022-01-05
|
|
360
470
|
|
|
471
|
+
### 第 4 次发布
|
|
472
|
+
|
|
473
|
+
发布时间:2022-08-24 06:06:48
|
|
474
|
+
|
|
475
|
+
本次发布包含了以下内容:
|
|
476
|
+
|
|
477
|
+
改善已有的文档。
|
|
478
|
+
|
|
479
|
+
修改接口:
|
|
480
|
+
|
|
481
|
+
* [DescribeResourceUsageInfo](https://cloud.tencent.com/document/api/1553/75518)
|
|
482
|
+
|
|
483
|
+
* 新增入参:Source
|
|
484
|
+
|
|
485
|
+
* [DescribeScanTaskReportUrl](https://cloud.tencent.com/document/api/1553/75162)
|
|
486
|
+
|
|
487
|
+
* 新增出参:ReportResult
|
|
488
|
+
|
|
489
|
+
|
|
361
490
|
### 第 3 次发布
|
|
362
491
|
|
|
363
492
|
发布时间:2022-07-29 06:01:57
|
|
@@ -2626,6 +2755,22 @@
|
|
|
2626
2755
|
|
|
2627
2756
|
## API网关(apigateway) 版本:2018-08-08
|
|
2628
2757
|
|
|
2758
|
+
### 第 32 次发布
|
|
2759
|
+
|
|
2760
|
+
发布时间:2022-08-24 06:08:44
|
|
2761
|
+
|
|
2762
|
+
本次发布包含了以下内容:
|
|
2763
|
+
|
|
2764
|
+
改善已有的文档。
|
|
2765
|
+
|
|
2766
|
+
新增接口:
|
|
2767
|
+
|
|
2768
|
+
* [[ImportOpenApi](https://cloud.tencent.com/document/api/628/79383)](https://cloud.tencent.com/document/api/#/#)
|
|
2769
|
+
|
|
2770
|
+
新增数据结构:
|
|
2771
|
+
|
|
2772
|
+
* [[CreateApiRspSet](https://cloud.tencent.com/document/api/628/45244#CreateApiRspSet)](https://cloud.tencent.com/document/api/628/45244#[CreateApiRspSet](https://cloud.tencent.com/document/api/628/45244#CreateApiRspSet))
|
|
2773
|
+
|
|
2629
2774
|
### 第 31 次发布
|
|
2630
2775
|
|
|
2631
2776
|
发布时间:2022-06-14 06:05:10
|
|
@@ -17288,6 +17433,59 @@
|
|
|
17288
17433
|
|
|
17289
17434
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17290
17435
|
|
|
17436
|
+
### 第 54 次发布
|
|
17437
|
+
|
|
17438
|
+
发布时间:2022-08-23 06:17:56
|
|
17439
|
+
|
|
17440
|
+
本次发布包含了以下内容:
|
|
17441
|
+
|
|
17442
|
+
改善已有的文档。
|
|
17443
|
+
|
|
17444
|
+
修改接口:
|
|
17445
|
+
|
|
17446
|
+
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
17447
|
+
|
|
17448
|
+
* 新增入参:MaxMessageByte
|
|
17449
|
+
|
|
17450
|
+
|
|
17451
|
+
### 第 53 次发布
|
|
17452
|
+
|
|
17453
|
+
发布时间:2022-08-22 06:16:09
|
|
17454
|
+
|
|
17455
|
+
本次发布包含了以下内容:
|
|
17456
|
+
|
|
17457
|
+
改善已有的文档。
|
|
17458
|
+
|
|
17459
|
+
新增数据结构:
|
|
17460
|
+
|
|
17461
|
+
* [RowParam](https://cloud.tencent.com/document/api/597/40861#RowParam)
|
|
17462
|
+
|
|
17463
|
+
修改数据结构:
|
|
17464
|
+
|
|
17465
|
+
* [TransformsParam](https://cloud.tencent.com/document/api/597/40861#TransformsParam)
|
|
17466
|
+
|
|
17467
|
+
* 新增成员:RowParam
|
|
17468
|
+
|
|
17469
|
+
|
|
17470
|
+
### 第 52 次发布
|
|
17471
|
+
|
|
17472
|
+
发布时间:2022-08-19 06:13:13
|
|
17473
|
+
|
|
17474
|
+
本次发布包含了以下内容:
|
|
17475
|
+
|
|
17476
|
+
改善已有的文档。
|
|
17477
|
+
|
|
17478
|
+
修改数据结构:
|
|
17479
|
+
|
|
17480
|
+
* [MySQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#MySQLModifyConnectParam)
|
|
17481
|
+
|
|
17482
|
+
* 新增成员:SelfBuilt
|
|
17483
|
+
|
|
17484
|
+
* [PostgreSQLModifyConnectParam](https://cloud.tencent.com/document/api/597/40861#PostgreSQLModifyConnectParam)
|
|
17485
|
+
|
|
17486
|
+
* 新增成员:SelfBuilt
|
|
17487
|
+
|
|
17488
|
+
|
|
17291
17489
|
### 第 51 次发布
|
|
17292
17490
|
|
|
17293
17491
|
发布时间:2022-08-16 06:14:00
|
|
@@ -20224,6 +20422,25 @@
|
|
|
20224
20422
|
|
|
20225
20423
|
## 日志服务(cls) 版本:2020-10-16
|
|
20226
20424
|
|
|
20425
|
+
### 第 29 次发布
|
|
20426
|
+
|
|
20427
|
+
发布时间:2022-08-24 06:18:24
|
|
20428
|
+
|
|
20429
|
+
本次发布包含了以下内容:
|
|
20430
|
+
|
|
20431
|
+
改善已有的文档。
|
|
20432
|
+
|
|
20433
|
+
修改接口:
|
|
20434
|
+
|
|
20435
|
+
* [CreateShipper](https://cloud.tencent.com/document/api/614/58747)
|
|
20436
|
+
|
|
20437
|
+
* 新增入参:FilenameMode
|
|
20438
|
+
|
|
20439
|
+
* [ModifyShipper](https://cloud.tencent.com/document/api/614/58743)
|
|
20440
|
+
|
|
20441
|
+
* 新增入参:FilenameMode
|
|
20442
|
+
|
|
20443
|
+
|
|
20227
20444
|
### 第 28 次发布
|
|
20228
20445
|
|
|
20229
20446
|
发布时间:2022-08-18 06:14:59
|
|
@@ -20856,6 +21073,37 @@
|
|
|
20856
21073
|
|
|
20857
21074
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
20858
21075
|
|
|
21076
|
+
### 第 51 次发布
|
|
21077
|
+
|
|
21078
|
+
发布时间:2022-08-24 06:19:05
|
|
21079
|
+
|
|
21080
|
+
本次发布包含了以下内容:
|
|
21081
|
+
|
|
21082
|
+
改善已有的文档。
|
|
21083
|
+
|
|
21084
|
+
新增数据结构:
|
|
21085
|
+
|
|
21086
|
+
* [[MediaCastDestinationInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInfo)](https://cloud.tencent.com/document/api/1156/40360#[MediaCastDestinationInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInfo))
|
|
21087
|
+
* [[MediaCastDestinationInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInterruptInfo)](https://cloud.tencent.com/document/api/1156/40360#[MediaCastDestinationInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastDestinationInterruptInfo))
|
|
21088
|
+
* [[MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting)](https://cloud.tencent.com/document/api/1156/40360#[MediaCastOutputMediaSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastOutputMediaSetting))
|
|
21089
|
+
* [[MediaCastPlaySetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastPlaySetting)](https://cloud.tencent.com/document/api/1156/40360#[MediaCastPlaySetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastPlaySetting))
|
|
21090
|
+
* [[MediaCastProjectInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastProjectInfo)](https://cloud.tencent.com/document/api/1156/40360#[MediaCastProjectInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastProjectInfo))
|
|
21091
|
+
* [[MediaCastSourceInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInfo)](https://cloud.tencent.com/document/api/1156/40360#[MediaCastSourceInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInfo))
|
|
21092
|
+
* [[MediaCastSourceInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInterruptInfo)](https://cloud.tencent.com/document/api/1156/40360#[MediaCastSourceInterruptInfo](https://cloud.tencent.com/document/api/1156/40360#MediaCastSourceInterruptInfo))
|
|
21093
|
+
* [[MediaCastVideoSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastVideoSetting)](https://cloud.tencent.com/document/api/1156/40360#[MediaCastVideoSetting](https://cloud.tencent.com/document/api/1156/40360#MediaCastVideoSetting))
|
|
21094
|
+
* [[ProjectMediaCastStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectMediaCastStatusChangedEvent)](https://cloud.tencent.com/document/api/1156/40360#[ProjectMediaCastStatusChangedEvent](https://cloud.tencent.com/document/api/1156/40360#ProjectMediaCastStatusChangedEvent))
|
|
21095
|
+
|
|
21096
|
+
修改数据结构:
|
|
21097
|
+
|
|
21098
|
+
* [EventContent](https://cloud.tencent.com/document/api/1156/40360#EventContent)
|
|
21099
|
+
|
|
21100
|
+
* 新增成员:ProjectMediaCastStatusChangedEvent
|
|
21101
|
+
|
|
21102
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1156/40360#ProjectInfo)
|
|
21103
|
+
|
|
21104
|
+
* 新增成员:MediaCastProjectInfo
|
|
21105
|
+
|
|
21106
|
+
|
|
20859
21107
|
### 第 50 次发布
|
|
20860
21108
|
|
|
20861
21109
|
发布时间:2022-06-24 06:09:00
|
|
@@ -26497,6 +26745,36 @@
|
|
|
26497
26745
|
|
|
26498
26746
|
## 主机安全(cwp) 版本:2018-02-28
|
|
26499
26747
|
|
|
26748
|
+
### 第 50 次发布
|
|
26749
|
+
|
|
26750
|
+
发布时间:2022-08-19 06:16:28
|
|
26751
|
+
|
|
26752
|
+
本次发布包含了以下内容:
|
|
26753
|
+
|
|
26754
|
+
改善已有的文档。
|
|
26755
|
+
|
|
26756
|
+
修改接口:
|
|
26757
|
+
|
|
26758
|
+
* [DescribeVulHostCountScanTime](https://cloud.tencent.com/document/api/296/60899)
|
|
26759
|
+
|
|
26760
|
+
* 新增出参:LastFixTime, hadAutoFixVul
|
|
26761
|
+
|
|
26762
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
26763
|
+
|
|
26764
|
+
* 新增出参:SuccessFixCount, FixSwitch
|
|
26765
|
+
|
|
26766
|
+
|
|
26767
|
+
新增数据结构:
|
|
26768
|
+
|
|
26769
|
+
* [Tags](https://cloud.tencent.com/document/api/296/19867#Tags)
|
|
26770
|
+
|
|
26771
|
+
修改数据结构:
|
|
26772
|
+
|
|
26773
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
26774
|
+
|
|
26775
|
+
* 新增成员:CloudTags
|
|
26776
|
+
|
|
26777
|
+
|
|
26500
26778
|
### 第 49 次发布
|
|
26501
26779
|
|
|
26502
26780
|
发布时间:2022-07-15 06:07:13
|
|
@@ -33049,6 +33327,21 @@
|
|
|
33049
33327
|
|
|
33050
33328
|
## 事件总线(eb) 版本:2021-04-16
|
|
33051
33329
|
|
|
33330
|
+
### 第 6 次发布
|
|
33331
|
+
|
|
33332
|
+
发布时间:2022-08-23 06:27:55
|
|
33333
|
+
|
|
33334
|
+
本次发布包含了以下内容:
|
|
33335
|
+
|
|
33336
|
+
改善已有的文档。
|
|
33337
|
+
|
|
33338
|
+
修改接口:
|
|
33339
|
+
|
|
33340
|
+
* [UpdateRule](https://cloud.tencent.com/document/api/1359/67693)
|
|
33341
|
+
|
|
33342
|
+
* 新增入参:EventPattern
|
|
33343
|
+
|
|
33344
|
+
|
|
33052
33345
|
### 第 5 次发布
|
|
33053
33346
|
|
|
33054
33347
|
发布时间:2022-06-30 06:06:12
|
|
@@ -40560,6 +40853,21 @@
|
|
|
40560
40853
|
|
|
40561
40854
|
## 云游戏解决方案(gs) 版本:2019-11-18
|
|
40562
40855
|
|
|
40856
|
+
### 第 18 次发布
|
|
40857
|
+
|
|
40858
|
+
发布时间:2022-08-19 06:23:23
|
|
40859
|
+
|
|
40860
|
+
本次发布包含了以下内容:
|
|
40861
|
+
|
|
40862
|
+
改善已有的文档。
|
|
40863
|
+
|
|
40864
|
+
修改接口:
|
|
40865
|
+
|
|
40866
|
+
* [DescribeInstancesCount](https://cloud.tencent.com/document/api/1162/52717)
|
|
40867
|
+
|
|
40868
|
+
* 新增入参:GameRegion
|
|
40869
|
+
|
|
40870
|
+
|
|
40563
40871
|
### 第 17 次发布
|
|
40564
40872
|
|
|
40565
40873
|
发布时间:2022-04-08 06:07:59
|
|
@@ -46134,6 +46442,21 @@
|
|
|
46134
46442
|
|
|
46135
46443
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
46136
46444
|
|
|
46445
|
+
### 第 5 次发布
|
|
46446
|
+
|
|
46447
|
+
发布时间:2022-08-22 06:33:46
|
|
46448
|
+
|
|
46449
|
+
本次发布包含了以下内容:
|
|
46450
|
+
|
|
46451
|
+
改善已有的文档。
|
|
46452
|
+
|
|
46453
|
+
修改数据结构:
|
|
46454
|
+
|
|
46455
|
+
* [VideoProduct](https://cloud.tencent.com/document/api/1131/76635#VideoProduct)
|
|
46456
|
+
|
|
46457
|
+
* 新增成员:CategoryId
|
|
46458
|
+
|
|
46459
|
+
|
|
46137
46460
|
### 第 4 次发布
|
|
46138
46461
|
|
|
46139
46462
|
发布时间:2022-07-19 16:17:21
|
|
@@ -51720,6 +52043,46 @@
|
|
|
51720
52043
|
|
|
51721
52044
|
## 云监控(monitor) 版本:2018-07-24
|
|
51722
52045
|
|
|
52046
|
+
### 第 55 次发布
|
|
52047
|
+
|
|
52048
|
+
发布时间:2022-08-22 06:38:10
|
|
52049
|
+
|
|
52050
|
+
本次发布包含了以下内容:
|
|
52051
|
+
|
|
52052
|
+
改善已有的文档。
|
|
52053
|
+
|
|
52054
|
+
修改接口:
|
|
52055
|
+
|
|
52056
|
+
* [DescribeAllNamespaces](https://cloud.tencent.com/document/api/248/48683)
|
|
52057
|
+
|
|
52058
|
+
* 新增出参:CommonNamespaces
|
|
52059
|
+
|
|
52060
|
+
|
|
52061
|
+
新增数据结构:
|
|
52062
|
+
|
|
52063
|
+
* [CommonNamespaceNew](https://cloud.tencent.com/document/api/248/30354#CommonNamespaceNew)
|
|
52064
|
+
* [DimensionNew](https://cloud.tencent.com/document/api/248/30354#DimensionNew)
|
|
52065
|
+
* [Operator](https://cloud.tencent.com/document/api/248/30354#Operator)
|
|
52066
|
+
|
|
52067
|
+
### 第 54 次发布
|
|
52068
|
+
|
|
52069
|
+
发布时间:2022-08-19 06:29:18
|
|
52070
|
+
|
|
52071
|
+
本次发布包含了以下内容:
|
|
52072
|
+
|
|
52073
|
+
改善已有的文档。
|
|
52074
|
+
|
|
52075
|
+
修改接口:
|
|
52076
|
+
|
|
52077
|
+
* [DescribeBasicAlarmList](https://cloud.tencent.com/document/api/248/41199)
|
|
52078
|
+
|
|
52079
|
+
* 新增出参:Warning
|
|
52080
|
+
|
|
52081
|
+
* [DescribePolicyGroupList](https://cloud.tencent.com/document/api/248/40945)
|
|
52082
|
+
|
|
52083
|
+
* 新增出参:Warning
|
|
52084
|
+
|
|
52085
|
+
|
|
51723
52086
|
### 第 53 次发布
|
|
51724
52087
|
|
|
51725
52088
|
发布时间:2022-08-18 06:31:02
|
|
@@ -51730,40 +52093,40 @@
|
|
|
51730
52093
|
|
|
51731
52094
|
新增接口:
|
|
51732
52095
|
|
|
51733
|
-
* [
|
|
51734
|
-
* [
|
|
51735
|
-
* [
|
|
51736
|
-
* [
|
|
51737
|
-
* [
|
|
51738
|
-
* [
|
|
51739
|
-
* [
|
|
51740
|
-
* [
|
|
51741
|
-
* [
|
|
51742
|
-
* [
|
|
51743
|
-
* [
|
|
51744
|
-
* [
|
|
51745
|
-
* [
|
|
51746
|
-
* [
|
|
51747
|
-
* [
|
|
51748
|
-
* [
|
|
51749
|
-
* [
|
|
51750
|
-
* [
|
|
51751
|
-
* [
|
|
51752
|
-
* [
|
|
51753
|
-
* [
|
|
51754
|
-
* [
|
|
51755
|
-
* [
|
|
51756
|
-
* [
|
|
51757
|
-
* [
|
|
51758
|
-
* [
|
|
51759
|
-
* [
|
|
51760
|
-
* [
|
|
51761
|
-
* [
|
|
51762
|
-
* [
|
|
51763
|
-
* [
|
|
51764
|
-
* [
|
|
51765
|
-
* [
|
|
51766
|
-
* [
|
|
52096
|
+
* [CleanGrafanaInstance](https://cloud.tencent.com/document/api/248/79220)
|
|
52097
|
+
* [CreateGrafanaInstance](https://cloud.tencent.com/document/api/248/79219)
|
|
52098
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
52099
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
52100
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
52101
|
+
* [DeleteGrafanaInstance](https://cloud.tencent.com/document/api/248/79215)
|
|
52102
|
+
* [DeleteGrafanaIntegration](https://cloud.tencent.com/document/api/248/79214)
|
|
52103
|
+
* [DeleteGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79213)
|
|
52104
|
+
* [DeleteSSOAccount](https://cloud.tencent.com/document/api/248/79212)
|
|
52105
|
+
* [DescribeDNSConfig](https://cloud.tencent.com/document/api/248/79211)
|
|
52106
|
+
* [DescribeGrafanaConfig](https://cloud.tencent.com/document/api/248/79210)
|
|
52107
|
+
* [DescribeGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79209)
|
|
52108
|
+
* [DescribeGrafanaInstances](https://cloud.tencent.com/document/api/248/79208)
|
|
52109
|
+
* [DescribeGrafanaIntegrations](https://cloud.tencent.com/document/api/248/79207)
|
|
52110
|
+
* [DescribeGrafanaNotificationChannels](https://cloud.tencent.com/document/api/248/79206)
|
|
52111
|
+
* [DescribeGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79205)
|
|
52112
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
52113
|
+
* [DescribePluginOverviews](https://cloud.tencent.com/document/api/248/79203)
|
|
52114
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
52115
|
+
* [EnableGrafanaInternet](https://cloud.tencent.com/document/api/248/79201)
|
|
52116
|
+
* [EnableGrafanaSSO](https://cloud.tencent.com/document/api/248/79200)
|
|
52117
|
+
* [EnableSSOCamCheck](https://cloud.tencent.com/document/api/248/79199)
|
|
52118
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
52119
|
+
* [ModifyGrafanaInstance](https://cloud.tencent.com/document/api/248/79197)
|
|
52120
|
+
* [ResumeGrafanaInstance](https://cloud.tencent.com/document/api/248/79196)
|
|
52121
|
+
* [UninstallGrafanaPlugins](https://cloud.tencent.com/document/api/248/79195)
|
|
52122
|
+
* [UpdateDNSConfig](https://cloud.tencent.com/document/api/248/79194)
|
|
52123
|
+
* [UpdateGrafanaConfig](https://cloud.tencent.com/document/api/248/79193)
|
|
52124
|
+
* [UpdateGrafanaEnvironments](https://cloud.tencent.com/document/api/248/79192)
|
|
52125
|
+
* [UpdateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79191)
|
|
52126
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
52127
|
+
* [UpdateGrafanaWhiteList](https://cloud.tencent.com/document/api/248/79189)
|
|
52128
|
+
* [UpdateSSOAccount](https://cloud.tencent.com/document/api/248/79188)
|
|
52129
|
+
* [UpgradeGrafanaInstance](https://cloud.tencent.com/document/api/248/79187)
|
|
51767
52130
|
|
|
51768
52131
|
修改接口:
|
|
51769
52132
|
|
|
@@ -51778,12 +52141,12 @@
|
|
|
51778
52141
|
|
|
51779
52142
|
新增数据结构:
|
|
51780
52143
|
|
|
51781
|
-
* [
|
|
51782
|
-
* [
|
|
51783
|
-
* [
|
|
51784
|
-
* [
|
|
51785
|
-
* [
|
|
51786
|
-
* [
|
|
52144
|
+
* [GrafanaAccountInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountInfo)
|
|
52145
|
+
* [GrafanaAccountRole](https://cloud.tencent.com/document/api/248/30354#GrafanaAccountRole)
|
|
52146
|
+
* [GrafanaInstanceInfo](https://cloud.tencent.com/document/api/248/30354#GrafanaInstanceInfo)
|
|
52147
|
+
* [GrafanaIntegrationConfig](https://cloud.tencent.com/document/api/248/30354#GrafanaIntegrationConfig)
|
|
52148
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
52149
|
+
* [GrafanaPlugin](https://cloud.tencent.com/document/api/248/30354#GrafanaPlugin)
|
|
51787
52150
|
|
|
51788
52151
|
### 第 52 次发布
|
|
51789
52152
|
|
|
@@ -58676,6 +59039,25 @@
|
|
|
58676
59039
|
|
|
58677
59040
|
## 云压测(pts) 版本:2021-07-28
|
|
58678
59041
|
|
|
59042
|
+
### 第 3 次发布
|
|
59043
|
+
|
|
59044
|
+
发布时间:2022-08-22 06:42:21
|
|
59045
|
+
|
|
59046
|
+
本次发布包含了以下内容:
|
|
59047
|
+
|
|
59048
|
+
改善已有的文档。
|
|
59049
|
+
|
|
59050
|
+
修改接口:
|
|
59051
|
+
|
|
59052
|
+
* [UpdateScenario](https://cloud.tencent.com/document/api/1484/78057)
|
|
59053
|
+
|
|
59054
|
+
* 新增入参:NotificationHooks
|
|
59055
|
+
|
|
59056
|
+
|
|
59057
|
+
新增数据结构:
|
|
59058
|
+
|
|
59059
|
+
* [Notification](https://cloud.tencent.com/document/api/1484/78100#Notification)
|
|
59060
|
+
|
|
58679
59061
|
### 第 2 次发布
|
|
58680
59062
|
|
|
58681
59063
|
发布时间:2022-08-15 06:35:03
|
|
@@ -64236,6 +64618,25 @@
|
|
|
64236
64618
|
|
|
64237
64619
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
64238
64620
|
|
|
64621
|
+
### 第 15 次发布
|
|
64622
|
+
|
|
64623
|
+
发布时间:2022-08-22 06:46:33
|
|
64624
|
+
|
|
64625
|
+
本次发布包含了以下内容:
|
|
64626
|
+
|
|
64627
|
+
改善已有的文档。
|
|
64628
|
+
|
|
64629
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
64630
|
+
|
|
64631
|
+
* DetectFraudKOL
|
|
64632
|
+
|
|
64633
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
64634
|
+
|
|
64635
|
+
* InputKolBspData
|
|
64636
|
+
* InputKolDataList
|
|
64637
|
+
* OutputKolData
|
|
64638
|
+
* OutputKolValue
|
|
64639
|
+
|
|
64239
64640
|
### 第 14 次发布
|
|
64240
64641
|
|
|
64241
64642
|
发布时间:2022-08-11 06:48:40
|
|
@@ -65544,6 +65945,26 @@
|
|
|
65544
65945
|
|
|
65545
65946
|
## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
|
|
65546
65947
|
|
|
65948
|
+
### 第 16 次发布
|
|
65949
|
+
|
|
65950
|
+
发布时间:2022-08-23 06:49:36
|
|
65951
|
+
|
|
65952
|
+
本次发布包含了以下内容:
|
|
65953
|
+
|
|
65954
|
+
改善已有的文档。
|
|
65955
|
+
|
|
65956
|
+
新增数据结构:
|
|
65957
|
+
|
|
65958
|
+
* [SyncTableField](https://cloud.tencent.com/document/api/596/39686#SyncTableField)
|
|
65959
|
+
* [SyncTableInfo](https://cloud.tencent.com/document/api/596/39686#SyncTableInfo)
|
|
65960
|
+
|
|
65961
|
+
修改数据结构:
|
|
65962
|
+
|
|
65963
|
+
* [TableInfoNew](https://cloud.tencent.com/document/api/596/39686#TableInfoNew)
|
|
65964
|
+
|
|
65965
|
+
* 新增成员:SyncTableInfo
|
|
65966
|
+
|
|
65967
|
+
|
|
65547
65968
|
### 第 15 次发布
|
|
65548
65969
|
|
|
65549
65970
|
发布时间:2022-03-29 08:15:32
|
|
@@ -66106,6 +66527,21 @@
|
|
|
66106
66527
|
|
|
66107
66528
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
66108
66529
|
|
|
66530
|
+
### 第 86 次发布
|
|
66531
|
+
|
|
66532
|
+
发布时间:2022-08-23 06:50:01
|
|
66533
|
+
|
|
66534
|
+
本次发布包含了以下内容:
|
|
66535
|
+
|
|
66536
|
+
改善已有的文档。
|
|
66537
|
+
|
|
66538
|
+
修改数据结构:
|
|
66539
|
+
|
|
66540
|
+
* [EnvBillingInfoItem](https://cloud.tencent.com/document/api/876/34822#EnvBillingInfoItem)
|
|
66541
|
+
|
|
66542
|
+
* 新增成员:EnableOverrun, ExtPackageType
|
|
66543
|
+
|
|
66544
|
+
|
|
66109
66545
|
### 第 85 次发布
|
|
66110
66546
|
|
|
66111
66547
|
发布时间:2022-08-01 11:52:06
|
|
@@ -67627,6 +68063,21 @@
|
|
|
67627
68063
|
|
|
67628
68064
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
67629
68065
|
|
|
68066
|
+
### 第 8 次发布
|
|
68067
|
+
|
|
68068
|
+
发布时间:2022-08-23 06:50:39
|
|
68069
|
+
|
|
68070
|
+
本次发布包含了以下内容:
|
|
68071
|
+
|
|
68072
|
+
改善已有的文档。
|
|
68073
|
+
|
|
68074
|
+
修改数据结构:
|
|
68075
|
+
|
|
68076
|
+
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
68077
|
+
|
|
68078
|
+
* 新增成员:CustomDomainNames
|
|
68079
|
+
|
|
68080
|
+
|
|
67630
68081
|
### 第 7 次发布
|
|
67631
68082
|
|
|
67632
68083
|
发布时间:2022-08-15 06:39:26
|
|
@@ -69191,6 +69642,21 @@
|
|
|
69191
69642
|
|
|
69192
69643
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
69193
69644
|
|
|
69645
|
+
### 第 25 次发布
|
|
69646
|
+
|
|
69647
|
+
发布时间:2022-08-23 06:51:30
|
|
69648
|
+
|
|
69649
|
+
本次发布包含了以下内容:
|
|
69650
|
+
|
|
69651
|
+
改善已有的文档。
|
|
69652
|
+
|
|
69653
|
+
修改接口:
|
|
69654
|
+
|
|
69655
|
+
* [ModifyEscapeEventStatus](https://cloud.tencent.com/document/api/1285/65523)
|
|
69656
|
+
|
|
69657
|
+
* 新增入参:ImageIDs, EventType
|
|
69658
|
+
|
|
69659
|
+
|
|
69194
69660
|
### 第 24 次发布
|
|
69195
69661
|
|
|
69196
69662
|
发布时间:2022-08-15 06:40:11
|
|
@@ -71901,6 +72367,135 @@
|
|
|
71901
72367
|
|
|
71902
72368
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
71903
72369
|
|
|
72370
|
+
### 第 21 次发布
|
|
72371
|
+
|
|
72372
|
+
发布时间:2022-08-23 06:54:06
|
|
72373
|
+
|
|
72374
|
+
本次发布包含了以下内容:
|
|
72375
|
+
|
|
72376
|
+
改善已有的文档。
|
|
72377
|
+
|
|
72378
|
+
修改接口:
|
|
72379
|
+
|
|
72380
|
+
* [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
|
|
72381
|
+
|
|
72382
|
+
* <font color="#dd0000">**修改入参**:</font>Rule
|
|
72383
|
+
|
|
72384
|
+
|
|
72385
|
+
### 第 20 次发布
|
|
72386
|
+
|
|
72387
|
+
发布时间:2022-08-19 06:38:50
|
|
72388
|
+
|
|
72389
|
+
本次发布包含了以下内容:
|
|
72390
|
+
|
|
72391
|
+
改善已有的文档。
|
|
72392
|
+
|
|
72393
|
+
修改接口:
|
|
72394
|
+
|
|
72395
|
+
* [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
|
|
72396
|
+
|
|
72397
|
+
* 新增出参:Area
|
|
72398
|
+
|
|
72399
|
+
* [DescribeBotLog](https://cloud.tencent.com/document/api/1552/75663)
|
|
72400
|
+
|
|
72401
|
+
* 新增入参:Area
|
|
72402
|
+
|
|
72403
|
+
* [DescribeDDosAttackData](https://cloud.tencent.com/document/api/1552/75662)
|
|
72404
|
+
|
|
72405
|
+
* 新增入参:Area
|
|
72406
|
+
|
|
72407
|
+
* [DescribeDDosAttackEvent](https://cloud.tencent.com/document/api/1552/75661)
|
|
72408
|
+
|
|
72409
|
+
* 新增入参:Area
|
|
72410
|
+
|
|
72411
|
+
* [DescribeDDosAttackEventDetail](https://cloud.tencent.com/document/api/1552/75660)
|
|
72412
|
+
|
|
72413
|
+
* 新增入参:Area
|
|
72414
|
+
|
|
72415
|
+
* [DescribeDDosAttackSourceEvent](https://cloud.tencent.com/document/api/1552/75659)
|
|
72416
|
+
|
|
72417
|
+
* 新增入参:Area
|
|
72418
|
+
|
|
72419
|
+
* [DescribeDDosAttackTopData](https://cloud.tencent.com/document/api/1552/75658)
|
|
72420
|
+
|
|
72421
|
+
* 新增入参:Area
|
|
72422
|
+
|
|
72423
|
+
* [DescribeDDosMajorAttackEvent](https://cloud.tencent.com/document/api/1552/75657)
|
|
72424
|
+
|
|
72425
|
+
* 新增入参:Area
|
|
72426
|
+
|
|
72427
|
+
* [DescribeOverviewL7Data](https://cloud.tencent.com/document/api/1552/75656)
|
|
72428
|
+
|
|
72429
|
+
* 新增入参:Area
|
|
72430
|
+
|
|
72431
|
+
* [DescribeTimingL4Data](https://cloud.tencent.com/document/api/1552/75655)
|
|
72432
|
+
|
|
72433
|
+
* 新增入参:Area
|
|
72434
|
+
|
|
72435
|
+
* [DescribeTimingL7AnalysisData](https://cloud.tencent.com/document/api/1552/75654)
|
|
72436
|
+
|
|
72437
|
+
* 新增入参:Area
|
|
72438
|
+
|
|
72439
|
+
* [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
|
|
72440
|
+
|
|
72441
|
+
* 新增入参:Area
|
|
72442
|
+
|
|
72443
|
+
* [DescribeTopL7AnalysisData](https://cloud.tencent.com/document/api/1552/75653)
|
|
72444
|
+
|
|
72445
|
+
* 新增入参:Area
|
|
72446
|
+
|
|
72447
|
+
* [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
|
|
72448
|
+
|
|
72449
|
+
* 新增入参:Area
|
|
72450
|
+
|
|
72451
|
+
* [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
|
|
72452
|
+
|
|
72453
|
+
* 新增入参:Area
|
|
72454
|
+
|
|
72455
|
+
* [DescribeWebManagedRulesLog](https://cloud.tencent.com/document/api/1552/75650)
|
|
72456
|
+
|
|
72457
|
+
* 新增入参:Area
|
|
72458
|
+
|
|
72459
|
+
* [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
|
|
72460
|
+
|
|
72461
|
+
* 新增入参:Area
|
|
72462
|
+
|
|
72463
|
+
* [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
|
|
72464
|
+
|
|
72465
|
+
* 新增入参:Area
|
|
72466
|
+
|
|
72467
|
+
* [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
|
|
72468
|
+
|
|
72469
|
+
* 新增入参:Area
|
|
72470
|
+
|
|
72471
|
+
* [DescribeZoneDetails](https://cloud.tencent.com/document/api/1552/74843)
|
|
72472
|
+
|
|
72473
|
+
* 新增出参:Area
|
|
72474
|
+
|
|
72475
|
+
* [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
|
|
72476
|
+
|
|
72477
|
+
* 新增出参:Area
|
|
72478
|
+
|
|
72479
|
+
|
|
72480
|
+
修改数据结构:
|
|
72481
|
+
|
|
72482
|
+
* [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
|
|
72483
|
+
|
|
72484
|
+
* 新增成员:Area, BanStatus
|
|
72485
|
+
|
|
72486
|
+
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
72487
|
+
|
|
72488
|
+
* 新增成员:Area
|
|
72489
|
+
|
|
72490
|
+
* [Resource](https://cloud.tencent.com/document/api/1552/73155#Resource)
|
|
72491
|
+
|
|
72492
|
+
* 新增成员:Area
|
|
72493
|
+
|
|
72494
|
+
* [Zone](https://cloud.tencent.com/document/api/1552/73155#Zone)
|
|
72495
|
+
|
|
72496
|
+
* 新增成员:Area
|
|
72497
|
+
|
|
72498
|
+
|
|
71904
72499
|
### 第 19 次发布
|
|
71905
72500
|
|
|
71906
72501
|
发布时间:2022-08-17 06:41:13
|
|
@@ -74708,6 +75303,25 @@
|
|
|
74708
75303
|
|
|
74709
75304
|
## 容器服务(tke) 版本:2018-05-25
|
|
74710
75305
|
|
|
75306
|
+
### 第 118 次发布
|
|
75307
|
+
|
|
75308
|
+
发布时间:2022-08-23 06:56:25
|
|
75309
|
+
|
|
75310
|
+
本次发布包含了以下内容:
|
|
75311
|
+
|
|
75312
|
+
改善已有的文档。
|
|
75313
|
+
|
|
75314
|
+
修改接口:
|
|
75315
|
+
|
|
75316
|
+
* [DeletePrometheusClusterAgent](https://cloud.tencent.com/document/api/457/76246)
|
|
75317
|
+
|
|
75318
|
+
* 新增入参:Agents, InstanceId
|
|
75319
|
+
|
|
75320
|
+
|
|
75321
|
+
新增数据结构:
|
|
75322
|
+
|
|
75323
|
+
* [PrometheusAgentInfo](https://cloud.tencent.com/document/api/457/31866#PrometheusAgentInfo)
|
|
75324
|
+
|
|
74711
75325
|
### 第 117 次发布
|
|
74712
75326
|
|
|
74713
75327
|
发布时间:2022-08-18 06:44:32
|
|
@@ -78151,6 +78765,25 @@
|
|
|
78151
78765
|
|
|
78152
78766
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
78153
78767
|
|
|
78768
|
+
### 第 26 次发布
|
|
78769
|
+
|
|
78770
|
+
发布时间:2022-08-24 06:56:05
|
|
78771
|
+
|
|
78772
|
+
本次发布包含了以下内容:
|
|
78773
|
+
|
|
78774
|
+
改善已有的文档。
|
|
78775
|
+
|
|
78776
|
+
新增数据结构:
|
|
78777
|
+
|
|
78778
|
+
* [[DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo)](https://cloud.tencent.com/document/api/1364/54942#[DescribeInstanceRegionInfo](https://cloud.tencent.com/document/api/1364/54942#DescribeInstanceRegionInfo))
|
|
78779
|
+
|
|
78780
|
+
修改数据结构:
|
|
78781
|
+
|
|
78782
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
78783
|
+
|
|
78784
|
+
* 新增成员:RegionInfos
|
|
78785
|
+
|
|
78786
|
+
|
|
78154
78787
|
### 第 25 次发布
|
|
78155
78788
|
|
|
78156
78789
|
发布时间:2022-08-10 06:55:45
|
|
@@ -81227,6 +81860,98 @@
|
|
|
81227
81860
|
|
|
81228
81861
|
## 云点播(vod) 版本:2018-07-17
|
|
81229
81862
|
|
|
81863
|
+
### 第 115 次发布
|
|
81864
|
+
|
|
81865
|
+
发布时间:2022-08-24 06:58:00
|
|
81866
|
+
|
|
81867
|
+
本次发布包含了以下内容:
|
|
81868
|
+
|
|
81869
|
+
改善已有的文档。
|
|
81870
|
+
|
|
81871
|
+
修改接口:
|
|
81872
|
+
|
|
81873
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
|
|
81874
|
+
|
|
81875
|
+
* 新增入参:DrmKeyProvider
|
|
81876
|
+
|
|
81877
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
81878
|
+
|
|
81879
|
+
* 新增出参:RemoveWatermarkTask
|
|
81880
|
+
|
|
81881
|
+
|
|
81882
|
+
新增数据结构:
|
|
81883
|
+
|
|
81884
|
+
* [[AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem)](https://cloud.tencent.com/document/api/266/31773#[AiRecognitionTaskAsrFullTextResultOutputSubtitleItem](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutputSubtitleItem))
|
|
81885
|
+
* [[RemoveWaterMarkTaskInput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskInput)](https://cloud.tencent.com/document/api/266/31773#[RemoveWaterMarkTaskInput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskInput))
|
|
81886
|
+
* [[RemoveWaterMarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskOutput)](https://cloud.tencent.com/document/api/266/31773#[RemoveWaterMarkTaskOutput](https://cloud.tencent.com/document/api/266/31773#RemoveWaterMarkTaskOutput))
|
|
81887
|
+
* [[RemoveWatermarkTask](https://cloud.tencent.com/document/api/266/31773#RemoveWatermarkTask)](https://cloud.tencent.com/document/api/266/31773#[RemoveWatermarkTask](https://cloud.tencent.com/document/api/266/31773#RemoveWatermarkTask))
|
|
81888
|
+
* [[SubtitleFormatsOperation](https://cloud.tencent.com/document/api/266/31773#SubtitleFormatsOperation)](https://cloud.tencent.com/document/api/266/31773#[SubtitleFormatsOperation](https://cloud.tencent.com/document/api/266/31773#SubtitleFormatsOperation))
|
|
81889
|
+
* [[TrtcRecordInfo](https://cloud.tencent.com/document/api/266/31773#TrtcRecordInfo)](https://cloud.tencent.com/document/api/266/31773#[TrtcRecordInfo](https://cloud.tencent.com/document/api/266/31773#TrtcRecordInfo))
|
|
81890
|
+
|
|
81891
|
+
修改数据结构:
|
|
81892
|
+
|
|
81893
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTemplate)
|
|
81894
|
+
|
|
81895
|
+
* 新增成员:DrmKeyProvider
|
|
81896
|
+
|
|
81897
|
+
* [AiRecognitionTaskAsrFullTextResultOutput](https://cloud.tencent.com/document/api/266/31773#AiRecognitionTaskAsrFullTextResultOutput)
|
|
81898
|
+
|
|
81899
|
+
* 新增成员:SubtitleSet
|
|
81900
|
+
|
|
81901
|
+
* [AsrFullTextConfigureInfo](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfo)
|
|
81902
|
+
|
|
81903
|
+
* 新增成员:SubtitleFormats
|
|
81904
|
+
|
|
81905
|
+
* [AsrFullTextConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#AsrFullTextConfigureInfoForUpdate)
|
|
81906
|
+
|
|
81907
|
+
* 新增成员:SubtitleFormatsOperation
|
|
81908
|
+
|
|
81909
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
81910
|
+
|
|
81911
|
+
* 新增成员:RemoveWatermarkCompleteEvent
|
|
81912
|
+
|
|
81913
|
+
* [MediaSourceData](https://cloud.tencent.com/document/api/266/31773#MediaSourceData)
|
|
81914
|
+
|
|
81915
|
+
* 新增成员:TrtcRecordInfo
|
|
81916
|
+
|
|
81917
|
+
|
|
81918
|
+
### 第 114 次发布
|
|
81919
|
+
|
|
81920
|
+
发布时间:2022-08-22 06:57:10
|
|
81921
|
+
|
|
81922
|
+
本次发布包含了以下内容:
|
|
81923
|
+
|
|
81924
|
+
改善已有的文档。
|
|
81925
|
+
|
|
81926
|
+
新增接口:
|
|
81927
|
+
|
|
81928
|
+
* [RemoveWatermark](https://cloud.tencent.com/document/api/266/79257)
|
|
81929
|
+
|
|
81930
|
+
### 第 113 次发布
|
|
81931
|
+
|
|
81932
|
+
发布时间:2022-08-19 06:43:39
|
|
81933
|
+
|
|
81934
|
+
本次发布包含了以下内容:
|
|
81935
|
+
|
|
81936
|
+
改善已有的文档。
|
|
81937
|
+
|
|
81938
|
+
修改接口:
|
|
81939
|
+
|
|
81940
|
+
* [LiveRealTimeClip](https://cloud.tencent.com/document/api/266/32587)
|
|
81941
|
+
|
|
81942
|
+
* 新增入参:ClassId, SourceContext, SessionContext, StreamInfo
|
|
81943
|
+
|
|
81944
|
+
* [SimpleHlsClip](https://cloud.tencent.com/document/api/266/33428)
|
|
81945
|
+
|
|
81946
|
+
* 新增入参:ExpireTime, Procedure, ClassId, SourceContext, SessionContext
|
|
81947
|
+
|
|
81948
|
+
* 新增出参:TaskId
|
|
81949
|
+
|
|
81950
|
+
|
|
81951
|
+
新增数据结构:
|
|
81952
|
+
|
|
81953
|
+
* [LiveRealTimeClipStreamInfo](https://cloud.tencent.com/document/api/266/31773#LiveRealTimeClipStreamInfo)
|
|
81954
|
+
|
|
81230
81955
|
### 第 112 次发布
|
|
81231
81956
|
|
|
81232
81957
|
发布时间:2022-08-11 07:05:14
|
|
@@ -87793,6 +88518,54 @@
|
|
|
87793
88518
|
|
|
87794
88519
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
87795
88520
|
|
|
88521
|
+
### 第 6 次发布
|
|
88522
|
+
|
|
88523
|
+
发布时间:2022-08-24 07:02:00
|
|
88524
|
+
|
|
88525
|
+
本次发布包含了以下内容:
|
|
88526
|
+
|
|
88527
|
+
改善已有的文档。
|
|
88528
|
+
|
|
88529
|
+
新增接口:
|
|
88530
|
+
|
|
88531
|
+
* [[CreateKTVRobot](https://cloud.tencent.com/document/api/1592/79388)](https://cloud.tencent.com/document/api/#/#)
|
|
88532
|
+
* [[DescribeKTVRobots](https://cloud.tencent.com/document/api/1592/79387)](https://cloud.tencent.com/document/api/#/#)
|
|
88533
|
+
* [[DestroyKTVRobot](https://cloud.tencent.com/document/api/1592/79386)](https://cloud.tencent.com/document/api/#/#)
|
|
88534
|
+
* [[SyncKTVRobotCommand](https://cloud.tencent.com/document/api/1592/79385)](https://cloud.tencent.com/document/api/#/#)
|
|
88535
|
+
|
|
88536
|
+
新增数据结构:
|
|
88537
|
+
|
|
88538
|
+
* [[JoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#JoinRoomInput)](https://cloud.tencent.com/document/api/1592/76191#[JoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#JoinRoomInput))
|
|
88539
|
+
* [[KTVRobotInfo](https://cloud.tencent.com/document/api/1592/76191#KTVRobotInfo)](https://cloud.tencent.com/document/api/1592/76191#[KTVRobotInfo](https://cloud.tencent.com/document/api/1592/76191#KTVRobotInfo))
|
|
88540
|
+
* [[PlayCommandInput](https://cloud.tencent.com/document/api/1592/76191#PlayCommandInput)](https://cloud.tencent.com/document/api/1592/76191#[PlayCommandInput](https://cloud.tencent.com/document/api/1592/76191#PlayCommandInput))
|
|
88541
|
+
* [[SeekCommandInput](https://cloud.tencent.com/document/api/1592/76191#SeekCommandInput)](https://cloud.tencent.com/document/api/1592/76191#[SeekCommandInput](https://cloud.tencent.com/document/api/1592/76191#SeekCommandInput))
|
|
88542
|
+
* [[SendMessageCommandInput](https://cloud.tencent.com/document/api/1592/76191#SendMessageCommandInput)](https://cloud.tencent.com/document/api/1592/76191#[SendMessageCommandInput](https://cloud.tencent.com/document/api/1592/76191#SendMessageCommandInput))
|
|
88543
|
+
* [[SetAudioParamCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetAudioParamCommandInput)](https://cloud.tencent.com/document/api/1592/76191#[SetAudioParamCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetAudioParamCommandInput))
|
|
88544
|
+
* [[SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetDestroyModeCommandInput)](https://cloud.tencent.com/document/api/1592/76191#[SetDestroyModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetDestroyModeCommandInput))
|
|
88545
|
+
* [[SetPlayModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlayModeCommandInput)](https://cloud.tencent.com/document/api/1592/76191#[SetPlayModeCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlayModeCommandInput))
|
|
88546
|
+
* [[SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlaylistCommandInput)](https://cloud.tencent.com/document/api/1592/76191#[SetPlaylistCommandInput](https://cloud.tencent.com/document/api/1592/76191#SetPlaylistCommandInput))
|
|
88547
|
+
* [[SyncRobotCommand](https://cloud.tencent.com/document/api/1592/76191#SyncRobotCommand)](https://cloud.tencent.com/document/api/1592/76191#[SyncRobotCommand](https://cloud.tencent.com/document/api/1592/76191#SyncRobotCommand))
|
|
88548
|
+
* [[TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput)](https://cloud.tencent.com/document/api/1592/76191#[TRTCJoinRoomInput](https://cloud.tencent.com/document/api/1592/76191#TRTCJoinRoomInput))
|
|
88549
|
+
* [[TimeRange](https://cloud.tencent.com/document/api/1592/76191#TimeRange)](https://cloud.tencent.com/document/api/1592/76191#[TimeRange](https://cloud.tencent.com/document/api/1592/76191#TimeRange))
|
|
88550
|
+
|
|
88551
|
+
### 第 5 次发布
|
|
88552
|
+
|
|
88553
|
+
发布时间:2022-08-22 07:01:10
|
|
88554
|
+
|
|
88555
|
+
本次发布包含了以下内容:
|
|
88556
|
+
|
|
88557
|
+
改善已有的文档。
|
|
88558
|
+
|
|
88559
|
+
新增接口:
|
|
88560
|
+
|
|
88561
|
+
* [DescribeKTVMatchMusics](https://cloud.tencent.com/document/api/1592/79259)
|
|
88562
|
+
|
|
88563
|
+
新增数据结构:
|
|
88564
|
+
|
|
88565
|
+
* [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
|
|
88566
|
+
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
88567
|
+
* [KTVMatchRuleMusicInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRuleMusicInfo)
|
|
88568
|
+
|
|
87796
88569
|
### 第 4 次发布
|
|
87797
88570
|
|
|
87798
88571
|
发布时间:2022-07-30 15:22:03
|