tencentcloud-sdk-nodejs 4.0.677 → 4.0.679
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 +471 -0
- package/SERVICE_CHANGELOG.md +447 -227
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +11 -2
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/bma/v20221115/bma_models.ts +9 -0
- package/src/services/cdwch/v20200915/cdwch_client.ts +144 -95
- package/src/services/cdwch/v20200915/cdwch_models.ts +227 -67
- package/src/services/ckafka/v20190819/ckafka_client.ts +6 -5
- package/src/services/ckafka/v20190819/ckafka_models.ts +113 -79
- package/src/services/csip/v20221121/csip_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_client.ts +4 -5
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +10 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +36 -28
- package/src/services/dsgc/v20190723/dsgc_client.ts +26 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +207 -30
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +16 -7
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/oceanus/v20190422/oceanus_client.ts +1 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +81 -35
- package/src/services/trtc/v20190722/trtc_models.ts +2 -1
- package/src/services/tsf/v20180326/tsf_models.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +51 -10
- package/src/services/vpc/v20170312/vpc_client.ts +88 -62
- package/src/services/vpc/v20170312/vpc_models.ts +108 -39
- package/src/services/waf/v20180125/waf_client.ts +744 -489
- package/src/services/waf/v20180125/waf_models.ts +1329 -282
- package/src/services/wedata/v20210820/wedata_models.ts +34 -29
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +11 -2
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +9 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +49 -33
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +72 -48
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +217 -66
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +112 -79
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +4 -5
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +4 -5
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +36 -28
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +9 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +12 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +201 -30
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +16 -7
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +80 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +50 -10
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +41 -31
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +51 -37
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +104 -39
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +244 -162
- package/tencentcloud/services/waf/v20180125/waf_client.js +361 -239
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1287 -293
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +34 -29
- package/test/cdwch.v20200915.test.js +74 -34
- package/test/dsgc.v20190723.test.js +20 -0
- package/test/vpc.v20170312.test.js +30 -10
- package/test/waf.v20180125.test.js +356 -156
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 167 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-08-
|
|
7
|
+
发布时间:2023-08-31 11:01:10
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,89 +12,16 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
17
|
-
* [DescribeTagList](https://cloud.tencent.com/document/api/555/97567)
|
|
18
|
-
|
|
19
|
-
修改接口:
|
|
20
|
-
|
|
21
|
-
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
22
|
-
|
|
23
|
-
* 新增入参:TagKey, TagValue
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
新增数据结构:
|
|
27
|
-
|
|
28
|
-
* [TagDataInfo](https://cloud.tencent.com/document/api/555/19183#TagDataInfo)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
33
|
-
|
|
34
|
-
### 第 14 次发布
|
|
35
|
-
|
|
36
|
-
发布时间:2023-08-30 01:09:10
|
|
37
|
-
|
|
38
|
-
本次发布包含了以下内容:
|
|
39
|
-
|
|
40
|
-
改善已有的文档。
|
|
41
|
-
|
|
42
|
-
修改接口:
|
|
43
|
-
|
|
44
|
-
* [CreateBackUpSchedule](https://cloud.tencent.com/document/api/1299/83424)
|
|
45
|
-
|
|
46
|
-
* 新增入参:InstanceId, ScheduleType, OperationType, RetainDays
|
|
47
|
-
|
|
48
|
-
* 新增出参:ErrorMsg
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
54
|
-
|
|
55
|
-
### 第 114 次发布
|
|
56
|
-
|
|
57
|
-
发布时间:2023-08-30 01:11:15
|
|
58
|
-
|
|
59
|
-
本次发布包含了以下内容:
|
|
60
|
-
|
|
61
|
-
改善已有的文档。
|
|
62
|
-
|
|
63
|
-
修改数据结构:
|
|
64
|
-
|
|
65
|
-
* [HostResource](https://cloud.tencent.com/document/api/213/15753#HostResource)
|
|
66
|
-
|
|
67
|
-
* 新增成员:ExclusiveOwner
|
|
68
|
-
|
|
69
|
-
* <font color="#dd0000">**修改成员**:</font>CpuTotal, CpuAvailable, MemTotal, MemAvailable, DiskTotal, DiskAvailable, GpuTotal, GpuAvailable
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
75
|
-
|
|
76
|
-
### 第 93 次发布
|
|
77
|
-
|
|
78
|
-
发布时间:2023-08-30 01:11:34
|
|
15
|
+
* [CreateNetworkAclEntries](https://cloud.tencent.com/document/api/215/97652)
|
|
16
|
+
* [DeleteNetworkAclEntries](https://cloud.tencent.com/document/api/215/97651)
|
|
79
17
|
|
|
80
|
-
本次发布包含了以下内容:
|
|
81
18
|
|
|
82
|
-
改善已有的文档。
|
|
83
|
-
|
|
84
|
-
修改数据结构:
|
|
85
|
-
|
|
86
|
-
* [BashRule](https://cloud.tencent.com/document/api/296/19867#BashRule)
|
|
87
|
-
|
|
88
|
-
* 新增成员:Description
|
|
89
19
|
|
|
20
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
90
21
|
|
|
22
|
+
### 第 47 次发布
|
|
91
23
|
|
|
92
|
-
|
|
93
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
94
|
-
|
|
95
|
-
### 第 108 次发布
|
|
96
|
-
|
|
97
|
-
发布时间:2023-08-30 01:14:43
|
|
24
|
+
发布时间:2023-08-31 10:55:43
|
|
98
25
|
|
|
99
26
|
本次发布包含了以下内容:
|
|
100
27
|
|
|
@@ -102,148 +29,42 @@
|
|
|
102
29
|
|
|
103
30
|
新增接口:
|
|
104
31
|
|
|
105
|
-
* [
|
|
106
|
-
* [
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
* [
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
改善已有的文档。
|
|
126
|
-
|
|
127
|
-
修改接口:
|
|
128
|
-
|
|
129
|
-
* [CreateCloudStorage](https://cloud.tencent.com/document/api/1131/77505)
|
|
130
|
-
|
|
131
|
-
* 新增入参:ChannelId
|
|
132
|
-
|
|
133
|
-
* [DescribeCloudStorageDate](https://cloud.tencent.com/document/api/1131/77503)
|
|
134
|
-
|
|
135
|
-
* 新增入参:ChannelId
|
|
136
|
-
|
|
137
|
-
* [DescribeCloudStorageTime](https://cloud.tencent.com/document/api/1131/77498)
|
|
138
|
-
|
|
139
|
-
* 新增入参:ChannelId
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
145
|
-
|
|
146
|
-
### 第 17 次发布
|
|
147
|
-
|
|
148
|
-
发布时间:2023-08-30 01:16:44
|
|
149
|
-
|
|
150
|
-
本次发布包含了以下内容:
|
|
151
|
-
|
|
152
|
-
改善已有的文档。
|
|
153
|
-
|
|
154
|
-
修改接口:
|
|
155
|
-
|
|
156
|
-
* [DescribeCloudStorage](https://cloud.tencent.com/document/api/1131/53635)
|
|
157
|
-
|
|
158
|
-
* 新增入参:ChannelId
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
168
|
-
|
|
169
|
-
### 第 5 次发布
|
|
170
|
-
|
|
171
|
-
发布时间:2023-08-30 01:17:50
|
|
172
|
-
|
|
173
|
-
本次发布包含了以下内容:
|
|
174
|
-
|
|
175
|
-
改善已有的文档。
|
|
176
|
-
|
|
177
|
-
修改接口:
|
|
178
|
-
|
|
179
|
-
* [ListRecordBackupPlanDevices](https://cloud.tencent.com/document/api/1344/95921)
|
|
180
|
-
|
|
181
|
-
* <font color="#dd0000">**修改入参**:</font>PageSize, PageNumber
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
修改数据结构:
|
|
185
|
-
|
|
186
|
-
* [ListRecordBackupPlanDevicesData](https://cloud.tencent.com/document/api/1344/95952#ListRecordBackupPlanDevicesData)
|
|
187
|
-
|
|
188
|
-
* <font color="#dd0000">**修改成员**:</font>List
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
## SSL 证书(ssl) 版本:2019-12-05
|
|
194
|
-
|
|
195
|
-
### 第 41 次发布
|
|
196
|
-
|
|
197
|
-
发布时间:2023-08-30 01:21:56
|
|
198
|
-
|
|
199
|
-
本次发布包含了以下内容:
|
|
200
|
-
|
|
201
|
-
改善已有的文档。
|
|
202
|
-
|
|
203
|
-
修改数据结构:
|
|
204
|
-
|
|
205
|
-
* [CdnInstanceDetail](https://cloud.tencent.com/document/api/400/41679#CdnInstanceDetail)
|
|
206
|
-
|
|
207
|
-
* 新增成员:HttpsBillingSwitch
|
|
208
|
-
|
|
209
|
-
* [Certificate](https://cloud.tencent.com/document/api/400/41679#Certificate)
|
|
210
|
-
|
|
211
|
-
* 新增成员:CertCaId, SSLMode
|
|
212
|
-
|
|
213
|
-
* [TkeInstanceDetail](https://cloud.tencent.com/document/api/400/41679#TkeInstanceDetail)
|
|
214
|
-
|
|
215
|
-
* 新增成员:ClusterType, ClusterVersion
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
221
|
-
|
|
222
|
-
### 第 45 次发布
|
|
223
|
-
|
|
224
|
-
发布时间:2023-08-30 01:28:20
|
|
225
|
-
|
|
226
|
-
本次发布包含了以下内容:
|
|
227
|
-
|
|
228
|
-
改善已有的文档。
|
|
229
|
-
|
|
230
|
-
修改接口:
|
|
231
|
-
|
|
232
|
-
* [DescribeTaskRunHistory](https://cloud.tencent.com/document/api/1267/95189)
|
|
233
|
-
|
|
234
|
-
* <font color="#dd0000">**修改入参**:</font>PageNumber
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
修改数据结构:
|
|
238
|
-
|
|
239
|
-
* [LinkOpsDto](https://cloud.tencent.com/document/api/1267/76336#LinkOpsDto)
|
|
240
|
-
|
|
241
|
-
* <font color="#dd0000">**修改成员**:</font>Id, LinkKey, TaskFrom, TaskTo, InCharge, LinkDependencyType, Offset, LinkType, WorkflowId
|
|
242
|
-
|
|
243
|
-
* [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto)
|
|
32
|
+
* [AddAntiFakeUrl](https://cloud.tencent.com/document/api/627/97644)
|
|
33
|
+
* [AddAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97643)
|
|
34
|
+
* [DeleteAntiFakeUrl](https://cloud.tencent.com/document/api/627/97642)
|
|
35
|
+
* [DeleteAntiInfoLeakRule](https://cloud.tencent.com/document/api/627/97649)
|
|
36
|
+
* [DeleteCCRule](https://cloud.tencent.com/document/api/627/97648)
|
|
37
|
+
* [DescribeAntiFakeRules](https://cloud.tencent.com/document/api/627/97641)
|
|
38
|
+
* [DescribeAntiFakeUrl](https://cloud.tencent.com/document/api/627/97640)
|
|
39
|
+
* [DescribeAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97639)
|
|
40
|
+
* [DescribeAntiInfoLeakageRules](https://cloud.tencent.com/document/api/627/97638)
|
|
41
|
+
* [DescribeBatchIpAccessControl](https://cloud.tencent.com/document/api/627/97650)
|
|
42
|
+
* [DescribeCCRule](https://cloud.tencent.com/document/api/627/97637)
|
|
43
|
+
* [DescribeCCRuleList](https://cloud.tencent.com/document/api/627/97636)
|
|
44
|
+
* [DescribeSession](https://cloud.tencent.com/document/api/627/97635)
|
|
45
|
+
* [ModifyAntiFakeUrl](https://cloud.tencent.com/document/api/627/97634)
|
|
46
|
+
* [ModifyAntiFakeUrlStatus](https://cloud.tencent.com/document/api/627/97647)
|
|
47
|
+
* [ModifyAntiInfoLeakRuleStatus](https://cloud.tencent.com/document/api/627/97633)
|
|
48
|
+
* [ModifyAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97632)
|
|
49
|
+
* [ModifyCustomWhiteRuleStatus](https://cloud.tencent.com/document/api/627/97631)
|
|
50
|
+
* [UpsertCCRule](https://cloud.tencent.com/document/api/627/97646)
|
|
51
|
+
* [UpsertSession](https://cloud.tencent.com/document/api/627/97645)
|
|
244
52
|
|
|
245
|
-
|
|
53
|
+
新增数据结构:
|
|
246
54
|
|
|
55
|
+
* [BatchIpAccessControlData](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlData)
|
|
56
|
+
* [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
|
|
57
|
+
* [CCRuleData](https://cloud.tencent.com/document/api/627/53609#CCRuleData)
|
|
58
|
+
* [CCRuleItem](https://cloud.tencent.com/document/api/627/53609#CCRuleItem)
|
|
59
|
+
* [CacheUrlItem](https://cloud.tencent.com/document/api/627/53609#CacheUrlItem)
|
|
60
|
+
* [CacheUrlItems](https://cloud.tencent.com/document/api/627/53609#CacheUrlItems)
|
|
61
|
+
* [DescribeAntiInfoLeakRulesRuleItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiInfoLeakRulesRuleItem)
|
|
62
|
+
* [DescribeAntiInfoLeakRulesStrategyItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiInfoLeakRulesStrategyItem)
|
|
63
|
+
* [DescribeAntiLeakageItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiLeakageItem)
|
|
64
|
+
* [PageInfo](https://cloud.tencent.com/document/api/627/53609#PageInfo)
|
|
65
|
+
* [SessionData](https://cloud.tencent.com/document/api/627/53609#SessionData)
|
|
66
|
+
* [SessionItem](https://cloud.tencent.com/document/api/627/53609#SessionItem)
|
|
67
|
+
* [StrategyForAntiInfoLeak](https://cloud.tencent.com/document/api/627/53609#StrategyForAntiInfoLeak)
|
|
247
68
|
|
|
248
69
|
|
|
249
70
|
|
|
@@ -3422,6 +3243,25 @@
|
|
|
3422
3243
|
|
|
3423
3244
|
## API 网关(apigateway) 版本:2018-08-08
|
|
3424
3245
|
|
|
3246
|
+
### 第 43 次发布
|
|
3247
|
+
|
|
3248
|
+
发布时间:2023-08-31 01:06:05
|
|
3249
|
+
|
|
3250
|
+
本次发布包含了以下内容:
|
|
3251
|
+
|
|
3252
|
+
改善已有的文档。
|
|
3253
|
+
|
|
3254
|
+
修改接口:
|
|
3255
|
+
|
|
3256
|
+
* [DescribeService](https://cloud.tencent.com/document/api/628/45199)
|
|
3257
|
+
|
|
3258
|
+
* 新增出参:UniqVpcId
|
|
3259
|
+
|
|
3260
|
+
* [ModifyService](https://cloud.tencent.com/document/api/628/45193)
|
|
3261
|
+
|
|
3262
|
+
* 新增入参:UniqVpcId
|
|
3263
|
+
|
|
3264
|
+
|
|
3425
3265
|
### 第 42 次发布
|
|
3426
3266
|
|
|
3427
3267
|
发布时间:2023-07-27 01:06:01
|
|
@@ -8169,9 +8009,9 @@
|
|
|
8169
8009
|
|
|
8170
8010
|
新增接口:
|
|
8171
8011
|
|
|
8172
|
-
* [
|
|
8173
|
-
* [
|
|
8174
|
-
* [
|
|
8012
|
+
* [CreateAllocationTag](https://cloud.tencent.com/document/api/555/97569)
|
|
8013
|
+
* [DeleteAllocationTag](https://cloud.tencent.com/document/api/555/97568)
|
|
8014
|
+
* [DescribeTagList](https://cloud.tencent.com/document/api/555/97567)
|
|
8175
8015
|
|
|
8176
8016
|
修改接口:
|
|
8177
8017
|
|
|
@@ -8182,7 +8022,7 @@
|
|
|
8182
8022
|
|
|
8183
8023
|
新增数据结构:
|
|
8184
8024
|
|
|
8185
|
-
* [
|
|
8025
|
+
* [TagDataInfo](https://cloud.tencent.com/document/api/555/19183#TagDataInfo)
|
|
8186
8026
|
|
|
8187
8027
|
### 第 45 次发布
|
|
8188
8028
|
|
|
@@ -9940,6 +9780,30 @@
|
|
|
9940
9780
|
|
|
9941
9781
|
## 品牌经营管家(bma) 版本:2022-11-15
|
|
9942
9782
|
|
|
9783
|
+
### 第 10 次发布
|
|
9784
|
+
|
|
9785
|
+
发布时间:2023-08-31 01:07:17
|
|
9786
|
+
|
|
9787
|
+
本次发布包含了以下内容:
|
|
9788
|
+
|
|
9789
|
+
改善已有的文档。
|
|
9790
|
+
|
|
9791
|
+
修改接口:
|
|
9792
|
+
|
|
9793
|
+
* [CreateBPWhiteList](https://cloud.tencent.com/document/api/1296/86602)
|
|
9794
|
+
|
|
9795
|
+
* 新增入参:Remark
|
|
9796
|
+
|
|
9797
|
+
|
|
9798
|
+
修改数据结构:
|
|
9799
|
+
|
|
9800
|
+
* [WhiteListData](https://cloud.tencent.com/document/api/1296/86604#WhiteListData)
|
|
9801
|
+
|
|
9802
|
+
* 新增成员:Remark
|
|
9803
|
+
|
|
9804
|
+
* <font color="#dd0000">**修改成员**:</font>WhiteListId, CompanyId, BrandName, AssetsType, WhiteList, InsertTime
|
|
9805
|
+
|
|
9806
|
+
|
|
9943
9807
|
### 第 9 次发布
|
|
9944
9808
|
|
|
9945
9809
|
发布时间:2023-07-28 01:09:00
|
|
@@ -20437,6 +20301,32 @@
|
|
|
20437
20301
|
|
|
20438
20302
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
20439
20303
|
|
|
20304
|
+
### 第 15 次发布
|
|
20305
|
+
|
|
20306
|
+
发布时间:2023-08-31 01:09:05
|
|
20307
|
+
|
|
20308
|
+
本次发布包含了以下内容:
|
|
20309
|
+
|
|
20310
|
+
改善已有的文档。
|
|
20311
|
+
|
|
20312
|
+
新增接口:
|
|
20313
|
+
|
|
20314
|
+
* [DeleteBackUpData](https://cloud.tencent.com/document/api/1299/97603)
|
|
20315
|
+
* [DescribeBackUpJob](https://cloud.tencent.com/document/api/1299/97605)
|
|
20316
|
+
* [DescribeBackUpJobDetail](https://cloud.tencent.com/document/api/1299/97604)
|
|
20317
|
+
* [RecoverBackUpJob](https://cloud.tencent.com/document/api/1299/97602)
|
|
20318
|
+
|
|
20319
|
+
修改接口:
|
|
20320
|
+
|
|
20321
|
+
* [DescribeCkSqlApis](https://cloud.tencent.com/document/api/1299/83428)
|
|
20322
|
+
|
|
20323
|
+
* 新增入参:UserType
|
|
20324
|
+
|
|
20325
|
+
|
|
20326
|
+
新增数据结构:
|
|
20327
|
+
|
|
20328
|
+
* [BackUpJobDisplay](https://cloud.tencent.com/document/api/1299/83429#BackUpJobDisplay)
|
|
20329
|
+
|
|
20440
20330
|
### 第 14 次发布
|
|
20441
20331
|
|
|
20442
20332
|
发布时间:2023-08-30 01:09:10
|
|
@@ -23070,6 +22960,38 @@
|
|
|
23070
22960
|
|
|
23071
22961
|
## 消息队列 CKafka(ckafka) 版本:2019-08-19
|
|
23072
22962
|
|
|
22963
|
+
### 第 95 次发布
|
|
22964
|
+
|
|
22965
|
+
发布时间:2023-08-31 01:09:45
|
|
22966
|
+
|
|
22967
|
+
本次发布包含了以下内容:
|
|
22968
|
+
|
|
22969
|
+
改善已有的文档。
|
|
22970
|
+
|
|
22971
|
+
修改接口:
|
|
22972
|
+
|
|
22973
|
+
* [CreateInstancePre](https://cloud.tencent.com/document/api/597/45847)
|
|
22974
|
+
|
|
22975
|
+
* 新增入参:AutoVoucher
|
|
22976
|
+
|
|
22977
|
+
|
|
22978
|
+
新增数据结构:
|
|
22979
|
+
|
|
22980
|
+
* [BrokerTopicFlowData](https://cloud.tencent.com/document/api/597/40861#BrokerTopicFlowData)
|
|
22981
|
+
|
|
22982
|
+
修改数据结构:
|
|
22983
|
+
|
|
22984
|
+
* [TopicFlowRankingResult](https://cloud.tencent.com/document/api/597/40861#TopicFlowRankingResult)
|
|
22985
|
+
|
|
22986
|
+
* 新增成员:BrokerTopicFlowData
|
|
22987
|
+
|
|
22988
|
+
* <font color="#dd0000">**修改成员**:</font>BrokerIp, BrokerTopicData
|
|
22989
|
+
|
|
22990
|
+
* [ZoneInfo](https://cloud.tencent.com/document/api/597/40861#ZoneInfo)
|
|
22991
|
+
|
|
22992
|
+
* 新增成员:ExtraFlag
|
|
22993
|
+
|
|
22994
|
+
|
|
23073
22995
|
### 第 94 次发布
|
|
23074
22996
|
|
|
23075
22997
|
发布时间:2023-08-29 01:09:11
|
|
@@ -33493,6 +33415,23 @@
|
|
|
33493
33415
|
|
|
33494
33416
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
33495
33417
|
|
|
33418
|
+
### 第 9 次发布
|
|
33419
|
+
|
|
33420
|
+
发布时间:2023-08-31 01:11:48
|
|
33421
|
+
|
|
33422
|
+
本次发布包含了以下内容:
|
|
33423
|
+
|
|
33424
|
+
改善已有的文档。
|
|
33425
|
+
|
|
33426
|
+
修改数据结构:
|
|
33427
|
+
|
|
33428
|
+
* [ClbListenerListInfo](https://cloud.tencent.com/document/api/664/90825#ClbListenerListInfo)
|
|
33429
|
+
|
|
33430
|
+
* 新增成员:LoadBalancerDomain
|
|
33431
|
+
|
|
33432
|
+
* <font color="#dd0000">**修改成员**:</font>ListenerId, ListenerName, LoadBalancerId, LoadBalancerName, Protocol, Region, Vip, VPort, Zone, NumericalVpcId, LoadBalancerType, Domain
|
|
33433
|
+
|
|
33434
|
+
|
|
33496
33435
|
### 第 8 次发布
|
|
33497
33436
|
|
|
33498
33437
|
发布时间:2023-08-09 01:17:49
|
|
@@ -35856,6 +35795,21 @@
|
|
|
35856
35795
|
|
|
35857
35796
|
## 主机安全(cwp) 版本:2018-02-28
|
|
35858
35797
|
|
|
35798
|
+
### 第 94 次发布
|
|
35799
|
+
|
|
35800
|
+
发布时间:2023-08-31 01:12:44
|
|
35801
|
+
|
|
35802
|
+
本次发布包含了以下内容:
|
|
35803
|
+
|
|
35804
|
+
改善已有的文档。
|
|
35805
|
+
|
|
35806
|
+
修改接口:
|
|
35807
|
+
|
|
35808
|
+
* [DescribeMaliciousRequestWhiteList](https://cloud.tencent.com/document/api/296/61720)
|
|
35809
|
+
|
|
35810
|
+
* 新增入参:Order, By
|
|
35811
|
+
|
|
35812
|
+
|
|
35859
35813
|
### 第 93 次发布
|
|
35860
35814
|
|
|
35861
35815
|
发布时间:2023-08-30 01:11:34
|
|
@@ -41440,6 +41394,23 @@
|
|
|
41440
41394
|
|
|
41441
41395
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
41442
41396
|
|
|
41397
|
+
### 第 23 次发布
|
|
41398
|
+
|
|
41399
|
+
发布时间:2023-08-31 01:13:53
|
|
41400
|
+
|
|
41401
|
+
本次发布包含了以下内容:
|
|
41402
|
+
|
|
41403
|
+
改善已有的文档。
|
|
41404
|
+
|
|
41405
|
+
修改数据结构:
|
|
41406
|
+
|
|
41407
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1130/57812#InstanceInfo)
|
|
41408
|
+
|
|
41409
|
+
* 新增成员:AgentStatus, InstanceStatus
|
|
41410
|
+
|
|
41411
|
+
* <font color="#dd0000">**修改成员**:</font>InternalVip, InternalVport, CreateTime, ClusterId, ClusterName
|
|
41412
|
+
|
|
41413
|
+
|
|
41443
41414
|
### 第 22 次发布
|
|
41444
41415
|
|
|
41445
41416
|
发布时间:2023-07-13 01:15:30
|
|
@@ -46098,6 +46069,92 @@
|
|
|
46098
46069
|
|
|
46099
46070
|
## 数据安全中心(dsgc) 版本:2019-07-23
|
|
46100
46071
|
|
|
46072
|
+
### 第 3 次发布
|
|
46073
|
+
|
|
46074
|
+
发布时间:2023-08-31 01:14:45
|
|
46075
|
+
|
|
46076
|
+
本次发布包含了以下内容:
|
|
46077
|
+
|
|
46078
|
+
改善已有的文档。
|
|
46079
|
+
|
|
46080
|
+
新增接口:
|
|
46081
|
+
|
|
46082
|
+
* [DescribeDSPAAssessmentRiskSideDistributed](https://cloud.tencent.com/document/api/1087/97607)
|
|
46083
|
+
* [DescribeDSPAAssessmentRiskSideList](https://cloud.tencent.com/document/api/1087/97606)
|
|
46084
|
+
|
|
46085
|
+
修改接口:
|
|
46086
|
+
|
|
46087
|
+
* [CreateDSPAAssessmentTask](https://cloud.tencent.com/document/api/1087/97259)
|
|
46088
|
+
|
|
46089
|
+
* <font color="#dd0000">**修改入参**:</font>DiscoveryCondition
|
|
46090
|
+
|
|
46091
|
+
* [DescribeDSPAAssessmentHighRiskTop10Overview](https://cloud.tencent.com/document/api/1087/97159)
|
|
46092
|
+
|
|
46093
|
+
* 新增入参:Filter
|
|
46094
|
+
|
|
46095
|
+
* [DescribeDSPAAssessmentLatestRiskList](https://cloud.tencent.com/document/api/1087/97157)
|
|
46096
|
+
|
|
46097
|
+
* 新增入参:RiskSide
|
|
46098
|
+
|
|
46099
|
+
* [DescribeDSPAAssessmentRiskDistributionOverview](https://cloud.tencent.com/document/api/1087/97152)
|
|
46100
|
+
|
|
46101
|
+
* 新增入参:Filter
|
|
46102
|
+
|
|
46103
|
+
* [DescribeDSPAAssessmentRiskTemplateVulnerableList](https://cloud.tencent.com/document/api/1087/97148)
|
|
46104
|
+
|
|
46105
|
+
* 新增入参:RiskSide
|
|
46106
|
+
|
|
46107
|
+
* [DescribeDSPAESDiscoveryTaskResultDetail](https://cloud.tencent.com/document/api/1087/97208)
|
|
46108
|
+
|
|
46109
|
+
* 新增入参:DbName
|
|
46110
|
+
|
|
46111
|
+
* [ModifyDSPAAssessmentRiskLatest](https://cloud.tencent.com/document/api/1087/97199)
|
|
46112
|
+
|
|
46113
|
+
* 新增入参:BathRiskIdList
|
|
46114
|
+
|
|
46115
|
+
|
|
46116
|
+
新增数据结构:
|
|
46117
|
+
|
|
46118
|
+
* [RiskSideDistributed](https://cloud.tencent.com/document/api/1087/96844#RiskSideDistributed)
|
|
46119
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1087/96844#TemplateInfo)
|
|
46120
|
+
|
|
46121
|
+
修改数据结构:
|
|
46122
|
+
|
|
46123
|
+
* [AssessmentRisk](https://cloud.tencent.com/document/api/1087/96844#AssessmentRisk)
|
|
46124
|
+
|
|
46125
|
+
* 新增成员:RiskSide
|
|
46126
|
+
|
|
46127
|
+
* <font color="#dd0000">**修改成员**:</font>AssetName, SecurityProduct, RiskType
|
|
46128
|
+
|
|
46129
|
+
* [AssessmentRiskItem](https://cloud.tencent.com/document/api/1087/96844#AssessmentRiskItem)
|
|
46130
|
+
|
|
46131
|
+
* 新增成员:RiskSide, ReferTemplateList
|
|
46132
|
+
|
|
46133
|
+
* [AssessmentTemplate](https://cloud.tencent.com/document/api/1087/96844#AssessmentTemplate)
|
|
46134
|
+
|
|
46135
|
+
* 新增成员:IsASMTemplate
|
|
46136
|
+
|
|
46137
|
+
* <font color="#dd0000">**修改成员**:</font>Id, SupportDataSource
|
|
46138
|
+
|
|
46139
|
+
* [ESTaskResultDetail](https://cloud.tencent.com/document/api/1087/96844#ESTaskResultDetail)
|
|
46140
|
+
|
|
46141
|
+
* 新增成员:LevelRiskScore
|
|
46142
|
+
|
|
46143
|
+
* [HighRiskAssetsDetail](https://cloud.tencent.com/document/api/1087/96844#HighRiskAssetsDetail)
|
|
46144
|
+
|
|
46145
|
+
* 新增成员:DataSourceType, DataSourceName, RiskSide, ResourceRegion
|
|
46146
|
+
|
|
46147
|
+
* <font color="#dd0000">**修改成员**:</font>InstanceId, AssetsName, HighRiskCount, RiskType, TotalRiskCount
|
|
46148
|
+
|
|
46149
|
+
* [RiskCountInfo](https://cloud.tencent.com/document/api/1087/96844#RiskCountInfo)
|
|
46150
|
+
|
|
46151
|
+
* 新增成员:RiskLevelName
|
|
46152
|
+
|
|
46153
|
+
* [RiskItemInfo](https://cloud.tencent.com/document/api/1087/96844#RiskItemInfo)
|
|
46154
|
+
|
|
46155
|
+
* 新增成员:ResourceRegion, RiskSide
|
|
46156
|
+
|
|
46157
|
+
|
|
46101
46158
|
### 第 2 次发布
|
|
46102
46159
|
|
|
46103
46160
|
发布时间:2023-08-25 01:34:20
|
|
@@ -52199,8 +52256,8 @@
|
|
|
52199
52256
|
|
|
52200
52257
|
新增接口:
|
|
52201
52258
|
|
|
52202
|
-
* [
|
|
52203
|
-
* [
|
|
52259
|
+
* [CreateIntegrationRole](https://cloud.tencent.com/document/api/1323/97571)
|
|
52260
|
+
* [ModifyIntegrationRole](https://cloud.tencent.com/document/api/1323/97570)
|
|
52204
52261
|
|
|
52205
52262
|
修改接口:
|
|
52206
52263
|
|
|
@@ -56530,6 +56587,28 @@
|
|
|
56530
56587
|
|
|
56531
56588
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
56532
56589
|
|
|
56590
|
+
### 第 62 次发布
|
|
56591
|
+
|
|
56592
|
+
发布时间:2023-08-31 01:16:46
|
|
56593
|
+
|
|
56594
|
+
本次发布包含了以下内容:
|
|
56595
|
+
|
|
56596
|
+
改善已有的文档。
|
|
56597
|
+
|
|
56598
|
+
修改接口:
|
|
56599
|
+
|
|
56600
|
+
* [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
|
|
56601
|
+
|
|
56602
|
+
* 新增出参:IntentionActionResult
|
|
56603
|
+
|
|
56604
|
+
|
|
56605
|
+
修改数据结构:
|
|
56606
|
+
|
|
56607
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
56608
|
+
|
|
56609
|
+
* 新增成员:IntentionActions
|
|
56610
|
+
|
|
56611
|
+
|
|
56533
56612
|
### 第 61 次发布
|
|
56534
56613
|
|
|
56535
56614
|
发布时间:2023-08-29 01:15:31
|
|
@@ -80432,6 +80511,27 @@
|
|
|
80432
80511
|
|
|
80433
80512
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
80434
80513
|
|
|
80514
|
+
### 第 37 次发布
|
|
80515
|
+
|
|
80516
|
+
发布时间:2023-08-31 01:20:56
|
|
80517
|
+
|
|
80518
|
+
本次发布包含了以下内容:
|
|
80519
|
+
|
|
80520
|
+
改善已有的文档。
|
|
80521
|
+
|
|
80522
|
+
新增数据结构:
|
|
80523
|
+
|
|
80524
|
+
* [Order](https://cloud.tencent.com/document/api/849/52010#Order)
|
|
80525
|
+
|
|
80526
|
+
修改数据结构:
|
|
80527
|
+
|
|
80528
|
+
* [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
|
|
80529
|
+
|
|
80530
|
+
* 新增成员:ArchGeneration, ClusterType, Orders
|
|
80531
|
+
|
|
80532
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterSessions
|
|
80533
|
+
|
|
80534
|
+
|
|
80435
80535
|
### 第 36 次发布
|
|
80436
80536
|
|
|
80437
80537
|
发布时间:2023-08-01 01:34:42
|
|
@@ -120047,6 +120147,25 @@
|
|
|
120047
120147
|
|
|
120048
120148
|
## 云点播(vod) 版本:2018-07-17
|
|
120049
120149
|
|
|
120150
|
+
### 第 163 次发布
|
|
120151
|
+
|
|
120152
|
+
发布时间:2023-08-31 01:27:41
|
|
120153
|
+
|
|
120154
|
+
本次发布包含了以下内容:
|
|
120155
|
+
|
|
120156
|
+
改善已有的文档。
|
|
120157
|
+
|
|
120158
|
+
新增数据结构:
|
|
120159
|
+
|
|
120160
|
+
* [ProductInstanceResource](https://cloud.tencent.com/document/api/266/31773#ProductInstanceResource)
|
|
120161
|
+
|
|
120162
|
+
修改数据结构:
|
|
120163
|
+
|
|
120164
|
+
* [ProductInstance](https://cloud.tencent.com/document/api/266/31773#ProductInstance)
|
|
120165
|
+
|
|
120166
|
+
* 新增成员:ResourceSet
|
|
120167
|
+
|
|
120168
|
+
|
|
120050
120169
|
### 第 162 次发布
|
|
120051
120170
|
|
|
120052
120171
|
发布时间:2023-08-25 02:22:14
|
|
@@ -124447,6 +124566,43 @@
|
|
|
124447
124566
|
|
|
124448
124567
|
## 私有网络(vpc) 版本:2017-03-12
|
|
124449
124568
|
|
|
124569
|
+
### 第 167 次发布
|
|
124570
|
+
|
|
124571
|
+
发布时间:2023-08-31 11:01:10
|
|
124572
|
+
|
|
124573
|
+
本次发布包含了以下内容:
|
|
124574
|
+
|
|
124575
|
+
改善已有的文档。
|
|
124576
|
+
|
|
124577
|
+
新增接口:
|
|
124578
|
+
|
|
124579
|
+
* [[CreateNetworkAclEntries](https://cloud.tencent.com/document/api/215/97652)](https://cloud.tencent.com/document/api/#/#)
|
|
124580
|
+
* [[DeleteNetworkAclEntries](https://cloud.tencent.com/document/api/215/97651)](https://cloud.tencent.com/document/api/#/#)
|
|
124581
|
+
|
|
124582
|
+
### 第 166 次发布
|
|
124583
|
+
|
|
124584
|
+
发布时间:2023-08-31 01:28:14
|
|
124585
|
+
|
|
124586
|
+
本次发布包含了以下内容:
|
|
124587
|
+
|
|
124588
|
+
改善已有的文档。
|
|
124589
|
+
|
|
124590
|
+
修改接口:
|
|
124591
|
+
|
|
124592
|
+
* [ModifyNetworkAclEntries](https://cloud.tencent.com/document/api/215/42107)
|
|
124593
|
+
|
|
124594
|
+
* 新增入参:EnableUpdateAclEntries
|
|
124595
|
+
|
|
124596
|
+
|
|
124597
|
+
修改数据结构:
|
|
124598
|
+
|
|
124599
|
+
* [NetworkAclEntry](https://cloud.tencent.com/document/api/215/15824#NetworkAclEntry)
|
|
124600
|
+
|
|
124601
|
+
* 新增成员:Priority, NetworkAclIpv4EntryId, NetworkAclIpv6EntryId
|
|
124602
|
+
|
|
124603
|
+
* <font color="#dd0000">**修改成员**:</font>ModifyTime
|
|
124604
|
+
|
|
124605
|
+
|
|
124450
124606
|
### 第 165 次发布
|
|
124451
124607
|
|
|
124452
124608
|
发布时间:2023-08-18 01:20:12
|
|
@@ -128211,6 +128367,53 @@
|
|
|
128211
128367
|
|
|
128212
128368
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
128213
128369
|
|
|
128370
|
+
### 第 47 次发布
|
|
128371
|
+
|
|
128372
|
+
发布时间:2023-08-31 10:55:43
|
|
128373
|
+
|
|
128374
|
+
本次发布包含了以下内容:
|
|
128375
|
+
|
|
128376
|
+
改善已有的文档。
|
|
128377
|
+
|
|
128378
|
+
新增接口:
|
|
128379
|
+
|
|
128380
|
+
* [[AddAntiFakeUrl](https://cloud.tencent.com/document/api/627/97644)](https://cloud.tencent.com/document/api/#/#)
|
|
128381
|
+
* [[AddAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97643)](https://cloud.tencent.com/document/api/#/#)
|
|
128382
|
+
* [[DeleteAntiFakeUrl](https://cloud.tencent.com/document/api/627/97642)](https://cloud.tencent.com/document/api/#/#)
|
|
128383
|
+
* [[DeleteAntiInfoLeakRule](https://cloud.tencent.com/document/api/627/97649)](https://cloud.tencent.com/document/api/#/#)
|
|
128384
|
+
* [[DeleteCCRule](https://cloud.tencent.com/document/api/627/97648)](https://cloud.tencent.com/document/api/#/#)
|
|
128385
|
+
* [[DescribeAntiFakeRules](https://cloud.tencent.com/document/api/627/97641)](https://cloud.tencent.com/document/api/#/#)
|
|
128386
|
+
* [[DescribeAntiFakeUrl](https://cloud.tencent.com/document/api/627/97640)](https://cloud.tencent.com/document/api/#/#)
|
|
128387
|
+
* [[DescribeAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97639)](https://cloud.tencent.com/document/api/#/#)
|
|
128388
|
+
* [[DescribeAntiInfoLeakageRules](https://cloud.tencent.com/document/api/627/97638)](https://cloud.tencent.com/document/api/#/#)
|
|
128389
|
+
* [[DescribeBatchIpAccessControl](https://cloud.tencent.com/document/api/627/97650)](https://cloud.tencent.com/document/api/#/#)
|
|
128390
|
+
* [[DescribeCCRule](https://cloud.tencent.com/document/api/627/97637)](https://cloud.tencent.com/document/api/#/#)
|
|
128391
|
+
* [[DescribeCCRuleList](https://cloud.tencent.com/document/api/627/97636)](https://cloud.tencent.com/document/api/#/#)
|
|
128392
|
+
* [[DescribeSession](https://cloud.tencent.com/document/api/627/97635)](https://cloud.tencent.com/document/api/#/#)
|
|
128393
|
+
* [[ModifyAntiFakeUrl](https://cloud.tencent.com/document/api/627/97634)](https://cloud.tencent.com/document/api/#/#)
|
|
128394
|
+
* [[ModifyAntiFakeUrlStatus](https://cloud.tencent.com/document/api/627/97647)](https://cloud.tencent.com/document/api/#/#)
|
|
128395
|
+
* [[ModifyAntiInfoLeakRuleStatus](https://cloud.tencent.com/document/api/627/97633)](https://cloud.tencent.com/document/api/#/#)
|
|
128396
|
+
* [[ModifyAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97632)](https://cloud.tencent.com/document/api/#/#)
|
|
128397
|
+
* [[ModifyCustomWhiteRuleStatus](https://cloud.tencent.com/document/api/627/97631)](https://cloud.tencent.com/document/api/#/#)
|
|
128398
|
+
* [[UpsertCCRule](https://cloud.tencent.com/document/api/627/97646)](https://cloud.tencent.com/document/api/#/#)
|
|
128399
|
+
* [[UpsertSession](https://cloud.tencent.com/document/api/627/97645)](https://cloud.tencent.com/document/api/#/#)
|
|
128400
|
+
|
|
128401
|
+
新增数据结构:
|
|
128402
|
+
|
|
128403
|
+
* [[BatchIpAccessControlData](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlData)](https://cloud.tencent.com/document/api/627/53609#[BatchIpAccessControlData](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlData))
|
|
128404
|
+
* [[BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)](https://cloud.tencent.com/document/api/627/53609#[BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem))
|
|
128405
|
+
* [[CCRuleData](https://cloud.tencent.com/document/api/627/53609#CCRuleData)](https://cloud.tencent.com/document/api/627/53609#[CCRuleData](https://cloud.tencent.com/document/api/627/53609#CCRuleData))
|
|
128406
|
+
* [[CCRuleItem](https://cloud.tencent.com/document/api/627/53609#CCRuleItem)](https://cloud.tencent.com/document/api/627/53609#[CCRuleItem](https://cloud.tencent.com/document/api/627/53609#CCRuleItem))
|
|
128407
|
+
* [[CacheUrlItem](https://cloud.tencent.com/document/api/627/53609#CacheUrlItem)](https://cloud.tencent.com/document/api/627/53609#[CacheUrlItem](https://cloud.tencent.com/document/api/627/53609#CacheUrlItem))
|
|
128408
|
+
* [[CacheUrlItems](https://cloud.tencent.com/document/api/627/53609#CacheUrlItems)](https://cloud.tencent.com/document/api/627/53609#[CacheUrlItems](https://cloud.tencent.com/document/api/627/53609#CacheUrlItems))
|
|
128409
|
+
* [[DescribeAntiInfoLeakRulesRuleItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiInfoLeakRulesRuleItem)](https://cloud.tencent.com/document/api/627/53609#[DescribeAntiInfoLeakRulesRuleItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiInfoLeakRulesRuleItem))
|
|
128410
|
+
* [[DescribeAntiInfoLeakRulesStrategyItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiInfoLeakRulesStrategyItem)](https://cloud.tencent.com/document/api/627/53609#[DescribeAntiInfoLeakRulesStrategyItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiInfoLeakRulesStrategyItem))
|
|
128411
|
+
* [[DescribeAntiLeakageItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiLeakageItem)](https://cloud.tencent.com/document/api/627/53609#[DescribeAntiLeakageItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiLeakageItem))
|
|
128412
|
+
* [[PageInfo](https://cloud.tencent.com/document/api/627/53609#PageInfo)](https://cloud.tencent.com/document/api/627/53609#[PageInfo](https://cloud.tencent.com/document/api/627/53609#PageInfo))
|
|
128413
|
+
* [[SessionData](https://cloud.tencent.com/document/api/627/53609#SessionData)](https://cloud.tencent.com/document/api/627/53609#[SessionData](https://cloud.tencent.com/document/api/627/53609#SessionData))
|
|
128414
|
+
* [[SessionItem](https://cloud.tencent.com/document/api/627/53609#SessionItem)](https://cloud.tencent.com/document/api/627/53609#[SessionItem](https://cloud.tencent.com/document/api/627/53609#SessionItem))
|
|
128415
|
+
* [[StrategyForAntiInfoLeak](https://cloud.tencent.com/document/api/627/53609#StrategyForAntiInfoLeak)](https://cloud.tencent.com/document/api/627/53609#[StrategyForAntiInfoLeak](https://cloud.tencent.com/document/api/627/53609#StrategyForAntiInfoLeak))
|
|
128416
|
+
|
|
128214
128417
|
### 第 46 次发布
|
|
128215
128418
|
|
|
128216
128419
|
发布时间:2023-08-28 02:53:45
|
|
@@ -129502,6 +129705,23 @@
|
|
|
129502
129705
|
|
|
129503
129706
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
129504
129707
|
|
|
129708
|
+
### 第 46 次发布
|
|
129709
|
+
|
|
129710
|
+
发布时间:2023-08-31 01:29:16
|
|
129711
|
+
|
|
129712
|
+
本次发布包含了以下内容:
|
|
129713
|
+
|
|
129714
|
+
改善已有的文档。
|
|
129715
|
+
|
|
129716
|
+
修改数据结构:
|
|
129717
|
+
|
|
129718
|
+
* [DataSourceInfo](https://cloud.tencent.com/document/api/1267/76336#DataSourceInfo)
|
|
129719
|
+
|
|
129720
|
+
* 新增成员:ShowType
|
|
129721
|
+
|
|
129722
|
+
* <font color="#dd0000">**修改成员**:</font>ModifiedTime
|
|
129723
|
+
|
|
129724
|
+
|
|
129505
129725
|
### 第 45 次发布
|
|
129506
129726
|
|
|
129507
129727
|
发布时间:2023-08-30 01:28:20
|