tencentcloud-sdk-nodejs 4.0.382 → 4.0.383
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 +122 -0
- package/SERVICE_CHANGELOG.md +158 -185
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +26 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +103 -6
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/taf/v20200210/taf_models.ts +6 -6
- package/src/services/tan/v20220420/tan_models.ts +3 -3
- package/src/services/tcss/v20201101/tcss_models.ts +6 -1
- package/src/services/teo/v20220106/teo_models.ts +1 -1
- package/src/services/tiems/v20190416/tiems_client.ts +100 -50
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/vod/v20180717/vod_models.ts +15 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +88 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +6 -6
- package/tencentcloud/services/tan/v20220420/tan_models.d.ts +3 -3
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1 -1
- package/tencentcloud/services/tiems/v20190416/tiems_client.d.ts +75 -25
- package/tencentcloud/services/tiems/v20190416/tiems_client.js +75 -25
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -5
- package/test/ckafka.v20190819.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,125 @@
|
|
|
1
|
+
# Release 4.0.383
|
|
2
|
+
|
|
3
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
4
|
+
|
|
5
|
+
### 第 43 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-07-19 06:07:25
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CheckCdcCluster](https://cloud.tencent.com/document/api/597/77400)
|
|
16
|
+
* [CreateCdcCluster](https://cloud.tencent.com/document/api/597/77399)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [CdcClusterResponse](https://cloud.tencent.com/document/api/597/40861#CdcClusterResponse)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
25
|
+
|
|
26
|
+
### 第 70 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2022-07-19 06:07:41
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
|
|
37
|
+
|
|
38
|
+
* 新增入参:TargetType
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
44
|
+
|
|
45
|
+
### 第 73 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-07-19 06:15:45
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改数据结构:
|
|
54
|
+
|
|
55
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
56
|
+
|
|
57
|
+
* 新增成员:SellerAddress, SellerTel
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
63
|
+
|
|
64
|
+
### 第 13 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2022-07-19 06:17:28
|
|
67
|
+
|
|
68
|
+
本次发布包含了以下内容:
|
|
69
|
+
|
|
70
|
+
改善已有的文档。
|
|
71
|
+
|
|
72
|
+
修改数据结构:
|
|
73
|
+
|
|
74
|
+
* [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
|
|
75
|
+
|
|
76
|
+
* <font color="#dd0000">**修改成员**:</font>Uid, AccountType
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
82
|
+
|
|
83
|
+
### 第 23 次发布
|
|
84
|
+
|
|
85
|
+
发布时间:2022-07-19 06:20:45
|
|
86
|
+
|
|
87
|
+
本次发布包含了以下内容:
|
|
88
|
+
|
|
89
|
+
改善已有的文档。
|
|
90
|
+
|
|
91
|
+
修改数据结构:
|
|
92
|
+
|
|
93
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
94
|
+
|
|
95
|
+
* 新增成员:EnvDesc, ClientBandWidth
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 云点播(vod) 版本:2018-07-17
|
|
101
|
+
|
|
102
|
+
### 第 109 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2022-07-19 06:21:28
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
修改数据结构:
|
|
111
|
+
|
|
112
|
+
* [MediaClassInfo](https://cloud.tencent.com/document/api/266/31773#MediaClassInfo)
|
|
113
|
+
|
|
114
|
+
* 新增成员:Name
|
|
115
|
+
|
|
116
|
+
* [SubAppIdInfo](https://cloud.tencent.com/document/api/266/31773#SubAppIdInfo)
|
|
117
|
+
|
|
118
|
+
* 新增成员:SubAppIdName
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
1
123
|
# Release 4.0.382
|
|
2
124
|
|
|
3
125
|
## 日志服务(cls) 版本:2020-10-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,101 +1,31 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 25 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-07-18 06:07:30
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
|
|
16
|
-
|
|
17
|
-
* 新增成员:IsGBK, JsonStandard
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 视频处理(mps) 版本:2019-06-12
|
|
3
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 43 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2022-07-
|
|
7
|
+
发布时间:2022-07-19 06:07:25
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
30
11
|
改善已有的文档。
|
|
31
12
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
* [CreateTranscodeTemplate](https://cloud.tencent.com/document/api/862/37605)
|
|
35
|
-
|
|
36
|
-
* 新增入参:EnhanceConfig
|
|
37
|
-
|
|
38
|
-
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/862/37614)
|
|
39
|
-
|
|
40
|
-
* 新增出参:ScheduleTask
|
|
41
|
-
|
|
42
|
-
* [DescribeTasks](https://cloud.tencent.com/document/api/862/37613)
|
|
43
|
-
|
|
44
|
-
* 新增出参:TotalCount
|
|
45
|
-
|
|
46
|
-
* [DescribeTranscodeTemplates](https://cloud.tencent.com/document/api/862/37593)
|
|
47
|
-
|
|
48
|
-
* 新增入参:TranscodeType
|
|
49
|
-
|
|
50
|
-
* [ModifyTranscodeTemplate](https://cloud.tencent.com/document/api/862/37587)
|
|
51
|
-
|
|
52
|
-
* 新增入参:EnhanceConfig
|
|
53
|
-
|
|
54
|
-
* [ParseNotification](https://cloud.tencent.com/document/api/862/39228)
|
|
55
|
-
|
|
56
|
-
* 新增出参:ScheduleTaskEvent
|
|
57
|
-
|
|
58
|
-
* [ProcessMedia](https://cloud.tencent.com/document/api/862/37578)
|
|
59
|
-
|
|
60
|
-
* 新增入参:ScheduleId
|
|
13
|
+
新增接口:
|
|
61
14
|
|
|
15
|
+
* [CheckCdcCluster](https://cloud.tencent.com/document/api/597/77400)
|
|
16
|
+
* [CreateCdcCluster](https://cloud.tencent.com/document/api/597/77399)
|
|
62
17
|
|
|
63
18
|
新增数据结构:
|
|
64
19
|
|
|
65
|
-
* [
|
|
66
|
-
* [ActivityResult](https://cloud.tencent.com/document/api/862/37615#ActivityResult)
|
|
67
|
-
* [ArtifactRepairConfig](https://cloud.tencent.com/document/api/862/37615#ArtifactRepairConfig)
|
|
68
|
-
* [ColorEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#ColorEnhanceConfig)
|
|
69
|
-
* [EnhanceConfig](https://cloud.tencent.com/document/api/862/37615#EnhanceConfig)
|
|
70
|
-
* [FaceEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#FaceEnhanceConfig)
|
|
71
|
-
* [FrameRateConfig](https://cloud.tencent.com/document/api/862/37615#FrameRateConfig)
|
|
72
|
-
* [HdrConfig](https://cloud.tencent.com/document/api/862/37615#HdrConfig)
|
|
73
|
-
* [ImageQualityEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#ImageQualityEnhanceConfig)
|
|
74
|
-
* [LowLightEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#LowLightEnhanceConfig)
|
|
75
|
-
* [ScheduleAnalysisTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleAnalysisTaskResult)
|
|
76
|
-
* [ScheduleRecognitionTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleRecognitionTaskResult)
|
|
77
|
-
* [ScheduleReviewTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleReviewTaskResult)
|
|
78
|
-
* [ScheduleTask](https://cloud.tencent.com/document/api/862/37615#ScheduleTask)
|
|
79
|
-
* [ScratchRepairConfig](https://cloud.tencent.com/document/api/862/37615#ScratchRepairConfig)
|
|
80
|
-
* [SharpEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#SharpEnhanceConfig)
|
|
81
|
-
* [SuperResolutionConfig](https://cloud.tencent.com/document/api/862/37615#SuperResolutionConfig)
|
|
82
|
-
* [VideoDenoiseConfig](https://cloud.tencent.com/document/api/862/37615#VideoDenoiseConfig)
|
|
83
|
-
* [VideoEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#VideoEnhanceConfig)
|
|
84
|
-
|
|
85
|
-
修改数据结构:
|
|
86
|
-
|
|
87
|
-
* [TranscodeTemplate](https://cloud.tencent.com/document/api/862/37615#TranscodeTemplate)
|
|
88
|
-
|
|
89
|
-
* 新增成员:EnhanceConfig
|
|
90
|
-
|
|
20
|
+
* [CdcClusterResponse](https://cloud.tencent.com/document/api/597/40861#CdcClusterResponse)
|
|
91
21
|
|
|
92
22
|
|
|
93
23
|
|
|
94
|
-
##
|
|
24
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
95
25
|
|
|
96
|
-
### 第
|
|
26
|
+
### 第 70 次发布
|
|
97
27
|
|
|
98
|
-
发布时间:2022-07-
|
|
28
|
+
发布时间:2022-07-19 06:07:41
|
|
99
29
|
|
|
100
30
|
本次发布包含了以下内容:
|
|
101
31
|
|
|
@@ -103,143 +33,90 @@
|
|
|
103
33
|
|
|
104
34
|
修改接口:
|
|
105
35
|
|
|
106
|
-
* [
|
|
107
|
-
|
|
108
|
-
* 新增出参:LicensePlateInfos
|
|
36
|
+
* [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
|
|
109
37
|
|
|
38
|
+
* 新增入参:TargetType
|
|
110
39
|
|
|
111
|
-
新增数据结构:
|
|
112
40
|
|
|
113
|
-
* [LicensePlateInfo](https://cloud.tencent.com/document/api/866/33527#LicensePlateInfo)
|
|
114
41
|
|
|
115
42
|
|
|
43
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
116
44
|
|
|
117
|
-
|
|
45
|
+
### 第 73 次发布
|
|
118
46
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
发布时间:2022-07-18 06:15:30
|
|
47
|
+
发布时间:2022-07-19 06:15:45
|
|
122
48
|
|
|
123
49
|
本次发布包含了以下内容:
|
|
124
50
|
|
|
125
51
|
改善已有的文档。
|
|
126
52
|
|
|
127
|
-
新增数据结构:
|
|
128
|
-
|
|
129
|
-
* [CrossBackupAddr](https://cloud.tencent.com/document/api/238/19976#CrossBackupAddr)
|
|
130
|
-
* [CrossRegionStatus](https://cloud.tencent.com/document/api/238/19976#CrossRegionStatus)
|
|
131
|
-
|
|
132
53
|
修改数据结构:
|
|
133
54
|
|
|
134
|
-
* [
|
|
135
|
-
|
|
136
|
-
* 新增成员:Region, CrossBackupAddr, CrossBackupStatus
|
|
137
|
-
|
|
138
|
-
* [BackupFile](https://cloud.tencent.com/document/api/238/19976#BackupFile)
|
|
139
|
-
|
|
140
|
-
* 新增成员:Region, CrossBackupAddr
|
|
55
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
141
56
|
|
|
142
|
-
*
|
|
57
|
+
* 新增成员:SellerAddress, SellerTel
|
|
143
58
|
|
|
144
|
-
* 新增成员:CrossRegions, CrossBackupEnabled, CrossBackupSaveDays
|
|
145
59
|
|
|
146
60
|
|
|
147
61
|
|
|
62
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
148
63
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
### 第 7 次发布
|
|
64
|
+
### 第 13 次发布
|
|
152
65
|
|
|
153
|
-
发布时间:2022-07-
|
|
66
|
+
发布时间:2022-07-19 06:17:28
|
|
154
67
|
|
|
155
68
|
本次发布包含了以下内容:
|
|
156
69
|
|
|
157
70
|
改善已有的文档。
|
|
158
71
|
|
|
159
|
-
|
|
72
|
+
修改数据结构:
|
|
160
73
|
|
|
161
|
-
* [
|
|
74
|
+
* [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
|
|
162
75
|
|
|
163
|
-
*
|
|
76
|
+
* <font color="#dd0000">**修改成员**:</font>Uid, AccountType
|
|
164
77
|
|
|
165
78
|
|
|
166
79
|
|
|
167
80
|
|
|
168
|
-
##
|
|
81
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
169
82
|
|
|
170
|
-
### 第
|
|
83
|
+
### 第 23 次发布
|
|
171
84
|
|
|
172
|
-
发布时间:2022-07-
|
|
85
|
+
发布时间:2022-07-19 06:20:45
|
|
173
86
|
|
|
174
87
|
本次发布包含了以下内容:
|
|
175
88
|
|
|
176
89
|
改善已有的文档。
|
|
177
90
|
|
|
178
|
-
新增数据结构:
|
|
179
|
-
|
|
180
|
-
* [ExtensiveCluster](https://cloud.tencent.com/document/api/1261/63843#ExtensiveCluster)
|
|
181
|
-
* [ExtensiveClusters](https://cloud.tencent.com/document/api/1261/63843#ExtensiveClusters)
|
|
182
|
-
* [Tag](https://cloud.tencent.com/document/api/1261/63843#Tag)
|
|
183
|
-
|
|
184
91
|
修改数据结构:
|
|
185
92
|
|
|
186
|
-
* [
|
|
187
|
-
|
|
188
|
-
* 新增成员:HostedNamespaces
|
|
189
|
-
|
|
190
|
-
* [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
|
|
191
|
-
|
|
192
|
-
* 新增成员:ZoneID, VipIsp, TgwGroupName, AddressIPVersion, Tags, ExtensiveClusters
|
|
193
|
-
|
|
194
|
-
* <font color="#dd0000">**修改成员**:</font>LoadBalancerType
|
|
195
|
-
|
|
196
|
-
* [WorkloadConfig](https://cloud.tencent.com/document/api/1261/63843#WorkloadConfig)
|
|
93
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
197
94
|
|
|
198
|
-
* 新增成员:
|
|
95
|
+
* 新增成员:EnvDesc, ClientBandWidth
|
|
199
96
|
|
|
200
97
|
|
|
201
98
|
|
|
202
99
|
|
|
203
|
-
##
|
|
100
|
+
## 云点播(vod) 版本:2018-07-17
|
|
204
101
|
|
|
205
|
-
### 第
|
|
102
|
+
### 第 109 次发布
|
|
206
103
|
|
|
207
|
-
发布时间:2022-07-
|
|
104
|
+
发布时间:2022-07-19 06:21:28
|
|
208
105
|
|
|
209
106
|
本次发布包含了以下内容:
|
|
210
107
|
|
|
211
108
|
改善已有的文档。
|
|
212
109
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
* [DeleteTrainingModel](https://cloud.tencent.com/document/api/851/75073)
|
|
216
|
-
|
|
217
|
-
* 新增入参:EnableDeleteCos
|
|
218
|
-
|
|
219
|
-
* [DeleteTrainingModelVersion](https://cloud.tencent.com/document/api/851/75072)
|
|
220
|
-
|
|
221
|
-
* 新增入参:EnableDeleteCos
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
231
|
-
|
|
232
|
-
### 第 11 次发布
|
|
110
|
+
修改数据结构:
|
|
233
111
|
|
|
234
|
-
|
|
112
|
+
* [MediaClassInfo](https://cloud.tencent.com/document/api/266/31773#MediaClassInfo)
|
|
235
113
|
|
|
236
|
-
|
|
114
|
+
* 新增成员:Name
|
|
237
115
|
|
|
238
|
-
|
|
116
|
+
* [SubAppIdInfo](https://cloud.tencent.com/document/api/266/31773#SubAppIdInfo)
|
|
239
117
|
|
|
240
|
-
|
|
118
|
+
* 新增成员:SubAppIdName
|
|
241
119
|
|
|
242
|
-
* [GetAttackDownloadRecords](https://cloud.tencent.com/document/api/627/77337)
|
|
243
120
|
|
|
244
121
|
|
|
245
122
|
|
|
@@ -16827,6 +16704,23 @@
|
|
|
16827
16704
|
|
|
16828
16705
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
16829
16706
|
|
|
16707
|
+
### 第 43 次发布
|
|
16708
|
+
|
|
16709
|
+
发布时间:2022-07-19 06:07:25
|
|
16710
|
+
|
|
16711
|
+
本次发布包含了以下内容:
|
|
16712
|
+
|
|
16713
|
+
改善已有的文档。
|
|
16714
|
+
|
|
16715
|
+
新增接口:
|
|
16716
|
+
|
|
16717
|
+
* [[CheckCdcCluster](https://cloud.tencent.com/document/api/597/77400)](https://cloud.tencent.com/document/api/#/#)
|
|
16718
|
+
* [[CreateCdcCluster](https://cloud.tencent.com/document/api/597/77399)](https://cloud.tencent.com/document/api/#/#)
|
|
16719
|
+
|
|
16720
|
+
新增数据结构:
|
|
16721
|
+
|
|
16722
|
+
* [[CdcClusterResponse](https://cloud.tencent.com/document/api/597/40861#CdcClusterResponse)](https://cloud.tencent.com/document/api/597/40861#[CdcClusterResponse](https://cloud.tencent.com/document/api/597/40861#CdcClusterResponse))
|
|
16723
|
+
|
|
16830
16724
|
### 第 42 次发布
|
|
16831
16725
|
|
|
16832
16726
|
发布时间:2022-07-05 06:09:16
|
|
@@ -17711,6 +17605,21 @@
|
|
|
17711
17605
|
|
|
17712
17606
|
## 负载均衡(clb) 版本:2018-03-17
|
|
17713
17607
|
|
|
17608
|
+
### 第 70 次发布
|
|
17609
|
+
|
|
17610
|
+
发布时间:2022-07-19 06:07:41
|
|
17611
|
+
|
|
17612
|
+
本次发布包含了以下内容:
|
|
17613
|
+
|
|
17614
|
+
改善已有的文档。
|
|
17615
|
+
|
|
17616
|
+
修改接口:
|
|
17617
|
+
|
|
17618
|
+
* [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
|
|
17619
|
+
|
|
17620
|
+
* 新增入参:TargetType
|
|
17621
|
+
|
|
17622
|
+
|
|
17714
17623
|
### 第 69 次发布
|
|
17715
17624
|
|
|
17716
17625
|
发布时间:2022-06-29 06:04:25
|
|
@@ -50848,25 +50757,25 @@
|
|
|
50848
50757
|
|
|
50849
50758
|
新增数据结构:
|
|
50850
50759
|
|
|
50851
|
-
* [
|
|
50852
|
-
* [
|
|
50853
|
-
* [
|
|
50854
|
-
* [
|
|
50855
|
-
* [
|
|
50856
|
-
* [
|
|
50857
|
-
* [
|
|
50858
|
-
* [
|
|
50859
|
-
* [
|
|
50860
|
-
* [
|
|
50861
|
-
* [
|
|
50862
|
-
* [
|
|
50863
|
-
* [
|
|
50864
|
-
* [
|
|
50865
|
-
* [
|
|
50866
|
-
* [
|
|
50867
|
-
* [
|
|
50868
|
-
* [
|
|
50869
|
-
* [
|
|
50760
|
+
* [ActivityResItem](https://cloud.tencent.com/document/api/862/37615#ActivityResItem)
|
|
50761
|
+
* [ActivityResult](https://cloud.tencent.com/document/api/862/37615#ActivityResult)
|
|
50762
|
+
* [ArtifactRepairConfig](https://cloud.tencent.com/document/api/862/37615#ArtifactRepairConfig)
|
|
50763
|
+
* [ColorEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#ColorEnhanceConfig)
|
|
50764
|
+
* [EnhanceConfig](https://cloud.tencent.com/document/api/862/37615#EnhanceConfig)
|
|
50765
|
+
* [FaceEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#FaceEnhanceConfig)
|
|
50766
|
+
* [FrameRateConfig](https://cloud.tencent.com/document/api/862/37615#FrameRateConfig)
|
|
50767
|
+
* [HdrConfig](https://cloud.tencent.com/document/api/862/37615#HdrConfig)
|
|
50768
|
+
* [ImageQualityEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#ImageQualityEnhanceConfig)
|
|
50769
|
+
* [LowLightEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#LowLightEnhanceConfig)
|
|
50770
|
+
* [ScheduleAnalysisTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleAnalysisTaskResult)
|
|
50771
|
+
* [ScheduleRecognitionTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleRecognitionTaskResult)
|
|
50772
|
+
* [ScheduleReviewTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleReviewTaskResult)
|
|
50773
|
+
* [ScheduleTask](https://cloud.tencent.com/document/api/862/37615#ScheduleTask)
|
|
50774
|
+
* [ScratchRepairConfig](https://cloud.tencent.com/document/api/862/37615#ScratchRepairConfig)
|
|
50775
|
+
* [SharpEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#SharpEnhanceConfig)
|
|
50776
|
+
* [SuperResolutionConfig](https://cloud.tencent.com/document/api/862/37615#SuperResolutionConfig)
|
|
50777
|
+
* [VideoDenoiseConfig](https://cloud.tencent.com/document/api/862/37615#VideoDenoiseConfig)
|
|
50778
|
+
* [VideoEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#VideoEnhanceConfig)
|
|
50870
50779
|
|
|
50871
50780
|
修改数据结构:
|
|
50872
50781
|
|
|
@@ -53571,6 +53480,21 @@
|
|
|
53571
53480
|
|
|
53572
53481
|
## 文字识别(ocr) 版本:2018-11-19
|
|
53573
53482
|
|
|
53483
|
+
### 第 73 次发布
|
|
53484
|
+
|
|
53485
|
+
发布时间:2022-07-19 06:15:45
|
|
53486
|
+
|
|
53487
|
+
本次发布包含了以下内容:
|
|
53488
|
+
|
|
53489
|
+
改善已有的文档。
|
|
53490
|
+
|
|
53491
|
+
修改数据结构:
|
|
53492
|
+
|
|
53493
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
53494
|
+
|
|
53495
|
+
* 新增成员:SellerAddress, SellerTel
|
|
53496
|
+
|
|
53497
|
+
|
|
53574
53498
|
### 第 72 次发布
|
|
53575
53499
|
|
|
53576
53500
|
发布时间:2022-07-18 06:14:15
|
|
@@ -53588,7 +53512,7 @@
|
|
|
53588
53512
|
|
|
53589
53513
|
新增数据结构:
|
|
53590
53514
|
|
|
53591
|
-
* [
|
|
53515
|
+
* [LicensePlateInfo](https://cloud.tencent.com/document/api/866/33527#LicensePlateInfo)
|
|
53592
53516
|
|
|
53593
53517
|
### 第 71 次发布
|
|
53594
53518
|
|
|
@@ -59874,8 +59798,8 @@
|
|
|
59874
59798
|
|
|
59875
59799
|
新增数据结构:
|
|
59876
59800
|
|
|
59877
|
-
* [
|
|
59878
|
-
* [
|
|
59801
|
+
* [CrossBackupAddr](https://cloud.tencent.com/document/api/238/19976#CrossBackupAddr)
|
|
59802
|
+
* [CrossRegionStatus](https://cloud.tencent.com/document/api/238/19976#CrossRegionStatus)
|
|
59879
59803
|
|
|
59880
59804
|
修改数据结构:
|
|
59881
59805
|
|
|
@@ -61702,6 +61626,21 @@
|
|
|
61702
61626
|
|
|
61703
61627
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
61704
61628
|
|
|
61629
|
+
### 第 13 次发布
|
|
61630
|
+
|
|
61631
|
+
发布时间:2022-07-19 06:17:28
|
|
61632
|
+
|
|
61633
|
+
本次发布包含了以下内容:
|
|
61634
|
+
|
|
61635
|
+
改善已有的文档。
|
|
61636
|
+
|
|
61637
|
+
修改数据结构:
|
|
61638
|
+
|
|
61639
|
+
* [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
|
|
61640
|
+
|
|
61641
|
+
* <font color="#dd0000">**修改成员**:</font>Uid, AccountType
|
|
61642
|
+
|
|
61643
|
+
|
|
61705
61644
|
### 第 12 次发布
|
|
61706
61645
|
|
|
61707
61646
|
发布时间:2022-07-01 06:16:56
|
|
@@ -65473,9 +65412,9 @@
|
|
|
65473
65412
|
|
|
65474
65413
|
新增数据结构:
|
|
65475
65414
|
|
|
65476
|
-
* [
|
|
65477
|
-
* [
|
|
65478
|
-
* [
|
|
65415
|
+
* [ExtensiveCluster](https://cloud.tencent.com/document/api/1261/63843#ExtensiveCluster)
|
|
65416
|
+
* [ExtensiveClusters](https://cloud.tencent.com/document/api/1261/63843#ExtensiveClusters)
|
|
65417
|
+
* [Tag](https://cloud.tencent.com/document/api/1261/63843#Tag)
|
|
65479
65418
|
|
|
65480
65419
|
修改数据结构:
|
|
65481
65420
|
|
|
@@ -74791,6 +74730,21 @@
|
|
|
74791
74730
|
|
|
74792
74731
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
74793
74732
|
|
|
74733
|
+
### 第 23 次发布
|
|
74734
|
+
|
|
74735
|
+
发布时间:2022-07-19 06:20:45
|
|
74736
|
+
|
|
74737
|
+
本次发布包含了以下内容:
|
|
74738
|
+
|
|
74739
|
+
改善已有的文档。
|
|
74740
|
+
|
|
74741
|
+
修改数据结构:
|
|
74742
|
+
|
|
74743
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
74744
|
+
|
|
74745
|
+
* 新增成员:EnvDesc, ClientBandWidth
|
|
74746
|
+
|
|
74747
|
+
|
|
74794
74748
|
### 第 22 次发布
|
|
74795
74749
|
|
|
74796
74750
|
发布时间:2022-07-12 06:19:15
|
|
@@ -77762,6 +77716,25 @@
|
|
|
77762
77716
|
|
|
77763
77717
|
## 云点播(vod) 版本:2018-07-17
|
|
77764
77718
|
|
|
77719
|
+
### 第 109 次发布
|
|
77720
|
+
|
|
77721
|
+
发布时间:2022-07-19 06:21:28
|
|
77722
|
+
|
|
77723
|
+
本次发布包含了以下内容:
|
|
77724
|
+
|
|
77725
|
+
改善已有的文档。
|
|
77726
|
+
|
|
77727
|
+
修改数据结构:
|
|
77728
|
+
|
|
77729
|
+
* [MediaClassInfo](https://cloud.tencent.com/document/api/266/31773#MediaClassInfo)
|
|
77730
|
+
|
|
77731
|
+
* 新增成员:Name
|
|
77732
|
+
|
|
77733
|
+
* [SubAppIdInfo](https://cloud.tencent.com/document/api/266/31773#SubAppIdInfo)
|
|
77734
|
+
|
|
77735
|
+
* 新增成员:SubAppIdName
|
|
77736
|
+
|
|
77737
|
+
|
|
77765
77738
|
### 第 108 次发布
|
|
77766
77739
|
|
|
77767
77740
|
发布时间:2022-07-12 06:19:53
|
|
@@ -83556,7 +83529,7 @@
|
|
|
83556
83529
|
|
|
83557
83530
|
新增接口:
|
|
83558
83531
|
|
|
83559
|
-
* [
|
|
83532
|
+
* [GetAttackDownloadRecords](https://cloud.tencent.com/document/api/627/77337)
|
|
83560
83533
|
|
|
83561
83534
|
### 第 10 次发布
|
|
83562
83535
|
|