tencentcloud-sdk-nodejs 4.0.434 → 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 +256 -0
- package/SERVICE_CHANGELOG.md +379 -38
- package/package.json +1 -1
- package/products.md +12 -12
- 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 +16 -6
- package/src/services/asr/v20190614/asr_models.ts +11 -8
- 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/faceid/v20180301/faceid_models.ts +5 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/trp/v20210515/trp_models.ts +5 -0
- 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_models.ts +9 -0
- 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 +14 -6
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -8
- 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/faceid/v20180301/faceid_models.d.ts +4 -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/trp/v20210515/trp_models.d.ts +4 -0
- 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 +8 -0
- 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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,259 @@
|
|
|
1
|
+
# Release 4.0.435
|
|
2
|
+
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
|
+
|
|
5
|
+
### 第 57 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-09-02 06:09:13
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
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
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改接口:
|
|
37
|
+
|
|
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
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
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)
|
|
85
|
+
|
|
86
|
+
新增数据结构:
|
|
87
|
+
|
|
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)
|
|
91
|
+
|
|
92
|
+
修改数据结构:
|
|
93
|
+
|
|
94
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
95
|
+
|
|
96
|
+
* 新增成员:UserId, ApproverSource, CustomApproverTag
|
|
97
|
+
|
|
98
|
+
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
99
|
+
|
|
100
|
+
* 新增成员:ApproverSource, CustomApproverTag
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
106
|
+
|
|
107
|
+
### 第 46 次发布
|
|
108
|
+
|
|
109
|
+
发布时间:2022-09-02 06:31:36
|
|
110
|
+
|
|
111
|
+
本次发布包含了以下内容:
|
|
112
|
+
|
|
113
|
+
改善已有的文档。
|
|
114
|
+
|
|
115
|
+
修改数据结构:
|
|
116
|
+
|
|
117
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
118
|
+
|
|
119
|
+
* 新增成员:IntentionRecognition
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
125
|
+
|
|
126
|
+
### 第 57 次发布
|
|
127
|
+
|
|
128
|
+
发布时间:2022-09-02 06:42:08
|
|
129
|
+
|
|
130
|
+
本次发布包含了以下内容:
|
|
131
|
+
|
|
132
|
+
改善已有的文档。
|
|
133
|
+
|
|
134
|
+
修改数据结构:
|
|
135
|
+
|
|
136
|
+
* [PrometheusInstancesItem](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesItem)
|
|
137
|
+
|
|
138
|
+
* 新增成员:AlertRuleLimit, RecordingRuleLimit
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
144
|
+
|
|
145
|
+
### 第 4 次发布
|
|
146
|
+
|
|
147
|
+
发布时间:2022-09-02 07:00:24
|
|
148
|
+
|
|
149
|
+
本次发布包含了以下内容:
|
|
150
|
+
|
|
151
|
+
改善已有的文档。
|
|
152
|
+
|
|
153
|
+
修改接口:
|
|
154
|
+
|
|
155
|
+
* [CreateCodeBatch](https://cloud.tencent.com/document/api/1458/75029)
|
|
156
|
+
|
|
157
|
+
* 新增入参:CloneId
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
163
|
+
|
|
164
|
+
### 第 1 次发布
|
|
165
|
+
|
|
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
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
## 云点播(vod) 版本:2018-07-17
|
|
212
|
+
|
|
213
|
+
### 第 118 次发布
|
|
214
|
+
|
|
215
|
+
发布时间:2022-09-02 07:03:01
|
|
216
|
+
|
|
217
|
+
本次发布包含了以下内容:
|
|
218
|
+
|
|
219
|
+
改善已有的文档。
|
|
220
|
+
|
|
221
|
+
修改数据结构:
|
|
222
|
+
|
|
223
|
+
* [ProductInstance](https://cloud.tencent.com/document/api/266/31773#ProductInstance)
|
|
224
|
+
|
|
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
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
1
257
|
# Release 4.0.434
|
|
2
258
|
|
|
3
259
|
## 弹性伸缩(as) 版本:2018-04-19
|