tencentcloud-sdk-nodejs 4.0.793 → 4.0.794
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 +47 -0
- package/SERVICE_CHANGELOG.md +69 -301
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +4 -2
- package/src/services/cls/v20201016/cls_models.ts +30 -11
- package/src/services/cvm/v20170312/cvm_client.ts +3 -3
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -3
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/rce/v20201103/rce_models.ts +64 -66
- package/src/services/taf/v20200210/taf_client.ts +16 -1
- package/src/services/taf/v20200210/taf_models.ts +81 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -0
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +29 -11
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +64 -66
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -1
- package/tencentcloud/services/taf/v20200210/taf_client.js +6 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +76 -4
- package/test/taf.v20200210.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,50 @@
|
|
|
1
|
+
# Release 4.0.794
|
|
2
|
+
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
|
+
|
|
5
|
+
### 第 81 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-02-05 10:48:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增数据结构:
|
|
14
|
+
|
|
15
|
+
* [HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem)
|
|
16
|
+
|
|
17
|
+
修改数据结构:
|
|
18
|
+
|
|
19
|
+
* [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
|
|
20
|
+
|
|
21
|
+
* 新增成员:HighLights
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
27
|
+
|
|
28
|
+
### 第 18 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-02-05 01:21:52
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [ManagePortraitRisk](https://cloud.tencent.com/document/api/1031/103776)
|
|
39
|
+
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput)
|
|
43
|
+
* [ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput)
|
|
44
|
+
* [ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
1
48
|
# Release 4.0.793
|
|
2
49
|
|
|
3
50
|
## 语音识别(asr) 版本:2019-06-14
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,242 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 32 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-02-02 01:05:31
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [VoicePrintCompare](https://cloud.tencent.com/document/api/1093/103720)
|
|
16
|
-
|
|
17
|
-
新增数据结构:
|
|
18
|
-
|
|
19
|
-
* [VoicePrintCompareData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCompareData)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## 品牌经营管家(bma) 版本:2022-11-15
|
|
24
|
-
|
|
25
|
-
### 第 11 次发布
|
|
26
|
-
|
|
27
|
-
发布时间:2024-02-02 01:06:13
|
|
28
|
-
|
|
29
|
-
本次发布包含了以下内容:
|
|
30
|
-
|
|
31
|
-
改善已有的文档。
|
|
32
|
-
|
|
33
|
-
修改数据结构:
|
|
34
|
-
|
|
35
|
-
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
36
|
-
|
|
37
|
-
* 新增成员:OfflineTime
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## 品牌经营管家(bma) 版本:2021-06-24
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
47
|
-
|
|
48
|
-
### 第 31 次发布
|
|
49
|
-
|
|
50
|
-
发布时间:2024-02-02 01:09:24
|
|
51
|
-
|
|
52
|
-
本次发布包含了以下内容:
|
|
53
|
-
|
|
54
|
-
改善已有的文档。
|
|
55
|
-
|
|
56
|
-
修改接口:
|
|
57
|
-
|
|
58
|
-
* [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821)
|
|
59
|
-
|
|
60
|
-
* 新增入参:MemberId
|
|
61
|
-
|
|
62
|
-
* 新增出参:AssetMapInstanceTypeList
|
|
63
|
-
|
|
64
|
-
* [DescribeVULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/100951)
|
|
65
|
-
|
|
66
|
-
* 新增入参:MemberId
|
|
67
|
-
|
|
68
|
-
* 新增出参:VulTagList
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
新增数据结构:
|
|
72
|
-
|
|
73
|
-
* [AssetInstanceTypeMap](https://cloud.tencent.com/document/api/664/90825#AssetInstanceTypeMap)
|
|
74
|
-
* [Element](https://cloud.tencent.com/document/api/664/90825#Element)
|
|
75
|
-
* [ServiceSupport](https://cloud.tencent.com/document/api/664/90825#ServiceSupport)
|
|
76
|
-
|
|
77
|
-
修改数据结构:
|
|
78
|
-
|
|
79
|
-
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
80
|
-
|
|
81
|
-
* 新增成员:CVMAgentStatus, CVMStatus, DefenseModel, TatStatus, CpuTrend, MemoryTrend, AgentStatus, CloseDefenseCount, InstanceState, SecurityGroupIds, AgentMemRss, AgentCpuPer
|
|
82
|
-
|
|
83
|
-
* [RiskCenterStatusKey](https://cloud.tencent.com/document/api/664/90825#RiskCenterStatusKey)
|
|
84
|
-
|
|
85
|
-
* <font color="#dd0000">**修改成员**:</font>AppId
|
|
86
|
-
|
|
87
|
-
* [VULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/90825#VULRiskAdvanceCFGList)
|
|
88
|
-
|
|
89
|
-
* 新增成员:Payload, References, CVSS, AttackHeat, ServiceSupport, RecentScanTime
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
95
|
-
|
|
96
|
-
### 第 108 次发布
|
|
97
|
-
|
|
98
|
-
发布时间:2024-02-02 01:09:36
|
|
99
|
-
|
|
100
|
-
本次发布包含了以下内容:
|
|
101
|
-
|
|
102
|
-
改善已有的文档。
|
|
103
|
-
|
|
104
|
-
修改接口:
|
|
105
|
-
|
|
106
|
-
* [DescribeNetAttackSetting](https://cloud.tencent.com/document/api/296/99476)
|
|
107
|
-
|
|
108
|
-
* 新增出参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
|
|
109
|
-
|
|
110
|
-
* [DescribeVulDefenceSetting](https://cloud.tencent.com/document/api/296/99659)
|
|
111
|
-
|
|
112
|
-
* 新增出参:InstanceIds, AutoInclude, ExcludeInstanceIds
|
|
113
|
-
|
|
114
|
-
* [ModifyNetAttackSetting](https://cloud.tencent.com/document/api/296/99456)
|
|
115
|
-
|
|
116
|
-
* 新增入参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
|
|
117
|
-
|
|
118
|
-
* [ModifyVulDefenceSetting](https://cloud.tencent.com/document/api/296/99545)
|
|
119
|
-
|
|
120
|
-
* 新增入参:ExcludeInstanceIds, AutoInclude, InstanceIds
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
126
|
-
|
|
127
|
-
### 第 152 次发布
|
|
128
|
-
|
|
129
|
-
发布时间:2024-02-02 01:13:44
|
|
130
|
-
|
|
131
|
-
本次发布包含了以下内容:
|
|
132
|
-
|
|
133
|
-
改善已有的文档。
|
|
134
|
-
|
|
135
|
-
修改数据结构:
|
|
136
|
-
|
|
137
|
-
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
138
|
-
|
|
139
|
-
* 新增成员:BusinessLicense
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
149
|
-
|
|
150
|
-
### 第 55 次发布
|
|
151
|
-
|
|
152
|
-
发布时间:2024-02-02 01:15:04
|
|
153
|
-
|
|
154
|
-
本次发布包含了以下内容:
|
|
155
|
-
|
|
156
|
-
改善已有的文档。
|
|
157
|
-
|
|
158
|
-
修改接口:
|
|
159
|
-
|
|
160
|
-
* [UploadFirmware](https://cloud.tencent.com/document/api/1081/53872)
|
|
161
|
-
|
|
162
|
-
* 新增入参:FirmwareUserDefined
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
修改数据结构:
|
|
166
|
-
|
|
167
|
-
* [InstanceDetail](https://cloud.tencent.com/document/api/1081/34988#InstanceDetail)
|
|
168
|
-
|
|
169
|
-
* 新增成员:Description, Status
|
|
170
|
-
|
|
171
|
-
* [ProductEntry](https://cloud.tencent.com/document/api/1081/34988#ProductEntry)
|
|
172
|
-
|
|
173
|
-
* 新增成员:DeviceCount
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
179
|
-
|
|
180
|
-
### 第 11 次发布
|
|
181
|
-
|
|
182
|
-
发布时间:2024-02-02 01:16:04
|
|
183
|
-
|
|
184
|
-
本次发布包含了以下内容:
|
|
185
|
-
|
|
186
|
-
改善已有的文档。
|
|
187
|
-
|
|
188
|
-
修改接口:
|
|
189
|
-
|
|
190
|
-
* [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
|
|
191
|
-
|
|
192
|
-
* 新增入参:SNCode
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
## SSL 证书(ssl) 版本:2019-12-05
|
|
198
|
-
|
|
199
|
-
### 第 54 次发布
|
|
200
|
-
|
|
201
|
-
发布时间:2024-02-02 01:20:24
|
|
202
|
-
|
|
203
|
-
本次发布包含了以下内容:
|
|
204
|
-
|
|
205
|
-
改善已有的文档。
|
|
206
|
-
|
|
207
|
-
修改接口:
|
|
208
|
-
|
|
209
|
-
* [ApplyCertificate](https://cloud.tencent.com/document/api/400/41678)
|
|
210
|
-
|
|
211
|
-
* 新增入参:DnsNames
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
217
|
-
|
|
218
|
-
### 第 60 次发布
|
|
219
|
-
|
|
220
|
-
发布时间:2024-02-02 01:21:42
|
|
221
|
-
|
|
222
|
-
本次发布包含了以下内容:
|
|
223
|
-
|
|
224
|
-
改善已有的文档。
|
|
225
|
-
|
|
226
|
-
修改接口:
|
|
227
|
-
|
|
228
|
-
* [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
|
|
229
|
-
|
|
230
|
-
* 新增出参:TrialAuthorizedCnt, UsedTrialAuthorizedCnt, PurchasedAuthorizedCnt, UsedPurchasedAuthorizedCnt, CanApplyFreeImageAuthorize
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
236
4
|
|
|
237
|
-
### 第
|
|
5
|
+
### 第 81 次发布
|
|
238
6
|
|
|
239
|
-
发布时间:2024-02-
|
|
7
|
+
发布时间:2024-02-05 10:48:52
|
|
240
8
|
|
|
241
9
|
本次发布包含了以下内容:
|
|
242
10
|
|
|
@@ -244,51 +12,22 @@
|
|
|
244
12
|
|
|
245
13
|
新增数据结构:
|
|
246
14
|
|
|
247
|
-
* [
|
|
248
|
-
* [PrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#PrivateLinkInfo)
|
|
15
|
+
* [HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem)
|
|
249
16
|
|
|
250
17
|
修改数据结构:
|
|
251
18
|
|
|
252
|
-
* [
|
|
253
|
-
|
|
254
|
-
* <font color="#dd0000">**修改成员**:</font>CosPathInfo
|
|
255
|
-
|
|
256
|
-
* [IngressPrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#IngressPrivateLinkInfo)
|
|
257
|
-
|
|
258
|
-
* 新增成员:State
|
|
259
|
-
|
|
260
|
-
* [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
|
|
261
|
-
|
|
262
|
-
* 新增成员:PrivateLinkInfos, DefaultInnerCallInfos
|
|
263
|
-
|
|
264
|
-
* [Service](https://cloud.tencent.com/document/api/851/75051#Service)
|
|
265
|
-
|
|
266
|
-
* 新增成员:ResourceGroupSWType
|
|
267
|
-
|
|
268
|
-
* [ServiceCallInfo](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfo)
|
|
269
|
-
|
|
270
|
-
* 新增成员:AuthorizationEnable
|
|
271
|
-
|
|
272
|
-
* [ServiceGroup](https://cloud.tencent.com/document/api/851/75051#ServiceGroup)
|
|
273
|
-
|
|
274
|
-
* 新增成员:ReplicasCount, AvailableReplicasCount
|
|
275
|
-
|
|
276
|
-
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
277
|
-
|
|
278
|
-
* <font color="#dd0000">**修改成员**:</font>PodList
|
|
279
|
-
|
|
280
|
-
|
|
19
|
+
* [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
|
|
281
20
|
|
|
21
|
+
* 新增成员:HighLights
|
|
282
22
|
|
|
283
|
-
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
284
23
|
|
|
285
24
|
|
|
286
25
|
|
|
287
|
-
##
|
|
26
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
288
27
|
|
|
289
|
-
### 第
|
|
28
|
+
### 第 18 次发布
|
|
290
29
|
|
|
291
|
-
发布时间:2024-02-
|
|
30
|
+
发布时间:2024-02-05 01:21:52
|
|
292
31
|
|
|
293
32
|
本次发布包含了以下内容:
|
|
294
33
|
|
|
@@ -296,21 +35,13 @@
|
|
|
296
35
|
|
|
297
36
|
新增接口:
|
|
298
37
|
|
|
299
|
-
* [
|
|
300
|
-
* [CreateAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103727)
|
|
301
|
-
* [DeleteAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103726)
|
|
302
|
-
* [DescribeAutoScalerResourceStrategies](https://cloud.tencent.com/document/api/1364/103725)
|
|
303
|
-
* [DescribeAutoScalerResourceStrategyBindingGroups](https://cloud.tencent.com/document/api/1364/103724)
|
|
304
|
-
* [DescribePublicNetwork](https://cloud.tencent.com/document/api/1364/103723)
|
|
305
|
-
* [ModifyAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103722)
|
|
306
|
-
* [UnbindAutoScalerResourceStrategyFromGroups](https://cloud.tencent.com/document/api/1364/103721)
|
|
38
|
+
* [ManagePortraitRisk](https://cloud.tencent.com/document/api/1031/103776)
|
|
307
39
|
|
|
308
40
|
新增数据结构:
|
|
309
41
|
|
|
310
|
-
* [
|
|
311
|
-
* [
|
|
312
|
-
* [
|
|
313
|
-
* [ListCloudNativeAPIGatewayStrategyResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyResult)
|
|
42
|
+
* [ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput)
|
|
43
|
+
* [ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput)
|
|
44
|
+
* [ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput)
|
|
314
45
|
|
|
315
46
|
|
|
316
47
|
|
|
@@ -6687,11 +6418,11 @@
|
|
|
6687
6418
|
|
|
6688
6419
|
新增接口:
|
|
6689
6420
|
|
|
6690
|
-
* [
|
|
6421
|
+
* [VoicePrintCompare](https://cloud.tencent.com/document/api/1093/103720)
|
|
6691
6422
|
|
|
6692
6423
|
新增数据结构:
|
|
6693
6424
|
|
|
6694
|
-
* [
|
|
6425
|
+
* [VoicePrintCompareData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCompareData)
|
|
6695
6426
|
|
|
6696
6427
|
### 第 31 次发布
|
|
6697
6428
|
|
|
@@ -30125,6 +29856,25 @@
|
|
|
30125
29856
|
|
|
30126
29857
|
## 日志服务(cls) 版本:2020-10-16
|
|
30127
29858
|
|
|
29859
|
+
### 第 81 次发布
|
|
29860
|
+
|
|
29861
|
+
发布时间:2024-02-05 10:48:52
|
|
29862
|
+
|
|
29863
|
+
本次发布包含了以下内容:
|
|
29864
|
+
|
|
29865
|
+
改善已有的文档。
|
|
29866
|
+
|
|
29867
|
+
新增数据结构:
|
|
29868
|
+
|
|
29869
|
+
* [[HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem)](https://cloud.tencent.com/document/api/614/56471#[HighLightItem](https://cloud.tencent.com/document/api/614/56471#HighLightItem))
|
|
29870
|
+
|
|
29871
|
+
修改数据结构:
|
|
29872
|
+
|
|
29873
|
+
* [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
|
|
29874
|
+
|
|
29875
|
+
* 新增成员:HighLights
|
|
29876
|
+
|
|
29877
|
+
|
|
30128
29878
|
### 第 80 次发布
|
|
30129
29879
|
|
|
30130
29880
|
发布时间:2024-01-31 01:10:12
|
|
@@ -36352,9 +36102,9 @@
|
|
|
36352
36102
|
|
|
36353
36103
|
新增数据结构:
|
|
36354
36104
|
|
|
36355
|
-
* [
|
|
36356
|
-
* [
|
|
36357
|
-
* [
|
|
36105
|
+
* [AssetInstanceTypeMap](https://cloud.tencent.com/document/api/664/90825#AssetInstanceTypeMap)
|
|
36106
|
+
* [Element](https://cloud.tencent.com/document/api/664/90825#Element)
|
|
36107
|
+
* [ServiceSupport](https://cloud.tencent.com/document/api/664/90825#ServiceSupport)
|
|
36358
36108
|
|
|
36359
36109
|
修改数据结构:
|
|
36360
36110
|
|
|
@@ -104929,6 +104679,24 @@
|
|
|
104929
104679
|
|
|
104930
104680
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
104931
104681
|
|
|
104682
|
+
### 第 18 次发布
|
|
104683
|
+
|
|
104684
|
+
发布时间:2024-02-05 01:21:52
|
|
104685
|
+
|
|
104686
|
+
本次发布包含了以下内容:
|
|
104687
|
+
|
|
104688
|
+
改善已有的文档。
|
|
104689
|
+
|
|
104690
|
+
新增接口:
|
|
104691
|
+
|
|
104692
|
+
* [[ManagePortraitRisk](https://cloud.tencent.com/document/api/1031/103776)](https://cloud.tencent.com/document/api/#/#)
|
|
104693
|
+
|
|
104694
|
+
新增数据结构:
|
|
104695
|
+
|
|
104696
|
+
* [[ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput)](https://cloud.tencent.com/document/api/1031/43310#[ManagePortraitRiskInput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskInput))
|
|
104697
|
+
* [[ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput)](https://cloud.tencent.com/document/api/1031/43310#[ManagePortraitRiskOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskOutput))
|
|
104698
|
+
* [[ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput)](https://cloud.tencent.com/document/api/1031/43310#[ManagePortraitRiskValueOutput](https://cloud.tencent.com/document/api/1031/43310#ManagePortraitRiskValueOutput))
|
|
104699
|
+
|
|
104932
104700
|
### 第 17 次发布
|
|
104933
104701
|
|
|
104934
104702
|
发布时间:2023-05-24 01:44:57
|
|
@@ -122496,8 +122264,8 @@
|
|
|
122496
122264
|
|
|
122497
122265
|
新增数据结构:
|
|
122498
122266
|
|
|
122499
|
-
* [
|
|
122500
|
-
* [
|
|
122267
|
+
* [DefaultInnerCallInfo](https://cloud.tencent.com/document/api/851/75051#DefaultInnerCallInfo)
|
|
122268
|
+
* [PrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#PrivateLinkInfo)
|
|
122501
122269
|
|
|
122502
122270
|
修改数据结构:
|
|
122503
122271
|
|
|
@@ -130697,21 +130465,21 @@
|
|
|
130697
130465
|
|
|
130698
130466
|
新增接口:
|
|
130699
130467
|
|
|
130700
|
-
* [
|
|
130701
|
-
* [
|
|
130702
|
-
* [
|
|
130703
|
-
* [
|
|
130704
|
-
* [
|
|
130705
|
-
* [
|
|
130706
|
-
* [
|
|
130707
|
-
* [
|
|
130468
|
+
* [BindAutoScalerResourceStrategyToGroups](https://cloud.tencent.com/document/api/1364/103728)
|
|
130469
|
+
* [CreateAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103727)
|
|
130470
|
+
* [DeleteAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103726)
|
|
130471
|
+
* [DescribeAutoScalerResourceStrategies](https://cloud.tencent.com/document/api/1364/103725)
|
|
130472
|
+
* [DescribeAutoScalerResourceStrategyBindingGroups](https://cloud.tencent.com/document/api/1364/103724)
|
|
130473
|
+
* [DescribePublicNetwork](https://cloud.tencent.com/document/api/1364/103723)
|
|
130474
|
+
* [ModifyAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103722)
|
|
130475
|
+
* [UnbindAutoScalerResourceStrategyFromGroups](https://cloud.tencent.com/document/api/1364/103721)
|
|
130708
130476
|
|
|
130709
130477
|
新增数据结构:
|
|
130710
130478
|
|
|
130711
|
-
* [
|
|
130712
|
-
* [
|
|
130713
|
-
* [
|
|
130714
|
-
* [
|
|
130479
|
+
* [CloudNativeAPIGatewayStrategyBindingGroupInfo](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyBindingGroupInfo)
|
|
130480
|
+
* [DescribePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicNetworkResult)
|
|
130481
|
+
* [ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult)
|
|
130482
|
+
* [ListCloudNativeAPIGatewayStrategyResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyResult)
|
|
130715
130483
|
|
|
130716
130484
|
### 第 56 次发布
|
|
130717
130485
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-12-11 00:09:38 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-12-01 01:09:01 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-02-05 01:08:13 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-29 01:09:11 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-01-25 15:34:29 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-01-30 01:08:20 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-15 01:08:17 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-02-
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-02-05 01:08:54 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-01-24 01:23:26 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-01-24 01:23:33 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-02-05 10:48:52 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-02-02 01:09:24 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-02-04 11:05:24 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-02-02 01:09:36 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-02-02 01:10:38 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-02-02 01:13:14 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-25 01:13:20 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-02-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-02-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-02-05 01:14:36 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-02-05 01:14:50 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-01-12 01:15:37 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-01-30 01:18:35 |
|
|
147
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-
|
|
147
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-02-05 01:18:33 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-29 01:17:14 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-26 01:17:35 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
156
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-19 01:18:01 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-02-05 01:19:36 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-01-17 01:19:45 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-01-23 01:25:29 |
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-01-24 01:33:35 |
|
|
163
163
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-01-19 01:18:43 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
|
|
165
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) |
|
|
165
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-02-05 01:20:26 |
|
|
166
166
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-01-29 01:18:51 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-28 01:23:11 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-01-17 01:21:44 |
|
|
185
185
|
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-01-26 16:30:56 |
|
|
186
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) |
|
|
186
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-02-05 01:21:52 |
|
|
187
187
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-01-26 01:20:11 |
|
|
188
188
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
189
189
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-01-08 00:17:20 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.794"
|
|
@@ -278,6 +278,7 @@ import {
|
|
|
278
278
|
ModifyDataTransformResponse,
|
|
279
279
|
DescribeDataTransformInfoResponse,
|
|
280
280
|
ConsumerContent,
|
|
281
|
+
HighLightItem,
|
|
281
282
|
RetryShipperTaskRequest,
|
|
282
283
|
CreateExportResponse,
|
|
283
284
|
HostFileInfo,
|
|
@@ -1322,8 +1323,9 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
1322
1323
|
}
|
|
1323
1324
|
|
|
1324
1325
|
/**
|
|
1325
|
-
|
|
1326
|
-
|
|
1326
|
+
* 本接口用于搜索日志上下文附近的内容
|
|
1327
|
+
API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
|
|
1328
|
+
*/
|
|
1327
1329
|
async DescribeLogContext(
|
|
1328
1330
|
req: DescribeLogContextRequest,
|
|
1329
1331
|
cb?: (error: string, rep: DescribeLogContextResponse) => void
|