tencentcloud-sdk-nodejs 4.0.564 → 4.0.565
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 +245 -0
- package/SERVICE_CHANGELOG.md +344 -87
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +124 -25
- package/src/services/ccc/v20200210/ccc_models.ts +12 -0
- package/src/services/cdn/v20180606/cdn_client.ts +8 -4
- package/src/services/cdn/v20180606/cdn_models.ts +6 -6
- package/src/services/cfs/v20190719/cfs_models.ts +41 -9
- package/src/services/ess/v20201111/ess_models.ts +14 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +17 -0
- package/src/services/monitor/v20180724/monitor_client.ts +8 -8
- package/src/services/monitor/v20180724/monitor_models.ts +12 -7
- package/src/services/mps/v20190612/mps_models.ts +15 -0
- package/src/services/ocr/v20181119/ocr_client.ts +13 -5
- package/src/services/teo/v20220901/teo_client.ts +16 -2
- package/src/services/teo/v20220901/teo_models.ts +214 -34
- package/src/services/trtc/v20190722/trtc_client.ts +15 -0
- package/src/services/trtc/v20190722/trtc_models.ts +15 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -0
- package/tencentcloud/services/as/v20180419/as_client.js +1 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +107 -25
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +6 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -6
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +34 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -8
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +8 -8
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +11 -7
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +12 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +12 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +12 -4
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +187 -34
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +8 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +9 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +13 -0
- package/test/teo.v20220901.test.js +10 -0
- package/test/trtc.v20190722.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,43 +1,50 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 61 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-03-
|
|
7
|
+
发布时间:2023-03-23 01:04:00
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateScalingPolicy](https://cloud.tencent.com/document/api/377/33180)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增入参:ScalingPolicyType, PredefinedMetricType, TargetValue, EstimatedInstanceWarmup, DisableScaleIn
|
|
18
18
|
|
|
19
|
-
*
|
|
19
|
+
* <font color="#dd0000">**修改入参**:</font>AdjustmentType, AdjustmentValue, MetricAlarm
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
* [ModifyScalingPolicy](https://cloud.tencent.com/document/api/377/33177)
|
|
22
|
+
|
|
23
|
+
* 新增入参:PredefinedMetricType, TargetValue, EstimatedInstanceWarmup, DisableScaleIn
|
|
22
24
|
|
|
23
|
-
* [AggregationCondition](https://cloud.tencent.com/document/api/236/15878#AggregationCondition)
|
|
24
|
-
* [AuditLogAggregationResult](https://cloud.tencent.com/document/api/236/15878#AuditLogAggregationResult)
|
|
25
|
-
* [Bucket](https://cloud.tencent.com/document/api/236/15878#Bucket)
|
|
26
25
|
|
|
27
26
|
修改数据结构:
|
|
28
27
|
|
|
29
|
-
* [
|
|
28
|
+
* [Instance](https://cloud.tencent.com/document/api/377/20453#Instance)
|
|
30
29
|
|
|
31
|
-
* 新增成员:
|
|
30
|
+
* 新增成员:WarmupStatus
|
|
31
|
+
|
|
32
|
+
* [MetricAlarm](https://cloud.tencent.com/document/api/377/20453#MetricAlarm)
|
|
32
33
|
|
|
34
|
+
* 新增成员:PreciseThreshold
|
|
33
35
|
|
|
36
|
+
* [ScalingPolicy](https://cloud.tencent.com/document/api/377/20453#ScalingPolicy)
|
|
34
37
|
|
|
38
|
+
* 新增成员:ScalingPolicyType, PredefinedMetricType, TargetValue, EstimatedInstanceWarmup, DisableScaleIn, MetricAlarms
|
|
35
39
|
|
|
36
|
-
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
37
40
|
|
|
38
|
-
### 第 73 次发布
|
|
39
41
|
|
|
40
|
-
|
|
42
|
+
|
|
43
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
44
|
+
|
|
45
|
+
### 第 44 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2023-03-23 01:14:04
|
|
41
48
|
|
|
42
49
|
本次发布包含了以下内容:
|
|
43
50
|
|
|
@@ -45,93 +52,115 @@
|
|
|
45
52
|
|
|
46
53
|
修改数据结构:
|
|
47
54
|
|
|
48
|
-
* [
|
|
55
|
+
* [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
|
|
49
56
|
|
|
50
|
-
* 新增成员:
|
|
57
|
+
* 新增成员:LastOnlineTimestamp, LastStatusTimestamp
|
|
51
58
|
|
|
52
59
|
|
|
53
60
|
|
|
54
61
|
|
|
55
|
-
##
|
|
62
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
56
63
|
|
|
57
|
-
### 第
|
|
64
|
+
### 第 16 次发布
|
|
58
65
|
|
|
59
|
-
发布时间:2023-03-
|
|
66
|
+
发布时间:2023-03-23 01:17:23
|
|
60
67
|
|
|
61
68
|
本次发布包含了以下内容:
|
|
62
69
|
|
|
63
70
|
改善已有的文档。
|
|
64
71
|
|
|
65
|
-
|
|
72
|
+
修改接口:
|
|
66
73
|
|
|
67
|
-
* [
|
|
74
|
+
* [CreateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80210)
|
|
68
75
|
|
|
69
|
-
|
|
76
|
+
* 新增入参:DayOfMonth, IntervalDays
|
|
70
77
|
|
|
71
|
-
*
|
|
78
|
+
* <font color="#dd0000">**修改入参**:</font>DayOfWeek
|
|
72
79
|
|
|
80
|
+
* [UpdateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80203)
|
|
73
81
|
|
|
82
|
+
* 新增入参:DayOfMonth, IntervalDays
|
|
74
83
|
|
|
75
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
76
84
|
|
|
85
|
+
修改数据结构:
|
|
77
86
|
|
|
87
|
+
* [AutoSnapshotPolicyInfo](https://cloud.tencent.com/document/api/582/38175#AutoSnapshotPolicyInfo)
|
|
78
88
|
|
|
79
|
-
|
|
89
|
+
* 新增成员:DayOfMonth, IntervalDays
|
|
80
90
|
|
|
81
91
|
|
|
82
92
|
|
|
83
|
-
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
84
93
|
|
|
85
|
-
|
|
94
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
86
95
|
|
|
87
|
-
|
|
96
|
+
### 第 51 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2023-03-23 01:38:57
|
|
88
99
|
|
|
89
100
|
本次发布包含了以下内容:
|
|
90
101
|
|
|
91
102
|
改善已有的文档。
|
|
92
103
|
|
|
93
|
-
|
|
104
|
+
修改数据结构:
|
|
94
105
|
|
|
95
|
-
* [
|
|
106
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
96
107
|
|
|
108
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
97
109
|
|
|
98
110
|
|
|
99
|
-
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
100
111
|
|
|
101
|
-
### 第 1 次发布
|
|
102
112
|
|
|
103
|
-
|
|
113
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
114
|
+
|
|
115
|
+
### 第 70 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2023-03-23 01:39:22
|
|
104
118
|
|
|
105
119
|
本次发布包含了以下内容:
|
|
106
120
|
|
|
107
121
|
改善已有的文档。
|
|
108
122
|
|
|
109
|
-
|
|
123
|
+
修改数据结构:
|
|
110
124
|
|
|
111
|
-
* [
|
|
112
|
-
* [DescribeRuns](https://cloud.tencent.com/document/api/1643/89098)
|
|
113
|
-
* [GetRunCalls](https://cloud.tencent.com/document/api/1643/89097)
|
|
114
|
-
* [GetRunStatus](https://cloud.tencent.com/document/api/1643/89096)
|
|
115
|
-
* [ImportTableFile](https://cloud.tencent.com/document/api/1643/89095)
|
|
116
|
-
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
125
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
117
126
|
|
|
118
|
-
|
|
127
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
119
128
|
|
|
120
|
-
* [
|
|
121
|
-
* [Filter](https://cloud.tencent.com/document/api/1643/89100#Filter)
|
|
122
|
-
* [Run](https://cloud.tencent.com/document/api/1643/89100#Run)
|
|
123
|
-
* [RunGroup](https://cloud.tencent.com/document/api/1643/89100#RunGroup)
|
|
124
|
-
* [RunMetadata](https://cloud.tencent.com/document/api/1643/89100#RunMetadata)
|
|
125
|
-
* [RunOption](https://cloud.tencent.com/document/api/1643/89100#RunOption)
|
|
126
|
-
* [RunStatusCount](https://cloud.tencent.com/document/api/1643/89100#RunStatusCount)
|
|
129
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1420/61525#FlowDetailInfo)
|
|
127
130
|
|
|
131
|
+
* 新增成员:CcInfos
|
|
128
132
|
|
|
129
133
|
|
|
130
|
-
## SSL 证书(ssl) 版本:2019-12-05
|
|
131
134
|
|
|
132
|
-
### 第 28 次发布
|
|
133
135
|
|
|
134
|
-
|
|
136
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
141
|
+
|
|
142
|
+
### 第 81 次发布
|
|
143
|
+
|
|
144
|
+
发布时间:2023-03-23 01:53:03
|
|
145
|
+
|
|
146
|
+
本次发布包含了以下内容:
|
|
147
|
+
|
|
148
|
+
改善已有的文档。
|
|
149
|
+
|
|
150
|
+
修改接口:
|
|
151
|
+
|
|
152
|
+
* [ModifyAlarmPolicyNotice](https://cloud.tencent.com/document/api/248/51274)
|
|
153
|
+
|
|
154
|
+
* 新增入参:HierarchicalNotices
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
160
|
+
|
|
161
|
+
### 第 55 次发布
|
|
162
|
+
|
|
163
|
+
发布时间:2023-03-23 01:54:54
|
|
135
164
|
|
|
136
165
|
本次发布包含了以下内容:
|
|
137
166
|
|
|
@@ -139,47 +168,80 @@
|
|
|
139
168
|
|
|
140
169
|
修改数据结构:
|
|
141
170
|
|
|
142
|
-
* [
|
|
171
|
+
* [CreateOutputInfo](https://cloud.tencent.com/document/api/862/37615#CreateOutputInfo)
|
|
143
172
|
|
|
144
|
-
* 新增成员:
|
|
173
|
+
* 新增成员:MaxConcurrent
|
|
145
174
|
|
|
175
|
+
* [DescribeOutput](https://cloud.tencent.com/document/api/862/37615#DescribeOutput)
|
|
146
176
|
|
|
177
|
+
* 新增成员:MaxConcurrent
|
|
147
178
|
|
|
179
|
+
* [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo)
|
|
148
180
|
|
|
149
|
-
|
|
181
|
+
* 新增成员:MaxConcurrent
|
|
150
182
|
|
|
151
|
-
### 第 94 次发布
|
|
152
183
|
|
|
153
|
-
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
187
|
+
|
|
188
|
+
### 第 90 次发布
|
|
189
|
+
|
|
190
|
+
发布时间:2023-03-23 01:57:00
|
|
154
191
|
|
|
155
192
|
本次发布包含了以下内容:
|
|
156
193
|
|
|
157
194
|
改善已有的文档。
|
|
158
195
|
|
|
159
|
-
|
|
196
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
160
197
|
|
|
161
|
-
*
|
|
198
|
+
* QueryBarCode
|
|
199
|
+
* VerifyBasicBizLicense
|
|
200
|
+
* VerifyBizLicense
|
|
201
|
+
* VerifyEnterpriseFourFactors
|
|
162
202
|
|
|
163
203
|
|
|
164
204
|
|
|
165
|
-
##
|
|
205
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
166
206
|
|
|
167
|
-
### 第
|
|
207
|
+
### 第 37 次发布
|
|
168
208
|
|
|
169
|
-
发布时间:2023-03-
|
|
209
|
+
发布时间:2023-03-23 02:39:19
|
|
170
210
|
|
|
171
211
|
本次发布包含了以下内容:
|
|
172
212
|
|
|
173
213
|
改善已有的文档。
|
|
174
214
|
|
|
175
|
-
|
|
215
|
+
新增接口:
|
|
176
216
|
|
|
177
|
-
* [
|
|
217
|
+
* [DescribeDDoSAttackEvent](https://cloud.tencent.com/document/api/1552/80659)
|
|
178
218
|
|
|
179
|
-
|
|
219
|
+
新增数据结构:
|
|
220
|
+
|
|
221
|
+
* [DDoSAttackEvent](https://cloud.tencent.com/document/api/1552/80721#DDoSAttackEvent)
|
|
222
|
+
* [DDoSBlockData](https://cloud.tencent.com/document/api/1552/80721#DDoSBlockData)
|
|
180
223
|
|
|
181
224
|
|
|
182
225
|
|
|
226
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
231
|
+
|
|
232
|
+
### 第 51 次发布
|
|
233
|
+
|
|
234
|
+
发布时间:2023-03-23 02:55:58
|
|
235
|
+
|
|
236
|
+
本次发布包含了以下内容:
|
|
237
|
+
|
|
238
|
+
改善已有的文档。
|
|
239
|
+
|
|
240
|
+
新增接口:
|
|
241
|
+
|
|
242
|
+
* [DescribeTrtcRoomUsage](https://cloud.tencent.com/document/api/647/89181)
|
|
243
|
+
|
|
244
|
+
|
|
183
245
|
|
|
184
246
|
# 历次版本更新如下:
|
|
185
247
|
|
|
@@ -4182,6 +4244,42 @@
|
|
|
4182
4244
|
|
|
4183
4245
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
4184
4246
|
|
|
4247
|
+
### 第 61 次发布
|
|
4248
|
+
|
|
4249
|
+
发布时间:2023-03-23 01:04:00
|
|
4250
|
+
|
|
4251
|
+
本次发布包含了以下内容:
|
|
4252
|
+
|
|
4253
|
+
改善已有的文档。
|
|
4254
|
+
|
|
4255
|
+
修改接口:
|
|
4256
|
+
|
|
4257
|
+
* [CreateScalingPolicy](https://cloud.tencent.com/document/api/377/33180)
|
|
4258
|
+
|
|
4259
|
+
* 新增入参:ScalingPolicyType, PredefinedMetricType, TargetValue, EstimatedInstanceWarmup, DisableScaleIn
|
|
4260
|
+
|
|
4261
|
+
* <font color="#dd0000">**修改入参**:</font>AdjustmentType, AdjustmentValue, MetricAlarm
|
|
4262
|
+
|
|
4263
|
+
* [ModifyScalingPolicy](https://cloud.tencent.com/document/api/377/33177)
|
|
4264
|
+
|
|
4265
|
+
* 新增入参:PredefinedMetricType, TargetValue, EstimatedInstanceWarmup, DisableScaleIn
|
|
4266
|
+
|
|
4267
|
+
|
|
4268
|
+
修改数据结构:
|
|
4269
|
+
|
|
4270
|
+
* [Instance](https://cloud.tencent.com/document/api/377/20453#Instance)
|
|
4271
|
+
|
|
4272
|
+
* 新增成员:WarmupStatus
|
|
4273
|
+
|
|
4274
|
+
* [MetricAlarm](https://cloud.tencent.com/document/api/377/20453#MetricAlarm)
|
|
4275
|
+
|
|
4276
|
+
* 新增成员:PreciseThreshold
|
|
4277
|
+
|
|
4278
|
+
* [ScalingPolicy](https://cloud.tencent.com/document/api/377/20453#ScalingPolicy)
|
|
4279
|
+
|
|
4280
|
+
* 新增成员:ScalingPolicyType, PredefinedMetricType, TargetValue, EstimatedInstanceWarmup, DisableScaleIn, MetricAlarms
|
|
4281
|
+
|
|
4282
|
+
|
|
4185
4283
|
### 第 60 次发布
|
|
4186
4284
|
|
|
4187
4285
|
发布时间:2022-11-18 06:08:39
|
|
@@ -12317,6 +12415,21 @@
|
|
|
12317
12415
|
|
|
12318
12416
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
12319
12417
|
|
|
12418
|
+
### 第 44 次发布
|
|
12419
|
+
|
|
12420
|
+
发布时间:2023-03-23 01:14:04
|
|
12421
|
+
|
|
12422
|
+
本次发布包含了以下内容:
|
|
12423
|
+
|
|
12424
|
+
改善已有的文档。
|
|
12425
|
+
|
|
12426
|
+
修改数据结构:
|
|
12427
|
+
|
|
12428
|
+
* [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
|
|
12429
|
+
|
|
12430
|
+
* 新增成员:LastOnlineTimestamp, LastStatusTimestamp
|
|
12431
|
+
|
|
12432
|
+
|
|
12320
12433
|
### 第 43 次发布
|
|
12321
12434
|
|
|
12322
12435
|
发布时间:2023-03-08 01:06:07
|
|
@@ -13105,7 +13218,7 @@
|
|
|
13105
13218
|
|
|
13106
13219
|
新增接口:
|
|
13107
13220
|
|
|
13108
|
-
* [
|
|
13221
|
+
* [AnalyzeAuditLogs](https://cloud.tencent.com/document/api/236/89112)
|
|
13109
13222
|
|
|
13110
13223
|
<font color="#dd0000">**预下线接口**:</font>
|
|
13111
13224
|
|
|
@@ -13113,9 +13226,9 @@
|
|
|
13113
13226
|
|
|
13114
13227
|
新增数据结构:
|
|
13115
13228
|
|
|
13116
|
-
* [
|
|
13117
|
-
* [
|
|
13118
|
-
* [
|
|
13229
|
+
* [AggregationCondition](https://cloud.tencent.com/document/api/236/15878#AggregationCondition)
|
|
13230
|
+
* [AuditLogAggregationResult](https://cloud.tencent.com/document/api/236/15878#AuditLogAggregationResult)
|
|
13231
|
+
* [Bucket](https://cloud.tencent.com/document/api/236/15878#Bucket)
|
|
13119
13232
|
|
|
13120
13233
|
修改数据结构:
|
|
13121
13234
|
|
|
@@ -18558,6 +18671,34 @@
|
|
|
18558
18671
|
|
|
18559
18672
|
## 文件存储(cfs) 版本:2019-07-19
|
|
18560
18673
|
|
|
18674
|
+
### 第 16 次发布
|
|
18675
|
+
|
|
18676
|
+
发布时间:2023-03-23 01:17:23
|
|
18677
|
+
|
|
18678
|
+
本次发布包含了以下内容:
|
|
18679
|
+
|
|
18680
|
+
改善已有的文档。
|
|
18681
|
+
|
|
18682
|
+
修改接口:
|
|
18683
|
+
|
|
18684
|
+
* [CreateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80210)
|
|
18685
|
+
|
|
18686
|
+
* 新增入参:DayOfMonth, IntervalDays
|
|
18687
|
+
|
|
18688
|
+
* <font color="#dd0000">**修改入参**:</font>DayOfWeek
|
|
18689
|
+
|
|
18690
|
+
* [UpdateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80203)
|
|
18691
|
+
|
|
18692
|
+
* 新增入参:DayOfMonth, IntervalDays
|
|
18693
|
+
|
|
18694
|
+
|
|
18695
|
+
修改数据结构:
|
|
18696
|
+
|
|
18697
|
+
* [AutoSnapshotPolicyInfo](https://cloud.tencent.com/document/api/582/38175#AutoSnapshotPolicyInfo)
|
|
18698
|
+
|
|
18699
|
+
* 新增成员:DayOfMonth, IntervalDays
|
|
18700
|
+
|
|
18701
|
+
|
|
18561
18702
|
### 第 15 次发布
|
|
18562
18703
|
|
|
18563
18704
|
发布时间:2023-03-20 01:11:04
|
|
@@ -44740,6 +44881,21 @@
|
|
|
44740
44881
|
|
|
44741
44882
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
44742
44883
|
|
|
44884
|
+
### 第 51 次发布
|
|
44885
|
+
|
|
44886
|
+
发布时间:2023-03-23 01:38:57
|
|
44887
|
+
|
|
44888
|
+
本次发布包含了以下内容:
|
|
44889
|
+
|
|
44890
|
+
改善已有的文档。
|
|
44891
|
+
|
|
44892
|
+
修改数据结构:
|
|
44893
|
+
|
|
44894
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
44895
|
+
|
|
44896
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
44897
|
+
|
|
44898
|
+
|
|
44743
44899
|
### 第 50 次发布
|
|
44744
44900
|
|
|
44745
44901
|
发布时间:2023-03-10 01:32:25
|
|
@@ -45722,6 +45878,25 @@
|
|
|
45722
45878
|
|
|
45723
45879
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
45724
45880
|
|
|
45881
|
+
### 第 70 次发布
|
|
45882
|
+
|
|
45883
|
+
发布时间:2023-03-23 01:39:22
|
|
45884
|
+
|
|
45885
|
+
本次发布包含了以下内容:
|
|
45886
|
+
|
|
45887
|
+
改善已有的文档。
|
|
45888
|
+
|
|
45889
|
+
修改数据结构:
|
|
45890
|
+
|
|
45891
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
45892
|
+
|
|
45893
|
+
* 新增成员:ApproverVerifyTypes, ApproverSignTypes
|
|
45894
|
+
|
|
45895
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1420/61525#FlowDetailInfo)
|
|
45896
|
+
|
|
45897
|
+
* 新增成员:CcInfos
|
|
45898
|
+
|
|
45899
|
+
|
|
45725
45900
|
### 第 69 次发布
|
|
45726
45901
|
|
|
45727
45902
|
发布时间:2023-03-10 01:32:46
|
|
@@ -55980,11 +56155,11 @@
|
|
|
55980
56155
|
|
|
55981
56156
|
新增接口:
|
|
55982
56157
|
|
|
55983
|
-
* [
|
|
56158
|
+
* [CallTRTCDevice](https://cloud.tencent.com/document/api/1131/89113)
|
|
55984
56159
|
|
|
55985
56160
|
新增数据结构:
|
|
55986
56161
|
|
|
55987
|
-
* [
|
|
56162
|
+
* [TRTCParams](https://cloud.tencent.com/document/api/1131/76635#TRTCParams)
|
|
55988
56163
|
|
|
55989
56164
|
### 第 12 次发布
|
|
55990
56165
|
|
|
@@ -57640,7 +57815,7 @@
|
|
|
57640
57815
|
|
|
57641
57816
|
新增接口:
|
|
57642
57817
|
|
|
57643
|
-
* [
|
|
57818
|
+
* [DescribeDeveloper](https://cloud.tencent.com/document/api/1639/89115)
|
|
57644
57819
|
|
|
57645
57820
|
### 第 17 次发布
|
|
57646
57821
|
|
|
@@ -63149,6 +63324,21 @@
|
|
|
63149
63324
|
|
|
63150
63325
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
63151
63326
|
|
|
63327
|
+
### 第 81 次发布
|
|
63328
|
+
|
|
63329
|
+
发布时间:2023-03-23 01:53:03
|
|
63330
|
+
|
|
63331
|
+
本次发布包含了以下内容:
|
|
63332
|
+
|
|
63333
|
+
改善已有的文档。
|
|
63334
|
+
|
|
63335
|
+
修改接口:
|
|
63336
|
+
|
|
63337
|
+
* [ModifyAlarmPolicyNotice](https://cloud.tencent.com/document/api/248/51274)
|
|
63338
|
+
|
|
63339
|
+
* 新增入参:HierarchicalNotices
|
|
63340
|
+
|
|
63341
|
+
|
|
63152
63342
|
### 第 80 次发布
|
|
63153
63343
|
|
|
63154
63344
|
发布时间:2023-03-20 01:42:06
|
|
@@ -64914,6 +65104,29 @@
|
|
|
64914
65104
|
|
|
64915
65105
|
## 媒体处理(mps) 版本:2019-06-12
|
|
64916
65106
|
|
|
65107
|
+
### 第 55 次发布
|
|
65108
|
+
|
|
65109
|
+
发布时间:2023-03-23 01:54:54
|
|
65110
|
+
|
|
65111
|
+
本次发布包含了以下内容:
|
|
65112
|
+
|
|
65113
|
+
改善已有的文档。
|
|
65114
|
+
|
|
65115
|
+
修改数据结构:
|
|
65116
|
+
|
|
65117
|
+
* [CreateOutputInfo](https://cloud.tencent.com/document/api/862/37615#CreateOutputInfo)
|
|
65118
|
+
|
|
65119
|
+
* 新增成员:MaxConcurrent
|
|
65120
|
+
|
|
65121
|
+
* [DescribeOutput](https://cloud.tencent.com/document/api/862/37615#DescribeOutput)
|
|
65122
|
+
|
|
65123
|
+
* 新增成员:MaxConcurrent
|
|
65124
|
+
|
|
65125
|
+
* [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo)
|
|
65126
|
+
|
|
65127
|
+
* 新增成员:MaxConcurrent
|
|
65128
|
+
|
|
65129
|
+
|
|
64917
65130
|
### 第 54 次发布
|
|
64918
65131
|
|
|
64919
65132
|
发布时间:2023-03-20 01:43:46
|
|
@@ -68556,6 +68769,21 @@
|
|
|
68556
68769
|
|
|
68557
68770
|
## 文字识别(ocr) 版本:2018-11-19
|
|
68558
68771
|
|
|
68772
|
+
### 第 90 次发布
|
|
68773
|
+
|
|
68774
|
+
发布时间:2023-03-23 01:57:00
|
|
68775
|
+
|
|
68776
|
+
本次发布包含了以下内容:
|
|
68777
|
+
|
|
68778
|
+
改善已有的文档。
|
|
68779
|
+
|
|
68780
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
68781
|
+
|
|
68782
|
+
* QueryBarCode
|
|
68783
|
+
* VerifyBasicBizLicense
|
|
68784
|
+
* VerifyBizLicense
|
|
68785
|
+
* VerifyEnterpriseFourFactors
|
|
68786
|
+
|
|
68559
68787
|
### 第 89 次发布
|
|
68560
68788
|
|
|
68561
68789
|
发布时间:2023-03-15 01:57:48
|
|
@@ -70318,22 +70546,22 @@
|
|
|
70318
70546
|
|
|
70319
70547
|
新增接口:
|
|
70320
70548
|
|
|
70321
|
-
* [
|
|
70322
|
-
* [
|
|
70323
|
-
* [
|
|
70324
|
-
* [
|
|
70325
|
-
* [
|
|
70326
|
-
* [
|
|
70549
|
+
* [DescribeRunGroups](https://cloud.tencent.com/document/api/1643/89099)
|
|
70550
|
+
* [DescribeRuns](https://cloud.tencent.com/document/api/1643/89098)
|
|
70551
|
+
* [GetRunCalls](https://cloud.tencent.com/document/api/1643/89097)
|
|
70552
|
+
* [GetRunStatus](https://cloud.tencent.com/document/api/1643/89096)
|
|
70553
|
+
* [ImportTableFile](https://cloud.tencent.com/document/api/1643/89095)
|
|
70554
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
70327
70555
|
|
|
70328
70556
|
新增数据结构:
|
|
70329
70557
|
|
|
70330
|
-
* [
|
|
70331
|
-
* [
|
|
70332
|
-
* [
|
|
70333
|
-
* [
|
|
70334
|
-
* [
|
|
70335
|
-
* [
|
|
70336
|
-
* [
|
|
70558
|
+
* [ExecutionTime](https://cloud.tencent.com/document/api/1643/89100#ExecutionTime)
|
|
70559
|
+
* [Filter](https://cloud.tencent.com/document/api/1643/89100#Filter)
|
|
70560
|
+
* [Run](https://cloud.tencent.com/document/api/1643/89100#Run)
|
|
70561
|
+
* [RunGroup](https://cloud.tencent.com/document/api/1643/89100#RunGroup)
|
|
70562
|
+
* [RunMetadata](https://cloud.tencent.com/document/api/1643/89100#RunMetadata)
|
|
70563
|
+
* [RunOption](https://cloud.tencent.com/document/api/1643/89100#RunOption)
|
|
70564
|
+
* [RunStatusCount](https://cloud.tencent.com/document/api/1643/89100#RunStatusCount)
|
|
70337
70565
|
|
|
70338
70566
|
|
|
70339
70567
|
|
|
@@ -80792,7 +81020,7 @@
|
|
|
80792
81020
|
|
|
80793
81021
|
新增接口:
|
|
80794
81022
|
|
|
80795
|
-
* [
|
|
81023
|
+
* [DescribeGatewayCurveData](https://cloud.tencent.com/document/api/876/89118)
|
|
80796
81024
|
|
|
80797
81025
|
### 第 93 次发布
|
|
80798
81026
|
|
|
@@ -89257,6 +89485,23 @@
|
|
|
89257
89485
|
|
|
89258
89486
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
89259
89487
|
|
|
89488
|
+
### 第 37 次发布
|
|
89489
|
+
|
|
89490
|
+
发布时间:2023-03-23 02:39:19
|
|
89491
|
+
|
|
89492
|
+
本次发布包含了以下内容:
|
|
89493
|
+
|
|
89494
|
+
改善已有的文档。
|
|
89495
|
+
|
|
89496
|
+
新增接口:
|
|
89497
|
+
|
|
89498
|
+
* [[DescribeDDoSAttackEvent](https://cloud.tencent.com/document/api/1552/80659)](https://cloud.tencent.com/document/api/#/#)
|
|
89499
|
+
|
|
89500
|
+
新增数据结构:
|
|
89501
|
+
|
|
89502
|
+
* [[DDoSAttackEvent](https://cloud.tencent.com/document/api/1552/80721#DDoSAttackEvent)](https://cloud.tencent.com/document/api/1552/80721#[DDoSAttackEvent](https://cloud.tencent.com/document/api/1552/80721#DDoSAttackEvent))
|
|
89503
|
+
* [[DDoSBlockData](https://cloud.tencent.com/document/api/1552/80721#DDoSBlockData)](https://cloud.tencent.com/document/api/1552/80721#[DDoSBlockData](https://cloud.tencent.com/document/api/1552/80721#DDoSBlockData))
|
|
89504
|
+
|
|
89260
89505
|
### 第 36 次发布
|
|
89261
89506
|
|
|
89262
89507
|
发布时间:2023-03-20 02:00:54
|
|
@@ -96972,6 +97217,18 @@
|
|
|
96972
97217
|
|
|
96973
97218
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
96974
97219
|
|
|
97220
|
+
### 第 51 次发布
|
|
97221
|
+
|
|
97222
|
+
发布时间:2023-03-23 02:55:58
|
|
97223
|
+
|
|
97224
|
+
本次发布包含了以下内容:
|
|
97225
|
+
|
|
97226
|
+
改善已有的文档。
|
|
97227
|
+
|
|
97228
|
+
新增接口:
|
|
97229
|
+
|
|
97230
|
+
* [[DescribeTrtcRoomUsage](https://cloud.tencent.com/document/api/647/89181)](https://cloud.tencent.com/document/api/#/#)
|
|
97231
|
+
|
|
96975
97232
|
### 第 50 次发布
|
|
96976
97233
|
|
|
96977
97234
|
发布时间:2023-03-15 02:17:31
|