tencentcloud-sdk-nodejs 4.0.432 → 4.0.435
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 +506 -0
- package/SERVICE_CHANGELOG.md +493 -52
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +3 -1
- package/src/services/as/v20180419/as_models.ts +18 -8
- package/src/services/asr/v20190614/asr_models.ts +13 -10
- package/src/services/clb/v20180317/clb_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
- package/src/services/es/v20180416/es_models.ts +11 -0
- package/src/services/ess/v20201111/ess_client.ts +43 -11
- package/src/services/ess/v20201111/ess_models.ts +289 -57
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +5 -0
- package/src/services/gaap/v20180529/gaap_models.ts +9 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/tiia/v20190529/tiia_models.ts +5 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/trp/v20210515/trp_client.ts +1 -0
- package/src/services/trp/v20210515/trp_models.ts +62 -1
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/vm/index.ts +2 -0
- package/src/services/vm/v20210922/index.ts +6 -0
- package/src/services/vm/v20210922/vm_client.ts +100 -0
- package/src/services/vm/v20210922/vm_models.ts +1023 -0
- package/src/services/vod/v20180717/vod_client.ts +3 -0
- package/src/services/vod/v20180717/vod_models.ts +201 -2
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +2 -1
- package/src/services/waf/v20180125/waf_models.ts +133 -91
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +3 -1
- package/tencentcloud/services/as/v20180419/as_client.js +3 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +16 -8
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +12 -10
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +19 -6
- package/tencentcloud/services/ess/v20201111/ess_client.js +23 -6
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +244 -49
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +8 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +5 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +51 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/vm/index.d.ts +4 -0
- package/tencentcloud/services/vm/index.js +2 -0
- package/tencentcloud/services/vm/v20210922/index.d.ts +6 -0
- package/tencentcloud/services/vm/v20210922/index.js +9 -0
- package/tencentcloud/services/vm/v20210922/vm_client.d.ts +28 -0
- package/tencentcloud/services/vm/v20210922/vm_client.js +57 -0
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +866 -0
- package/tencentcloud/services/vm/v20210922/vm_models.js +18 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +175 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +110 -75
- package/test/ess.v20201111.test.js +22 -2
- package/test/vm.v20210922.test.js +61 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,75 +1,131 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 57 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-
|
|
7
|
+
发布时间:2022-09-02 06:09:13
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
*
|
|
18
|
-
|
|
15
|
+
* [ModifyLifecycleHook](https://cloud.tencent.com/document/api/377/73060)
|
|
16
|
+
|
|
17
|
+
* 新增入参:LifecycleCommand
|
|
18
|
+
|
|
19
|
+
* [UpgradeLifecycleHook](https://cloud.tencent.com/document/api/377/34451)
|
|
20
|
+
|
|
21
|
+
* 新增入参:LifecycleCommand
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
27
|
+
|
|
28
|
+
### 第 20 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-09-02 06:09:54
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
19
35
|
|
|
20
36
|
修改接口:
|
|
21
37
|
|
|
22
|
-
* [
|
|
38
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
39
|
+
|
|
40
|
+
* 新增入参:CustomizationId
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
46
|
+
|
|
47
|
+
### 第 34 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2022-09-02 06:30:38
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
58
|
+
|
|
59
|
+
* 新增入参:EnableHybridStorage
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
修改数据结构:
|
|
63
|
+
|
|
64
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
65
|
+
|
|
66
|
+
* 新增成员:EnableHybridStorage
|
|
23
67
|
|
|
24
|
-
* 新增入参:Name
|
|
25
68
|
|
|
26
|
-
* [RefundOpenBankOrder](https://cloud.tencent.com/document/api/1122/76089)
|
|
27
69
|
|
|
28
|
-
* 新增入参:ProfitShareInfoList
|
|
29
70
|
|
|
71
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
72
|
+
|
|
73
|
+
### 第 16 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2022-09-02 06:31:01
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
新增接口:
|
|
82
|
+
|
|
83
|
+
* [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
|
|
84
|
+
* [DescribeFlowInfo](https://cloud.tencent.com/document/api/1323/80032)
|
|
30
85
|
|
|
31
86
|
新增数据结构:
|
|
32
87
|
|
|
33
|
-
* [
|
|
34
|
-
* [
|
|
35
|
-
* [
|
|
36
|
-
* [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
|
|
37
|
-
* [QueryOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantSignOnlineResult)
|
|
88
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
|
|
89
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail)
|
|
90
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
|
|
38
91
|
|
|
39
92
|
修改数据结构:
|
|
40
93
|
|
|
41
|
-
* [
|
|
94
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
42
95
|
|
|
43
|
-
* 新增成员:
|
|
96
|
+
* 新增成员:UserId, ApproverSource, CustomApproverTag
|
|
44
97
|
|
|
45
|
-
* [
|
|
98
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
46
99
|
|
|
47
|
-
* 新增成员:
|
|
100
|
+
* 新增成员:ApproverSource, CustomApproverTag
|
|
48
101
|
|
|
49
102
|
|
|
50
103
|
|
|
51
104
|
|
|
52
|
-
##
|
|
105
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
53
106
|
|
|
54
|
-
### 第
|
|
107
|
+
### 第 46 次发布
|
|
55
108
|
|
|
56
|
-
发布时间:2022-
|
|
109
|
+
发布时间:2022-09-02 06:31:36
|
|
57
110
|
|
|
58
111
|
本次发布包含了以下内容:
|
|
59
112
|
|
|
60
113
|
改善已有的文档。
|
|
61
114
|
|
|
62
|
-
|
|
115
|
+
修改数据结构:
|
|
116
|
+
|
|
117
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
118
|
+
|
|
119
|
+
* 新增成员:IntentionRecognition
|
|
63
120
|
|
|
64
|
-
* CreateDedicatedClusterDCDBInstance
|
|
65
121
|
|
|
66
122
|
|
|
67
123
|
|
|
68
124
|
## 云监控(monitor) 版本:2018-07-24
|
|
69
125
|
|
|
70
|
-
### 第
|
|
126
|
+
### 第 57 次发布
|
|
71
127
|
|
|
72
|
-
发布时间:2022-
|
|
128
|
+
发布时间:2022-09-02 06:42:08
|
|
73
129
|
|
|
74
130
|
本次发布包含了以下内容:
|
|
75
131
|
|
|
@@ -77,41 +133,86 @@
|
|
|
77
133
|
|
|
78
134
|
修改数据结构:
|
|
79
135
|
|
|
80
|
-
* [
|
|
136
|
+
* [PrometheusInstancesItem](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesItem)
|
|
81
137
|
|
|
82
|
-
* 新增成员:
|
|
138
|
+
* 新增成员:AlertRuleLimit, RecordingRuleLimit
|
|
83
139
|
|
|
84
140
|
|
|
85
141
|
|
|
86
142
|
|
|
87
|
-
##
|
|
143
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
88
144
|
|
|
89
|
-
### 第
|
|
145
|
+
### 第 4 次发布
|
|
90
146
|
|
|
91
|
-
发布时间:2022-
|
|
147
|
+
发布时间:2022-09-02 07:00:24
|
|
92
148
|
|
|
93
149
|
本次发布包含了以下内容:
|
|
94
150
|
|
|
95
151
|
改善已有的文档。
|
|
96
152
|
|
|
97
|
-
|
|
153
|
+
修改接口:
|
|
98
154
|
|
|
99
|
-
* [
|
|
155
|
+
* [CreateCodeBatch](https://cloud.tencent.com/document/api/1458/75029)
|
|
100
156
|
|
|
101
|
-
*
|
|
157
|
+
* 新增入参:CloneId
|
|
102
158
|
|
|
103
|
-
* [CarTagItem](https://cloud.tencent.com/document/api/865/35474#CarTagItem)
|
|
104
159
|
|
|
105
|
-
* 新增成员:Orientation, OrientationConfidence
|
|
106
160
|
|
|
107
161
|
|
|
162
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
108
163
|
|
|
164
|
+
### 第 1 次发布
|
|
109
165
|
|
|
110
|
-
|
|
166
|
+
发布时间:2022-09-01 20:31:39
|
|
167
|
+
|
|
168
|
+
本次发布包含了以下内容:
|
|
169
|
+
|
|
170
|
+
改善已有的文档。
|
|
171
|
+
|
|
172
|
+
新增接口:
|
|
173
|
+
|
|
174
|
+
* [CancelTask](https://cloud.tencent.com/document/api/1265/80018)
|
|
175
|
+
* [CreateVideoModerationTask](https://cloud.tencent.com/document/api/1265/80017)
|
|
176
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/80016)
|
|
177
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1265/80015)
|
|
178
|
+
|
|
179
|
+
新增数据结构:
|
|
180
|
+
|
|
181
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1265/80019#AudioResult)
|
|
182
|
+
* [AudioResultDetailLanguageResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailLanguageResult)
|
|
183
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailMoanResult)
|
|
184
|
+
* [AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailTextResult)
|
|
185
|
+
* [AudioSegments](https://cloud.tencent.com/document/api/1265/80019#AudioSegments)
|
|
186
|
+
* [BucketInfo](https://cloud.tencent.com/document/api/1265/80019#BucketInfo)
|
|
187
|
+
* [ImageResult](https://cloud.tencent.com/document/api/1265/80019#ImageResult)
|
|
188
|
+
* [ImageResultResult](https://cloud.tencent.com/document/api/1265/80019#ImageResultResult)
|
|
189
|
+
* [ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetail)
|
|
190
|
+
* [ImageResultsResultDetailLocation](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetailLocation)
|
|
191
|
+
* [ImageSegments](https://cloud.tencent.com/document/api/1265/80019#ImageSegments)
|
|
192
|
+
* [InputInfo](https://cloud.tencent.com/document/api/1265/80019#InputInfo)
|
|
193
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1265/80019#MediaInfo)
|
|
194
|
+
* [StorageInfo](https://cloud.tencent.com/document/api/1265/80019#StorageInfo)
|
|
195
|
+
* [TaskData](https://cloud.tencent.com/document/api/1265/80019#TaskData)
|
|
196
|
+
* [TaskFilter](https://cloud.tencent.com/document/api/1265/80019#TaskFilter)
|
|
197
|
+
* [TaskInput](https://cloud.tencent.com/document/api/1265/80019#TaskInput)
|
|
198
|
+
* [TaskLabel](https://cloud.tencent.com/document/api/1265/80019#TaskLabel)
|
|
199
|
+
* [TaskResult](https://cloud.tencent.com/document/api/1265/80019#TaskResult)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
111
208
|
|
|
112
|
-
### 第 8 次发布
|
|
113
209
|
|
|
114
|
-
|
|
210
|
+
|
|
211
|
+
## 云点播(vod) 版本:2018-07-17
|
|
212
|
+
|
|
213
|
+
### 第 118 次发布
|
|
214
|
+
|
|
215
|
+
发布时间:2022-09-02 07:03:01
|
|
115
216
|
|
|
116
217
|
本次发布包含了以下内容:
|
|
117
218
|
|
|
@@ -119,9 +220,36 @@
|
|
|
119
220
|
|
|
120
221
|
修改数据结构:
|
|
121
222
|
|
|
122
|
-
* [
|
|
223
|
+
* [ProductInstance](https://cloud.tencent.com/document/api/266/31773#ProductInstance)
|
|
123
224
|
|
|
124
|
-
* 新增成员:
|
|
225
|
+
* 新增成员:RenewStatus
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
231
|
+
|
|
232
|
+
### 第 16 次发布
|
|
233
|
+
|
|
234
|
+
发布时间:2022-09-02 07:06:31
|
|
235
|
+
|
|
236
|
+
本次发布包含了以下内容:
|
|
237
|
+
|
|
238
|
+
改善已有的文档。
|
|
239
|
+
|
|
240
|
+
新增数据结构:
|
|
241
|
+
|
|
242
|
+
* [BotQPS](https://cloud.tencent.com/document/api/627/53609#BotQPS)
|
|
243
|
+
|
|
244
|
+
修改数据结构:
|
|
245
|
+
|
|
246
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
247
|
+
|
|
248
|
+
* 新增成员:Type
|
|
249
|
+
|
|
250
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
251
|
+
|
|
252
|
+
* 新增成员:BotQPS
|
|
125
253
|
|
|
126
254
|
|
|
127
255
|
|
|
@@ -3633,6 +3761,40 @@
|
|
|
3633
3761
|
|
|
3634
3762
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
3635
3763
|
|
|
3764
|
+
### 第 57 次发布
|
|
3765
|
+
|
|
3766
|
+
发布时间:2022-09-02 06:09:13
|
|
3767
|
+
|
|
3768
|
+
本次发布包含了以下内容:
|
|
3769
|
+
|
|
3770
|
+
改善已有的文档。
|
|
3771
|
+
|
|
3772
|
+
修改接口:
|
|
3773
|
+
|
|
3774
|
+
* [ModifyLifecycleHook](https://cloud.tencent.com/document/api/377/73060)
|
|
3775
|
+
|
|
3776
|
+
* 新增入参:LifecycleCommand
|
|
3777
|
+
|
|
3778
|
+
* [UpgradeLifecycleHook](https://cloud.tencent.com/document/api/377/34451)
|
|
3779
|
+
|
|
3780
|
+
* 新增入参:LifecycleCommand
|
|
3781
|
+
|
|
3782
|
+
|
|
3783
|
+
### 第 56 次发布
|
|
3784
|
+
|
|
3785
|
+
发布时间:2022-09-01 06:08:45
|
|
3786
|
+
|
|
3787
|
+
本次发布包含了以下内容:
|
|
3788
|
+
|
|
3789
|
+
改善已有的文档。
|
|
3790
|
+
|
|
3791
|
+
修改数据结构:
|
|
3792
|
+
|
|
3793
|
+
* [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
|
|
3794
|
+
|
|
3795
|
+
* <font color="#dd0000">**修改成员**:</font>Parameters
|
|
3796
|
+
|
|
3797
|
+
|
|
3636
3798
|
### 第 55 次发布
|
|
3637
3799
|
|
|
3638
3800
|
发布时间:2022-08-30 06:08:56
|
|
@@ -4868,6 +5030,21 @@
|
|
|
4868
5030
|
|
|
4869
5031
|
## 语音识别(asr) 版本:2019-06-14
|
|
4870
5032
|
|
|
5033
|
+
### 第 20 次发布
|
|
5034
|
+
|
|
5035
|
+
发布时间:2022-09-02 06:09:54
|
|
5036
|
+
|
|
5037
|
+
本次发布包含了以下内容:
|
|
5038
|
+
|
|
5039
|
+
改善已有的文档。
|
|
5040
|
+
|
|
5041
|
+
修改接口:
|
|
5042
|
+
|
|
5043
|
+
* [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
|
|
5044
|
+
|
|
5045
|
+
* 新增入参:CustomizationId
|
|
5046
|
+
|
|
5047
|
+
|
|
4871
5048
|
### 第 19 次发布
|
|
4872
5049
|
|
|
4873
5050
|
发布时间:2022-04-12 06:06:07
|
|
@@ -22733,10 +22910,10 @@
|
|
|
22733
22910
|
|
|
22734
22911
|
新增接口:
|
|
22735
22912
|
|
|
22736
|
-
* [
|
|
22737
|
-
* [
|
|
22738
|
-
* [
|
|
22739
|
-
* [
|
|
22913
|
+
* [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
|
|
22914
|
+
* [ApplyOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79772)
|
|
22915
|
+
* [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
|
|
22916
|
+
* [QueryOpenBankSubMerchantSignOnline](https://cloud.tencent.com/document/api/1122/79770)
|
|
22740
22917
|
|
|
22741
22918
|
修改接口:
|
|
22742
22919
|
|
|
@@ -22751,11 +22928,11 @@
|
|
|
22751
22928
|
|
|
22752
22929
|
新增数据结构:
|
|
22753
22930
|
|
|
22754
|
-
* [
|
|
22755
|
-
* [
|
|
22756
|
-
* [
|
|
22757
|
-
* [
|
|
22758
|
-
* [
|
|
22931
|
+
* [ApplyOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSettleOrderResult)
|
|
22932
|
+
* [ApplyOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#ApplyOpenBankSubMerchantSignOnlineResult)
|
|
22933
|
+
* [OpenBankProfitShareRespInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareRespInfo)
|
|
22934
|
+
* [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
|
|
22935
|
+
* [QueryOpenBankSubMerchantSignOnlineResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSubMerchantSignOnlineResult)
|
|
22759
22936
|
|
|
22760
22937
|
修改数据结构:
|
|
22761
22938
|
|
|
@@ -36794,6 +36971,28 @@
|
|
|
36794
36971
|
|
|
36795
36972
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
36796
36973
|
|
|
36974
|
+
### 第 34 次发布
|
|
36975
|
+
|
|
36976
|
+
发布时间:2022-09-02 06:30:38
|
|
36977
|
+
|
|
36978
|
+
本次发布包含了以下内容:
|
|
36979
|
+
|
|
36980
|
+
改善已有的文档。
|
|
36981
|
+
|
|
36982
|
+
修改接口:
|
|
36983
|
+
|
|
36984
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
36985
|
+
|
|
36986
|
+
* 新增入参:EnableHybridStorage
|
|
36987
|
+
|
|
36988
|
+
|
|
36989
|
+
修改数据结构:
|
|
36990
|
+
|
|
36991
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
36992
|
+
|
|
36993
|
+
* 新增成员:EnableHybridStorage
|
|
36994
|
+
|
|
36995
|
+
|
|
36797
36996
|
### 第 33 次发布
|
|
36798
36997
|
|
|
36799
36998
|
发布时间:2022-08-16 06:24:00
|
|
@@ -37572,6 +37771,36 @@
|
|
|
37572
37771
|
|
|
37573
37772
|
## 电子签服务(ess) 版本:2020-11-11
|
|
37574
37773
|
|
|
37774
|
+
### 第 16 次发布
|
|
37775
|
+
|
|
37776
|
+
发布时间:2022-09-02 06:31:01
|
|
37777
|
+
|
|
37778
|
+
本次发布包含了以下内容:
|
|
37779
|
+
|
|
37780
|
+
改善已有的文档。
|
|
37781
|
+
|
|
37782
|
+
新增接口:
|
|
37783
|
+
|
|
37784
|
+
* [[CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)](https://cloud.tencent.com/document/api/#/#)
|
|
37785
|
+
* [[DescribeFlowInfo](https://cloud.tencent.com/document/api/1323/80032)](https://cloud.tencent.com/document/api/#/#)
|
|
37786
|
+
|
|
37787
|
+
新增数据结构:
|
|
37788
|
+
|
|
37789
|
+
* [[FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo))
|
|
37790
|
+
* [[FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail)](https://cloud.tencent.com/document/api/1323/70369#[FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail))
|
|
37791
|
+
* [[FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo))
|
|
37792
|
+
|
|
37793
|
+
修改数据结构:
|
|
37794
|
+
|
|
37795
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
37796
|
+
|
|
37797
|
+
* 新增成员:UserId, ApproverSource, CustomApproverTag
|
|
37798
|
+
|
|
37799
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
37800
|
+
|
|
37801
|
+
* 新增成员:ApproverSource, CustomApproverTag
|
|
37802
|
+
|
|
37803
|
+
|
|
37575
37804
|
### 第 15 次发布
|
|
37576
37805
|
|
|
37577
37806
|
发布时间:2022-08-29 00:06:53
|
|
@@ -38607,6 +38836,21 @@
|
|
|
38607
38836
|
|
|
38608
38837
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
38609
38838
|
|
|
38839
|
+
### 第 46 次发布
|
|
38840
|
+
|
|
38841
|
+
发布时间:2022-09-02 06:31:36
|
|
38842
|
+
|
|
38843
|
+
本次发布包含了以下内容:
|
|
38844
|
+
|
|
38845
|
+
改善已有的文档。
|
|
38846
|
+
|
|
38847
|
+
修改数据结构:
|
|
38848
|
+
|
|
38849
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
38850
|
+
|
|
38851
|
+
* 新增成员:IntentionRecognition
|
|
38852
|
+
|
|
38853
|
+
|
|
38610
38854
|
### 第 45 次发布
|
|
38611
38855
|
|
|
38612
38856
|
发布时间:2022-08-26 06:28:34
|
|
@@ -39621,6 +39865,21 @@
|
|
|
39621
39865
|
|
|
39622
39866
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
39623
39867
|
|
|
39868
|
+
### 第 36 次发布
|
|
39869
|
+
|
|
39870
|
+
发布时间:2022-09-01 06:29:26
|
|
39871
|
+
|
|
39872
|
+
本次发布包含了以下内容:
|
|
39873
|
+
|
|
39874
|
+
改善已有的文档。
|
|
39875
|
+
|
|
39876
|
+
修改数据结构:
|
|
39877
|
+
|
|
39878
|
+
* [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
|
|
39879
|
+
|
|
39880
|
+
* 新增成员:Http3Supported
|
|
39881
|
+
|
|
39882
|
+
|
|
39624
39883
|
### 第 35 次发布
|
|
39625
39884
|
|
|
39626
39885
|
发布时间:2022-08-25 06:30:05
|
|
@@ -52420,6 +52679,21 @@
|
|
|
52420
52679
|
|
|
52421
52680
|
## 云监控(monitor) 版本:2018-07-24
|
|
52422
52681
|
|
|
52682
|
+
### 第 57 次发布
|
|
52683
|
+
|
|
52684
|
+
发布时间:2022-09-02 06:42:08
|
|
52685
|
+
|
|
52686
|
+
本次发布包含了以下内容:
|
|
52687
|
+
|
|
52688
|
+
改善已有的文档。
|
|
52689
|
+
|
|
52690
|
+
修改数据结构:
|
|
52691
|
+
|
|
52692
|
+
* [PrometheusInstancesItem](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesItem)
|
|
52693
|
+
|
|
52694
|
+
* 新增成员:AlertRuleLimit, RecordingRuleLimit
|
|
52695
|
+
|
|
52696
|
+
|
|
52423
52697
|
### 第 56 次发布
|
|
52424
52698
|
|
|
52425
52699
|
发布时间:2022-08-31 06:39:03
|
|
@@ -75859,6 +76133,21 @@
|
|
|
75859
76133
|
|
|
75860
76134
|
## 容器服务(tke) 版本:2018-05-25
|
|
75861
76135
|
|
|
76136
|
+
### 第 120 次发布
|
|
76137
|
+
|
|
76138
|
+
发布时间:2022-09-01 06:53:50
|
|
76139
|
+
|
|
76140
|
+
本次发布包含了以下内容:
|
|
76141
|
+
|
|
76142
|
+
改善已有的文档。
|
|
76143
|
+
|
|
76144
|
+
修改数据结构:
|
|
76145
|
+
|
|
76146
|
+
* [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
|
|
76147
|
+
|
|
76148
|
+
* 新增成员:RuntimeVersion
|
|
76149
|
+
|
|
76150
|
+
|
|
75862
76151
|
### 第 119 次发布
|
|
75863
76152
|
|
|
75864
76153
|
发布时间:2022-08-30 06:57:14
|
|
@@ -78621,6 +78910,51 @@
|
|
|
78621
78910
|
|
|
78622
78911
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
78623
78912
|
|
|
78913
|
+
### 第 4 次发布
|
|
78914
|
+
|
|
78915
|
+
发布时间:2022-09-02 07:00:24
|
|
78916
|
+
|
|
78917
|
+
本次发布包含了以下内容:
|
|
78918
|
+
|
|
78919
|
+
改善已有的文档。
|
|
78920
|
+
|
|
78921
|
+
修改接口:
|
|
78922
|
+
|
|
78923
|
+
* [CreateCodeBatch](https://cloud.tencent.com/document/api/1458/75029)
|
|
78924
|
+
|
|
78925
|
+
* 新增入参:CloneId
|
|
78926
|
+
|
|
78927
|
+
|
|
78928
|
+
### 第 3 次发布
|
|
78929
|
+
|
|
78930
|
+
发布时间:2022-09-01 06:55:12
|
|
78931
|
+
|
|
78932
|
+
本次发布包含了以下内容:
|
|
78933
|
+
|
|
78934
|
+
改善已有的文档。
|
|
78935
|
+
|
|
78936
|
+
修改接口:
|
|
78937
|
+
|
|
78938
|
+
* [CreateTraceData](https://cloud.tencent.com/document/api/1458/75023)
|
|
78939
|
+
|
|
78940
|
+
* 新增入参:Status, PhaseData
|
|
78941
|
+
|
|
78942
|
+
* [ModifyTraceData](https://cloud.tencent.com/document/api/1458/75003)
|
|
78943
|
+
|
|
78944
|
+
* 新增入参:PhaseData
|
|
78945
|
+
|
|
78946
|
+
|
|
78947
|
+
新增数据结构:
|
|
78948
|
+
|
|
78949
|
+
* [PhaseData](https://cloud.tencent.com/document/api/1458/75030#PhaseData)
|
|
78950
|
+
|
|
78951
|
+
修改数据结构:
|
|
78952
|
+
|
|
78953
|
+
* [TraceItem](https://cloud.tencent.com/document/api/1458/75030#TraceItem)
|
|
78954
|
+
|
|
78955
|
+
* 新增成员:Key
|
|
78956
|
+
|
|
78957
|
+
|
|
78624
78958
|
### 第 2 次发布
|
|
78625
78959
|
|
|
78626
78960
|
发布时间:2022-07-27 06:17:54
|
|
@@ -82428,6 +82762,47 @@
|
|
|
82428
82762
|
|
|
82429
82763
|
|
|
82430
82764
|
|
|
82765
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
82766
|
+
|
|
82767
|
+
### 第 1 次发布
|
|
82768
|
+
|
|
82769
|
+
发布时间:2022-09-01 20:31:39
|
|
82770
|
+
|
|
82771
|
+
本次发布包含了以下内容:
|
|
82772
|
+
|
|
82773
|
+
改善已有的文档。
|
|
82774
|
+
|
|
82775
|
+
新增接口:
|
|
82776
|
+
|
|
82777
|
+
* [[CancelTask](https://cloud.tencent.com/document/api/1265/80018)](https://cloud.tencent.com/document/api/#/#)
|
|
82778
|
+
* [[CreateVideoModerationTask](https://cloud.tencent.com/document/api/1265/80017)](https://cloud.tencent.com/document/api/#/#)
|
|
82779
|
+
* [[DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/80016)](https://cloud.tencent.com/document/api/#/#)
|
|
82780
|
+
* [[DescribeTasks](https://cloud.tencent.com/document/api/1265/80015)](https://cloud.tencent.com/document/api/#/#)
|
|
82781
|
+
|
|
82782
|
+
新增数据结构:
|
|
82783
|
+
|
|
82784
|
+
* [[AudioResult](https://cloud.tencent.com/document/api/1265/80019#AudioResult)](https://cloud.tencent.com/document/api/1265/80019#[AudioResult](https://cloud.tencent.com/document/api/1265/80019#AudioResult))
|
|
82785
|
+
* [[AudioResultDetailLanguageResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailLanguageResult)](https://cloud.tencent.com/document/api/1265/80019#[AudioResultDetailLanguageResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailLanguageResult))
|
|
82786
|
+
* [[AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailMoanResult)](https://cloud.tencent.com/document/api/1265/80019#[AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailMoanResult))
|
|
82787
|
+
* [[AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailTextResult)](https://cloud.tencent.com/document/api/1265/80019#[AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailTextResult))
|
|
82788
|
+
* [[AudioSegments](https://cloud.tencent.com/document/api/1265/80019#AudioSegments)](https://cloud.tencent.com/document/api/1265/80019#[AudioSegments](https://cloud.tencent.com/document/api/1265/80019#AudioSegments))
|
|
82789
|
+
* [[BucketInfo](https://cloud.tencent.com/document/api/1265/80019#BucketInfo)](https://cloud.tencent.com/document/api/1265/80019#[BucketInfo](https://cloud.tencent.com/document/api/1265/80019#BucketInfo))
|
|
82790
|
+
* [[ImageResult](https://cloud.tencent.com/document/api/1265/80019#ImageResult)](https://cloud.tencent.com/document/api/1265/80019#[ImageResult](https://cloud.tencent.com/document/api/1265/80019#ImageResult))
|
|
82791
|
+
* [[ImageResultResult](https://cloud.tencent.com/document/api/1265/80019#ImageResultResult)](https://cloud.tencent.com/document/api/1265/80019#[ImageResultResult](https://cloud.tencent.com/document/api/1265/80019#ImageResultResult))
|
|
82792
|
+
* [[ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetail)](https://cloud.tencent.com/document/api/1265/80019#[ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetail))
|
|
82793
|
+
* [[ImageResultsResultDetailLocation](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetailLocation)](https://cloud.tencent.com/document/api/1265/80019#[ImageResultsResultDetailLocation](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetailLocation))
|
|
82794
|
+
* [[ImageSegments](https://cloud.tencent.com/document/api/1265/80019#ImageSegments)](https://cloud.tencent.com/document/api/1265/80019#[ImageSegments](https://cloud.tencent.com/document/api/1265/80019#ImageSegments))
|
|
82795
|
+
* [[InputInfo](https://cloud.tencent.com/document/api/1265/80019#InputInfo)](https://cloud.tencent.com/document/api/1265/80019#[InputInfo](https://cloud.tencent.com/document/api/1265/80019#InputInfo))
|
|
82796
|
+
* [[MediaInfo](https://cloud.tencent.com/document/api/1265/80019#MediaInfo)](https://cloud.tencent.com/document/api/1265/80019#[MediaInfo](https://cloud.tencent.com/document/api/1265/80019#MediaInfo))
|
|
82797
|
+
* [[StorageInfo](https://cloud.tencent.com/document/api/1265/80019#StorageInfo)](https://cloud.tencent.com/document/api/1265/80019#[StorageInfo](https://cloud.tencent.com/document/api/1265/80019#StorageInfo))
|
|
82798
|
+
* [[TaskData](https://cloud.tencent.com/document/api/1265/80019#TaskData)](https://cloud.tencent.com/document/api/1265/80019#[TaskData](https://cloud.tencent.com/document/api/1265/80019#TaskData))
|
|
82799
|
+
* [[TaskFilter](https://cloud.tencent.com/document/api/1265/80019#TaskFilter)](https://cloud.tencent.com/document/api/1265/80019#[TaskFilter](https://cloud.tencent.com/document/api/1265/80019#TaskFilter))
|
|
82800
|
+
* [[TaskInput](https://cloud.tencent.com/document/api/1265/80019#TaskInput)](https://cloud.tencent.com/document/api/1265/80019#[TaskInput](https://cloud.tencent.com/document/api/1265/80019#TaskInput))
|
|
82801
|
+
* [[TaskLabel](https://cloud.tencent.com/document/api/1265/80019#TaskLabel)](https://cloud.tencent.com/document/api/1265/80019#[TaskLabel](https://cloud.tencent.com/document/api/1265/80019#TaskLabel))
|
|
82802
|
+
* [[TaskResult](https://cloud.tencent.com/document/api/1265/80019#TaskResult)](https://cloud.tencent.com/document/api/1265/80019#[TaskResult](https://cloud.tencent.com/document/api/1265/80019#TaskResult))
|
|
82803
|
+
|
|
82804
|
+
|
|
82805
|
+
|
|
82431
82806
|
|
|
82432
82807
|
## 语音消息(vms) 版本:2020-09-02
|
|
82433
82808
|
|
|
@@ -82468,6 +82843,49 @@
|
|
|
82468
82843
|
|
|
82469
82844
|
## 云点播(vod) 版本:2018-07-17
|
|
82470
82845
|
|
|
82846
|
+
### 第 118 次发布
|
|
82847
|
+
|
|
82848
|
+
发布时间:2022-09-02 07:03:01
|
|
82849
|
+
|
|
82850
|
+
本次发布包含了以下内容:
|
|
82851
|
+
|
|
82852
|
+
改善已有的文档。
|
|
82853
|
+
|
|
82854
|
+
修改数据结构:
|
|
82855
|
+
|
|
82856
|
+
* [ProductInstance](https://cloud.tencent.com/document/api/266/31773#ProductInstance)
|
|
82857
|
+
|
|
82858
|
+
* 新增成员:RenewStatus
|
|
82859
|
+
|
|
82860
|
+
|
|
82861
|
+
### 第 117 次发布
|
|
82862
|
+
|
|
82863
|
+
发布时间:2022-09-01 06:57:37
|
|
82864
|
+
|
|
82865
|
+
本次发布包含了以下内容:
|
|
82866
|
+
|
|
82867
|
+
改善已有的文档。
|
|
82868
|
+
|
|
82869
|
+
修改接口:
|
|
82870
|
+
|
|
82871
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/266/33431)
|
|
82872
|
+
|
|
82873
|
+
* 新增出参:ReviewAudioVideoTask
|
|
82874
|
+
|
|
82875
|
+
|
|
82876
|
+
新增数据结构:
|
|
82877
|
+
|
|
82878
|
+
* [ReviewAudioVideoSegmentItem](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoSegmentItem)
|
|
82879
|
+
* [ReviewAudioVideoTask](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTask)
|
|
82880
|
+
* [ReviewAudioVideoTaskOutput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskOutput)
|
|
82881
|
+
|
|
82882
|
+
修改数据结构:
|
|
82883
|
+
|
|
82884
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
82885
|
+
|
|
82886
|
+
* 新增成员:ReviewAudioVideoCompleteEvent
|
|
82887
|
+
|
|
82888
|
+
|
|
82471
82889
|
### 第 116 次发布
|
|
82472
82890
|
|
|
82473
82891
|
发布时间:2022-08-25 06:58:49
|
|
@@ -88521,6 +88939,29 @@
|
|
|
88521
88939
|
|
|
88522
88940
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
88523
88941
|
|
|
88942
|
+
### 第 16 次发布
|
|
88943
|
+
|
|
88944
|
+
发布时间:2022-09-02 07:06:31
|
|
88945
|
+
|
|
88946
|
+
本次发布包含了以下内容:
|
|
88947
|
+
|
|
88948
|
+
改善已有的文档。
|
|
88949
|
+
|
|
88950
|
+
新增数据结构:
|
|
88951
|
+
|
|
88952
|
+
* [[BotQPS](https://cloud.tencent.com/document/api/627/53609#BotQPS)](https://cloud.tencent.com/document/api/627/53609#[BotQPS](https://cloud.tencent.com/document/api/627/53609#BotQPS))
|
|
88953
|
+
|
|
88954
|
+
修改数据结构:
|
|
88955
|
+
|
|
88956
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
88957
|
+
|
|
88958
|
+
* 新增成员:Type
|
|
88959
|
+
|
|
88960
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
88961
|
+
|
|
88962
|
+
* 新增成员:BotQPS
|
|
88963
|
+
|
|
88964
|
+
|
|
88524
88965
|
### 第 15 次发布
|
|
88525
88966
|
|
|
88526
88967
|
发布时间:2022-07-29 06:18:30
|