tencentcloud-sdk-nodejs 4.0.573 → 4.0.575
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 +432 -0
- package/SERVICE_CHANGELOG.md +607 -49
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +13 -12
- package/src/services/billing/v20180709/billing_models.ts +4 -4
- package/src/services/bma/index.ts +2 -2
- package/src/services/captcha/v20190722/captcha_models.ts +17 -6
- package/src/services/cbs/v20170312/cbs_client.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/cdn/v20180606/cdn_models.ts +5 -5
- package/src/services/cfw/v20190904/cfw_client.ts +4 -3
- package/src/services/cfw/v20190904/cfw_models.ts +109 -75
- package/src/services/cii/index.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +6 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +5 -5
- package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +116 -104
- package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +32 -0
- package/src/services/cls/v20201016/cls_models.ts +17 -13
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +119 -29
- package/src/services/cwp/v20180228/cwp_models.ts +802 -35
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dc/v20180410/dc_models.ts +16 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +26 -3
- package/src/services/iotvideo/index.ts +4 -4
- package/src/services/lcic/v20220817/lcic_models.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_client.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +24 -18
- package/src/services/mps/v20190612/mps_client.ts +12 -2
- package/src/services/mps/v20190612/mps_models.ts +341 -54
- package/src/services/ocr/v20181119/ocr_models.ts +9 -9
- package/src/services/organization/index.ts +2 -2
- package/src/services/pts/v20210728/pts_client.ts +27 -14
- package/src/services/pts/v20210728/pts_models.ts +276 -176
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +8 -4
- package/src/services/teo/v20220901/teo_models.ts +209 -52
- package/src/services/thpc/index.ts +4 -4
- package/src/services/tione/v20211111/tione_models.ts +52 -7
- package/src/services/tke/v20180525/tke_models.ts +25 -7
- package/src/services/trro/v20220325/trro_client.ts +158 -83
- package/src/services/trro/v20220325/trro_models.ts +380 -12
- package/src/services/vm/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +7 -6
- package/src/services/vod/v20180717/vod_models.ts +40 -14
- package/src/services/waf/v20180125/waf_client.ts +14 -0
- package/src/services/waf/v20180125/waf_models.ts +180 -0
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +11 -10
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -4
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +15 -6
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -61
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -5
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +41 -37
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +60 -54
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +28 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -5
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +37 -9
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +54 -12
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +674 -32
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +14 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -2
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +21 -15
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +291 -44
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -9
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/pts/v20210728/pts_client.d.ts +9 -5
- package/tencentcloud/services/pts/v20210728/pts_client.js +12 -6
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +235 -148
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +180 -46
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +44 -7
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +22 -7
- package/tencentcloud/services/trro/v20220325/trro_client.d.ts +53 -29
- package/tencentcloud/services/trro/v20220325/trro_client.js +78 -42
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +321 -10
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -6
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +36 -14
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +149 -0
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/cloudstudio.v20210524.test.js +46 -36
- package/test/cwp.v20180228.test.js +78 -8
- package/test/pts.v20210728.test.js +14 -4
- package/test/trro.v20220325.test.js +88 -28
- package/test/waf.v20180125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,48 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 验证码(captcha) 版本:2019-07-22
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 16 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-04-
|
|
7
|
+
发布时间:2023-04-06 20:55:55
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeCaptchaResult](https://cloud.tencent.com/document/api/1110/36926)
|
|
16
|
+
|
|
17
|
+
* 新增出参:EvilBitmap, SubmitCaptchaTime
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
23
|
+
|
|
24
|
+
### 第 86 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-04-07 01:16:50
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer)
|
|
35
|
+
|
|
36
|
+
* 新增成员:Domain
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
42
|
+
|
|
43
|
+
### 第 77 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2023-04-07 01:21:04
|
|
8
46
|
|
|
9
47
|
本次发布包含了以下内容:
|
|
10
48
|
|
|
@@ -12,32 +50,192 @@
|
|
|
12
50
|
|
|
13
51
|
新增接口:
|
|
14
52
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
17
|
-
* [
|
|
18
|
-
* [
|
|
19
|
-
* [
|
|
20
|
-
* [
|
|
21
|
-
* [
|
|
22
|
-
* [DescribeDeviceSessionDetails](https://cloud.tencent.com/document/api/1584/89827)
|
|
23
|
-
* [DescribeDeviceSessionList](https://cloud.tencent.com/document/api/1584/89826)
|
|
24
|
-
* [DescribePolicy](https://cloud.tencent.com/document/api/1584/89821)
|
|
25
|
-
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
26
|
-
* [DescribeProjectList](https://cloud.tencent.com/document/api/1584/89809)
|
|
27
|
-
* [DescribeSessionStatistics](https://cloud.tencent.com/document/api/1584/89825)
|
|
28
|
-
* [DescribeSessionStatisticsByInterval](https://cloud.tencent.com/document/api/1584/89824)
|
|
29
|
-
* [ModifyDevice](https://cloud.tencent.com/document/api/1584/89814)
|
|
30
|
-
* [ModifyPolicy](https://cloud.tencent.com/document/api/1584/89820)
|
|
31
|
-
* [ModifyProject](https://cloud.tencent.com/document/api/1584/89808)
|
|
53
|
+
* [DescribeAlarmIncidentNodes](https://cloud.tencent.com/document/api/296/89946)
|
|
54
|
+
* [DescribeAlarmVertexId](https://cloud.tencent.com/document/api/296/89945)
|
|
55
|
+
* [DescribeEventByTable](https://cloud.tencent.com/document/api/296/89944)
|
|
56
|
+
* [DescribePrivilegeEventInfo](https://cloud.tencent.com/document/api/296/89947)
|
|
57
|
+
* [DescribeReverseShellEventInfo](https://cloud.tencent.com/document/api/296/89949)
|
|
58
|
+
* [DescribeRiskDnsEventInfo](https://cloud.tencent.com/document/api/296/89948)
|
|
59
|
+
* [DescribeVertexDetail](https://cloud.tencent.com/document/api/296/89943)
|
|
32
60
|
|
|
33
61
|
新增数据结构:
|
|
34
62
|
|
|
35
|
-
* [
|
|
36
|
-
* [
|
|
37
|
-
* [
|
|
38
|
-
* [
|
|
39
|
-
* [
|
|
40
|
-
* [
|
|
63
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/296/19867#AlarmInfo)
|
|
64
|
+
* [IncidentVertexInfo](https://cloud.tencent.com/document/api/296/19867#IncidentVertexInfo)
|
|
65
|
+
* [PrivilegeEventInfo](https://cloud.tencent.com/document/api/296/19867#PrivilegeEventInfo)
|
|
66
|
+
* [ReverseShellEventInfo](https://cloud.tencent.com/document/api/296/19867#ReverseShellEventInfo)
|
|
67
|
+
* [VertexDetail](https://cloud.tencent.com/document/api/296/19867#VertexDetail)
|
|
68
|
+
* [VertexInfo](https://cloud.tencent.com/document/api/296/19867#VertexInfo)
|
|
69
|
+
|
|
70
|
+
修改数据结构:
|
|
71
|
+
|
|
72
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
73
|
+
|
|
74
|
+
* 新增成员:Location
|
|
75
|
+
|
|
76
|
+
* [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
|
|
77
|
+
|
|
78
|
+
* 新增成员:Port
|
|
79
|
+
|
|
80
|
+
* [PrivilegeEscalationProcess](https://cloud.tencent.com/document/api/296/19867#PrivilegeEscalationProcess)
|
|
81
|
+
|
|
82
|
+
* 新增成员:Pid
|
|
83
|
+
|
|
84
|
+
* [ReverseShell](https://cloud.tencent.com/document/api/296/19867#ReverseShell)
|
|
85
|
+
|
|
86
|
+
* 新增成员:Pid
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
92
|
+
|
|
93
|
+
### 第 56 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2023-04-07 02:02:58
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
修改接口:
|
|
102
|
+
|
|
103
|
+
* [DescribeSchedules](https://cloud.tencent.com/document/api/862/88059)
|
|
104
|
+
|
|
105
|
+
* 新增入参:TriggerType
|
|
106
|
+
|
|
107
|
+
* [ProcessMedia](https://cloud.tencent.com/document/api/862/37578)
|
|
108
|
+
|
|
109
|
+
* 新增入参:AiQualityControlTask
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
新增数据结构:
|
|
113
|
+
|
|
114
|
+
* [AiAnalysisTaskHighlightInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightInput)
|
|
115
|
+
* [AiAnalysisTaskHighlightOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightOutput)
|
|
116
|
+
* [AiAnalysisTaskHighlightResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightResult)
|
|
117
|
+
* [AiQualityControlTaskInput](https://cloud.tencent.com/document/api/862/37615#AiQualityControlTaskInput)
|
|
118
|
+
* [HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem)
|
|
119
|
+
* [MediaAiAnalysisHighlightItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisHighlightItem)
|
|
120
|
+
* [QualityControlData](https://cloud.tencent.com/document/api/862/37615#QualityControlData)
|
|
121
|
+
* [QualityControlItem](https://cloud.tencent.com/document/api/862/37615#QualityControlItem)
|
|
122
|
+
* [QualityControlResult](https://cloud.tencent.com/document/api/862/37615#QualityControlResult)
|
|
123
|
+
* [ScheduleQualityControlTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleQualityControlTaskResult)
|
|
124
|
+
|
|
125
|
+
修改数据结构:
|
|
126
|
+
|
|
127
|
+
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
128
|
+
|
|
129
|
+
* 新增成员:HighlightTask
|
|
130
|
+
|
|
131
|
+
* [ScheduleTask](https://cloud.tencent.com/document/api/862/37615#ScheduleTask)
|
|
132
|
+
|
|
133
|
+
* 新增成员:ErrCode, Message
|
|
134
|
+
|
|
135
|
+
* [WorkflowTask](https://cloud.tencent.com/document/api/862/37615#WorkflowTask)
|
|
136
|
+
|
|
137
|
+
* 新增成员:AiQualityControlTaskResult
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
143
|
+
|
|
144
|
+
### 第 20 次发布
|
|
145
|
+
|
|
146
|
+
发布时间:2023-04-07 02:48:14
|
|
147
|
+
|
|
148
|
+
本次发布包含了以下内容:
|
|
149
|
+
|
|
150
|
+
改善已有的文档。
|
|
151
|
+
|
|
152
|
+
修改接口:
|
|
153
|
+
|
|
154
|
+
* [DescribeTrainingModels](https://cloud.tencent.com/document/api/851/75069)
|
|
155
|
+
|
|
156
|
+
* 新增入参:WithModelVersions
|
|
157
|
+
|
|
158
|
+
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/851/82604)
|
|
159
|
+
|
|
160
|
+
* 新增入参:FrameworkVersion
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
修改数据结构:
|
|
164
|
+
|
|
165
|
+
* [BatchModelAccTask](https://cloud.tencent.com/document/api/851/75051#BatchModelAccTask)
|
|
166
|
+
|
|
167
|
+
* 新增成员:FrameworkVersion
|
|
168
|
+
|
|
169
|
+
* [EngineVersion](https://cloud.tencent.com/document/api/851/75051#EngineVersion)
|
|
170
|
+
|
|
171
|
+
* 新增成员:FrameworkVersion
|
|
172
|
+
|
|
173
|
+
* [ModelAccelerateTask](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateTask)
|
|
174
|
+
|
|
175
|
+
* 新增成员:FrameworkVersion
|
|
176
|
+
|
|
177
|
+
* [Pod](https://cloud.tencent.com/document/api/851/75051#Pod)
|
|
178
|
+
|
|
179
|
+
* 新增成员:ContainerInfos
|
|
180
|
+
|
|
181
|
+
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
182
|
+
|
|
183
|
+
* 新增成员:PodInfos
|
|
184
|
+
|
|
185
|
+
* [TrainingModelDTO](https://cloud.tencent.com/document/api/851/75051#TrainingModelDTO)
|
|
186
|
+
|
|
187
|
+
* 新增成员:TrainingModelVersions
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
197
|
+
|
|
198
|
+
### 第 144 次发布
|
|
199
|
+
|
|
200
|
+
发布时间:2023-04-07 02:49:45
|
|
201
|
+
|
|
202
|
+
本次发布包含了以下内容:
|
|
203
|
+
|
|
204
|
+
改善已有的文档。
|
|
205
|
+
|
|
206
|
+
修改数据结构:
|
|
207
|
+
|
|
208
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
209
|
+
|
|
210
|
+
* 新增成员:ClusterEtcdNodeNum
|
|
211
|
+
|
|
212
|
+
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
213
|
+
|
|
214
|
+
* 新增成员:CiliumMode
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
## 云点播(vod) 版本:2018-07-17
|
|
220
|
+
|
|
221
|
+
### 第 148 次发布
|
|
222
|
+
|
|
223
|
+
发布时间:2023-04-07 02:53:24
|
|
224
|
+
|
|
225
|
+
本次发布包含了以下内容:
|
|
226
|
+
|
|
227
|
+
改善已有的文档。
|
|
228
|
+
|
|
229
|
+
新增数据结构:
|
|
230
|
+
|
|
231
|
+
* [ImageBlur](https://cloud.tencent.com/document/api/266/31773#ImageBlur)
|
|
232
|
+
|
|
233
|
+
修改数据结构:
|
|
234
|
+
|
|
235
|
+
* [ImageOperation](https://cloud.tencent.com/document/api/266/31773#ImageOperation)
|
|
236
|
+
|
|
237
|
+
* 新增成员:Blur
|
|
238
|
+
|
|
41
239
|
|
|
42
240
|
|
|
43
241
|
|
|
@@ -5445,6 +5643,21 @@
|
|
|
5445
5643
|
|
|
5446
5644
|
## 语音识别(asr) 版本:2019-06-14
|
|
5447
5645
|
|
|
5646
|
+
### 第 24 次发布
|
|
5647
|
+
|
|
5648
|
+
发布时间:2023-04-05 01:07:23
|
|
5649
|
+
|
|
5650
|
+
本次发布包含了以下内容:
|
|
5651
|
+
|
|
5652
|
+
改善已有的文档。
|
|
5653
|
+
|
|
5654
|
+
修改接口:
|
|
5655
|
+
|
|
5656
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
5657
|
+
|
|
5658
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId, SubServiceType, UsrAudioKey
|
|
5659
|
+
|
|
5660
|
+
|
|
5448
5661
|
### 第 23 次发布
|
|
5449
5662
|
|
|
5450
5663
|
发布时间:2023-02-09 01:04:17
|
|
@@ -10620,6 +10833,21 @@
|
|
|
10620
10833
|
|
|
10621
10834
|
## 验证码(captcha) 版本:2019-07-22
|
|
10622
10835
|
|
|
10836
|
+
### 第 16 次发布
|
|
10837
|
+
|
|
10838
|
+
发布时间:2023-04-06 20:55:55
|
|
10839
|
+
|
|
10840
|
+
本次发布包含了以下内容:
|
|
10841
|
+
|
|
10842
|
+
改善已有的文档。
|
|
10843
|
+
|
|
10844
|
+
修改接口:
|
|
10845
|
+
|
|
10846
|
+
* [DescribeCaptchaResult](https://cloud.tencent.com/document/api/1110/36926)
|
|
10847
|
+
|
|
10848
|
+
* 新增出参:EvilBitmap, SubmitCaptchaTime
|
|
10849
|
+
|
|
10850
|
+
|
|
10623
10851
|
### 第 15 次发布
|
|
10624
10852
|
|
|
10625
10853
|
发布时间:2023-02-17 11:41:16
|
|
@@ -19006,6 +19234,25 @@
|
|
|
19006
19234
|
|
|
19007
19235
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
19008
19236
|
|
|
19237
|
+
### 第 32 次发布
|
|
19238
|
+
|
|
19239
|
+
发布时间:2023-04-05 01:16:43
|
|
19240
|
+
|
|
19241
|
+
本次发布包含了以下内容:
|
|
19242
|
+
|
|
19243
|
+
改善已有的文档。
|
|
19244
|
+
|
|
19245
|
+
新增数据结构:
|
|
19246
|
+
|
|
19247
|
+
* [BetaInfoByACL](https://cloud.tencent.com/document/api/1132/49071#BetaInfoByACL)
|
|
19248
|
+
|
|
19249
|
+
修改数据结构:
|
|
19250
|
+
|
|
19251
|
+
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
19252
|
+
|
|
19253
|
+
* 新增成员:BetaList
|
|
19254
|
+
|
|
19255
|
+
|
|
19009
19256
|
### 第 31 次发布
|
|
19010
19257
|
|
|
19011
19258
|
发布时间:2023-02-28 01:12:39
|
|
@@ -22082,6 +22329,21 @@
|
|
|
22082
22329
|
|
|
22083
22330
|
## 负载均衡(clb) 版本:2018-03-17
|
|
22084
22331
|
|
|
22332
|
+
### 第 86 次发布
|
|
22333
|
+
|
|
22334
|
+
发布时间:2023-04-07 01:16:50
|
|
22335
|
+
|
|
22336
|
+
本次发布包含了以下内容:
|
|
22337
|
+
|
|
22338
|
+
改善已有的文档。
|
|
22339
|
+
|
|
22340
|
+
修改数据结构:
|
|
22341
|
+
|
|
22342
|
+
* [IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer)
|
|
22343
|
+
|
|
22344
|
+
* 新增成员:Domain
|
|
22345
|
+
|
|
22346
|
+
|
|
22085
22347
|
### 第 85 次发布
|
|
22086
22348
|
|
|
22087
22349
|
发布时间:2023-03-24 01:22:38
|
|
@@ -24269,6 +24531,25 @@
|
|
|
24269
24531
|
|
|
24270
24532
|
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2021-05-24
|
|
24271
24533
|
|
|
24534
|
+
### 第 3 次发布
|
|
24535
|
+
|
|
24536
|
+
发布时间:2023-04-05 01:18:28
|
|
24537
|
+
|
|
24538
|
+
本次发布包含了以下内容:
|
|
24539
|
+
|
|
24540
|
+
改善已有的文档。
|
|
24541
|
+
|
|
24542
|
+
新增接口:
|
|
24543
|
+
|
|
24544
|
+
* [DescribeWorkspaceIsReady](https://cloud.tencent.com/document/api/1039/89895)
|
|
24545
|
+
|
|
24546
|
+
修改接口:
|
|
24547
|
+
|
|
24548
|
+
* [DescribeWorkspaceNameExist](https://cloud.tencent.com/document/api/1039/80539)
|
|
24549
|
+
|
|
24550
|
+
* 新增出参:Data
|
|
24551
|
+
|
|
24552
|
+
|
|
24272
24553
|
### 第 2 次发布
|
|
24273
24554
|
|
|
24274
24555
|
发布时间:2023-03-02 01:11:42
|
|
@@ -31478,6 +31759,52 @@
|
|
|
31478
31759
|
|
|
31479
31760
|
## 主机安全(cwp) 版本:2018-02-28
|
|
31480
31761
|
|
|
31762
|
+
### 第 77 次发布
|
|
31763
|
+
|
|
31764
|
+
发布时间:2023-04-07 01:21:04
|
|
31765
|
+
|
|
31766
|
+
本次发布包含了以下内容:
|
|
31767
|
+
|
|
31768
|
+
改善已有的文档。
|
|
31769
|
+
|
|
31770
|
+
新增接口:
|
|
31771
|
+
|
|
31772
|
+
* [[DescribeAlarmIncidentNodes](https://cloud.tencent.com/document/api/296/89946)](https://cloud.tencent.com/document/api/#/#)
|
|
31773
|
+
* [[DescribeAlarmVertexId](https://cloud.tencent.com/document/api/296/89945)](https://cloud.tencent.com/document/api/#/#)
|
|
31774
|
+
* [[DescribeEventByTable](https://cloud.tencent.com/document/api/296/89944)](https://cloud.tencent.com/document/api/#/#)
|
|
31775
|
+
* [[DescribePrivilegeEventInfo](https://cloud.tencent.com/document/api/296/89947)](https://cloud.tencent.com/document/api/#/#)
|
|
31776
|
+
* [[DescribeReverseShellEventInfo](https://cloud.tencent.com/document/api/296/89949)](https://cloud.tencent.com/document/api/#/#)
|
|
31777
|
+
* [[DescribeRiskDnsEventInfo](https://cloud.tencent.com/document/api/296/89948)](https://cloud.tencent.com/document/api/#/#)
|
|
31778
|
+
* [[DescribeVertexDetail](https://cloud.tencent.com/document/api/296/89943)](https://cloud.tencent.com/document/api/#/#)
|
|
31779
|
+
|
|
31780
|
+
新增数据结构:
|
|
31781
|
+
|
|
31782
|
+
* [[AlarmInfo](https://cloud.tencent.com/document/api/296/19867#AlarmInfo)](https://cloud.tencent.com/document/api/296/19867#[AlarmInfo](https://cloud.tencent.com/document/api/296/19867#AlarmInfo))
|
|
31783
|
+
* [[IncidentVertexInfo](https://cloud.tencent.com/document/api/296/19867#IncidentVertexInfo)](https://cloud.tencent.com/document/api/296/19867#[IncidentVertexInfo](https://cloud.tencent.com/document/api/296/19867#IncidentVertexInfo))
|
|
31784
|
+
* [[PrivilegeEventInfo](https://cloud.tencent.com/document/api/296/19867#PrivilegeEventInfo)](https://cloud.tencent.com/document/api/296/19867#[PrivilegeEventInfo](https://cloud.tencent.com/document/api/296/19867#PrivilegeEventInfo))
|
|
31785
|
+
* [[ReverseShellEventInfo](https://cloud.tencent.com/document/api/296/19867#ReverseShellEventInfo)](https://cloud.tencent.com/document/api/296/19867#[ReverseShellEventInfo](https://cloud.tencent.com/document/api/296/19867#ReverseShellEventInfo))
|
|
31786
|
+
* [[VertexDetail](https://cloud.tencent.com/document/api/296/19867#VertexDetail)](https://cloud.tencent.com/document/api/296/19867#[VertexDetail](https://cloud.tencent.com/document/api/296/19867#VertexDetail))
|
|
31787
|
+
* [[VertexInfo](https://cloud.tencent.com/document/api/296/19867#VertexInfo)](https://cloud.tencent.com/document/api/296/19867#[VertexInfo](https://cloud.tencent.com/document/api/296/19867#VertexInfo))
|
|
31788
|
+
|
|
31789
|
+
修改数据结构:
|
|
31790
|
+
|
|
31791
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
31792
|
+
|
|
31793
|
+
* 新增成员:Location
|
|
31794
|
+
|
|
31795
|
+
* [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
|
|
31796
|
+
|
|
31797
|
+
* 新增成员:Port
|
|
31798
|
+
|
|
31799
|
+
* [PrivilegeEscalationProcess](https://cloud.tencent.com/document/api/296/19867#PrivilegeEscalationProcess)
|
|
31800
|
+
|
|
31801
|
+
* 新增成员:Pid
|
|
31802
|
+
|
|
31803
|
+
* [ReverseShell](https://cloud.tencent.com/document/api/296/19867#ReverseShell)
|
|
31804
|
+
|
|
31805
|
+
* 新增成员:Pid
|
|
31806
|
+
|
|
31807
|
+
|
|
31481
31808
|
### 第 76 次发布
|
|
31482
31809
|
|
|
31483
31810
|
发布时间:2023-03-31 01:16:52
|
|
@@ -65709,6 +66036,53 @@
|
|
|
65709
66036
|
|
|
65710
66037
|
## 媒体处理(mps) 版本:2019-06-12
|
|
65711
66038
|
|
|
66039
|
+
### 第 56 次发布
|
|
66040
|
+
|
|
66041
|
+
发布时间:2023-04-07 02:02:58
|
|
66042
|
+
|
|
66043
|
+
本次发布包含了以下内容:
|
|
66044
|
+
|
|
66045
|
+
改善已有的文档。
|
|
66046
|
+
|
|
66047
|
+
修改接口:
|
|
66048
|
+
|
|
66049
|
+
* [DescribeSchedules](https://cloud.tencent.com/document/api/862/88059)
|
|
66050
|
+
|
|
66051
|
+
* 新增入参:TriggerType
|
|
66052
|
+
|
|
66053
|
+
* [ProcessMedia](https://cloud.tencent.com/document/api/862/37578)
|
|
66054
|
+
|
|
66055
|
+
* 新增入参:AiQualityControlTask
|
|
66056
|
+
|
|
66057
|
+
|
|
66058
|
+
新增数据结构:
|
|
66059
|
+
|
|
66060
|
+
* [[AiAnalysisTaskHighlightInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightInput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskHighlightInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightInput))
|
|
66061
|
+
* [[AiAnalysisTaskHighlightOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightOutput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskHighlightOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightOutput))
|
|
66062
|
+
* [[AiAnalysisTaskHighlightResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightResult)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskHighlightResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightResult))
|
|
66063
|
+
* [[AiQualityControlTaskInput](https://cloud.tencent.com/document/api/862/37615#AiQualityControlTaskInput)](https://cloud.tencent.com/document/api/862/37615#[AiQualityControlTaskInput](https://cloud.tencent.com/document/api/862/37615#AiQualityControlTaskInput))
|
|
66064
|
+
* [[HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem)](https://cloud.tencent.com/document/api/862/37615#[HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem))
|
|
66065
|
+
* [[MediaAiAnalysisHighlightItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisHighlightItem)](https://cloud.tencent.com/document/api/862/37615#[MediaAiAnalysisHighlightItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisHighlightItem))
|
|
66066
|
+
* [[QualityControlData](https://cloud.tencent.com/document/api/862/37615#QualityControlData)](https://cloud.tencent.com/document/api/862/37615#[QualityControlData](https://cloud.tencent.com/document/api/862/37615#QualityControlData))
|
|
66067
|
+
* [[QualityControlItem](https://cloud.tencent.com/document/api/862/37615#QualityControlItem)](https://cloud.tencent.com/document/api/862/37615#[QualityControlItem](https://cloud.tencent.com/document/api/862/37615#QualityControlItem))
|
|
66068
|
+
* [[QualityControlResult](https://cloud.tencent.com/document/api/862/37615#QualityControlResult)](https://cloud.tencent.com/document/api/862/37615#[QualityControlResult](https://cloud.tencent.com/document/api/862/37615#QualityControlResult))
|
|
66069
|
+
* [[ScheduleQualityControlTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleQualityControlTaskResult)](https://cloud.tencent.com/document/api/862/37615#[ScheduleQualityControlTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleQualityControlTaskResult))
|
|
66070
|
+
|
|
66071
|
+
修改数据结构:
|
|
66072
|
+
|
|
66073
|
+
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
66074
|
+
|
|
66075
|
+
* 新增成员:HighlightTask
|
|
66076
|
+
|
|
66077
|
+
* [ScheduleTask](https://cloud.tencent.com/document/api/862/37615#ScheduleTask)
|
|
66078
|
+
|
|
66079
|
+
* 新增成员:ErrCode, Message
|
|
66080
|
+
|
|
66081
|
+
* [WorkflowTask](https://cloud.tencent.com/document/api/862/37615#WorkflowTask)
|
|
66082
|
+
|
|
66083
|
+
* 新增成员:AiQualityControlTaskResult
|
|
66084
|
+
|
|
66085
|
+
|
|
65712
66086
|
### 第 55 次发布
|
|
65713
66087
|
|
|
65714
66088
|
发布时间:2023-03-23 01:54:54
|
|
@@ -73078,6 +73452,29 @@
|
|
|
73078
73452
|
|
|
73079
73453
|
## 云压测(pts) 版本:2021-07-28
|
|
73080
73454
|
|
|
73455
|
+
### 第 11 次发布
|
|
73456
|
+
|
|
73457
|
+
发布时间:2023-04-05 01:50:08
|
|
73458
|
+
|
|
73459
|
+
本次发布包含了以下内容:
|
|
73460
|
+
|
|
73461
|
+
改善已有的文档。
|
|
73462
|
+
|
|
73463
|
+
新增接口:
|
|
73464
|
+
|
|
73465
|
+
* [DescribeErrorSummary](https://cloud.tencent.com/document/api/1484/89896)
|
|
73466
|
+
|
|
73467
|
+
新增数据结构:
|
|
73468
|
+
|
|
73469
|
+
* [ErrorSummary](https://cloud.tencent.com/document/api/1484/78100#ErrorSummary)
|
|
73470
|
+
|
|
73471
|
+
修改数据结构:
|
|
73472
|
+
|
|
73473
|
+
* [Concurrency](https://cloud.tencent.com/document/api/1484/78100#Concurrency)
|
|
73474
|
+
|
|
73475
|
+
* 新增成员:Resources
|
|
73476
|
+
|
|
73477
|
+
|
|
73081
73478
|
### 第 10 次发布
|
|
73082
73479
|
|
|
73083
73480
|
发布时间:2023-03-02 01:32:50
|
|
@@ -90315,6 +90712,28 @@
|
|
|
90315
90712
|
|
|
90316
90713
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
90317
90714
|
|
|
90715
|
+
### 第 38 次发布
|
|
90716
|
+
|
|
90717
|
+
发布时间:2023-04-05 01:58:24
|
|
90718
|
+
|
|
90719
|
+
本次发布包含了以下内容:
|
|
90720
|
+
|
|
90721
|
+
改善已有的文档。
|
|
90722
|
+
|
|
90723
|
+
新增数据结构:
|
|
90724
|
+
|
|
90725
|
+
* [AlgDetectJS](https://cloud.tencent.com/document/api/1552/80721#AlgDetectJS)
|
|
90726
|
+
* [AlgDetectResult](https://cloud.tencent.com/document/api/1552/80721#AlgDetectResult)
|
|
90727
|
+
* [AlgDetectRule](https://cloud.tencent.com/document/api/1552/80721#AlgDetectRule)
|
|
90728
|
+
* [AlgDetectSession](https://cloud.tencent.com/document/api/1552/80721#AlgDetectSession)
|
|
90729
|
+
|
|
90730
|
+
修改数据结构:
|
|
90731
|
+
|
|
90732
|
+
* [BotConfig](https://cloud.tencent.com/document/api/1552/80721#BotConfig)
|
|
90733
|
+
|
|
90734
|
+
* 新增成员:AlgDetectRule
|
|
90735
|
+
|
|
90736
|
+
|
|
90318
90737
|
### 第 37 次发布
|
|
90319
90738
|
|
|
90320
90739
|
发布时间:2023-03-23 02:39:19
|
|
@@ -93382,6 +93801,52 @@
|
|
|
93382
93801
|
|
|
93383
93802
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
93384
93803
|
|
|
93804
|
+
### 第 20 次发布
|
|
93805
|
+
|
|
93806
|
+
发布时间:2023-04-07 02:48:14
|
|
93807
|
+
|
|
93808
|
+
本次发布包含了以下内容:
|
|
93809
|
+
|
|
93810
|
+
改善已有的文档。
|
|
93811
|
+
|
|
93812
|
+
修改接口:
|
|
93813
|
+
|
|
93814
|
+
* [DescribeTrainingModels](https://cloud.tencent.com/document/api/851/75069)
|
|
93815
|
+
|
|
93816
|
+
* 新增入参:WithModelVersions
|
|
93817
|
+
|
|
93818
|
+
* [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/851/82604)
|
|
93819
|
+
|
|
93820
|
+
* 新增入参:FrameworkVersion
|
|
93821
|
+
|
|
93822
|
+
|
|
93823
|
+
修改数据结构:
|
|
93824
|
+
|
|
93825
|
+
* [BatchModelAccTask](https://cloud.tencent.com/document/api/851/75051#BatchModelAccTask)
|
|
93826
|
+
|
|
93827
|
+
* 新增成员:FrameworkVersion
|
|
93828
|
+
|
|
93829
|
+
* [EngineVersion](https://cloud.tencent.com/document/api/851/75051#EngineVersion)
|
|
93830
|
+
|
|
93831
|
+
* 新增成员:FrameworkVersion
|
|
93832
|
+
|
|
93833
|
+
* [ModelAccelerateTask](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateTask)
|
|
93834
|
+
|
|
93835
|
+
* 新增成员:FrameworkVersion
|
|
93836
|
+
|
|
93837
|
+
* [Pod](https://cloud.tencent.com/document/api/851/75051#Pod)
|
|
93838
|
+
|
|
93839
|
+
* 新增成员:ContainerInfos
|
|
93840
|
+
|
|
93841
|
+
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
93842
|
+
|
|
93843
|
+
* 新增成员:PodInfos
|
|
93844
|
+
|
|
93845
|
+
* [TrainingModelDTO](https://cloud.tencent.com/document/api/851/75051#TrainingModelDTO)
|
|
93846
|
+
|
|
93847
|
+
* 新增成员:TrainingModelVersions
|
|
93848
|
+
|
|
93849
|
+
|
|
93385
93850
|
### 第 19 次发布
|
|
93386
93851
|
|
|
93387
93852
|
发布时间:2023-02-22 01:59:34
|
|
@@ -94518,6 +94983,40 @@
|
|
|
94518
94983
|
|
|
94519
94984
|
## 容器服务(tke) 版本:2018-05-25
|
|
94520
94985
|
|
|
94986
|
+
### 第 144 次发布
|
|
94987
|
+
|
|
94988
|
+
发布时间:2023-04-07 02:49:45
|
|
94989
|
+
|
|
94990
|
+
本次发布包含了以下内容:
|
|
94991
|
+
|
|
94992
|
+
改善已有的文档。
|
|
94993
|
+
|
|
94994
|
+
修改数据结构:
|
|
94995
|
+
|
|
94996
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
94997
|
+
|
|
94998
|
+
* 新增成员:ClusterEtcdNodeNum
|
|
94999
|
+
|
|
95000
|
+
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
95001
|
+
|
|
95002
|
+
* 新增成员:CiliumMode
|
|
95003
|
+
|
|
95004
|
+
|
|
95005
|
+
### 第 143 次发布
|
|
95006
|
+
|
|
95007
|
+
发布时间:2023-04-05 02:04:02
|
|
95008
|
+
|
|
95009
|
+
本次发布包含了以下内容:
|
|
95010
|
+
|
|
95011
|
+
改善已有的文档。
|
|
95012
|
+
|
|
95013
|
+
修改接口:
|
|
95014
|
+
|
|
95015
|
+
* [DescribeClusterReleases](https://cloud.tencent.com/document/api/457/83755)
|
|
95016
|
+
|
|
95017
|
+
* 新增入参:ClusterType
|
|
95018
|
+
|
|
95019
|
+
|
|
94521
95020
|
### 第 142 次发布
|
|
94522
95021
|
|
|
94523
95022
|
发布时间:2023-04-04 01:48:42
|
|
@@ -98194,6 +98693,29 @@
|
|
|
98194
98693
|
|
|
98195
98694
|
## 远程实时操控(trro) 版本:2022-03-25
|
|
98196
98695
|
|
|
98696
|
+
### 第 2 次发布
|
|
98697
|
+
|
|
98698
|
+
发布时间:2023-04-05 02:05:51
|
|
98699
|
+
|
|
98700
|
+
本次发布包含了以下内容:
|
|
98701
|
+
|
|
98702
|
+
改善已有的文档。
|
|
98703
|
+
|
|
98704
|
+
新增接口:
|
|
98705
|
+
|
|
98706
|
+
* [BoundLicenses](https://cloud.tencent.com/document/api/1584/89904)
|
|
98707
|
+
* [DescribeRecentSessionList](https://cloud.tencent.com/document/api/1584/89905)
|
|
98708
|
+
* [GetDeviceLicense](https://cloud.tencent.com/document/api/1584/89903)
|
|
98709
|
+
* [GetDevices](https://cloud.tencent.com/document/api/1584/89902)
|
|
98710
|
+
* [GetLicenseStat](https://cloud.tencent.com/document/api/1584/89901)
|
|
98711
|
+
* [GetLicenses](https://cloud.tencent.com/document/api/1584/89900)
|
|
98712
|
+
|
|
98713
|
+
新增数据结构:
|
|
98714
|
+
|
|
98715
|
+
* [Device](https://cloud.tencent.com/document/api/1584/89828#Device)
|
|
98716
|
+
* [License](https://cloud.tencent.com/document/api/1584/89828#License)
|
|
98717
|
+
* [RecentSessionInfo](https://cloud.tencent.com/document/api/1584/89828#RecentSessionInfo)
|
|
98718
|
+
|
|
98197
98719
|
### 第 1 次发布
|
|
98198
98720
|
|
|
98199
98721
|
发布时间:2023-04-04 09:21:02
|
|
@@ -98204,32 +98726,32 @@
|
|
|
98204
98726
|
|
|
98205
98727
|
新增接口:
|
|
98206
98728
|
|
|
98207
|
-
* [
|
|
98208
|
-
* [
|
|
98209
|
-
* [
|
|
98210
|
-
* [
|
|
98211
|
-
* [
|
|
98212
|
-
* [
|
|
98213
|
-
* [
|
|
98214
|
-
* [
|
|
98215
|
-
* [
|
|
98216
|
-
* [
|
|
98217
|
-
* [
|
|
98218
|
-
* [
|
|
98219
|
-
* [
|
|
98220
|
-
* [
|
|
98221
|
-
* [
|
|
98222
|
-
* [
|
|
98223
|
-
* [
|
|
98729
|
+
* [BatchDeleteDevices](https://cloud.tencent.com/document/api/1584/89818)
|
|
98730
|
+
* [BatchDeletePolicy](https://cloud.tencent.com/document/api/1584/89822)
|
|
98731
|
+
* [CreateDevice](https://cloud.tencent.com/document/api/1584/89817)
|
|
98732
|
+
* [CreateProject](https://cloud.tencent.com/document/api/1584/89812)
|
|
98733
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/1584/89811)
|
|
98734
|
+
* [DescribeDeviceInfo](https://cloud.tencent.com/document/api/1584/89816)
|
|
98735
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1584/89815)
|
|
98736
|
+
* [DescribeDeviceSessionDetails](https://cloud.tencent.com/document/api/1584/89827)
|
|
98737
|
+
* [DescribeDeviceSessionList](https://cloud.tencent.com/document/api/1584/89826)
|
|
98738
|
+
* [DescribePolicy](https://cloud.tencent.com/document/api/1584/89821)
|
|
98739
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
98740
|
+
* [DescribeProjectList](https://cloud.tencent.com/document/api/1584/89809)
|
|
98741
|
+
* [DescribeSessionStatistics](https://cloud.tencent.com/document/api/1584/89825)
|
|
98742
|
+
* [DescribeSessionStatisticsByInterval](https://cloud.tencent.com/document/api/1584/89824)
|
|
98743
|
+
* [ModifyDevice](https://cloud.tencent.com/document/api/1584/89814)
|
|
98744
|
+
* [ModifyPolicy](https://cloud.tencent.com/document/api/1584/89820)
|
|
98745
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/1584/89808)
|
|
98224
98746
|
|
|
98225
98747
|
新增数据结构:
|
|
98226
98748
|
|
|
98227
|
-
* [
|
|
98228
|
-
* [
|
|
98229
|
-
* [
|
|
98230
|
-
* [
|
|
98231
|
-
* [
|
|
98232
|
-
* [
|
|
98749
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1584/89828#DeviceInfo)
|
|
98750
|
+
* [PolicyInfo](https://cloud.tencent.com/document/api/1584/89828#PolicyInfo)
|
|
98751
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1584/89828#ProjectInfo)
|
|
98752
|
+
* [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
|
|
98753
|
+
* [SessionInfo](https://cloud.tencent.com/document/api/1584/89828#SessionInfo)
|
|
98754
|
+
* [SessionIntervalStatistic](https://cloud.tencent.com/document/api/1584/89828#SessionIntervalStatistic)
|
|
98233
98755
|
|
|
98234
98756
|
|
|
98235
98757
|
|
|
@@ -102905,6 +103427,25 @@
|
|
|
102905
103427
|
|
|
102906
103428
|
## 云点播(vod) 版本:2018-07-17
|
|
102907
103429
|
|
|
103430
|
+
### 第 148 次发布
|
|
103431
|
+
|
|
103432
|
+
发布时间:2023-04-07 02:53:24
|
|
103433
|
+
|
|
103434
|
+
本次发布包含了以下内容:
|
|
103435
|
+
|
|
103436
|
+
改善已有的文档。
|
|
103437
|
+
|
|
103438
|
+
新增数据结构:
|
|
103439
|
+
|
|
103440
|
+
* [[ImageBlur](https://cloud.tencent.com/document/api/266/31773#ImageBlur)](https://cloud.tencent.com/document/api/266/31773#[ImageBlur](https://cloud.tencent.com/document/api/266/31773#ImageBlur))
|
|
103441
|
+
|
|
103442
|
+
修改数据结构:
|
|
103443
|
+
|
|
103444
|
+
* [ImageOperation](https://cloud.tencent.com/document/api/266/31773#ImageOperation)
|
|
103445
|
+
|
|
103446
|
+
* 新增成员:Blur
|
|
103447
|
+
|
|
103448
|
+
|
|
102908
103449
|
### 第 147 次发布
|
|
102909
103450
|
|
|
102910
103451
|
发布时间:2023-04-04 01:52:17
|
|
@@ -110250,6 +110791,23 @@
|
|
|
110250
110791
|
|
|
110251
110792
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
110252
110793
|
|
|
110794
|
+
### 第 28 次发布
|
|
110795
|
+
|
|
110796
|
+
发布时间:2023-04-05 02:09:55
|
|
110797
|
+
|
|
110798
|
+
本次发布包含了以下内容:
|
|
110799
|
+
|
|
110800
|
+
改善已有的文档。
|
|
110801
|
+
|
|
110802
|
+
新增接口:
|
|
110803
|
+
|
|
110804
|
+
* [CreateHost](https://cloud.tencent.com/document/api/627/89906)
|
|
110805
|
+
|
|
110806
|
+
新增数据结构:
|
|
110807
|
+
|
|
110808
|
+
* [HostRecord](https://cloud.tencent.com/document/api/627/53609#HostRecord)
|
|
110809
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/627/53609#LoadBalancer)
|
|
110810
|
+
|
|
110253
110811
|
### 第 27 次发布
|
|
110254
110812
|
|
|
110255
110813
|
发布时间:2023-04-04 02:20:33
|