tencentcloud-sdk-nodejs 4.0.382 → 4.0.385
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 +601 -0
- package/SERVICE_CHANGELOG.md +575 -157
- package/package.json +1 -1
- package/products.md +29 -29
- 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 +2 -2
- package/src/services/cfg/v20210820/cfg_models.ts +18 -0
- package/src/services/ciam/v20220331/ciam_client.ts +13 -0
- package/src/services/ciam/v20220331/ciam_models.ts +91 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +26 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +108 -6
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_client.ts +2 -1
- package/src/services/dlc/v20210125/dlc_models.ts +56 -1
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +150 -10
- package/src/services/ess/v20201111/ess_client.ts +4 -3
- package/src/services/ess/v20201111/ess_models.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -2
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/organization/v20210331/organization_models.ts +6 -0
- package/src/services/ses/v20201002/ses_models.ts +6 -1
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/taf/v20200210/taf_models.ts +6 -6
- package/src/services/tan/v20220420/tan_models.ts +3 -3
- package/src/services/tcex/v20200727/tcex_client.ts +8 -4
- 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/tiia/v20190529/tiia_models.ts +20 -2
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/vod/v20180717/vod_models.ts +15 -5
- package/src/services/vpc/v20170312/vpc_client.ts +4 -2
- package/src/services/vpc/v20170312/vpc_models.ts +197 -97
- package/src/services/waf/v20180125/waf_client.ts +13 -0
- package/src/services/waf/v20180125/waf_models.ts +115 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
- 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 +2 -2
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +15 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
- 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 +92 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +46 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +123 -8
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -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/tcex/v20200727/tcex_client.d.ts +6 -2
- package/tencentcloud/services/tcex/v20200727/tcex_client.js +6 -2
- 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/tiia/v20190529/tiia_models.d.ts +17 -2
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -5
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +164 -82
- 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 +95 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
- package/test/ciam.v20220331.test.js +10 -0
- package/test/ckafka.v20190819.test.js +20 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +878 -8
- package/test/waf.v20180125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,101 +1,64 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 29 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-07-
|
|
7
|
+
发布时间:2022-07-21 06:07:59
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
|
|
16
|
-
|
|
17
|
-
* 新增成员:IsGBK, JsonStandard
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
13
|
+
修改接口:
|
|
21
14
|
|
|
22
|
-
|
|
15
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
23
16
|
|
|
24
|
-
|
|
17
|
+
* 新增入参:StartTime, EndTime, Filters
|
|
25
18
|
|
|
26
|
-
发布时间:2022-07-16 09:45:55
|
|
27
19
|
|
|
28
|
-
|
|
20
|
+
修改数据结构:
|
|
29
21
|
|
|
30
|
-
|
|
22
|
+
* [DatabaseResponseInfo](https://cloud.tencent.com/document/api/1342/53778#DatabaseResponseInfo)
|
|
31
23
|
|
|
32
|
-
|
|
24
|
+
* 新增成员:Location, UserAlias, UserSubUin
|
|
33
25
|
|
|
34
|
-
* [
|
|
26
|
+
* [TableBaseInfo](https://cloud.tencent.com/document/api/1342/53778#TableBaseInfo)
|
|
35
27
|
|
|
36
|
-
*
|
|
28
|
+
* 新增成员:UserAlias, UserSubUin
|
|
37
29
|
|
|
38
|
-
* [
|
|
30
|
+
* [ViewBaseInfo](https://cloud.tencent.com/document/api/1342/53778#ViewBaseInfo)
|
|
39
31
|
|
|
40
|
-
*
|
|
32
|
+
* 新增成员:UserAlias, UserSubUin
|
|
41
33
|
|
|
42
|
-
* [DescribeTasks](https://cloud.tencent.com/document/api/862/37613)
|
|
43
34
|
|
|
44
|
-
* 新增出参:TotalCount
|
|
45
35
|
|
|
46
|
-
* [DescribeTranscodeTemplates](https://cloud.tencent.com/document/api/862/37593)
|
|
47
36
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
* [ModifyTranscodeTemplate](https://cloud.tencent.com/document/api/862/37587)
|
|
37
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
51
38
|
|
|
52
|
-
|
|
39
|
+
### 第 36 次发布
|
|
53
40
|
|
|
54
|
-
|
|
41
|
+
发布时间:2022-07-21 06:09:30
|
|
55
42
|
|
|
56
|
-
|
|
43
|
+
本次发布包含了以下内容:
|
|
57
44
|
|
|
58
|
-
|
|
45
|
+
改善已有的文档。
|
|
59
46
|
|
|
60
|
-
|
|
47
|
+
新增接口:
|
|
61
48
|
|
|
49
|
+
* [DescribeEmrApplicationStatics](https://cloud.tencent.com/document/api/589/77586)
|
|
62
50
|
|
|
63
51
|
新增数据结构:
|
|
64
52
|
|
|
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
|
-
|
|
53
|
+
* [ApplicationStatics](https://cloud.tencent.com/document/api/589/33981#ApplicationStatics)
|
|
91
54
|
|
|
92
55
|
|
|
93
56
|
|
|
94
|
-
##
|
|
57
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
95
58
|
|
|
96
|
-
### 第
|
|
59
|
+
### 第 22 次发布
|
|
97
60
|
|
|
98
|
-
发布时间:2022-07-
|
|
61
|
+
发布时间:2022-07-21 06:10:03
|
|
99
62
|
|
|
100
63
|
本次发布包含了以下内容:
|
|
101
64
|
|
|
@@ -103,54 +66,45 @@
|
|
|
103
66
|
|
|
104
67
|
修改接口:
|
|
105
68
|
|
|
106
|
-
* [
|
|
69
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
107
70
|
|
|
108
|
-
*
|
|
71
|
+
* 新增入参:MenuStatus
|
|
109
72
|
|
|
110
73
|
|
|
111
|
-
新增数据结构:
|
|
112
74
|
|
|
113
|
-
* [LicensePlateInfo](https://cloud.tencent.com/document/api/866/33527#LicensePlateInfo)
|
|
114
75
|
|
|
76
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
115
77
|
|
|
116
78
|
|
|
117
|
-
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
118
79
|
|
|
119
|
-
|
|
80
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
120
81
|
|
|
121
|
-
|
|
82
|
+
### 第 10 次发布
|
|
83
|
+
|
|
84
|
+
发布时间:2022-07-21 06:14:50
|
|
122
85
|
|
|
123
86
|
本次发布包含了以下内容:
|
|
124
87
|
|
|
125
88
|
改善已有的文档。
|
|
126
89
|
|
|
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
90
|
修改数据结构:
|
|
133
91
|
|
|
134
|
-
* [
|
|
135
|
-
|
|
136
|
-
* 新增成员:Region, CrossBackupAddr, CrossBackupStatus
|
|
92
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
137
93
|
|
|
138
|
-
*
|
|
94
|
+
* 新增成员:PermissionStatus
|
|
139
95
|
|
|
140
|
-
* 新增成员:Region, CrossBackupAddr
|
|
141
96
|
|
|
142
|
-
* [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
|
|
143
97
|
|
|
144
|
-
* 新增成员:CrossRegions, CrossBackupEnabled, CrossBackupSaveDays
|
|
145
98
|
|
|
99
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
146
100
|
|
|
147
101
|
|
|
148
102
|
|
|
149
|
-
##
|
|
103
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
150
104
|
|
|
151
|
-
### 第
|
|
105
|
+
### 第 13 次发布
|
|
152
106
|
|
|
153
|
-
发布时间:2022-07-
|
|
107
|
+
发布时间:2022-07-21 06:15:51
|
|
154
108
|
|
|
155
109
|
本次发布包含了以下内容:
|
|
156
110
|
|
|
@@ -158,53 +112,37 @@
|
|
|
158
112
|
|
|
159
113
|
修改接口:
|
|
160
114
|
|
|
161
|
-
* [
|
|
115
|
+
* [GetEmailTemplate](https://cloud.tencent.com/document/api/1288/51040)
|
|
162
116
|
|
|
163
|
-
*
|
|
117
|
+
* 新增出参:TemplateStatus
|
|
164
118
|
|
|
165
119
|
|
|
166
120
|
|
|
167
121
|
|
|
168
|
-
##
|
|
122
|
+
## 图像分析(tiia) 版本:2019-05-29
|
|
169
123
|
|
|
170
|
-
### 第
|
|
124
|
+
### 第 25 次发布
|
|
171
125
|
|
|
172
|
-
发布时间:2022-07-
|
|
126
|
+
发布时间:2022-07-21 06:19:01
|
|
173
127
|
|
|
174
128
|
本次发布包含了以下内容:
|
|
175
129
|
|
|
176
130
|
改善已有的文档。
|
|
177
131
|
|
|
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
132
|
修改数据结构:
|
|
185
133
|
|
|
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)
|
|
134
|
+
* [CarTagItem](https://cloud.tencent.com/document/api/865/35474#CarTagItem)
|
|
197
135
|
|
|
198
|
-
* 新增成员:
|
|
136
|
+
* 新增成员:PlateConfidence, TypeConfidence, ColorConfidence
|
|
199
137
|
|
|
200
138
|
|
|
201
139
|
|
|
202
140
|
|
|
203
|
-
##
|
|
141
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
204
142
|
|
|
205
|
-
### 第
|
|
143
|
+
### 第 119 次发布
|
|
206
144
|
|
|
207
|
-
发布时间:2022-07-
|
|
145
|
+
发布时间:2022-07-21 06:20:44
|
|
208
146
|
|
|
209
147
|
本次发布包含了以下内容:
|
|
210
148
|
|
|
@@ -212,34 +150,19 @@
|
|
|
212
150
|
|
|
213
151
|
修改接口:
|
|
214
152
|
|
|
215
|
-
* [
|
|
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
|
-
|
|
153
|
+
* [CreateNetworkAcl](https://cloud.tencent.com/document/api/215/42162)
|
|
229
154
|
|
|
230
|
-
|
|
155
|
+
* 新增入参:NetworkAclType, Tags
|
|
231
156
|
|
|
232
|
-
|
|
157
|
+
* [ModifyNetworkAclEntries](https://cloud.tencent.com/document/api/215/42107)
|
|
233
158
|
|
|
234
|
-
|
|
159
|
+
* 新增入参:NetworkAclQuintupleSet
|
|
235
160
|
|
|
236
|
-
本次发布包含了以下内容:
|
|
237
161
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
新增接口:
|
|
162
|
+
新增数据结构:
|
|
241
163
|
|
|
242
|
-
* [
|
|
164
|
+
* [NetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/15824#NetworkAclQuintupleEntries)
|
|
165
|
+
* [NetworkAclQuintupleEntry](https://cloud.tencent.com/document/api/215/15824#NetworkAclQuintupleEntry)
|
|
243
166
|
|
|
244
167
|
|
|
245
168
|
|
|
@@ -15458,6 +15381,25 @@
|
|
|
15458
15381
|
|
|
15459
15382
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
15460
15383
|
|
|
15384
|
+
### 第 2 次发布
|
|
15385
|
+
|
|
15386
|
+
发布时间:2022-07-20 06:02:51
|
|
15387
|
+
|
|
15388
|
+
本次发布包含了以下内容:
|
|
15389
|
+
|
|
15390
|
+
改善已有的文档。
|
|
15391
|
+
|
|
15392
|
+
修改数据结构:
|
|
15393
|
+
|
|
15394
|
+
* [TaskGroupAction](https://cloud.tencent.com/document/api/1500/71784#TaskGroupAction)
|
|
15395
|
+
|
|
15396
|
+
* 新增成员:IsExecuteRedo, ActionRisk
|
|
15397
|
+
|
|
15398
|
+
* [TaskGroupInstance](https://cloud.tencent.com/document/api/1500/71784#TaskGroupInstance)
|
|
15399
|
+
|
|
15400
|
+
* 新增成员:TaskGroupInstanceIsRedo
|
|
15401
|
+
|
|
15402
|
+
|
|
15461
15403
|
### 第 1 次发布
|
|
15462
15404
|
|
|
15463
15405
|
发布时间:2022-03-30 12:59:20
|
|
@@ -16374,6 +16316,37 @@
|
|
|
16374
16316
|
|
|
16375
16317
|
## 账号风控平台(ciam) 版本:2022-03-31
|
|
16376
16318
|
|
|
16319
|
+
### 第 7 次发布
|
|
16320
|
+
|
|
16321
|
+
发布时间:2022-07-19 20:27:09
|
|
16322
|
+
|
|
16323
|
+
本次发布包含了以下内容:
|
|
16324
|
+
|
|
16325
|
+
改善已有的文档。
|
|
16326
|
+
|
|
16327
|
+
新增接口:
|
|
16328
|
+
|
|
16329
|
+
* [DescribeUser](https://cloud.tencent.com/document/api/1441/77525)
|
|
16330
|
+
|
|
16331
|
+
修改接口:
|
|
16332
|
+
|
|
16333
|
+
* [DescribeUserById](https://cloud.tencent.com/document/api/1441/75640)
|
|
16334
|
+
|
|
16335
|
+
* 新增入参:Original
|
|
16336
|
+
|
|
16337
|
+
* [ListUser](https://cloud.tencent.com/document/api/1441/75638)
|
|
16338
|
+
|
|
16339
|
+
* 新增入参:Original
|
|
16340
|
+
|
|
16341
|
+
* [ListUserByProperty](https://cloud.tencent.com/document/api/1441/75637)
|
|
16342
|
+
|
|
16343
|
+
* 新增入参:Original
|
|
16344
|
+
|
|
16345
|
+
|
|
16346
|
+
新增数据结构:
|
|
16347
|
+
|
|
16348
|
+
* [QueryUserFilter](https://cloud.tencent.com/document/api/1441/75643#QueryUserFilter)
|
|
16349
|
+
|
|
16377
16350
|
### 第 6 次发布
|
|
16378
16351
|
|
|
16379
16352
|
发布时间:2022-06-29 14:44:01
|
|
@@ -16827,6 +16800,38 @@
|
|
|
16827
16800
|
|
|
16828
16801
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
16829
16802
|
|
|
16803
|
+
### 第 44 次发布
|
|
16804
|
+
|
|
16805
|
+
发布时间:2022-07-20 06:03:16
|
|
16806
|
+
|
|
16807
|
+
本次发布包含了以下内容:
|
|
16808
|
+
|
|
16809
|
+
改善已有的文档。
|
|
16810
|
+
|
|
16811
|
+
修改接口:
|
|
16812
|
+
|
|
16813
|
+
* [ModifyTopicAttributes](https://cloud.tencent.com/document/api/597/40844)
|
|
16814
|
+
|
|
16815
|
+
* 新增入参:ReplicaNum
|
|
16816
|
+
|
|
16817
|
+
|
|
16818
|
+
### 第 43 次发布
|
|
16819
|
+
|
|
16820
|
+
发布时间:2022-07-19 06:07:25
|
|
16821
|
+
|
|
16822
|
+
本次发布包含了以下内容:
|
|
16823
|
+
|
|
16824
|
+
改善已有的文档。
|
|
16825
|
+
|
|
16826
|
+
新增接口:
|
|
16827
|
+
|
|
16828
|
+
* [CheckCdcCluster](https://cloud.tencent.com/document/api/597/77400)
|
|
16829
|
+
* [CreateCdcCluster](https://cloud.tencent.com/document/api/597/77399)
|
|
16830
|
+
|
|
16831
|
+
新增数据结构:
|
|
16832
|
+
|
|
16833
|
+
* [CdcClusterResponse](https://cloud.tencent.com/document/api/597/40861#CdcClusterResponse)
|
|
16834
|
+
|
|
16830
16835
|
### 第 42 次发布
|
|
16831
16836
|
|
|
16832
16837
|
发布时间:2022-07-05 06:09:16
|
|
@@ -17711,6 +17716,21 @@
|
|
|
17711
17716
|
|
|
17712
17717
|
## 负载均衡(clb) 版本:2018-03-17
|
|
17713
17718
|
|
|
17719
|
+
### 第 70 次发布
|
|
17720
|
+
|
|
17721
|
+
发布时间:2022-07-19 06:07:41
|
|
17722
|
+
|
|
17723
|
+
本次发布包含了以下内容:
|
|
17724
|
+
|
|
17725
|
+
改善已有的文档。
|
|
17726
|
+
|
|
17727
|
+
修改接口:
|
|
17728
|
+
|
|
17729
|
+
* [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
|
|
17730
|
+
|
|
17731
|
+
* 新增入参:TargetType
|
|
17732
|
+
|
|
17733
|
+
|
|
17714
17734
|
### 第 69 次发布
|
|
17715
17735
|
|
|
17716
17736
|
发布时间:2022-06-29 06:04:25
|
|
@@ -30069,6 +30089,36 @@
|
|
|
30069
30089
|
|
|
30070
30090
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
30071
30091
|
|
|
30092
|
+
### 第 29 次发布
|
|
30093
|
+
|
|
30094
|
+
发布时间:2022-07-21 06:07:59
|
|
30095
|
+
|
|
30096
|
+
本次发布包含了以下内容:
|
|
30097
|
+
|
|
30098
|
+
改善已有的文档。
|
|
30099
|
+
|
|
30100
|
+
修改接口:
|
|
30101
|
+
|
|
30102
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
30103
|
+
|
|
30104
|
+
* 新增入参:StartTime, EndTime, Filters
|
|
30105
|
+
|
|
30106
|
+
|
|
30107
|
+
修改数据结构:
|
|
30108
|
+
|
|
30109
|
+
* [DatabaseResponseInfo](https://cloud.tencent.com/document/api/1342/53778#DatabaseResponseInfo)
|
|
30110
|
+
|
|
30111
|
+
* 新增成员:Location, UserAlias, UserSubUin
|
|
30112
|
+
|
|
30113
|
+
* [TableBaseInfo](https://cloud.tencent.com/document/api/1342/53778#TableBaseInfo)
|
|
30114
|
+
|
|
30115
|
+
* 新增成员:UserAlias, UserSubUin
|
|
30116
|
+
|
|
30117
|
+
* [ViewBaseInfo](https://cloud.tencent.com/document/api/1342/53778#ViewBaseInfo)
|
|
30118
|
+
|
|
30119
|
+
* 新增成员:UserAlias, UserSubUin
|
|
30120
|
+
|
|
30121
|
+
|
|
30072
30122
|
### 第 28 次发布
|
|
30073
30123
|
|
|
30074
30124
|
发布时间:2022-07-13 06:09:56
|
|
@@ -34196,6 +34246,22 @@
|
|
|
34196
34246
|
|
|
34197
34247
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
34198
34248
|
|
|
34249
|
+
### 第 36 次发布
|
|
34250
|
+
|
|
34251
|
+
发布时间:2022-07-21 06:09:30
|
|
34252
|
+
|
|
34253
|
+
本次发布包含了以下内容:
|
|
34254
|
+
|
|
34255
|
+
改善已有的文档。
|
|
34256
|
+
|
|
34257
|
+
新增接口:
|
|
34258
|
+
|
|
34259
|
+
* [[DescribeEmrApplicationStatics](https://cloud.tencent.com/document/api/589/77586)](https://cloud.tencent.com/document/api/#/#)
|
|
34260
|
+
|
|
34261
|
+
新增数据结构:
|
|
34262
|
+
|
|
34263
|
+
* [[ApplicationStatics](https://cloud.tencent.com/document/api/589/33981#ApplicationStatics)](https://cloud.tencent.com/document/api/589/33981#[ApplicationStatics](https://cloud.tencent.com/document/api/589/33981#ApplicationStatics))
|
|
34264
|
+
|
|
34199
34265
|
### 第 35 次发布
|
|
34200
34266
|
|
|
34201
34267
|
发布时间:2022-07-14 06:10:00
|
|
@@ -36114,6 +36180,21 @@
|
|
|
36114
36180
|
|
|
36115
36181
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
36116
36182
|
|
|
36183
|
+
### 第 22 次发布
|
|
36184
|
+
|
|
36185
|
+
发布时间:2022-07-21 06:10:03
|
|
36186
|
+
|
|
36187
|
+
本次发布包含了以下内容:
|
|
36188
|
+
|
|
36189
|
+
改善已有的文档。
|
|
36190
|
+
|
|
36191
|
+
修改接口:
|
|
36192
|
+
|
|
36193
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
36194
|
+
|
|
36195
|
+
* 新增入参:MenuStatus
|
|
36196
|
+
|
|
36197
|
+
|
|
36117
36198
|
### 第 21 次发布
|
|
36118
36199
|
|
|
36119
36200
|
发布时间:2022-07-07 06:10:24
|
|
@@ -44540,6 +44621,134 @@
|
|
|
44540
44621
|
|
|
44541
44622
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
44542
44623
|
|
|
44624
|
+
### 第 4 次发布
|
|
44625
|
+
|
|
44626
|
+
发布时间:2022-07-19 16:17:21
|
|
44627
|
+
|
|
44628
|
+
本次发布包含了以下内容:
|
|
44629
|
+
|
|
44630
|
+
改善已有的文档。
|
|
44631
|
+
|
|
44632
|
+
新增接口:
|
|
44633
|
+
|
|
44634
|
+
* [ApplyAIModel](https://cloud.tencent.com/document/api/1131/77517)
|
|
44635
|
+
* [BatchUpdateFirmware](https://cloud.tencent.com/document/api/1131/77483)
|
|
44636
|
+
* [BindCloudStorageUser](https://cloud.tencent.com/document/api/1131/77506)
|
|
44637
|
+
* [CancelAIModelApplication](https://cloud.tencent.com/document/api/1131/77516)
|
|
44638
|
+
* [CancelDeviceFirmwareTask](https://cloud.tencent.com/document/api/1131/77482)
|
|
44639
|
+
* [CheckForwardAuth](https://cloud.tencent.com/document/api/1131/77453)
|
|
44640
|
+
* [ControlDeviceData](https://cloud.tencent.com/document/api/1131/77431)
|
|
44641
|
+
* [CreateAIDetection](https://cloud.tencent.com/document/api/1131/77515)
|
|
44642
|
+
* [CreateBatch](https://cloud.tencent.com/document/api/1131/77466)
|
|
44643
|
+
* [CreateCOSCredentials](https://cloud.tencent.com/document/api/1131/77514)
|
|
44644
|
+
* [CreateCloudStorage](https://cloud.tencent.com/document/api/1131/77505)
|
|
44645
|
+
* [CreateDataForward](https://cloud.tencent.com/document/api/1131/77452)
|
|
44646
|
+
* [CreateForwardRule](https://cloud.tencent.com/document/api/1131/77451)
|
|
44647
|
+
* [CreateTaskFileUrl](https://cloud.tencent.com/document/api/1131/77481)
|
|
44648
|
+
* [DeleteDevice](https://cloud.tencent.com/document/api/1131/77430)
|
|
44649
|
+
* [DeleteFirmware](https://cloud.tencent.com/document/api/1131/77480)
|
|
44650
|
+
* [DeleteForwardRule](https://cloud.tencent.com/document/api/1131/77450)
|
|
44651
|
+
* [DeleteProduct](https://cloud.tencent.com/document/api/1131/77489)
|
|
44652
|
+
* [DescribeAIModelApplications](https://cloud.tencent.com/document/api/1131/77513)
|
|
44653
|
+
* [DescribeAIModelChannel](https://cloud.tencent.com/document/api/1131/77512)
|
|
44654
|
+
* [DescribeAIModelUsage](https://cloud.tencent.com/document/api/1131/77511)
|
|
44655
|
+
* [DescribeAIModels](https://cloud.tencent.com/document/api/1131/77510)
|
|
44656
|
+
* [DescribeAccount](https://cloud.tencent.com/document/api/1131/77435)
|
|
44657
|
+
* [DescribeBalance](https://cloud.tencent.com/document/api/1131/77434)
|
|
44658
|
+
* [DescribeBalanceTransactions](https://cloud.tencent.com/document/api/1131/77433)
|
|
44659
|
+
* [DescribeBatch](https://cloud.tencent.com/document/api/1131/77465)
|
|
44660
|
+
* [DescribeBatchs](https://cloud.tencent.com/document/api/1131/77464)
|
|
44661
|
+
* [DescribeBonuses](https://cloud.tencent.com/document/api/1131/77429)
|
|
44662
|
+
* [DescribeCategory](https://cloud.tencent.com/document/api/1131/77440)
|
|
44663
|
+
* [DescribeCloudStorage](https://cloud.tencent.com/document/api/1131/77504)
|
|
44664
|
+
* [DescribeCloudStorageDate](https://cloud.tencent.com/document/api/1131/77503)
|
|
44665
|
+
* [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1131/77502)
|
|
44666
|
+
* [DescribeCloudStoragePackageConsumeDetails](https://cloud.tencent.com/document/api/1131/77501)
|
|
44667
|
+
* [DescribeCloudStoragePackageConsumeStats](https://cloud.tencent.com/document/api/1131/77500)
|
|
44668
|
+
* [DescribeCloudStorageThumbnail](https://cloud.tencent.com/document/api/1131/77499)
|
|
44669
|
+
* [DescribeCloudStorageTime](https://cloud.tencent.com/document/api/1131/77498)
|
|
44670
|
+
* [DescribeCloudStorageUsers](https://cloud.tencent.com/document/api/1131/77497)
|
|
44671
|
+
* [DescribeDataForwardList](https://cloud.tencent.com/document/api/1131/77449)
|
|
44672
|
+
* [DescribeDevice](https://cloud.tencent.com/document/api/1131/77428)
|
|
44673
|
+
* [DescribeDeviceActionHistory](https://cloud.tencent.com/document/api/1131/77462)
|
|
44674
|
+
* [DescribeDeviceCommLog](https://cloud.tencent.com/document/api/1131/77461)
|
|
44675
|
+
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1131/77460)
|
|
44676
|
+
* [DescribeDeviceDataHistory](https://cloud.tencent.com/document/api/1131/77459)
|
|
44677
|
+
* [DescribeDeviceEventHistory](https://cloud.tencent.com/document/api/1131/77458)
|
|
44678
|
+
* [DescribeDeviceStatusLog](https://cloud.tencent.com/document/api/1131/77457)
|
|
44679
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1131/77427)
|
|
44680
|
+
* [DescribeFirmware](https://cloud.tencent.com/document/api/1131/77479)
|
|
44681
|
+
* [DescribeFirmwareTask](https://cloud.tencent.com/document/api/1131/77478)
|
|
44682
|
+
* [DescribeFirmwareTaskDevices](https://cloud.tencent.com/document/api/1131/77477)
|
|
44683
|
+
* [DescribeFirmwareTaskDistribution](https://cloud.tencent.com/document/api/1131/77476)
|
|
44684
|
+
* [DescribeFirmwareTaskStatistics](https://cloud.tencent.com/document/api/1131/77475)
|
|
44685
|
+
* [DescribeFirmwareTasks](https://cloud.tencent.com/document/api/1131/77474)
|
|
44686
|
+
* [DescribeForwardRule](https://cloud.tencent.com/document/api/1131/77448)
|
|
44687
|
+
* [DescribeModelDefinition](https://cloud.tencent.com/document/api/1131/77439)
|
|
44688
|
+
* [DescribePackageConsumeTask](https://cloud.tencent.com/document/api/1131/77496)
|
|
44689
|
+
* [DescribePackageConsumeTasks](https://cloud.tencent.com/document/api/1131/77495)
|
|
44690
|
+
* [DescribeProduct](https://cloud.tencent.com/document/api/1131/77488)
|
|
44691
|
+
* [DescribeProductDynamicRegister](https://cloud.tencent.com/document/api/1131/77487)
|
|
44692
|
+
* [DescribeProducts](https://cloud.tencent.com/document/api/1131/77486)
|
|
44693
|
+
* [DescribePushChannel](https://cloud.tencent.com/document/api/1131/77447)
|
|
44694
|
+
* [DescribeSDKLog](https://cloud.tencent.com/document/api/1131/77456)
|
|
44695
|
+
* [DescribeUser](https://cloud.tencent.com/document/api/1131/77432)
|
|
44696
|
+
* [EditFirmware](https://cloud.tencent.com/document/api/1131/77473)
|
|
44697
|
+
* [GenerateSignedVideoURL](https://cloud.tencent.com/document/api/1131/77494)
|
|
44698
|
+
* [GetAllFirmwareVersion](https://cloud.tencent.com/document/api/1131/77472)
|
|
44699
|
+
* [GetFirmwareURL](https://cloud.tencent.com/document/api/1131/77471)
|
|
44700
|
+
* [ImportModelDefinition](https://cloud.tencent.com/document/api/1131/77438)
|
|
44701
|
+
* [InheritCloudStorageUser](https://cloud.tencent.com/document/api/1131/77493)
|
|
44702
|
+
* [ListFirmwares](https://cloud.tencent.com/document/api/1131/77470)
|
|
44703
|
+
* [ModifyDataForward](https://cloud.tencent.com/document/api/1131/77446)
|
|
44704
|
+
* [ModifyDataForwardStatus](https://cloud.tencent.com/document/api/1131/77445)
|
|
44705
|
+
* [ModifyDevice](https://cloud.tencent.com/document/api/1131/77426)
|
|
44706
|
+
* [ModifyDeviceLogLevel](https://cloud.tencent.com/document/api/1131/77455)
|
|
44707
|
+
* [ModifyForwardRule](https://cloud.tencent.com/document/api/1131/77444)
|
|
44708
|
+
* [ModifyModelDefinition](https://cloud.tencent.com/document/api/1131/77437)
|
|
44709
|
+
* [ModifyProduct](https://cloud.tencent.com/document/api/1131/77485)
|
|
44710
|
+
* [ModifyProductDynamicRegister](https://cloud.tencent.com/document/api/1131/77484)
|
|
44711
|
+
* [ModifyPushChannel](https://cloud.tencent.com/document/api/1131/77443)
|
|
44712
|
+
* [PublishMessage](https://cloud.tencent.com/document/api/1131/77425)
|
|
44713
|
+
* [ReportAliveDevice](https://cloud.tencent.com/document/api/1131/77509)
|
|
44714
|
+
* [ResetCloudStorage](https://cloud.tencent.com/document/api/1131/77492)
|
|
44715
|
+
* [RetryDeviceFirmwareTask](https://cloud.tencent.com/document/api/1131/77469)
|
|
44716
|
+
* [SetForwardAuth](https://cloud.tencent.com/document/api/1131/77442)
|
|
44717
|
+
* [TransferCloudStorage](https://cloud.tencent.com/document/api/1131/77491)
|
|
44718
|
+
* [UpdateAIModelChannel](https://cloud.tencent.com/document/api/1131/77508)
|
|
44719
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/1131/77468)
|
|
44720
|
+
* [WakeUpDevice](https://cloud.tencent.com/document/api/1131/77424)
|
|
44721
|
+
|
|
44722
|
+
新增数据结构:
|
|
44723
|
+
|
|
44724
|
+
* [AIModelApplication](https://cloud.tencent.com/document/api/1131/76635#AIModelApplication)
|
|
44725
|
+
* [AIModelInfo](https://cloud.tencent.com/document/api/1131/76635#AIModelInfo)
|
|
44726
|
+
* [AIModelUsageInfo](https://cloud.tencent.com/document/api/1131/76635#AIModelUsageInfo)
|
|
44727
|
+
* [ActionHistory](https://cloud.tencent.com/document/api/1131/76635#ActionHistory)
|
|
44728
|
+
* [BalanceTransaction](https://cloud.tencent.com/document/api/1131/76635#BalanceTransaction)
|
|
44729
|
+
* [BonusInfo](https://cloud.tencent.com/document/api/1131/76635#BonusInfo)
|
|
44730
|
+
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
|
|
44731
|
+
* [CloudStorageTimeData](https://cloud.tencent.com/document/api/1131/76635#CloudStorageTimeData)
|
|
44732
|
+
* [CloudStorageTimeInfo](https://cloud.tencent.com/document/api/1131/76635#CloudStorageTimeInfo)
|
|
44733
|
+
* [CloudStorageUserInfo](https://cloud.tencent.com/document/api/1131/76635#CloudStorageUserInfo)
|
|
44734
|
+
* [DataForward](https://cloud.tencent.com/document/api/1131/76635#DataForward)
|
|
44735
|
+
* [DeviceCommLogItem](https://cloud.tencent.com/document/api/1131/76635#DeviceCommLogItem)
|
|
44736
|
+
* [DeviceDataHistoryItem](https://cloud.tencent.com/document/api/1131/76635#DeviceDataHistoryItem)
|
|
44737
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1131/76635#DeviceInfo)
|
|
44738
|
+
* [DeviceStatusLogItem](https://cloud.tencent.com/document/api/1131/76635#DeviceStatusLogItem)
|
|
44739
|
+
* [DeviceUpdateStatus](https://cloud.tencent.com/document/api/1131/76635#DeviceUpdateStatus)
|
|
44740
|
+
* [EventHistoryItem](https://cloud.tencent.com/document/api/1131/76635#EventHistoryItem)
|
|
44741
|
+
* [FirmwareInfo](https://cloud.tencent.com/document/api/1131/76635#FirmwareInfo)
|
|
44742
|
+
* [FirmwareTaskInfo](https://cloud.tencent.com/document/api/1131/76635#FirmwareTaskInfo)
|
|
44743
|
+
* [PackageConsumeStat](https://cloud.tencent.com/document/api/1131/76635#PackageConsumeStat)
|
|
44744
|
+
* [PackageConsumeTask](https://cloud.tencent.com/document/api/1131/76635#PackageConsumeTask)
|
|
44745
|
+
* [ProductModelDefinition](https://cloud.tencent.com/document/api/1131/76635#ProductModelDefinition)
|
|
44746
|
+
* [ProductTemplate](https://cloud.tencent.com/document/api/1131/76635#ProductTemplate)
|
|
44747
|
+
* [SDKLogItem](https://cloud.tencent.com/document/api/1131/76635#SDKLogItem)
|
|
44748
|
+
* [SearchKeyword](https://cloud.tencent.com/document/api/1131/76635#SearchKeyword)
|
|
44749
|
+
* [StatusStatistic](https://cloud.tencent.com/document/api/1131/76635#StatusStatistic)
|
|
44750
|
+
* [VideoBatch](https://cloud.tencent.com/document/api/1131/76635#VideoBatch)
|
|
44751
|
+
|
|
44543
44752
|
### 第 3 次发布
|
|
44544
44753
|
|
|
44545
44754
|
发布时间:2022-07-13 11:20:10
|
|
@@ -50848,25 +51057,25 @@
|
|
|
50848
51057
|
|
|
50849
51058
|
新增数据结构:
|
|
50850
51059
|
|
|
50851
|
-
* [
|
|
50852
|
-
* [
|
|
50853
|
-
* [
|
|
50854
|
-
* [
|
|
50855
|
-
* [
|
|
50856
|
-
* [
|
|
50857
|
-
* [
|
|
50858
|
-
* [
|
|
50859
|
-
* [
|
|
50860
|
-
* [
|
|
50861
|
-
* [
|
|
50862
|
-
* [
|
|
50863
|
-
* [
|
|
50864
|
-
* [
|
|
50865
|
-
* [
|
|
50866
|
-
* [
|
|
50867
|
-
* [
|
|
50868
|
-
* [
|
|
50869
|
-
* [
|
|
51060
|
+
* [ActivityResItem](https://cloud.tencent.com/document/api/862/37615#ActivityResItem)
|
|
51061
|
+
* [ActivityResult](https://cloud.tencent.com/document/api/862/37615#ActivityResult)
|
|
51062
|
+
* [ArtifactRepairConfig](https://cloud.tencent.com/document/api/862/37615#ArtifactRepairConfig)
|
|
51063
|
+
* [ColorEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#ColorEnhanceConfig)
|
|
51064
|
+
* [EnhanceConfig](https://cloud.tencent.com/document/api/862/37615#EnhanceConfig)
|
|
51065
|
+
* [FaceEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#FaceEnhanceConfig)
|
|
51066
|
+
* [FrameRateConfig](https://cloud.tencent.com/document/api/862/37615#FrameRateConfig)
|
|
51067
|
+
* [HdrConfig](https://cloud.tencent.com/document/api/862/37615#HdrConfig)
|
|
51068
|
+
* [ImageQualityEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#ImageQualityEnhanceConfig)
|
|
51069
|
+
* [LowLightEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#LowLightEnhanceConfig)
|
|
51070
|
+
* [ScheduleAnalysisTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleAnalysisTaskResult)
|
|
51071
|
+
* [ScheduleRecognitionTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleRecognitionTaskResult)
|
|
51072
|
+
* [ScheduleReviewTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleReviewTaskResult)
|
|
51073
|
+
* [ScheduleTask](https://cloud.tencent.com/document/api/862/37615#ScheduleTask)
|
|
51074
|
+
* [ScratchRepairConfig](https://cloud.tencent.com/document/api/862/37615#ScratchRepairConfig)
|
|
51075
|
+
* [SharpEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#SharpEnhanceConfig)
|
|
51076
|
+
* [SuperResolutionConfig](https://cloud.tencent.com/document/api/862/37615#SuperResolutionConfig)
|
|
51077
|
+
* [VideoDenoiseConfig](https://cloud.tencent.com/document/api/862/37615#VideoDenoiseConfig)
|
|
51078
|
+
* [VideoEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#VideoEnhanceConfig)
|
|
50870
51079
|
|
|
50871
51080
|
修改数据结构:
|
|
50872
51081
|
|
|
@@ -53571,6 +53780,21 @@
|
|
|
53571
53780
|
|
|
53572
53781
|
## 文字识别(ocr) 版本:2018-11-19
|
|
53573
53782
|
|
|
53783
|
+
### 第 73 次发布
|
|
53784
|
+
|
|
53785
|
+
发布时间:2022-07-19 06:15:45
|
|
53786
|
+
|
|
53787
|
+
本次发布包含了以下内容:
|
|
53788
|
+
|
|
53789
|
+
改善已有的文档。
|
|
53790
|
+
|
|
53791
|
+
修改数据结构:
|
|
53792
|
+
|
|
53793
|
+
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
53794
|
+
|
|
53795
|
+
* 新增成员:SellerAddress, SellerTel
|
|
53796
|
+
|
|
53797
|
+
|
|
53574
53798
|
### 第 72 次发布
|
|
53575
53799
|
|
|
53576
53800
|
发布时间:2022-07-18 06:14:15
|
|
@@ -53588,7 +53812,7 @@
|
|
|
53588
53812
|
|
|
53589
53813
|
新增数据结构:
|
|
53590
53814
|
|
|
53591
|
-
* [
|
|
53815
|
+
* [LicensePlateInfo](https://cloud.tencent.com/document/api/866/33527#LicensePlateInfo)
|
|
53592
53816
|
|
|
53593
53817
|
### 第 71 次发布
|
|
53594
53818
|
|
|
@@ -55021,6 +55245,21 @@
|
|
|
55021
55245
|
|
|
55022
55246
|
## 企业组织(organization) 版本:2021-03-31
|
|
55023
55247
|
|
|
55248
|
+
### 第 10 次发布
|
|
55249
|
+
|
|
55250
|
+
发布时间:2022-07-21 06:14:50
|
|
55251
|
+
|
|
55252
|
+
本次发布包含了以下内容:
|
|
55253
|
+
|
|
55254
|
+
改善已有的文档。
|
|
55255
|
+
|
|
55256
|
+
修改数据结构:
|
|
55257
|
+
|
|
55258
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
55259
|
+
|
|
55260
|
+
* 新增成员:PermissionStatus
|
|
55261
|
+
|
|
55262
|
+
|
|
55024
55263
|
### 第 9 次发布
|
|
55025
55264
|
|
|
55026
55265
|
发布时间:2022-06-10 06:11:43
|
|
@@ -58957,6 +59196,21 @@
|
|
|
58957
59196
|
|
|
58958
59197
|
## 邮件推送(ses) 版本:2020-10-02
|
|
58959
59198
|
|
|
59199
|
+
### 第 13 次发布
|
|
59200
|
+
|
|
59201
|
+
发布时间:2022-07-21 06:15:51
|
|
59202
|
+
|
|
59203
|
+
本次发布包含了以下内容:
|
|
59204
|
+
|
|
59205
|
+
改善已有的文档。
|
|
59206
|
+
|
|
59207
|
+
修改接口:
|
|
59208
|
+
|
|
59209
|
+
* [GetEmailTemplate](https://cloud.tencent.com/document/api/1288/51040)
|
|
59210
|
+
|
|
59211
|
+
* 新增出参:TemplateStatus
|
|
59212
|
+
|
|
59213
|
+
|
|
58960
59214
|
### 第 12 次发布
|
|
58961
59215
|
|
|
58962
59216
|
发布时间:2022-03-29 08:14:38
|
|
@@ -59874,8 +60128,8 @@
|
|
|
59874
60128
|
|
|
59875
60129
|
新增数据结构:
|
|
59876
60130
|
|
|
59877
|
-
* [
|
|
59878
|
-
* [
|
|
60131
|
+
* [CrossBackupAddr](https://cloud.tencent.com/document/api/238/19976#CrossBackupAddr)
|
|
60132
|
+
* [CrossRegionStatus](https://cloud.tencent.com/document/api/238/19976#CrossRegionStatus)
|
|
59879
60133
|
|
|
59880
60134
|
修改数据结构:
|
|
59881
60135
|
|
|
@@ -60969,6 +61223,21 @@
|
|
|
60969
61223
|
|
|
60970
61224
|
## 证书(ssl) 版本:2019-12-05
|
|
60971
61225
|
|
|
61226
|
+
### 第 17 次发布
|
|
61227
|
+
|
|
61228
|
+
发布时间:2022-07-20 06:12:05
|
|
61229
|
+
|
|
61230
|
+
本次发布包含了以下内容:
|
|
61231
|
+
|
|
61232
|
+
改善已有的文档。
|
|
61233
|
+
|
|
61234
|
+
修改接口:
|
|
61235
|
+
|
|
61236
|
+
* [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
|
|
61237
|
+
|
|
61238
|
+
* 新增出参:CertFingerprint, EncryptCertFingerprint
|
|
61239
|
+
|
|
61240
|
+
|
|
60972
61241
|
### 第 16 次发布
|
|
60973
61242
|
|
|
60974
61243
|
发布时间:2022-07-14 06:15:09
|
|
@@ -61702,6 +61971,21 @@
|
|
|
61702
61971
|
|
|
61703
61972
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
61704
61973
|
|
|
61974
|
+
### 第 13 次发布
|
|
61975
|
+
|
|
61976
|
+
发布时间:2022-07-19 06:17:28
|
|
61977
|
+
|
|
61978
|
+
本次发布包含了以下内容:
|
|
61979
|
+
|
|
61980
|
+
改善已有的文档。
|
|
61981
|
+
|
|
61982
|
+
修改数据结构:
|
|
61983
|
+
|
|
61984
|
+
* [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
|
|
61985
|
+
|
|
61986
|
+
* <font color="#dd0000">**修改成员**:</font>Uid, AccountType
|
|
61987
|
+
|
|
61988
|
+
|
|
61705
61989
|
### 第 12 次发布
|
|
61706
61990
|
|
|
61707
61991
|
发布时间:2022-07-01 06:16:56
|
|
@@ -65473,9 +65757,9 @@
|
|
|
65473
65757
|
|
|
65474
65758
|
新增数据结构:
|
|
65475
65759
|
|
|
65476
|
-
* [
|
|
65477
|
-
* [
|
|
65478
|
-
* [
|
|
65760
|
+
* [ExtensiveCluster](https://cloud.tencent.com/document/api/1261/63843#ExtensiveCluster)
|
|
65761
|
+
* [ExtensiveClusters](https://cloud.tencent.com/document/api/1261/63843#ExtensiveClusters)
|
|
65762
|
+
* [Tag](https://cloud.tencent.com/document/api/1261/63843#Tag)
|
|
65479
65763
|
|
|
65480
65764
|
修改数据结构:
|
|
65481
65765
|
|
|
@@ -70171,6 +70455,21 @@
|
|
|
70171
70455
|
|
|
70172
70456
|
## 图像分析(tiia) 版本:2019-05-29
|
|
70173
70457
|
|
|
70458
|
+
### 第 25 次发布
|
|
70459
|
+
|
|
70460
|
+
发布时间:2022-07-21 06:19:01
|
|
70461
|
+
|
|
70462
|
+
本次发布包含了以下内容:
|
|
70463
|
+
|
|
70464
|
+
改善已有的文档。
|
|
70465
|
+
|
|
70466
|
+
修改数据结构:
|
|
70467
|
+
|
|
70468
|
+
* [CarTagItem](https://cloud.tencent.com/document/api/865/35474#CarTagItem)
|
|
70469
|
+
|
|
70470
|
+
* 新增成员:PlateConfidence, TypeConfidence, ColorConfidence
|
|
70471
|
+
|
|
70472
|
+
|
|
70174
70473
|
### 第 24 次发布
|
|
70175
70474
|
|
|
70176
70475
|
发布时间:2022-07-07 06:17:32
|
|
@@ -74791,6 +75090,21 @@
|
|
|
74791
75090
|
|
|
74792
75091
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
74793
75092
|
|
|
75093
|
+
### 第 23 次发布
|
|
75094
|
+
|
|
75095
|
+
发布时间:2022-07-19 06:20:45
|
|
75096
|
+
|
|
75097
|
+
本次发布包含了以下内容:
|
|
75098
|
+
|
|
75099
|
+
改善已有的文档。
|
|
75100
|
+
|
|
75101
|
+
修改数据结构:
|
|
75102
|
+
|
|
75103
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
75104
|
+
|
|
75105
|
+
* 新增成员:EnvDesc, ClientBandWidth
|
|
75106
|
+
|
|
75107
|
+
|
|
74794
75108
|
### 第 22 次发布
|
|
74795
75109
|
|
|
74796
75110
|
发布时间:2022-07-12 06:19:15
|
|
@@ -77762,6 +78076,25 @@
|
|
|
77762
78076
|
|
|
77763
78077
|
## 云点播(vod) 版本:2018-07-17
|
|
77764
78078
|
|
|
78079
|
+
### 第 109 次发布
|
|
78080
|
+
|
|
78081
|
+
发布时间:2022-07-19 06:21:28
|
|
78082
|
+
|
|
78083
|
+
本次发布包含了以下内容:
|
|
78084
|
+
|
|
78085
|
+
改善已有的文档。
|
|
78086
|
+
|
|
78087
|
+
修改数据结构:
|
|
78088
|
+
|
|
78089
|
+
* [MediaClassInfo](https://cloud.tencent.com/document/api/266/31773#MediaClassInfo)
|
|
78090
|
+
|
|
78091
|
+
* 新增成员:Name
|
|
78092
|
+
|
|
78093
|
+
* [SubAppIdInfo](https://cloud.tencent.com/document/api/266/31773#SubAppIdInfo)
|
|
78094
|
+
|
|
78095
|
+
* 新增成员:SubAppIdName
|
|
78096
|
+
|
|
78097
|
+
|
|
77765
78098
|
### 第 108 次发布
|
|
77766
78099
|
|
|
77767
78100
|
发布时间:2022-07-12 06:19:53
|
|
@@ -80730,6 +81063,45 @@
|
|
|
80730
81063
|
|
|
80731
81064
|
## 私有网络(vpc) 版本:2017-03-12
|
|
80732
81065
|
|
|
81066
|
+
### 第 119 次发布
|
|
81067
|
+
|
|
81068
|
+
发布时间:2022-07-21 06:20:44
|
|
81069
|
+
|
|
81070
|
+
本次发布包含了以下内容:
|
|
81071
|
+
|
|
81072
|
+
改善已有的文档。
|
|
81073
|
+
|
|
81074
|
+
修改接口:
|
|
81075
|
+
|
|
81076
|
+
* [CreateNetworkAcl](https://cloud.tencent.com/document/api/215/42162)
|
|
81077
|
+
|
|
81078
|
+
* 新增入参:NetworkAclType, Tags
|
|
81079
|
+
|
|
81080
|
+
* [ModifyNetworkAclEntries](https://cloud.tencent.com/document/api/215/42107)
|
|
81081
|
+
|
|
81082
|
+
* 新增入参:NetworkAclQuintupleSet
|
|
81083
|
+
|
|
81084
|
+
|
|
81085
|
+
新增数据结构:
|
|
81086
|
+
|
|
81087
|
+
* [[NetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/15824#NetworkAclQuintupleEntries)](https://cloud.tencent.com/document/api/215/15824#[NetworkAclQuintupleEntries](https://cloud.tencent.com/document/api/215/15824#NetworkAclQuintupleEntries))
|
|
81088
|
+
* [[NetworkAclQuintupleEntry](https://cloud.tencent.com/document/api/215/15824#NetworkAclQuintupleEntry)](https://cloud.tencent.com/document/api/215/15824#[NetworkAclQuintupleEntry](https://cloud.tencent.com/document/api/215/15824#NetworkAclQuintupleEntry))
|
|
81089
|
+
|
|
81090
|
+
### 第 118 次发布
|
|
81091
|
+
|
|
81092
|
+
发布时间:2022-07-20 06:15:28
|
|
81093
|
+
|
|
81094
|
+
本次发布包含了以下内容:
|
|
81095
|
+
|
|
81096
|
+
改善已有的文档。
|
|
81097
|
+
|
|
81098
|
+
修改数据结构:
|
|
81099
|
+
|
|
81100
|
+
* [NetworkAcl](https://cloud.tencent.com/document/api/215/15824#NetworkAcl)
|
|
81101
|
+
|
|
81102
|
+
* 新增成员:NetworkAclType, TagSet
|
|
81103
|
+
|
|
81104
|
+
|
|
80733
81105
|
### 第 117 次发布
|
|
80734
81106
|
|
|
80735
81107
|
发布时间:2022-06-24 06:20:35
|
|
@@ -83546,6 +83918,37 @@
|
|
|
83546
83918
|
|
|
83547
83919
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
83548
83920
|
|
|
83921
|
+
### 第 13 次发布
|
|
83922
|
+
|
|
83923
|
+
发布时间:2022-07-19 19:05:38
|
|
83924
|
+
|
|
83925
|
+
本次发布包含了以下内容:
|
|
83926
|
+
|
|
83927
|
+
改善已有的文档。
|
|
83928
|
+
|
|
83929
|
+
新增接口:
|
|
83930
|
+
|
|
83931
|
+
* [PostAttackDownloadTask](https://cloud.tencent.com/document/api/627/77524)
|
|
83932
|
+
|
|
83933
|
+
### 第 12 次发布
|
|
83934
|
+
|
|
83935
|
+
发布时间:2022-07-19 15:39:43
|
|
83936
|
+
|
|
83937
|
+
本次发布包含了以下内容:
|
|
83938
|
+
|
|
83939
|
+
改善已有的文档。
|
|
83940
|
+
|
|
83941
|
+
修改接口:
|
|
83942
|
+
|
|
83943
|
+
* [GetAttackDownloadRecords](https://cloud.tencent.com/document/api/627/77337)
|
|
83944
|
+
|
|
83945
|
+
* 新增出参:Records
|
|
83946
|
+
|
|
83947
|
+
|
|
83948
|
+
新增数据结构:
|
|
83949
|
+
|
|
83950
|
+
* [DownloadAttackRecordInfo](https://cloud.tencent.com/document/api/627/53609#DownloadAttackRecordInfo)
|
|
83951
|
+
|
|
83549
83952
|
### 第 11 次发布
|
|
83550
83953
|
|
|
83551
83954
|
发布时间:2022-07-18 06:19:58
|
|
@@ -83556,7 +83959,7 @@
|
|
|
83556
83959
|
|
|
83557
83960
|
新增接口:
|
|
83558
83961
|
|
|
83559
|
-
* [
|
|
83962
|
+
* [GetAttackDownloadRecords](https://cloud.tencent.com/document/api/627/77337)
|
|
83560
83963
|
|
|
83561
83964
|
### 第 10 次发布
|
|
83562
83965
|
|
|
@@ -84035,6 +84438,21 @@
|
|
|
84035
84438
|
|
|
84036
84439
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
84037
84440
|
|
|
84441
|
+
### 第 3 次发布
|
|
84442
|
+
|
|
84443
|
+
发布时间:2022-07-20 06:16:26
|
|
84444
|
+
|
|
84445
|
+
本次发布包含了以下内容:
|
|
84446
|
+
|
|
84447
|
+
改善已有的文档。
|
|
84448
|
+
|
|
84449
|
+
修改数据结构:
|
|
84450
|
+
|
|
84451
|
+
* [KTVMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#KTVMusicBaseInfo)
|
|
84452
|
+
|
|
84453
|
+
* 新增成员:RecommendType
|
|
84454
|
+
|
|
84455
|
+
|
|
84038
84456
|
### 第 2 次发布
|
|
84039
84457
|
|
|
84040
84458
|
发布时间:2022-07-13 06:20:29
|