tencentcloud-sdk-nodejs 4.0.679 → 4.0.681
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 +478 -0
- package/SERVICE_CHANGELOG.md +556 -76
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +11 -10
- package/src/services/asr/v20190614/asr_models.ts +48 -17
- package/src/services/ccc/v20200210/ccc_models.ts +3 -3
- package/src/services/cdwch/v20200915/cdwch_client.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +1 -1
- package/src/services/cfs/v20190719/cfs_models.ts +13 -1
- package/src/services/cfw/v20190904/cfw_client.ts +29 -3
- package/src/services/cfw/v20190904/cfw_models.ts +150 -47
- package/src/services/clb/v20180317/clb_models.ts +15 -5
- package/src/services/csip/v20221121/csip_client.ts +57 -2
- package/src/services/csip/v20221121/csip_models.ts +667 -18
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +65 -11
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +450 -99
- package/src/services/dnspod/v20210323/dnspod_models.ts +27 -23
- package/src/services/dts/v20211206/dts_client.ts +2 -0
- package/src/services/dts/v20211206/dts_models.ts +49 -2
- package/src/services/ecm/v20190719/ecm_models.ts +7 -2
- package/src/services/ess/v20201111/ess_client.ts +10 -7
- package/src/services/ess/v20201111/ess_models.ts +40 -25
- package/src/services/live/v20180801/live_client.ts +13 -0
- package/src/services/live/v20180801/live_models.ts +47 -0
- package/src/services/mps/v20190612/mps_client.ts +8 -1
- package/src/services/mps/v20190612/mps_models.ts +196 -38
- package/src/services/tiia/v20190529/tiia_client.ts +10 -5
- package/src/services/tiia/v20190529/tiia_models.ts +2 -1
- package/src/services/tione/v20211111/tione_client.ts +11 -4
- package/src/services/tione/v20211111/tione_models.ts +203 -55
- package/src/services/tiw/v20190919/tiw_client.ts +16 -8
- package/src/services/tse/v20201207/tse_client.ts +7 -4
- package/src/services/tse/v20201207/tse_models.ts +194 -123
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +28 -28
- package/src/services/vpc/v20170312/vpc_client.ts +3 -3
- package/src/services/vpc/v20170312/vpc_models.ts +52 -32
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +11 -10
- package/tencentcloud/services/asr/v20190614/asr_client.js +11 -10
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +48 -17
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +3 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +13 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +10 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +13 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +145 -47
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +15 -5
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +17 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +24 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +652 -18
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +19 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +27 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +436 -99
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +27 -23
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +47 -2
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +7 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -7
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +40 -25
- package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_client.js +6 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +44 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +189 -38
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +9 -4
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +9 -4
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +2 -1
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +5 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +198 -55
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +12 -4
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +12 -4
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +191 -123
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +28 -28
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +52 -32
- package/test/cfw.v20190904.test.js +20 -0
- package/test/csip.v20221121.test.js +40 -0
- package/test/dbbrain.v20210527.test.js +42 -2
- package/test/live.v20180801.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 42 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-
|
|
7
|
+
发布时间:2023-09-04 01:25:21
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,16 +12,46 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
15
|
+
* [CreateBlockIgnoreRuleList](https://cloud.tencent.com/document/api/1132/97724)
|
|
16
|
+
* [ModifyEWRuleStatus](https://cloud.tencent.com/document/api/1132/97723)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
17
19
|
|
|
20
|
+
* [IntrusionDefenseRule](https://cloud.tencent.com/document/api/1132/49071#IntrusionDefenseRule)
|
|
18
21
|
|
|
22
|
+
修改数据结构:
|
|
23
|
+
|
|
24
|
+
* [RuleInfoData](https://cloud.tencent.com/document/api/1132/49071#RuleInfoData)
|
|
25
|
+
|
|
26
|
+
* 新增成员:RegionIso
|
|
19
27
|
|
|
20
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
21
28
|
|
|
22
|
-
### 第 47 次发布
|
|
23
29
|
|
|
24
|
-
|
|
30
|
+
|
|
31
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
32
|
+
|
|
33
|
+
### 第 93 次发布
|
|
34
|
+
|
|
35
|
+
发布时间:2023-09-04 01:28:05
|
|
36
|
+
|
|
37
|
+
本次发布包含了以下内容:
|
|
38
|
+
|
|
39
|
+
改善已有的文档。
|
|
40
|
+
|
|
41
|
+
修改接口:
|
|
42
|
+
|
|
43
|
+
* [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
|
|
44
|
+
|
|
45
|
+
* 新增入参:Egress
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
51
|
+
|
|
52
|
+
### 第 25 次发布
|
|
53
|
+
|
|
54
|
+
发布时间:2023-09-04 01:41:27
|
|
25
55
|
|
|
26
56
|
本次发布包含了以下内容:
|
|
27
57
|
|
|
@@ -29,42 +59,89 @@
|
|
|
29
59
|
|
|
30
60
|
新增接口:
|
|
31
61
|
|
|
32
|
-
* [
|
|
33
|
-
* [
|
|
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)
|
|
62
|
+
* [DescribeAlarmTemplate](https://cloud.tencent.com/document/api/1130/97726)
|
|
63
|
+
* [ModifyAlarmPolicy](https://cloud.tencent.com/document/api/1130/97725)
|
|
52
64
|
|
|
53
65
|
新增数据结构:
|
|
54
66
|
|
|
55
|
-
* [
|
|
56
|
-
* [
|
|
57
|
-
* [
|
|
58
|
-
* [
|
|
59
|
-
* [
|
|
60
|
-
* [
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
67
|
+
* [AlarmProfileList](https://cloud.tencent.com/document/api/1130/57812#AlarmProfileList)
|
|
68
|
+
* [AlarmsRules](https://cloud.tencent.com/document/api/1130/57812#AlarmsRules)
|
|
69
|
+
* [InstanceID](https://cloud.tencent.com/document/api/1130/57812#InstanceID)
|
|
70
|
+
* [ReceiveInfo](https://cloud.tencent.com/document/api/1130/57812#ReceiveInfo)
|
|
71
|
+
* [ReceiveUin](https://cloud.tencent.com/document/api/1130/57812#ReceiveUin)
|
|
72
|
+
* [TemplateInfo](https://cloud.tencent.com/document/api/1130/57812#TemplateInfo)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
81
|
+
|
|
82
|
+
### 第 24 次发布
|
|
83
|
+
|
|
84
|
+
发布时间:2023-09-04 01:44:32
|
|
85
|
+
|
|
86
|
+
本次发布包含了以下内容:
|
|
87
|
+
|
|
88
|
+
改善已有的文档。
|
|
89
|
+
|
|
90
|
+
修改数据结构:
|
|
91
|
+
|
|
92
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
|
|
93
|
+
|
|
94
|
+
* 新增成员:SearchEnginePush
|
|
95
|
+
|
|
96
|
+
* <font color="#dd0000">**修改成员**:</font>IsGracePeriod, VipBuffered, VipStartAt, VipEndAt, VipAutoRenew, VipResourceId, IsSubDomain, TagList
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
102
|
+
|
|
103
|
+
### 第 110 次发布
|
|
104
|
+
|
|
105
|
+
发布时间:2023-09-04 02:06:58
|
|
106
|
+
|
|
107
|
+
本次发布包含了以下内容:
|
|
108
|
+
|
|
109
|
+
改善已有的文档。
|
|
110
|
+
|
|
111
|
+
新增接口:
|
|
112
|
+
|
|
113
|
+
* [DescribeDeliverLogDownList](https://cloud.tencent.com/document/api/267/97727)
|
|
114
|
+
|
|
115
|
+
新增数据结构:
|
|
116
|
+
|
|
117
|
+
* [PushLogInfo](https://cloud.tencent.com/document/api/267/20474#PushLogInfo)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
122
|
+
|
|
123
|
+
### 第 69 次发布
|
|
124
|
+
|
|
125
|
+
发布时间:2023-09-04 02:12:09
|
|
126
|
+
|
|
127
|
+
本次发布包含了以下内容:
|
|
128
|
+
|
|
129
|
+
改善已有的文档。
|
|
130
|
+
|
|
131
|
+
新增数据结构:
|
|
132
|
+
|
|
133
|
+
* [AudioBeautifyConfig](https://cloud.tencent.com/document/api/862/37615#AudioBeautifyConfig)
|
|
134
|
+
* [AudioDenoiseConfig](https://cloud.tencent.com/document/api/862/37615#AudioDenoiseConfig)
|
|
135
|
+
* [AudioEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#AudioEnhanceConfig)
|
|
136
|
+
* [AudioSeparateConfig](https://cloud.tencent.com/document/api/862/37615#AudioSeparateConfig)
|
|
137
|
+
* [VolumeBalanceConfig](https://cloud.tencent.com/document/api/862/37615#VolumeBalanceConfig)
|
|
138
|
+
|
|
139
|
+
修改数据结构:
|
|
140
|
+
|
|
141
|
+
* [EnhanceConfig](https://cloud.tencent.com/document/api/862/37615#EnhanceConfig)
|
|
142
|
+
|
|
143
|
+
* 新增成员:AudioEnhance
|
|
144
|
+
|
|
68
145
|
|
|
69
146
|
|
|
70
147
|
|
|
@@ -20832,6 +20909,23 @@
|
|
|
20832
20909
|
|
|
20833
20910
|
## 文件存储(cfs) 版本:2019-07-19
|
|
20834
20911
|
|
|
20912
|
+
### 第 26 次发布
|
|
20913
|
+
|
|
20914
|
+
发布时间:2023-09-01 01:09:12
|
|
20915
|
+
|
|
20916
|
+
本次发布包含了以下内容:
|
|
20917
|
+
|
|
20918
|
+
改善已有的文档。
|
|
20919
|
+
|
|
20920
|
+
修改接口:
|
|
20921
|
+
|
|
20922
|
+
* [DescribeCfsFileSystemClients](https://cloud.tencent.com/document/api/582/47581)
|
|
20923
|
+
|
|
20924
|
+
* 新增入参:Offset, Limit
|
|
20925
|
+
|
|
20926
|
+
* 新增出参:TotalCount
|
|
20927
|
+
|
|
20928
|
+
|
|
20835
20929
|
### 第 25 次发布
|
|
20836
20930
|
|
|
20837
20931
|
发布时间:2023-07-27 01:09:08
|
|
@@ -21316,6 +21410,30 @@
|
|
|
21316
21410
|
|
|
21317
21411
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
21318
21412
|
|
|
21413
|
+
### 第 42 次发布
|
|
21414
|
+
|
|
21415
|
+
发布时间:2023-09-04 01:25:21
|
|
21416
|
+
|
|
21417
|
+
本次发布包含了以下内容:
|
|
21418
|
+
|
|
21419
|
+
改善已有的文档。
|
|
21420
|
+
|
|
21421
|
+
新增接口:
|
|
21422
|
+
|
|
21423
|
+
* [[CreateBlockIgnoreRuleList](https://cloud.tencent.com/document/api/1132/97724)](https://cloud.tencent.com/document/api/#/#)
|
|
21424
|
+
* [[ModifyEWRuleStatus](https://cloud.tencent.com/document/api/1132/97723)](https://cloud.tencent.com/document/api/#/#)
|
|
21425
|
+
|
|
21426
|
+
新增数据结构:
|
|
21427
|
+
|
|
21428
|
+
* [[IntrusionDefenseRule](https://cloud.tencent.com/document/api/1132/49071#IntrusionDefenseRule)](https://cloud.tencent.com/document/api/1132/49071#[IntrusionDefenseRule](https://cloud.tencent.com/document/api/1132/49071#IntrusionDefenseRule))
|
|
21429
|
+
|
|
21430
|
+
修改数据结构:
|
|
21431
|
+
|
|
21432
|
+
* [RuleInfoData](https://cloud.tencent.com/document/api/1132/49071#RuleInfoData)
|
|
21433
|
+
|
|
21434
|
+
* 新增成员:RegionIso
|
|
21435
|
+
|
|
21436
|
+
|
|
21319
21437
|
### 第 41 次发布
|
|
21320
21438
|
|
|
21321
21439
|
发布时间:2023-08-15 01:07:59
|
|
@@ -24994,6 +25112,21 @@
|
|
|
24994
25112
|
|
|
24995
25113
|
## 负载均衡(clb) 版本:2018-03-17
|
|
24996
25114
|
|
|
25115
|
+
### 第 93 次发布
|
|
25116
|
+
|
|
25117
|
+
发布时间:2023-09-04 01:28:05
|
|
25118
|
+
|
|
25119
|
+
本次发布包含了以下内容:
|
|
25120
|
+
|
|
25121
|
+
改善已有的文档。
|
|
25122
|
+
|
|
25123
|
+
修改接口:
|
|
25124
|
+
|
|
25125
|
+
* [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
|
|
25126
|
+
|
|
25127
|
+
* 新增入参:Egress
|
|
25128
|
+
|
|
25129
|
+
|
|
24997
25130
|
### 第 92 次发布
|
|
24998
25131
|
|
|
24999
25132
|
发布时间:2023-08-15 01:09:13
|
|
@@ -33415,6 +33548,31 @@
|
|
|
33415
33548
|
|
|
33416
33549
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
33417
33550
|
|
|
33551
|
+
### 第 10 次发布
|
|
33552
|
+
|
|
33553
|
+
发布时间:2023-09-01 01:11:09
|
|
33554
|
+
|
|
33555
|
+
本次发布包含了以下内容:
|
|
33556
|
+
|
|
33557
|
+
改善已有的文档。
|
|
33558
|
+
|
|
33559
|
+
新增接口:
|
|
33560
|
+
|
|
33561
|
+
* [DescribeScanTaskList](https://cloud.tencent.com/document/api/664/97683)
|
|
33562
|
+
* [DescribeSearchBugInfo](https://cloud.tencent.com/document/api/664/97679)
|
|
33563
|
+
* [DescribeTaskLogList](https://cloud.tencent.com/document/api/664/97682)
|
|
33564
|
+
* [DescribeTaskLogURL](https://cloud.tencent.com/document/api/664/97681)
|
|
33565
|
+
|
|
33566
|
+
新增数据结构:
|
|
33567
|
+
|
|
33568
|
+
* [AssetInfoDetail](https://cloud.tencent.com/document/api/664/90825#AssetInfoDetail)
|
|
33569
|
+
* [BugInfoDetail](https://cloud.tencent.com/document/api/664/90825#BugInfoDetail)
|
|
33570
|
+
* [DataSearchBug](https://cloud.tencent.com/document/api/664/90825#DataSearchBug)
|
|
33571
|
+
* [ReportItemKey](https://cloud.tencent.com/document/api/664/90825#ReportItemKey)
|
|
33572
|
+
* [ScanTaskInfoList](https://cloud.tencent.com/document/api/664/90825#ScanTaskInfoList)
|
|
33573
|
+
* [TaskLogInfo](https://cloud.tencent.com/document/api/664/90825#TaskLogInfo)
|
|
33574
|
+
* [TaskLogURL](https://cloud.tencent.com/document/api/664/90825#TaskLogURL)
|
|
33575
|
+
|
|
33418
33576
|
### 第 9 次发布
|
|
33419
33577
|
|
|
33420
33578
|
发布时间:2023-08-31 01:11:48
|
|
@@ -41394,6 +41552,41 @@
|
|
|
41394
41552
|
|
|
41395
41553
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
41396
41554
|
|
|
41555
|
+
### 第 25 次发布
|
|
41556
|
+
|
|
41557
|
+
发布时间:2023-09-04 01:41:27
|
|
41558
|
+
|
|
41559
|
+
本次发布包含了以下内容:
|
|
41560
|
+
|
|
41561
|
+
改善已有的文档。
|
|
41562
|
+
|
|
41563
|
+
新增接口:
|
|
41564
|
+
|
|
41565
|
+
* [[DescribeAlarmTemplate](https://cloud.tencent.com/document/api/1130/97726)](https://cloud.tencent.com/document/api/#/#)
|
|
41566
|
+
* [[ModifyAlarmPolicy](https://cloud.tencent.com/document/api/1130/97725)](https://cloud.tencent.com/document/api/#/#)
|
|
41567
|
+
|
|
41568
|
+
新增数据结构:
|
|
41569
|
+
|
|
41570
|
+
* [[AlarmProfileList](https://cloud.tencent.com/document/api/1130/57812#AlarmProfileList)](https://cloud.tencent.com/document/api/1130/57812#[AlarmProfileList](https://cloud.tencent.com/document/api/1130/57812#AlarmProfileList))
|
|
41571
|
+
* [[AlarmsRules](https://cloud.tencent.com/document/api/1130/57812#AlarmsRules)](https://cloud.tencent.com/document/api/1130/57812#[AlarmsRules](https://cloud.tencent.com/document/api/1130/57812#AlarmsRules))
|
|
41572
|
+
* [[InstanceID](https://cloud.tencent.com/document/api/1130/57812#InstanceID)](https://cloud.tencent.com/document/api/1130/57812#[InstanceID](https://cloud.tencent.com/document/api/1130/57812#InstanceID))
|
|
41573
|
+
* [[ReceiveInfo](https://cloud.tencent.com/document/api/1130/57812#ReceiveInfo)](https://cloud.tencent.com/document/api/1130/57812#[ReceiveInfo](https://cloud.tencent.com/document/api/1130/57812#ReceiveInfo))
|
|
41574
|
+
* [[ReceiveUin](https://cloud.tencent.com/document/api/1130/57812#ReceiveUin)](https://cloud.tencent.com/document/api/1130/57812#[ReceiveUin](https://cloud.tencent.com/document/api/1130/57812#ReceiveUin))
|
|
41575
|
+
* [[TemplateInfo](https://cloud.tencent.com/document/api/1130/57812#TemplateInfo)](https://cloud.tencent.com/document/api/1130/57812#[TemplateInfo](https://cloud.tencent.com/document/api/1130/57812#TemplateInfo))
|
|
41576
|
+
|
|
41577
|
+
### 第 24 次发布
|
|
41578
|
+
|
|
41579
|
+
发布时间:2023-09-01 01:12:36
|
|
41580
|
+
|
|
41581
|
+
本次发布包含了以下内容:
|
|
41582
|
+
|
|
41583
|
+
改善已有的文档。
|
|
41584
|
+
|
|
41585
|
+
新增接口:
|
|
41586
|
+
|
|
41587
|
+
* [UpdateAgentSwitch](https://cloud.tencent.com/document/api/1130/97686)
|
|
41588
|
+
* [UpdateMonitorSwitch](https://cloud.tencent.com/document/api/1130/97685)
|
|
41589
|
+
|
|
41397
41590
|
### 第 23 次发布
|
|
41398
41591
|
|
|
41399
41592
|
发布时间:2023-08-31 01:13:53
|
|
@@ -44950,6 +45143,23 @@
|
|
|
44950
45143
|
|
|
44951
45144
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
44952
45145
|
|
|
45146
|
+
### 第 24 次发布
|
|
45147
|
+
|
|
45148
|
+
发布时间:2023-09-04 01:44:32
|
|
45149
|
+
|
|
45150
|
+
本次发布包含了以下内容:
|
|
45151
|
+
|
|
45152
|
+
改善已有的文档。
|
|
45153
|
+
|
|
45154
|
+
修改数据结构:
|
|
45155
|
+
|
|
45156
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
|
|
45157
|
+
|
|
45158
|
+
* 新增成员:SearchEnginePush
|
|
45159
|
+
|
|
45160
|
+
* <font color="#dd0000">**修改成员**:</font>IsGracePeriod, VipBuffered, VipStartAt, VipEndAt, VipAutoRenew, VipResourceId, IsSubDomain, TagList
|
|
45161
|
+
|
|
45162
|
+
|
|
44953
45163
|
### 第 23 次发布
|
|
44954
45164
|
|
|
44955
45165
|
发布时间:2023-07-28 01:23:03
|
|
@@ -46873,6 +47083,30 @@
|
|
|
46873
47083
|
|
|
46874
47084
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
46875
47085
|
|
|
47086
|
+
### 第 16 次发布
|
|
47087
|
+
|
|
47088
|
+
发布时间:2023-09-01 01:13:57
|
|
47089
|
+
|
|
47090
|
+
本次发布包含了以下内容:
|
|
47091
|
+
|
|
47092
|
+
改善已有的文档。
|
|
47093
|
+
|
|
47094
|
+
新增数据结构:
|
|
47095
|
+
|
|
47096
|
+
* [Column](https://cloud.tencent.com/document/api/571/82108#Column)
|
|
47097
|
+
* [CompareColumnItem](https://cloud.tencent.com/document/api/571/82108#CompareColumnItem)
|
|
47098
|
+
|
|
47099
|
+
修改数据结构:
|
|
47100
|
+
|
|
47101
|
+
* [CompareTableItem](https://cloud.tencent.com/document/api/571/82108#CompareTableItem)
|
|
47102
|
+
|
|
47103
|
+
* 新增成员:ColumnMode, Columns
|
|
47104
|
+
|
|
47105
|
+
* [Table](https://cloud.tencent.com/document/api/571/82108#Table)
|
|
47106
|
+
|
|
47107
|
+
* 新增成员:ColumnMode, Columns
|
|
47108
|
+
|
|
47109
|
+
|
|
46876
47110
|
### 第 15 次发布
|
|
46877
47111
|
|
|
46878
47112
|
发布时间:2023-08-18 16:50:40
|
|
@@ -47918,6 +48152,21 @@
|
|
|
47918
48152
|
|
|
47919
48153
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
47920
48154
|
|
|
48155
|
+
### 第 69 次发布
|
|
48156
|
+
|
|
48157
|
+
发布时间:2023-09-01 01:14:14
|
|
48158
|
+
|
|
48159
|
+
本次发布包含了以下内容:
|
|
48160
|
+
|
|
48161
|
+
改善已有的文档。
|
|
48162
|
+
|
|
48163
|
+
修改数据结构:
|
|
48164
|
+
|
|
48165
|
+
* [ZoneInstanceCountISP](https://cloud.tencent.com/document/api/1108/42574#ZoneInstanceCountISP)
|
|
48166
|
+
|
|
48167
|
+
* 新增成员:Ipv6SubnetIds
|
|
48168
|
+
|
|
48169
|
+
|
|
47921
48170
|
### 第 68 次发布
|
|
47922
48171
|
|
|
47923
48172
|
发布时间:2023-08-18 01:11:07
|
|
@@ -52246,6 +52495,19 @@
|
|
|
52246
52495
|
|
|
52247
52496
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
52248
52497
|
|
|
52498
|
+
### 第 109 次发布
|
|
52499
|
+
|
|
52500
|
+
发布时间:2023-08-31 16:45:41
|
|
52501
|
+
|
|
52502
|
+
本次发布包含了以下内容:
|
|
52503
|
+
|
|
52504
|
+
改善已有的文档。
|
|
52505
|
+
|
|
52506
|
+
修改接口:
|
|
52507
|
+
|
|
52508
|
+
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
52509
|
+
|
|
52510
|
+
|
|
52249
52511
|
### 第 108 次发布
|
|
52250
52512
|
|
|
52251
52513
|
发布时间:2023-08-30 01:14:43
|
|
@@ -70193,6 +70455,22 @@
|
|
|
70193
70455
|
|
|
70194
70456
|
## 云直播CSS(live) 版本:2018-08-01
|
|
70195
70457
|
|
|
70458
|
+
### 第 110 次发布
|
|
70459
|
+
|
|
70460
|
+
发布时间:2023-09-04 02:06:58
|
|
70461
|
+
|
|
70462
|
+
本次发布包含了以下内容:
|
|
70463
|
+
|
|
70464
|
+
改善已有的文档。
|
|
70465
|
+
|
|
70466
|
+
新增接口:
|
|
70467
|
+
|
|
70468
|
+
* [[DescribeDeliverLogDownList](https://cloud.tencent.com/document/api/267/97727)](https://cloud.tencent.com/document/api/#/#)
|
|
70469
|
+
|
|
70470
|
+
新增数据结构:
|
|
70471
|
+
|
|
70472
|
+
* [[PushLogInfo](https://cloud.tencent.com/document/api/267/20474#PushLogInfo)](https://cloud.tencent.com/document/api/267/20474#[PushLogInfo](https://cloud.tencent.com/document/api/267/20474#PushLogInfo))
|
|
70473
|
+
|
|
70196
70474
|
### 第 109 次发布
|
|
70197
70475
|
|
|
70198
70476
|
发布时间:2023-08-01 01:30:51
|
|
@@ -76854,6 +77132,49 @@
|
|
|
76854
77132
|
|
|
76855
77133
|
## 媒体处理(mps) 版本:2019-06-12
|
|
76856
77134
|
|
|
77135
|
+
### 第 69 次发布
|
|
77136
|
+
|
|
77137
|
+
发布时间:2023-09-04 02:12:09
|
|
77138
|
+
|
|
77139
|
+
本次发布包含了以下内容:
|
|
77140
|
+
|
|
77141
|
+
改善已有的文档。
|
|
77142
|
+
|
|
77143
|
+
新增数据结构:
|
|
77144
|
+
|
|
77145
|
+
* [[AudioBeautifyConfig](https://cloud.tencent.com/document/api/862/37615#AudioBeautifyConfig)](https://cloud.tencent.com/document/api/862/37615#[AudioBeautifyConfig](https://cloud.tencent.com/document/api/862/37615#AudioBeautifyConfig))
|
|
77146
|
+
* [[AudioDenoiseConfig](https://cloud.tencent.com/document/api/862/37615#AudioDenoiseConfig)](https://cloud.tencent.com/document/api/862/37615#[AudioDenoiseConfig](https://cloud.tencent.com/document/api/862/37615#AudioDenoiseConfig))
|
|
77147
|
+
* [[AudioEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#AudioEnhanceConfig)](https://cloud.tencent.com/document/api/862/37615#[AudioEnhanceConfig](https://cloud.tencent.com/document/api/862/37615#AudioEnhanceConfig))
|
|
77148
|
+
* [[AudioSeparateConfig](https://cloud.tencent.com/document/api/862/37615#AudioSeparateConfig)](https://cloud.tencent.com/document/api/862/37615#[AudioSeparateConfig](https://cloud.tencent.com/document/api/862/37615#AudioSeparateConfig))
|
|
77149
|
+
* [[VolumeBalanceConfig](https://cloud.tencent.com/document/api/862/37615#VolumeBalanceConfig)](https://cloud.tencent.com/document/api/862/37615#[VolumeBalanceConfig](https://cloud.tencent.com/document/api/862/37615#VolumeBalanceConfig))
|
|
77150
|
+
|
|
77151
|
+
修改数据结构:
|
|
77152
|
+
|
|
77153
|
+
* [EnhanceConfig](https://cloud.tencent.com/document/api/862/37615#EnhanceConfig)
|
|
77154
|
+
|
|
77155
|
+
* 新增成员:AudioEnhance
|
|
77156
|
+
|
|
77157
|
+
|
|
77158
|
+
### 第 68 次发布
|
|
77159
|
+
|
|
77160
|
+
发布时间:2023-09-01 01:18:55
|
|
77161
|
+
|
|
77162
|
+
本次发布包含了以下内容:
|
|
77163
|
+
|
|
77164
|
+
改善已有的文档。
|
|
77165
|
+
|
|
77166
|
+
新增数据结构:
|
|
77167
|
+
|
|
77168
|
+
* [DrmInfo](https://cloud.tencent.com/document/api/862/37615#DrmInfo)
|
|
77169
|
+
* [SimpleAesDrm](https://cloud.tencent.com/document/api/862/37615#SimpleAesDrm)
|
|
77170
|
+
|
|
77171
|
+
修改数据结构:
|
|
77172
|
+
|
|
77173
|
+
* [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTaskInput)
|
|
77174
|
+
|
|
77175
|
+
* 新增成员:DrmInfo
|
|
77176
|
+
|
|
77177
|
+
|
|
76857
77178
|
### 第 67 次发布
|
|
76858
77179
|
|
|
76859
77180
|
发布时间:2023-08-22 01:16:40
|
|
@@ -109122,6 +109443,70 @@
|
|
|
109122
109443
|
|
|
109123
109444
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
109124
109445
|
|
|
109446
|
+
### 第 36 次发布
|
|
109447
|
+
|
|
109448
|
+
发布时间:2023-09-01 01:23:56
|
|
109449
|
+
|
|
109450
|
+
本次发布包含了以下内容:
|
|
109451
|
+
|
|
109452
|
+
改善已有的文档。
|
|
109453
|
+
|
|
109454
|
+
修改接口:
|
|
109455
|
+
|
|
109456
|
+
* [CreateTrainingModel](https://cloud.tencent.com/document/api/851/75074)
|
|
109457
|
+
|
|
109458
|
+
* <font color="#dd0000">**修改入参**:</font>TrainingModelCosPath
|
|
109459
|
+
|
|
109460
|
+
* [DeleteModelService](https://cloud.tencent.com/document/api/851/82290)
|
|
109461
|
+
|
|
109462
|
+
* 新增入参:ServiceCategory
|
|
109463
|
+
|
|
109464
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/851/75076)
|
|
109465
|
+
|
|
109466
|
+
* <font color="#dd0000">**修改入参**:</font>PodName
|
|
109467
|
+
|
|
109468
|
+
* [DescribeModelService](https://cloud.tencent.com/document/api/851/82287)
|
|
109469
|
+
|
|
109470
|
+
* 新增入参:ServiceCategory
|
|
109471
|
+
|
|
109472
|
+
* [DescribeModelServiceCallInfo](https://cloud.tencent.com/document/api/851/82286)
|
|
109473
|
+
|
|
109474
|
+
* 新增入参:ServiceCategory
|
|
109475
|
+
|
|
109476
|
+
* 新增出参:TJCallInfo, IntranetCallInfo
|
|
109477
|
+
|
|
109478
|
+
* [DescribeModelServiceGroup](https://cloud.tencent.com/document/api/851/82285)
|
|
109479
|
+
|
|
109480
|
+
* 新增入参:ServiceCategory
|
|
109481
|
+
|
|
109482
|
+
* [DescribeModelServiceGroups](https://cloud.tencent.com/document/api/851/82284)
|
|
109483
|
+
|
|
109484
|
+
* 新增入参:ServiceCategory
|
|
109485
|
+
|
|
109486
|
+
|
|
109487
|
+
新增数据结构:
|
|
109488
|
+
|
|
109489
|
+
* [IngressPrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#IngressPrivateLinkInfo)
|
|
109490
|
+
* [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
|
|
109491
|
+
* [ServiceEIP](https://cloud.tencent.com/document/api/851/75051#ServiceEIP)
|
|
109492
|
+
* [ServiceEIPInfo](https://cloud.tencent.com/document/api/851/75051#ServiceEIPInfo)
|
|
109493
|
+
* [TJCallInfo](https://cloud.tencent.com/document/api/851/75051#TJCallInfo)
|
|
109494
|
+
|
|
109495
|
+
修改数据结构:
|
|
109496
|
+
|
|
109497
|
+
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
109498
|
+
|
|
109499
|
+
* 新增成员:ServiceEIP
|
|
109500
|
+
|
|
109501
|
+
* [TrainingModelDTO](https://cloud.tencent.com/document/api/851/75051#TrainingModelDTO)
|
|
109502
|
+
|
|
109503
|
+
* <font color="#dd0000">**修改成员**:</font>TrainingModelVersions
|
|
109504
|
+
|
|
109505
|
+
* [TrainingModelVersionDTO](https://cloud.tencent.com/document/api/851/75051#TrainingModelVersionDTO)
|
|
109506
|
+
|
|
109507
|
+
* <font color="#dd0000">**修改成员**:</font>ReasoningEnvironmentId, TrainingJobVersion, TrainingPreference, AutoMLTaskId, IsQAT
|
|
109508
|
+
|
|
109509
|
+
|
|
109125
109510
|
### 第 35 次发布
|
|
109126
109511
|
|
|
109127
109512
|
发布时间:2023-08-28 02:39:57
|
|
@@ -110061,6 +110446,21 @@
|
|
|
110061
110446
|
|
|
110062
110447
|
## 互动白板(tiw) 版本:2019-09-19
|
|
110063
110448
|
|
|
110449
|
+
### 第 34 次发布
|
|
110450
|
+
|
|
110451
|
+
发布时间:2023-09-01 01:24:40
|
|
110452
|
+
|
|
110453
|
+
本次发布包含了以下内容:
|
|
110454
|
+
|
|
110455
|
+
改善已有的文档。
|
|
110456
|
+
|
|
110457
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
110458
|
+
|
|
110459
|
+
* CreateOfflineRecord
|
|
110460
|
+
* DescribeOfflineRecord
|
|
110461
|
+
* DescribeOfflineRecordCallback
|
|
110462
|
+
* SetOfflineRecordCallback
|
|
110463
|
+
|
|
110064
110464
|
### 第 33 次发布
|
|
110065
110465
|
|
|
110066
110466
|
发布时间:2023-07-24 01:52:09
|
|
@@ -116142,6 +116542,33 @@
|
|
|
116142
116542
|
|
|
116143
116543
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
116144
116544
|
|
|
116545
|
+
### 第 41 次发布
|
|
116546
|
+
|
|
116547
|
+
发布时间:2023-09-01 01:25:13
|
|
116548
|
+
|
|
116549
|
+
本次发布包含了以下内容:
|
|
116550
|
+
|
|
116551
|
+
改善已有的文档。
|
|
116552
|
+
|
|
116553
|
+
新增数据结构:
|
|
116554
|
+
|
|
116555
|
+
* [AutoScalerBehavior](https://cloud.tencent.com/document/api/1364/54942#AutoScalerBehavior)
|
|
116556
|
+
* [AutoScalerPolicy](https://cloud.tencent.com/document/api/1364/54942#AutoScalerPolicy)
|
|
116557
|
+
* [AutoScalerRules](https://cloud.tencent.com/document/api/1364/54942#AutoScalerRules)
|
|
116558
|
+
|
|
116559
|
+
修改数据结构:
|
|
116560
|
+
|
|
116561
|
+
* [CloudNativeAPIGatewayStrategy](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategy)
|
|
116562
|
+
|
|
116563
|
+
* <font color="#dd0000">**修改成员**:</font>CronConfig, MaxReplicas
|
|
116564
|
+
|
|
116565
|
+
* [CloudNativeAPIGatewayStrategyAutoScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyAutoScalerConfig)
|
|
116566
|
+
|
|
116567
|
+
* 新增成员:Behavior
|
|
116568
|
+
|
|
116569
|
+
* [CloudNativeAPIGatewayStrategyCronScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyCronScalerConfig)
|
|
116570
|
+
|
|
116571
|
+
|
|
116145
116572
|
### 第 40 次发布
|
|
116146
116573
|
|
|
116147
116574
|
发布时间:2023-08-25 02:19:29
|
|
@@ -120147,6 +120574,21 @@
|
|
|
120147
120574
|
|
|
120148
120575
|
## 云点播(vod) 版本:2018-07-17
|
|
120149
120576
|
|
|
120577
|
+
### 第 164 次发布
|
|
120578
|
+
|
|
120579
|
+
发布时间:2023-09-01 01:25:57
|
|
120580
|
+
|
|
120581
|
+
本次发布包含了以下内容:
|
|
120582
|
+
|
|
120583
|
+
改善已有的文档。
|
|
120584
|
+
|
|
120585
|
+
修改数据结构:
|
|
120586
|
+
|
|
120587
|
+
* [MediaMiniProgramReviewInfoItem](https://cloud.tencent.com/document/api/266/31773#MediaMiniProgramReviewInfoItem)
|
|
120588
|
+
|
|
120589
|
+
* <font color="#dd0000">**修改成员**:</font>MetaData
|
|
120590
|
+
|
|
120591
|
+
|
|
120150
120592
|
### 第 163 次发布
|
|
120151
120593
|
|
|
120152
120594
|
发布时间:2023-08-31 01:27:41
|
|
@@ -124566,6 +125008,44 @@
|
|
|
124566
125008
|
|
|
124567
125009
|
## 私有网络(vpc) 版本:2017-03-12
|
|
124568
125010
|
|
|
125011
|
+
### 第 168 次发布
|
|
125012
|
+
|
|
125013
|
+
发布时间:2023-09-01 01:26:26
|
|
125014
|
+
|
|
125015
|
+
本次发布包含了以下内容:
|
|
125016
|
+
|
|
125017
|
+
改善已有的文档。
|
|
125018
|
+
|
|
125019
|
+
修改接口:
|
|
125020
|
+
|
|
125021
|
+
* [AssignPrivateIpAddresses](https://cloud.tencent.com/document/api/215/15813)
|
|
125022
|
+
|
|
125023
|
+
* 新增入参:ClientToken
|
|
125024
|
+
|
|
125025
|
+
* [AttachNetworkInterface](https://cloud.tencent.com/document/api/215/15819)
|
|
125026
|
+
|
|
125027
|
+
* 新增入参:ClientToken
|
|
125028
|
+
|
|
125029
|
+
* [CreateAndAttachNetworkInterface](https://cloud.tencent.com/document/api/215/43370)
|
|
125030
|
+
|
|
125031
|
+
* 新增入参:ClientToken
|
|
125032
|
+
|
|
125033
|
+
* [CreateNetworkInterface](https://cloud.tencent.com/document/api/215/15818)
|
|
125034
|
+
|
|
125035
|
+
* 新增入参:ClientToken
|
|
125036
|
+
|
|
125037
|
+
* [DetachNetworkInterface](https://cloud.tencent.com/document/api/215/15816)
|
|
125038
|
+
|
|
125039
|
+
* 新增入参:ClientToken
|
|
125040
|
+
|
|
125041
|
+
|
|
125042
|
+
修改数据结构:
|
|
125043
|
+
|
|
125044
|
+
* [RouteTable](https://cloud.tencent.com/document/api/215/15824#RouteTable)
|
|
125045
|
+
|
|
125046
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
125047
|
+
|
|
125048
|
+
|
|
124569
125049
|
### 第 167 次发布
|
|
124570
125050
|
|
|
124571
125051
|
发布时间:2023-08-31 11:01:10
|
|
@@ -124576,8 +125056,8 @@
|
|
|
124576
125056
|
|
|
124577
125057
|
新增接口:
|
|
124578
125058
|
|
|
124579
|
-
* [
|
|
124580
|
-
* [
|
|
125059
|
+
* [CreateNetworkAclEntries](https://cloud.tencent.com/document/api/215/97652)
|
|
125060
|
+
* [DeleteNetworkAclEntries](https://cloud.tencent.com/document/api/215/97651)
|
|
124581
125061
|
|
|
124582
125062
|
### 第 166 次发布
|
|
124583
125063
|
|
|
@@ -128377,42 +128857,42 @@
|
|
|
128377
128857
|
|
|
128378
128858
|
新增接口:
|
|
128379
128859
|
|
|
128380
|
-
* [
|
|
128381
|
-
* [
|
|
128382
|
-
* [
|
|
128383
|
-
* [
|
|
128384
|
-
* [
|
|
128385
|
-
* [
|
|
128386
|
-
* [
|
|
128387
|
-
* [
|
|
128388
|
-
* [
|
|
128389
|
-
* [
|
|
128390
|
-
* [
|
|
128391
|
-
* [
|
|
128392
|
-
* [
|
|
128393
|
-
* [
|
|
128394
|
-
* [
|
|
128395
|
-
* [
|
|
128396
|
-
* [
|
|
128397
|
-
* [
|
|
128398
|
-
* [
|
|
128399
|
-
* [
|
|
128860
|
+
* [AddAntiFakeUrl](https://cloud.tencent.com/document/api/627/97644)
|
|
128861
|
+
* [AddAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97643)
|
|
128862
|
+
* [DeleteAntiFakeUrl](https://cloud.tencent.com/document/api/627/97642)
|
|
128863
|
+
* [DeleteAntiInfoLeakRule](https://cloud.tencent.com/document/api/627/97649)
|
|
128864
|
+
* [DeleteCCRule](https://cloud.tencent.com/document/api/627/97648)
|
|
128865
|
+
* [DescribeAntiFakeRules](https://cloud.tencent.com/document/api/627/97641)
|
|
128866
|
+
* [DescribeAntiFakeUrl](https://cloud.tencent.com/document/api/627/97640)
|
|
128867
|
+
* [DescribeAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97639)
|
|
128868
|
+
* [DescribeAntiInfoLeakageRules](https://cloud.tencent.com/document/api/627/97638)
|
|
128869
|
+
* [DescribeBatchIpAccessControl](https://cloud.tencent.com/document/api/627/97650)
|
|
128870
|
+
* [DescribeCCRule](https://cloud.tencent.com/document/api/627/97637)
|
|
128871
|
+
* [DescribeCCRuleList](https://cloud.tencent.com/document/api/627/97636)
|
|
128872
|
+
* [DescribeSession](https://cloud.tencent.com/document/api/627/97635)
|
|
128873
|
+
* [ModifyAntiFakeUrl](https://cloud.tencent.com/document/api/627/97634)
|
|
128874
|
+
* [ModifyAntiFakeUrlStatus](https://cloud.tencent.com/document/api/627/97647)
|
|
128875
|
+
* [ModifyAntiInfoLeakRuleStatus](https://cloud.tencent.com/document/api/627/97633)
|
|
128876
|
+
* [ModifyAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97632)
|
|
128877
|
+
* [ModifyCustomWhiteRuleStatus](https://cloud.tencent.com/document/api/627/97631)
|
|
128878
|
+
* [UpsertCCRule](https://cloud.tencent.com/document/api/627/97646)
|
|
128879
|
+
* [UpsertSession](https://cloud.tencent.com/document/api/627/97645)
|
|
128400
128880
|
|
|
128401
128881
|
新增数据结构:
|
|
128402
128882
|
|
|
128403
|
-
* [
|
|
128404
|
-
* [
|
|
128405
|
-
* [
|
|
128406
|
-
* [
|
|
128407
|
-
* [
|
|
128408
|
-
* [
|
|
128409
|
-
* [
|
|
128410
|
-
* [
|
|
128411
|
-
* [
|
|
128412
|
-
* [
|
|
128413
|
-
* [
|
|
128414
|
-
* [
|
|
128415
|
-
* [
|
|
128883
|
+
* [BatchIpAccessControlData](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlData)
|
|
128884
|
+
* [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
|
|
128885
|
+
* [CCRuleData](https://cloud.tencent.com/document/api/627/53609#CCRuleData)
|
|
128886
|
+
* [CCRuleItem](https://cloud.tencent.com/document/api/627/53609#CCRuleItem)
|
|
128887
|
+
* [CacheUrlItem](https://cloud.tencent.com/document/api/627/53609#CacheUrlItem)
|
|
128888
|
+
* [CacheUrlItems](https://cloud.tencent.com/document/api/627/53609#CacheUrlItems)
|
|
128889
|
+
* [DescribeAntiInfoLeakRulesRuleItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiInfoLeakRulesRuleItem)
|
|
128890
|
+
* [DescribeAntiInfoLeakRulesStrategyItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiInfoLeakRulesStrategyItem)
|
|
128891
|
+
* [DescribeAntiLeakageItem](https://cloud.tencent.com/document/api/627/53609#DescribeAntiLeakageItem)
|
|
128892
|
+
* [PageInfo](https://cloud.tencent.com/document/api/627/53609#PageInfo)
|
|
128893
|
+
* [SessionData](https://cloud.tencent.com/document/api/627/53609#SessionData)
|
|
128894
|
+
* [SessionItem](https://cloud.tencent.com/document/api/627/53609#SessionItem)
|
|
128895
|
+
* [StrategyForAntiInfoLeak](https://cloud.tencent.com/document/api/627/53609#StrategyForAntiInfoLeak)
|
|
128416
128896
|
|
|
128417
128897
|
### 第 46 次发布
|
|
128418
128898
|
|