tencentcloud-sdk-nodejs 4.0.877 → 4.0.878
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 +68 -0
- package/SERVICE_CHANGELOG.md +80 -168
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/csip/v20221121/csip_client.ts +31 -3
- package/src/services/csip/v20221121/csip_models.ts +339 -31
- package/src/services/ess/v20201111/ess_client.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +6 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
- package/src/services/gaap/v20180529/gaap_models.ts +10 -0
- package/src/services/ocr/v20181119/ocr_models.ts +22 -16
- package/src/services/redis/v20180412/redis_client.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +37 -16
- package/src/services/wedata/v20210820/wedata_client.ts +12 -0
- package/src/services/wedata/v20210820/wedata_models.ts +42 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +331 -31
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -16
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +37 -16
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +40 -1
- package/test/csip.v20221121.test.js +20 -0
- package/test/wedata.v20210820.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,71 @@
|
|
|
1
|
+
# Release 4.0.878
|
|
2
|
+
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
4
|
+
|
|
5
|
+
### 第 39 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-06-19 01:24:50
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeVULRiskDetail](https://cloud.tencent.com/document/api/664/107483)
|
|
16
|
+
* [DescribeVulViewVulRiskList](https://cloud.tencent.com/document/api/664/107482)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo)
|
|
21
|
+
* [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
|
|
22
|
+
* [VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo)
|
|
23
|
+
* [VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
28
|
+
|
|
29
|
+
### 第 45 次发布
|
|
30
|
+
|
|
31
|
+
发布时间:2024-06-19 01:43:58
|
|
32
|
+
|
|
33
|
+
本次发布包含了以下内容:
|
|
34
|
+
|
|
35
|
+
改善已有的文档。
|
|
36
|
+
|
|
37
|
+
修改数据结构:
|
|
38
|
+
|
|
39
|
+
* [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
|
|
40
|
+
|
|
41
|
+
* 新增成员:TLSCiphers, TLSSupportVersion
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
47
|
+
|
|
48
|
+
### 第 96 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2024-06-19 02:35:11
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
新增接口:
|
|
57
|
+
|
|
58
|
+
* [MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)
|
|
59
|
+
|
|
60
|
+
修改数据结构:
|
|
61
|
+
|
|
62
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
63
|
+
|
|
64
|
+
* <font color="#dd0000">**修改成员**:</font>CirculateTaskList
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
1
69
|
# Release 4.0.877
|
|
2
70
|
|
|
3
71
|
## T-Sec-数据安全审计(DSA)(cds) 版本:2018-04-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,129 +1,34 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 4 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-06-18 01:18:51
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
-
|
|
15
|
-
* DescribeDasbImageIds
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
20
|
-
|
|
21
|
-
### 第 21 次发布
|
|
22
|
-
|
|
23
|
-
发布时间:2024-06-18 01:18:55
|
|
24
|
-
|
|
25
|
-
本次发布包含了以下内容:
|
|
26
|
-
|
|
27
|
-
改善已有的文档。
|
|
28
|
-
|
|
29
|
-
修改数据结构:
|
|
30
|
-
|
|
31
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
|
|
32
|
-
|
|
33
|
-
* 新增成员:IsSecondaryZone, SecondaryZoneInfo, ClickHouseKeeper
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
39
|
-
|
|
40
|
-
### 第 92 次发布
|
|
41
|
-
|
|
42
|
-
发布时间:2024-06-18 01:30:07
|
|
43
|
-
|
|
44
|
-
本次发布包含了以下内容:
|
|
45
|
-
|
|
46
|
-
改善已有的文档。
|
|
47
|
-
|
|
48
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
49
|
-
|
|
50
|
-
* DescribeRollbackTimeValidity
|
|
51
|
-
|
|
52
|
-
修改接口:
|
|
53
|
-
|
|
54
|
-
* [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
|
|
55
|
-
|
|
56
|
-
* 新增入参:TimeSpan, TimeUnit, RollbackDatabases, RollbackTables, OriginalROInstanceList
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
62
|
-
|
|
63
|
-
### 第 61 次发布
|
|
64
|
-
|
|
65
|
-
发布时间:2024-06-18 01:53:48
|
|
66
|
-
|
|
67
|
-
本次发布包含了以下内容:
|
|
68
|
-
|
|
69
|
-
改善已有的文档。
|
|
70
|
-
|
|
71
|
-
修改数据结构:
|
|
72
|
-
|
|
73
|
-
* [Bundle](https://cloud.tencent.com/document/api/1207/47576#Bundle)
|
|
74
|
-
|
|
75
|
-
* <font color="#dd0000">**修改成员**:</font>BundleTypeDescription
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
81
|
-
|
|
82
|
-
### 第 40 次发布
|
|
83
|
-
|
|
84
|
-
发布时间:2024-06-18 01:57:52
|
|
85
|
-
|
|
86
|
-
本次发布包含了以下内容:
|
|
87
|
-
|
|
88
|
-
改善已有的文档。
|
|
89
|
-
|
|
90
|
-
修改数据结构:
|
|
91
|
-
|
|
92
|
-
* [BackupInfo](https://cloud.tencent.com/document/api/240/38576#BackupInfo)
|
|
93
|
-
|
|
94
|
-
* 新增成员:BackId, DeleteTime, BackupRegion
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
100
|
-
|
|
101
|
-
|
|
3
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
102
4
|
|
|
103
|
-
|
|
5
|
+
### 第 39 次发布
|
|
104
6
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
发布时间:2024-06-18 02:05:48
|
|
7
|
+
发布时间:2024-06-19 01:24:50
|
|
108
8
|
|
|
109
9
|
本次发布包含了以下内容:
|
|
110
10
|
|
|
111
11
|
改善已有的文档。
|
|
112
12
|
|
|
113
|
-
|
|
13
|
+
新增接口:
|
|
114
14
|
|
|
115
|
-
* [
|
|
15
|
+
* [DescribeVULRiskDetail](https://cloud.tencent.com/document/api/664/107483)
|
|
16
|
+
* [DescribeVulViewVulRiskList](https://cloud.tencent.com/document/api/664/107482)
|
|
116
17
|
|
|
117
|
-
|
|
18
|
+
新增数据结构:
|
|
118
19
|
|
|
20
|
+
* [VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo)
|
|
21
|
+
* [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
|
|
22
|
+
* [VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo)
|
|
23
|
+
* [VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend)
|
|
119
24
|
|
|
120
25
|
|
|
121
26
|
|
|
122
|
-
##
|
|
27
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
123
28
|
|
|
124
|
-
### 第
|
|
29
|
+
### 第 45 次发布
|
|
125
30
|
|
|
126
|
-
发布时间:2024-06-
|
|
31
|
+
发布时间:2024-06-19 01:43:58
|
|
127
32
|
|
|
128
33
|
本次发布包含了以下内容:
|
|
129
34
|
|
|
@@ -131,79 +36,32 @@
|
|
|
131
36
|
|
|
132
37
|
修改数据结构:
|
|
133
38
|
|
|
134
|
-
* [
|
|
135
|
-
|
|
136
|
-
* 新增成员:ApplicationId
|
|
137
|
-
|
|
138
|
-
* [TaskInfoNew](https://cloud.tencent.com/document/api/596/39686#TaskInfoNew)
|
|
139
|
-
|
|
140
|
-
* 新增成员:TableGroupId, TableGroupName, TableName
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
146
|
-
|
|
147
|
-
### 第 77 次发布
|
|
148
|
-
|
|
149
|
-
发布时间:2024-06-18 02:25:06
|
|
150
|
-
|
|
151
|
-
本次发布包含了以下内容:
|
|
152
|
-
|
|
153
|
-
改善已有的文档。
|
|
39
|
+
* [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
|
|
154
40
|
|
|
155
|
-
|
|
41
|
+
* 新增成员:TLSCiphers, TLSSupportVersion
|
|
156
42
|
|
|
157
|
-
* [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
|
|
158
43
|
|
|
159
44
|
|
|
160
45
|
|
|
46
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
161
47
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### 第 71 次发布
|
|
48
|
+
### 第 96 次发布
|
|
165
49
|
|
|
166
|
-
发布时间:2024-06-
|
|
50
|
+
发布时间:2024-06-19 02:35:11
|
|
167
51
|
|
|
168
52
|
本次发布包含了以下内容:
|
|
169
53
|
|
|
170
54
|
改善已有的文档。
|
|
171
55
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
* [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
|
|
175
|
-
|
|
176
|
-
* 新增出参:Result
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
新增数据结构:
|
|
180
|
-
|
|
181
|
-
* [DescribePublicAddressConfigResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicAddressConfigResult)
|
|
182
|
-
* [PublicAddressConfig](https://cloud.tencent.com/document/api/1364/54942#PublicAddressConfig)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
187
|
-
|
|
188
|
-
### 第 108 次发布
|
|
189
|
-
|
|
190
|
-
发布时间:2024-06-18 02:26:44
|
|
191
|
-
|
|
192
|
-
本次发布包含了以下内容:
|
|
56
|
+
新增接口:
|
|
193
57
|
|
|
194
|
-
|
|
58
|
+
* [MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)
|
|
195
59
|
|
|
196
60
|
修改数据结构:
|
|
197
61
|
|
|
198
|
-
* [
|
|
199
|
-
|
|
200
|
-
* 新增成员:ConfigCenters
|
|
201
|
-
|
|
202
|
-
* <font color="#dd0000">**修改成员**:</font>ConfigReleaseId, ConfigId, ConfigName, ConfigVersion, ReleaseDesc, ReleaseTime, GroupId, GroupName, NamespaceId, NamespaceName, ClusterId, ClusterName
|
|
203
|
-
|
|
204
|
-
* [Instance](https://cloud.tencent.com/document/api/649/36099#Instance)
|
|
62
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
205
63
|
|
|
206
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
64
|
+
* <font color="#dd0000">**修改成员**:</font>CirculateTaskList
|
|
207
65
|
|
|
208
66
|
|
|
209
67
|
|
|
@@ -37854,6 +37712,26 @@
|
|
|
37854
37712
|
|
|
37855
37713
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
37856
37714
|
|
|
37715
|
+
### 第 39 次发布
|
|
37716
|
+
|
|
37717
|
+
发布时间:2024-06-19 01:24:50
|
|
37718
|
+
|
|
37719
|
+
本次发布包含了以下内容:
|
|
37720
|
+
|
|
37721
|
+
改善已有的文档。
|
|
37722
|
+
|
|
37723
|
+
新增接口:
|
|
37724
|
+
|
|
37725
|
+
* [[DescribeVULRiskDetail](https://cloud.tencent.com/document/api/664/107483)](https://cloud.tencent.com/document/api/#/#)
|
|
37726
|
+
* [[DescribeVulViewVulRiskList](https://cloud.tencent.com/document/api/664/107482)](https://cloud.tencent.com/document/api/#/#)
|
|
37727
|
+
|
|
37728
|
+
新增数据结构:
|
|
37729
|
+
|
|
37730
|
+
* [[VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo)](https://cloud.tencent.com/document/api/664/90825#[VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo))
|
|
37731
|
+
* [[VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)](https://cloud.tencent.com/document/api/664/90825#[VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData))
|
|
37732
|
+
* [[VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo)](https://cloud.tencent.com/document/api/664/90825#[VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo))
|
|
37733
|
+
* [[VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend)](https://cloud.tencent.com/document/api/664/90825#[VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend))
|
|
37734
|
+
|
|
37857
37735
|
### 第 38 次发布
|
|
37858
37736
|
|
|
37859
37737
|
发布时间:2024-05-16 01:26:49
|
|
@@ -70198,6 +70076,21 @@
|
|
|
70198
70076
|
|
|
70199
70077
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
70200
70078
|
|
|
70079
|
+
### 第 45 次发布
|
|
70080
|
+
|
|
70081
|
+
发布时间:2024-06-19 01:43:58
|
|
70082
|
+
|
|
70083
|
+
本次发布包含了以下内容:
|
|
70084
|
+
|
|
70085
|
+
改善已有的文档。
|
|
70086
|
+
|
|
70087
|
+
修改数据结构:
|
|
70088
|
+
|
|
70089
|
+
* [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
|
|
70090
|
+
|
|
70091
|
+
* 新增成员:TLSCiphers, TLSSupportVersion
|
|
70092
|
+
|
|
70093
|
+
|
|
70201
70094
|
### 第 44 次发布
|
|
70202
70095
|
|
|
70203
70096
|
发布时间:2024-04-17 01:14:36
|
|
@@ -139774,8 +139667,8 @@
|
|
|
139774
139667
|
|
|
139775
139668
|
新增数据结构:
|
|
139776
139669
|
|
|
139777
|
-
* [
|
|
139778
|
-
* [
|
|
139670
|
+
* [DescribePublicAddressConfigResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicAddressConfigResult)
|
|
139671
|
+
* [PublicAddressConfig](https://cloud.tencent.com/document/api/1364/54942#PublicAddressConfig)
|
|
139779
139672
|
|
|
139780
139673
|
### 第 70 次发布
|
|
139781
139674
|
|
|
@@ -156510,6 +156403,25 @@
|
|
|
156510
156403
|
|
|
156511
156404
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
156512
156405
|
|
|
156406
|
+
### 第 96 次发布
|
|
156407
|
+
|
|
156408
|
+
发布时间:2024-06-19 02:35:11
|
|
156409
|
+
|
|
156410
|
+
本次发布包含了以下内容:
|
|
156411
|
+
|
|
156412
|
+
改善已有的文档。
|
|
156413
|
+
|
|
156414
|
+
新增接口:
|
|
156415
|
+
|
|
156416
|
+
* [[MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)](https://cloud.tencent.com/document/api/#/#)
|
|
156417
|
+
|
|
156418
|
+
修改数据结构:
|
|
156419
|
+
|
|
156420
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
156421
|
+
|
|
156422
|
+
* <font color="#dd0000">**修改成员**:</font>CirculateTaskList
|
|
156423
|
+
|
|
156424
|
+
|
|
156513
156425
|
### 第 95 次发布
|
|
156514
156426
|
|
|
156515
156427
|
发布时间:2024-06-17 02:35:04
|
|
@@ -157940,7 +157852,7 @@
|
|
|
157940
157852
|
* [ModifyTaskLinksDs](https://cloud.tencent.com/document/api/#/#)
|
|
157941
157853
|
* [ModifyTaskScriptDs](https://cloud.tencent.com/document/api/#/#)
|
|
157942
157854
|
* [MoveFile](https://cloud.tencent.com/document/api/#/#)
|
|
157943
|
-
* [MoveTasksToFolder](https://cloud.tencent.com/document/api
|
|
157855
|
+
* [MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)
|
|
157944
157856
|
* [RegisterDsEvent](https://cloud.tencent.com/document/api/#/#)
|
|
157945
157857
|
* [RegisterDsEventListener](https://cloud.tencent.com/document/api/#/#)
|
|
157946
157858
|
* [RegisterDsEventPublisher](https://cloud.tencent.com/document/api/#/#)
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2024-03-20 01:08:56 |
|
|
32
32
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2024-03-20 01:09:02 |
|
|
33
33
|
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-06-14 01:15:55 |
|
|
34
|
-
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-
|
|
34
|
+
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-06-19 01:13:52 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-06-11 11:13:54 |
|
|
38
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-
|
|
38
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-06-19 01:14:46 |
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-
|
|
58
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-06-19 01:21:13 |
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-05-14 01:28:52 |
|
|
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) | 2024-03-20 01:11:31 |
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
|
|
68
68
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-06-
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-06-19 01:24:50 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-05-17 01:23:32 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-05-16 01:28:30 |
|
|
@@ -96,13 +96,13 @@
|
|
|
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-06-12 17:52:35 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-19 01:41:32 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-19 01:42:29 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-04 01:43:35 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-
|
|
105
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-06-19 01:43:58 |
|
|
106
106
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-05-21 01:42:29 |
|
|
107
107
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
|
|
108
108
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
157
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
|
|
158
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-
|
|
158
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-19 02:02:19 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-06-14 02:20:06 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
165
165
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-06 02:18:50 |
|
|
166
166
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-06-14 02:22:55 |
|
|
167
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-
|
|
167
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-19 02:05:57 |
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
|
|
242
242
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-17 02:33:30 |
|
|
243
243
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
244
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-
|
|
244
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-19 02:35:11 |
|
|
245
245
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
246
246
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
247
247
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.878"
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
DescribeOrganizationUserInfoRequest,
|
|
28
28
|
FilterDataObject,
|
|
29
29
|
ReportItemKey,
|
|
30
|
+
TaskAdvanceCFG,
|
|
30
31
|
CVMAssetVO,
|
|
31
32
|
AssetViewCFGRisk,
|
|
32
33
|
AssetViewVULRisk,
|
|
@@ -35,13 +36,14 @@ import {
|
|
|
35
36
|
KeyValue,
|
|
36
37
|
Vpc,
|
|
37
38
|
PortRiskAdvanceCFGParamItem,
|
|
38
|
-
|
|
39
|
+
DescribeVULRiskDetailRequest,
|
|
39
40
|
DataSearchBug,
|
|
40
41
|
OrganizationUserInfo,
|
|
41
42
|
AssetTag,
|
|
42
43
|
NewAlertKey,
|
|
43
44
|
IpAssetListVO,
|
|
44
45
|
DescribeTopAttackInfoResponse,
|
|
46
|
+
DescribeVULRiskDetailResponse,
|
|
45
47
|
DescribeVULRiskAdvanceCFGListRequest,
|
|
46
48
|
ModifyRiskCenterScanTaskResponse,
|
|
47
49
|
DescribeRiskCenterAssetViewCFGRiskListRequest,
|
|
@@ -79,7 +81,9 @@ import {
|
|
|
79
81
|
PublicIpDomainListKey,
|
|
80
82
|
DescribeTopAttackInfoRequest,
|
|
81
83
|
DescribeCVMAssetsResponse,
|
|
84
|
+
VulImpactComponentInfo,
|
|
82
85
|
VULRiskAdvanceCFGList,
|
|
86
|
+
WhereFilter,
|
|
83
87
|
DescribePublicIpAssetsRequest,
|
|
84
88
|
AssetClusterPod,
|
|
85
89
|
DescribeCVMAssetInfoRequest,
|
|
@@ -92,17 +96,20 @@ import {
|
|
|
92
96
|
DescribeRiskCenterVULViewVULRiskListRequest,
|
|
93
97
|
UpdateAlertStatusListRequest,
|
|
94
98
|
TaskCenterVulRiskInputParam,
|
|
95
|
-
|
|
99
|
+
StopRiskCenterTaskRequest,
|
|
96
100
|
DescribeScanTaskListResponse,
|
|
97
101
|
ScanTaskInfo,
|
|
98
102
|
AssetInstanceTypeMap,
|
|
99
103
|
Tags,
|
|
100
104
|
VULViewVULRisk,
|
|
101
105
|
PortViewPortRisk,
|
|
106
|
+
VULRiskInfo,
|
|
102
107
|
DescribeClusterPodAssetsRequest,
|
|
103
108
|
DescribeCVMAssetInfoResponse,
|
|
104
109
|
DescribePublicIpAssetsResponse,
|
|
110
|
+
DescribeVulViewVulRiskListRequest,
|
|
105
111
|
DescribeTaskLogURLResponse,
|
|
112
|
+
VulTrend,
|
|
106
113
|
ModifyOrganizationAccountStatusResponse,
|
|
107
114
|
AlertExtraInfo,
|
|
108
115
|
DescribeDbAssetInfoRequest,
|
|
@@ -123,7 +130,7 @@ import {
|
|
|
123
130
|
ReportTaskIdList,
|
|
124
131
|
AddNewBindRoleUserResponse,
|
|
125
132
|
RelatedEvent,
|
|
126
|
-
|
|
133
|
+
VULViewVULRiskData,
|
|
127
134
|
DescribeAlertListResponse,
|
|
128
135
|
ScanTaskInfoList,
|
|
129
136
|
DescribeDbAssetsRequest,
|
|
@@ -151,6 +158,7 @@ import {
|
|
|
151
158
|
DescribeListenerListRequest,
|
|
152
159
|
DeleteRiskScanTaskResponse,
|
|
153
160
|
DescribeGatewayAssetsRequest,
|
|
161
|
+
DescribeVulViewVulRiskListResponse,
|
|
154
162
|
CreateDomainAndIpResponse,
|
|
155
163
|
DescribeTaskLogListRequest,
|
|
156
164
|
DescribeRiskCenterAssetViewPortRiskListResponse,
|
|
@@ -347,6 +355,16 @@ export class Client extends AbstractClient {
|
|
|
347
355
|
return this.request("DescribeAssetViewVulRiskList", req, cb)
|
|
348
356
|
}
|
|
349
357
|
|
|
358
|
+
/**
|
|
359
|
+
* 获取漏洞展开详情
|
|
360
|
+
*/
|
|
361
|
+
async DescribeVULRiskDetail(
|
|
362
|
+
req: DescribeVULRiskDetailRequest,
|
|
363
|
+
cb?: (error: string, rep: DescribeVULRiskDetailResponse) => void
|
|
364
|
+
): Promise<DescribeVULRiskDetailResponse> {
|
|
365
|
+
return this.request("DescribeVULRiskDetail", req, cb)
|
|
366
|
+
}
|
|
367
|
+
|
|
350
368
|
/**
|
|
351
369
|
* 获取内容风险列表
|
|
352
370
|
*/
|
|
@@ -417,6 +435,16 @@ export class Client extends AbstractClient {
|
|
|
417
435
|
return this.request("DescribeTaskLogList", req, cb)
|
|
418
436
|
}
|
|
419
437
|
|
|
438
|
+
/**
|
|
439
|
+
* 获取漏洞视角的漏洞风险列表
|
|
440
|
+
*/
|
|
441
|
+
async DescribeVulViewVulRiskList(
|
|
442
|
+
req: DescribeVulViewVulRiskListRequest,
|
|
443
|
+
cb?: (error: string, rep: DescribeVulViewVulRiskListResponse) => void
|
|
444
|
+
): Promise<DescribeVulViewVulRiskListResponse> {
|
|
445
|
+
return this.request("DescribeVulViewVulRiskList", req, cb)
|
|
446
|
+
}
|
|
447
|
+
|
|
420
448
|
/**
|
|
421
449
|
* 获取扫描报告列表
|
|
422
450
|
*/
|