tencentcloud-sdk-nodejs 4.0.695 → 4.0.697
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 +587 -0
- package/SERVICE_CHANGELOG.md +650 -56
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +4 -1
- package/src/services/bi/v20220105/bi_client.ts +249 -3
- package/src/services/bi/v20220105/bi_models.ts +1981 -42
- package/src/services/billing/v20180709/billing_client.ts +57 -6
- package/src/services/billing/v20180709/billing_models.ts +646 -74
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cfw/v20190904/cfw_models.ts +48 -17
- package/src/services/cii/index.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +4 -4
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +6 -1
- package/src/services/csip/v20221121/csip_client.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +16 -2
- package/src/services/cvm/v20170312/cvm_models.ts +4 -4
- package/src/services/cwp/v20180228/cwp_models.ts +7 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/emr/v20190103/emr_models.ts +5 -5
- package/src/services/ess/v20201111/ess_client.ts +24 -11
- package/src/services/ess/v20201111/ess_models.ts +148 -56
- package/src/services/essbasic/v20210526/essbasic_client.ts +31 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +91 -11
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_client.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +5 -5
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -1
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/organization/index.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/sms/v20210111/sms_client.ts +0 -8
- package/src/services/sms/v20210111/sms_models.ts +31 -29
- package/src/services/tat/v20201028/tat_models.ts +5 -3
- package/src/services/tbp/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +33 -9
- package/src/services/teo/v20220901/teo_models.ts +244 -100
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tmt/v20180321/tmt_client.ts +1 -1
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/trocket/v20230308/trocket_client.ts +75 -24
- package/src/services/trocket/v20230308/trocket_models.ts +204 -25
- package/src/services/tse/v20201207/tse_models.ts +36 -6
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +88 -0
- package/src/services/waf/v20180125/waf_client.ts +2 -0
- package/src/services/waf/v20180125/waf_models.ts +294 -52
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -1
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +77 -1
- package/tencentcloud/services/bi/v20220105/bi_client.js +114 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +1925 -42
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +20 -3
- package/tencentcloud/services/billing/v20180709/billing_client.js +27 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +636 -74
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +48 -17
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -1
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +16 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +23 -11
- package/tencentcloud/services/ess/v20201111/ess_client.js +22 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +147 -56
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +27 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +89 -11
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -1
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +0 -8
- package/tencentcloud/services/sms/v20210111/sms_client.js +0 -8
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +31 -29
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -3
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +18 -6
- package/tencentcloud/services/teo/v20220901/teo_client.js +19 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +237 -99
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +29 -11
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +39 -13
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +195 -25
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +36 -6
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +87 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +292 -52
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/bi.v20220105.test.js +190 -0
- package/test/billing.v20180709.test.js +40 -0
- package/test/teo.v20220901.test.js +10 -0
- package/test/trocket.v20230308.test.js +46 -6
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-09-
|
|
7
|
+
发布时间:2023-09-27 01:07:14
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,45 +12,49 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [DescribeRiskCenterAssetViewWeakPasswordRiskList](https://cloud.tencent.com/document/api/664/98821)
|
|
17
|
-
* [DescribeRiskCenterServerRiskList](https://cloud.tencent.com/document/api/664/98820)
|
|
18
|
-
* [DescribeRiskCenterWebsiteRiskList](https://cloud.tencent.com/document/api/664/98819)
|
|
19
|
-
|
|
20
|
-
新增数据结构:
|
|
21
|
-
|
|
22
|
-
* [AssetViewCFGRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewCFGRisk)
|
|
23
|
-
* [AssetViewWeakPassRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewWeakPassRisk)
|
|
24
|
-
* [ServerRisk](https://cloud.tencent.com/document/api/664/90825#ServerRisk)
|
|
25
|
-
* [ServerRiskSuggestion](https://cloud.tencent.com/document/api/664/90825#ServerRiskSuggestion)
|
|
26
|
-
* [WebsiteRisk](https://cloud.tencent.com/document/api/664/90825#WebsiteRisk)
|
|
15
|
+
* [ModifyUserRole](https://cloud.tencent.com/document/api/590/98878)
|
|
27
16
|
|
|
28
17
|
|
|
29
18
|
|
|
30
|
-
##
|
|
19
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
31
20
|
|
|
32
|
-
### 第
|
|
21
|
+
### 第 14 次发布
|
|
33
22
|
|
|
34
|
-
发布时间:2023-09-
|
|
23
|
+
发布时间:2023-09-27 01:12:21
|
|
35
24
|
|
|
36
25
|
本次发布包含了以下内容:
|
|
37
26
|
|
|
38
27
|
改善已有的文档。
|
|
39
28
|
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [DescribeDbAssets](https://cloud.tencent.com/document/api/664/90819)
|
|
32
|
+
|
|
33
|
+
* 新增入参:AssetTypes
|
|
34
|
+
|
|
35
|
+
|
|
40
36
|
修改数据结构:
|
|
41
37
|
|
|
42
|
-
* [
|
|
38
|
+
* [AssetViewCFGRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewCFGRisk)
|
|
43
39
|
|
|
44
|
-
*
|
|
40
|
+
* <font color="#dd0000">**修改成员**:</font>Id, CFGName, CheckType, InstanceId, InstanceName, InstanceType, AffectAsset, Level, FirstTime, RecentTime, From, Status, CFGSTD, CFGDescribe, CFGFix, CFGHelpURL, Index, AppId, Nick, Uin
|
|
41
|
+
|
|
42
|
+
* [ScanTaskInfoList](https://cloud.tencent.com/document/api/664/90825#ScanTaskInfoList)
|
|
45
43
|
|
|
44
|
+
* 新增成员:SourceType
|
|
46
45
|
|
|
46
|
+
* [TaskAssetObject](https://cloud.tencent.com/document/api/664/90825#TaskAssetObject)
|
|
47
47
|
|
|
48
|
+
* 新增成员:Arn
|
|
48
49
|
|
|
49
|
-
## 数学作业批改(hcm) 版本:2018-11-06
|
|
50
50
|
|
|
51
|
-
### 第 9 次发布
|
|
52
51
|
|
|
53
|
-
|
|
52
|
+
|
|
53
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
54
|
+
|
|
55
|
+
### 第 122 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2023-09-26 16:45:49
|
|
54
58
|
|
|
55
59
|
本次发布包含了以下内容:
|
|
56
60
|
|
|
@@ -58,16 +62,59 @@
|
|
|
58
62
|
|
|
59
63
|
修改接口:
|
|
60
64
|
|
|
61
|
-
* [
|
|
65
|
+
* [CreateDocument](https://cloud.tencent.com/document/api/1323/70364)
|
|
62
66
|
|
|
67
|
+
* 新增出参:Approvers
|
|
63
68
|
|
|
69
|
+
* [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
|
|
64
70
|
|
|
71
|
+
* 新增入参:FillApproverType
|
|
65
72
|
|
|
66
|
-
|
|
73
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
67
74
|
|
|
68
|
-
|
|
75
|
+
* 新增出参:Approvers
|
|
69
76
|
|
|
70
|
-
|
|
77
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
78
|
+
|
|
79
|
+
* 新增入参:RecipientId
|
|
80
|
+
|
|
81
|
+
* 新增出参:SchemeQrcodeUrl
|
|
82
|
+
|
|
83
|
+
* [UploadFiles](https://cloud.tencent.com/document/api/1323/73066)
|
|
84
|
+
|
|
85
|
+
* 新增入参:Agent
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
新增数据结构:
|
|
89
|
+
|
|
90
|
+
* [ApproverItem](https://cloud.tencent.com/document/api/1323/70369#ApproverItem)
|
|
91
|
+
|
|
92
|
+
修改数据结构:
|
|
93
|
+
|
|
94
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
95
|
+
|
|
96
|
+
* 新增成员:ApproverRoleName
|
|
97
|
+
|
|
98
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
|
|
99
|
+
|
|
100
|
+
* 新增成员:FillType
|
|
101
|
+
|
|
102
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
|
|
103
|
+
|
|
104
|
+
* 新增成员:OrganizationName
|
|
105
|
+
|
|
106
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail)
|
|
107
|
+
|
|
108
|
+
* 新增成员:ApproverRoleName
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
114
|
+
|
|
115
|
+
### 第 114 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2023-09-26 16:46:19
|
|
71
118
|
|
|
72
119
|
本次发布包含了以下内容:
|
|
73
120
|
|
|
@@ -75,35 +122,78 @@
|
|
|
75
122
|
|
|
76
123
|
修改接口:
|
|
77
124
|
|
|
78
|
-
* [
|
|
125
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
79
126
|
|
|
80
|
-
*
|
|
127
|
+
* 新增出参:Approvers
|
|
81
128
|
|
|
129
|
+
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
82
130
|
|
|
131
|
+
* 新增出参:FlowApprovers
|
|
83
132
|
|
|
133
|
+
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
84
134
|
|
|
85
|
-
|
|
135
|
+
* 新增入参:RecipientIds
|
|
86
136
|
|
|
87
|
-
|
|
137
|
+
* [ModifyExtendedService](https://cloud.tencent.com/document/api/1420/85666)
|
|
88
138
|
|
|
89
|
-
|
|
139
|
+
* 新增入参:Endpoint
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
新增数据结构:
|
|
143
|
+
|
|
144
|
+
* [ApproverItem](https://cloud.tencent.com/document/api/1420/61525#ApproverItem)
|
|
145
|
+
* [FlowApproverItem](https://cloud.tencent.com/document/api/1420/61525#FlowApproverItem)
|
|
146
|
+
|
|
147
|
+
修改数据结构:
|
|
148
|
+
|
|
149
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
150
|
+
|
|
151
|
+
* 新增成员:FillType
|
|
152
|
+
|
|
153
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1420/61525#FlowApproverDetail)
|
|
154
|
+
|
|
155
|
+
* 新增成员:ApproverRoleName
|
|
156
|
+
|
|
157
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
158
|
+
|
|
159
|
+
* 新增成员:ApproverRoleName
|
|
160
|
+
|
|
161
|
+
* [SignUrlInfo](https://cloud.tencent.com/document/api/1420/61525#SignUrlInfo)
|
|
162
|
+
|
|
163
|
+
* 新增成员:SignQrcodeUrl
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
173
|
+
|
|
174
|
+
### 第 53 次发布
|
|
175
|
+
|
|
176
|
+
发布时间:2023-09-27 01:25:45
|
|
90
177
|
|
|
91
178
|
本次发布包含了以下内容:
|
|
92
179
|
|
|
93
180
|
改善已有的文档。
|
|
94
181
|
|
|
95
|
-
|
|
182
|
+
新增接口:
|
|
96
183
|
|
|
97
|
-
* [
|
|
184
|
+
* [VerifyOwnership](https://cloud.tencent.com/document/api/1552/98879)
|
|
98
185
|
|
|
99
186
|
|
|
100
187
|
|
|
188
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
189
|
+
|
|
190
|
+
|
|
101
191
|
|
|
102
192
|
## 私有网络(vpc) 版本:2017-03-12
|
|
103
193
|
|
|
104
|
-
### 第
|
|
194
|
+
### 第 173 次发布
|
|
105
195
|
|
|
106
|
-
发布时间:2023-09-
|
|
196
|
+
发布时间:2023-09-27 01:28:08
|
|
107
197
|
|
|
108
198
|
本次发布包含了以下内容:
|
|
109
199
|
|
|
@@ -111,25 +201,22 @@
|
|
|
111
201
|
|
|
112
202
|
修改接口:
|
|
113
203
|
|
|
114
|
-
* [
|
|
115
|
-
|
|
116
|
-
* 新增入参:Egress
|
|
117
|
-
|
|
204
|
+
* [DescribeVpcPeeringConnections](https://cloud.tencent.com/document/api/215/96023)
|
|
118
205
|
|
|
119
|
-
|
|
206
|
+
* 新增出参:TotalCount, PeerConnectionSet
|
|
120
207
|
|
|
121
|
-
* [BandwidthPackage](https://cloud.tencent.com/document/api/215/15824#BandwidthPackage)
|
|
122
208
|
|
|
123
|
-
|
|
209
|
+
新增数据结构:
|
|
124
210
|
|
|
211
|
+
* [PeerConnection](https://cloud.tencent.com/document/api/215/15824#PeerConnection)
|
|
125
212
|
|
|
126
213
|
|
|
127
214
|
|
|
128
215
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
129
216
|
|
|
130
|
-
### 第
|
|
217
|
+
### 第 58 次发布
|
|
131
218
|
|
|
132
|
-
发布时间:2023-09-
|
|
219
|
+
发布时间:2023-09-27 01:28:58
|
|
133
220
|
|
|
134
221
|
本次发布包含了以下内容:
|
|
135
222
|
|
|
@@ -137,9 +224,9 @@
|
|
|
137
224
|
|
|
138
225
|
修改数据结构:
|
|
139
226
|
|
|
140
|
-
* [
|
|
227
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
141
228
|
|
|
142
|
-
* 新增成员:
|
|
229
|
+
* 新增成员:BotCPWaf, BotNPWaf
|
|
143
230
|
|
|
144
231
|
|
|
145
232
|
|
|
@@ -8157,6 +8244,68 @@
|
|
|
8157
8244
|
|
|
8158
8245
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
8159
8246
|
|
|
8247
|
+
### 第 5 次发布
|
|
8248
|
+
|
|
8249
|
+
发布时间:2023-09-27 01:07:14
|
|
8250
|
+
|
|
8251
|
+
本次发布包含了以下内容:
|
|
8252
|
+
|
|
8253
|
+
改善已有的文档。
|
|
8254
|
+
|
|
8255
|
+
新增接口:
|
|
8256
|
+
|
|
8257
|
+
* [[ModifyUserRole](https://cloud.tencent.com/document/api/590/98878)](https://cloud.tencent.com/document/api/#/#)
|
|
8258
|
+
|
|
8259
|
+
### 第 4 次发布
|
|
8260
|
+
|
|
8261
|
+
发布时间:2023-09-26 01:06:57
|
|
8262
|
+
|
|
8263
|
+
本次发布包含了以下内容:
|
|
8264
|
+
|
|
8265
|
+
改善已有的文档。
|
|
8266
|
+
|
|
8267
|
+
新增接口:
|
|
8268
|
+
|
|
8269
|
+
* [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
|
|
8270
|
+
* [CreateDatasourceCloud](https://cloud.tencent.com/document/api/590/98853)
|
|
8271
|
+
* [CreateProject](https://cloud.tencent.com/document/api/590/98838)
|
|
8272
|
+
* [CreateUserRole](https://cloud.tencent.com/document/api/590/98848)
|
|
8273
|
+
* [CreateUserRoleProject](https://cloud.tencent.com/document/api/590/98847)
|
|
8274
|
+
* [DeleteDatasource](https://cloud.tencent.com/document/api/590/98852)
|
|
8275
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/590/98837)
|
|
8276
|
+
* [DeleteUserRole](https://cloud.tencent.com/document/api/590/98846)
|
|
8277
|
+
* [DeleteUserRoleProject](https://cloud.tencent.com/document/api/590/98845)
|
|
8278
|
+
* [DescribeDatasourceList](https://cloud.tencent.com/document/api/590/98840)
|
|
8279
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/590/98836)
|
|
8280
|
+
* [DescribeProjectList](https://cloud.tencent.com/document/api/590/98835)
|
|
8281
|
+
* [DescribeUserProjectList](https://cloud.tencent.com/document/api/590/98844)
|
|
8282
|
+
* [DescribeUserRoleList](https://cloud.tencent.com/document/api/590/98843)
|
|
8283
|
+
* [ModifyDatasource](https://cloud.tencent.com/document/api/590/98851)
|
|
8284
|
+
* [ModifyDatasourceCloud](https://cloud.tencent.com/document/api/590/98850)
|
|
8285
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
|
|
8286
|
+
* [ModifyUserRoleProject](https://cloud.tencent.com/document/api/590/98842)
|
|
8287
|
+
|
|
8288
|
+
新增数据结构:
|
|
8289
|
+
|
|
8290
|
+
* [BaseStateAction](https://cloud.tencent.com/document/api/590/73726#BaseStateAction)
|
|
8291
|
+
* [CorpUserListData](https://cloud.tencent.com/document/api/590/73726#CorpUserListData)
|
|
8292
|
+
* [Data](https://cloud.tencent.com/document/api/590/73726#Data)
|
|
8293
|
+
* [DataId](https://cloud.tencent.com/document/api/590/73726#DataId)
|
|
8294
|
+
* [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
|
|
8295
|
+
* [DatasourceInfoData](https://cloud.tencent.com/document/api/590/73726#DatasourceInfoData)
|
|
8296
|
+
* [IdDTO](https://cloud.tencent.com/document/api/590/73726#IdDTO)
|
|
8297
|
+
* [PermissionComponent](https://cloud.tencent.com/document/api/590/73726#PermissionComponent)
|
|
8298
|
+
* [PermissionGroup](https://cloud.tencent.com/document/api/590/73726#PermissionGroup)
|
|
8299
|
+
* [Project](https://cloud.tencent.com/document/api/590/73726#Project)
|
|
8300
|
+
* [ProjectConfigList](https://cloud.tencent.com/document/api/590/73726#ProjectConfigList)
|
|
8301
|
+
* [ProjectConfigResult](https://cloud.tencent.com/document/api/590/73726#ProjectConfigResult)
|
|
8302
|
+
* [ProjectListData](https://cloud.tencent.com/document/api/590/73726#ProjectListData)
|
|
8303
|
+
* [UserIdAndUserName](https://cloud.tencent.com/document/api/590/73726#UserIdAndUserName)
|
|
8304
|
+
* [UserInfo](https://cloud.tencent.com/document/api/590/73726#UserInfo)
|
|
8305
|
+
* [UserRoleListData](https://cloud.tencent.com/document/api/590/73726#UserRoleListData)
|
|
8306
|
+
* [UserRoleListDataRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataRoleInfo)
|
|
8307
|
+
* [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
|
|
8308
|
+
|
|
8160
8309
|
### 第 3 次发布
|
|
8161
8310
|
|
|
8162
8311
|
发布时间:2023-09-18 01:10:19
|
|
@@ -8217,6 +8366,26 @@
|
|
|
8217
8366
|
|
|
8218
8367
|
## 费用中心(billing) 版本:2018-07-09
|
|
8219
8368
|
|
|
8369
|
+
### 第 47 次发布
|
|
8370
|
+
|
|
8371
|
+
发布时间:2023-09-26 01:07:22
|
|
8372
|
+
|
|
8373
|
+
本次发布包含了以下内容:
|
|
8374
|
+
|
|
8375
|
+
改善已有的文档。
|
|
8376
|
+
|
|
8377
|
+
新增接口:
|
|
8378
|
+
|
|
8379
|
+
* [DescribeBillDetailForOrganization](https://cloud.tencent.com/document/api/555/98858)
|
|
8380
|
+
* [DescribeBillDownloadUrl](https://cloud.tencent.com/document/api/555/98859)
|
|
8381
|
+
* [DescribeBillResourceSummaryForOrganization](https://cloud.tencent.com/document/api/555/98857)
|
|
8382
|
+
* [DescribeBillSummaryForOrganization](https://cloud.tencent.com/document/api/555/98856)
|
|
8383
|
+
|
|
8384
|
+
新增数据结构:
|
|
8385
|
+
|
|
8386
|
+
* [BillDistributionResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillDistributionResourceSummary)
|
|
8387
|
+
* [DistributionBillDetail](https://cloud.tencent.com/document/api/555/19183#DistributionBillDetail)
|
|
8388
|
+
|
|
8220
8389
|
### 第 46 次发布
|
|
8221
8390
|
|
|
8222
8391
|
发布时间:2023-08-30 01:07:19
|
|
@@ -21700,6 +21869,42 @@
|
|
|
21700
21869
|
|
|
21701
21870
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
21702
21871
|
|
|
21872
|
+
### 第 46 次发布
|
|
21873
|
+
|
|
21874
|
+
发布时间:2023-09-26 01:09:36
|
|
21875
|
+
|
|
21876
|
+
本次发布包含了以下内容:
|
|
21877
|
+
|
|
21878
|
+
改善已有的文档。
|
|
21879
|
+
|
|
21880
|
+
修改接口:
|
|
21881
|
+
|
|
21882
|
+
* [CreateBlockIgnoreRuleList](https://cloud.tencent.com/document/api/1132/97724)
|
|
21883
|
+
|
|
21884
|
+
* 新增入参:CoverDuplicate
|
|
21885
|
+
|
|
21886
|
+
* [ModifyEdgeIpSwitch](https://cloud.tencent.com/document/api/1132/97839)
|
|
21887
|
+
|
|
21888
|
+
* 新增入参:AutoChooseSubnet, SwitchMode
|
|
21889
|
+
|
|
21890
|
+
* <font color="#dd0000">**修改入参**:</font>Enable
|
|
21891
|
+
|
|
21892
|
+
|
|
21893
|
+
修改数据结构:
|
|
21894
|
+
|
|
21895
|
+
* [BlockIgnoreRule](https://cloud.tencent.com/document/api/1132/49071#BlockIgnoreRule)
|
|
21896
|
+
|
|
21897
|
+
* 新增成员:IP
|
|
21898
|
+
|
|
21899
|
+
* [EdgeIpInfo](https://cloud.tencent.com/document/api/1132/49071#EdgeIpInfo)
|
|
21900
|
+
|
|
21901
|
+
* 新增成员:SwitchWeight
|
|
21902
|
+
|
|
21903
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
21904
|
+
|
|
21905
|
+
* 新增成员:NeedProbeEngineUpdate
|
|
21906
|
+
|
|
21907
|
+
|
|
21703
21908
|
### 第 45 次发布
|
|
21704
21909
|
|
|
21705
21910
|
发布时间:2023-09-22 01:21:17
|
|
@@ -28109,6 +28314,21 @@
|
|
|
28109
28314
|
|
|
28110
28315
|
## 日志服务(cls) 版本:2020-10-16
|
|
28111
28316
|
|
|
28317
|
+
### 第 72 次发布
|
|
28318
|
+
|
|
28319
|
+
发布时间:2023-09-26 01:14:30
|
|
28320
|
+
|
|
28321
|
+
本次发布包含了以下内容:
|
|
28322
|
+
|
|
28323
|
+
改善已有的文档。
|
|
28324
|
+
|
|
28325
|
+
修改接口:
|
|
28326
|
+
|
|
28327
|
+
* [CreateExport](https://cloud.tencent.com/document/api/614/56451)
|
|
28328
|
+
|
|
28329
|
+
* 新增入参:SyntaxRule
|
|
28330
|
+
|
|
28331
|
+
|
|
28112
28332
|
### 第 71 次发布
|
|
28113
28333
|
|
|
28114
28334
|
发布时间:2023-09-21 02:03:11
|
|
@@ -34069,6 +34289,36 @@
|
|
|
34069
34289
|
|
|
34070
34290
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
34071
34291
|
|
|
34292
|
+
### 第 14 次发布
|
|
34293
|
+
|
|
34294
|
+
发布时间:2023-09-27 01:12:21
|
|
34295
|
+
|
|
34296
|
+
本次发布包含了以下内容:
|
|
34297
|
+
|
|
34298
|
+
改善已有的文档。
|
|
34299
|
+
|
|
34300
|
+
修改接口:
|
|
34301
|
+
|
|
34302
|
+
* [DescribeDbAssets](https://cloud.tencent.com/document/api/664/90819)
|
|
34303
|
+
|
|
34304
|
+
* 新增入参:AssetTypes
|
|
34305
|
+
|
|
34306
|
+
|
|
34307
|
+
修改数据结构:
|
|
34308
|
+
|
|
34309
|
+
* [AssetViewCFGRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewCFGRisk)
|
|
34310
|
+
|
|
34311
|
+
* <font color="#dd0000">**修改成员**:</font>Id, CFGName, CheckType, InstanceId, InstanceName, InstanceType, AffectAsset, Level, FirstTime, RecentTime, From, Status, CFGSTD, CFGDescribe, CFGFix, CFGHelpURL, Index, AppId, Nick, Uin
|
|
34312
|
+
|
|
34313
|
+
* [ScanTaskInfoList](https://cloud.tencent.com/document/api/664/90825#ScanTaskInfoList)
|
|
34314
|
+
|
|
34315
|
+
* 新增成员:SourceType
|
|
34316
|
+
|
|
34317
|
+
* [TaskAssetObject](https://cloud.tencent.com/document/api/664/90825#TaskAssetObject)
|
|
34318
|
+
|
|
34319
|
+
* 新增成员:Arn
|
|
34320
|
+
|
|
34321
|
+
|
|
34072
34322
|
### 第 13 次发布
|
|
34073
34323
|
|
|
34074
34324
|
发布时间:2023-09-25 01:10:56
|
|
@@ -34079,18 +34329,18 @@
|
|
|
34079
34329
|
|
|
34080
34330
|
新增接口:
|
|
34081
34331
|
|
|
34082
|
-
* [
|
|
34083
|
-
* [
|
|
34084
|
-
* [
|
|
34085
|
-
* [
|
|
34332
|
+
* [DescribeRiskCenterAssetViewCFGRiskList](https://cloud.tencent.com/document/api/664/98822)
|
|
34333
|
+
* [DescribeRiskCenterAssetViewWeakPasswordRiskList](https://cloud.tencent.com/document/api/664/98821)
|
|
34334
|
+
* [DescribeRiskCenterServerRiskList](https://cloud.tencent.com/document/api/664/98820)
|
|
34335
|
+
* [DescribeRiskCenterWebsiteRiskList](https://cloud.tencent.com/document/api/664/98819)
|
|
34086
34336
|
|
|
34087
34337
|
新增数据结构:
|
|
34088
34338
|
|
|
34089
|
-
* [
|
|
34090
|
-
* [
|
|
34091
|
-
* [
|
|
34092
|
-
* [
|
|
34093
|
-
* [
|
|
34339
|
+
* [AssetViewCFGRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewCFGRisk)
|
|
34340
|
+
* [AssetViewWeakPassRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewWeakPassRisk)
|
|
34341
|
+
* [ServerRisk](https://cloud.tencent.com/document/api/664/90825#ServerRisk)
|
|
34342
|
+
* [ServerRiskSuggestion](https://cloud.tencent.com/document/api/664/90825#ServerRiskSuggestion)
|
|
34343
|
+
* [WebsiteRisk](https://cloud.tencent.com/document/api/664/90825#WebsiteRisk)
|
|
34094
34344
|
|
|
34095
34345
|
### 第 12 次发布
|
|
34096
34346
|
|
|
@@ -36563,6 +36813,23 @@
|
|
|
36563
36813
|
|
|
36564
36814
|
## 主机安全(cwp) 版本:2018-02-28
|
|
36565
36815
|
|
|
36816
|
+
### 第 97 次发布
|
|
36817
|
+
|
|
36818
|
+
发布时间:2023-09-26 01:16:14
|
|
36819
|
+
|
|
36820
|
+
本次发布包含了以下内容:
|
|
36821
|
+
|
|
36822
|
+
改善已有的文档。
|
|
36823
|
+
|
|
36824
|
+
修改数据结构:
|
|
36825
|
+
|
|
36826
|
+
* [AssetInitServiceBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetInitServiceBaseInfo)
|
|
36827
|
+
|
|
36828
|
+
* 新增成员:IsAutoRun
|
|
36829
|
+
|
|
36830
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, User, Path, MachineIp, MachineName, OsInfo, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp, MachineExtraInfo
|
|
36831
|
+
|
|
36832
|
+
|
|
36566
36833
|
### 第 96 次发布
|
|
36567
36834
|
|
|
36568
36835
|
发布时间:2023-09-22 01:33:07
|
|
@@ -53410,6 +53677,62 @@
|
|
|
53410
53677
|
|
|
53411
53678
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
53412
53679
|
|
|
53680
|
+
### 第 122 次发布
|
|
53681
|
+
|
|
53682
|
+
发布时间:2023-09-26 16:45:49
|
|
53683
|
+
|
|
53684
|
+
本次发布包含了以下内容:
|
|
53685
|
+
|
|
53686
|
+
改善已有的文档。
|
|
53687
|
+
|
|
53688
|
+
修改接口:
|
|
53689
|
+
|
|
53690
|
+
* [CreateDocument](https://cloud.tencent.com/document/api/1323/70364)
|
|
53691
|
+
|
|
53692
|
+
* 新增出参:Approvers
|
|
53693
|
+
|
|
53694
|
+
* [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
|
|
53695
|
+
|
|
53696
|
+
* 新增入参:FillApproverType
|
|
53697
|
+
|
|
53698
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
53699
|
+
|
|
53700
|
+
* 新增出参:Approvers
|
|
53701
|
+
|
|
53702
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
53703
|
+
|
|
53704
|
+
* 新增入参:RecipientId
|
|
53705
|
+
|
|
53706
|
+
* 新增出参:SchemeQrcodeUrl
|
|
53707
|
+
|
|
53708
|
+
* [UploadFiles](https://cloud.tencent.com/document/api/1323/73066)
|
|
53709
|
+
|
|
53710
|
+
* 新增入参:Agent
|
|
53711
|
+
|
|
53712
|
+
|
|
53713
|
+
新增数据结构:
|
|
53714
|
+
|
|
53715
|
+
* [[ApproverItem](https://cloud.tencent.com/document/api/1323/70369#ApproverItem)](https://cloud.tencent.com/document/api/1323/70369#[ApproverItem](https://cloud.tencent.com/document/api/1323/70369#ApproverItem))
|
|
53716
|
+
|
|
53717
|
+
修改数据结构:
|
|
53718
|
+
|
|
53719
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
53720
|
+
|
|
53721
|
+
* 新增成员:ApproverRoleName
|
|
53722
|
+
|
|
53723
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
|
|
53724
|
+
|
|
53725
|
+
* 新增成员:FillType
|
|
53726
|
+
|
|
53727
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
|
|
53728
|
+
|
|
53729
|
+
* 新增成员:OrganizationName
|
|
53730
|
+
|
|
53731
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail)
|
|
53732
|
+
|
|
53733
|
+
* 新增成员:ApproverRoleName
|
|
53734
|
+
|
|
53735
|
+
|
|
53413
53736
|
### 第 121 次发布
|
|
53414
53737
|
|
|
53415
53738
|
发布时间:2023-09-22 01:49:11
|
|
@@ -55792,6 +56115,57 @@
|
|
|
55792
56115
|
|
|
55793
56116
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
55794
56117
|
|
|
56118
|
+
### 第 114 次发布
|
|
56119
|
+
|
|
56120
|
+
发布时间:2023-09-26 16:46:19
|
|
56121
|
+
|
|
56122
|
+
本次发布包含了以下内容:
|
|
56123
|
+
|
|
56124
|
+
改善已有的文档。
|
|
56125
|
+
|
|
56126
|
+
修改接口:
|
|
56127
|
+
|
|
56128
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
56129
|
+
|
|
56130
|
+
* 新增出参:Approvers
|
|
56131
|
+
|
|
56132
|
+
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
56133
|
+
|
|
56134
|
+
* 新增出参:FlowApprovers
|
|
56135
|
+
|
|
56136
|
+
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
56137
|
+
|
|
56138
|
+
* 新增入参:RecipientIds
|
|
56139
|
+
|
|
56140
|
+
* [ModifyExtendedService](https://cloud.tencent.com/document/api/1420/85666)
|
|
56141
|
+
|
|
56142
|
+
* 新增入参:Endpoint
|
|
56143
|
+
|
|
56144
|
+
|
|
56145
|
+
新增数据结构:
|
|
56146
|
+
|
|
56147
|
+
* [[ApproverItem](https://cloud.tencent.com/document/api/1420/61525#ApproverItem)](https://cloud.tencent.com/document/api/1420/61525#[ApproverItem](https://cloud.tencent.com/document/api/1420/61525#ApproverItem))
|
|
56148
|
+
* [[FlowApproverItem](https://cloud.tencent.com/document/api/1420/61525#FlowApproverItem)](https://cloud.tencent.com/document/api/1420/61525#[FlowApproverItem](https://cloud.tencent.com/document/api/1420/61525#FlowApproverItem))
|
|
56149
|
+
|
|
56150
|
+
修改数据结构:
|
|
56151
|
+
|
|
56152
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
56153
|
+
|
|
56154
|
+
* 新增成员:FillType
|
|
56155
|
+
|
|
56156
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1420/61525#FlowApproverDetail)
|
|
56157
|
+
|
|
56158
|
+
* 新增成员:ApproverRoleName
|
|
56159
|
+
|
|
56160
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
56161
|
+
|
|
56162
|
+
* 新增成员:ApproverRoleName
|
|
56163
|
+
|
|
56164
|
+
* [SignUrlInfo](https://cloud.tencent.com/document/api/1420/61525#SignUrlInfo)
|
|
56165
|
+
|
|
56166
|
+
* 新增成员:SignQrcodeUrl
|
|
56167
|
+
|
|
56168
|
+
|
|
55795
56169
|
### 第 113 次发布
|
|
55796
56170
|
|
|
55797
56171
|
发布时间:2023-09-22 01:50:20
|
|
@@ -108205,6 +108579,65 @@
|
|
|
108205
108579
|
|
|
108206
108580
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
108207
108581
|
|
|
108582
|
+
### 第 53 次发布
|
|
108583
|
+
|
|
108584
|
+
发布时间:2023-09-27 01:25:45
|
|
108585
|
+
|
|
108586
|
+
本次发布包含了以下内容:
|
|
108587
|
+
|
|
108588
|
+
改善已有的文档。
|
|
108589
|
+
|
|
108590
|
+
新增接口:
|
|
108591
|
+
|
|
108592
|
+
* [[VerifyOwnership](https://cloud.tencent.com/document/api/1552/98879)](https://cloud.tencent.com/document/api/#/#)
|
|
108593
|
+
|
|
108594
|
+
### 第 52 次发布
|
|
108595
|
+
|
|
108596
|
+
发布时间:2023-09-26 01:32:17
|
|
108597
|
+
|
|
108598
|
+
本次发布包含了以下内容:
|
|
108599
|
+
|
|
108600
|
+
改善已有的文档。
|
|
108601
|
+
|
|
108602
|
+
修改接口:
|
|
108603
|
+
|
|
108604
|
+
* [CreateAccelerationDomain](https://cloud.tencent.com/document/api/1552/86338)
|
|
108605
|
+
|
|
108606
|
+
* 新增出参:OwnershipVerification
|
|
108607
|
+
|
|
108608
|
+
* [CreateZone](https://cloud.tencent.com/document/api/1552/80719)
|
|
108609
|
+
|
|
108610
|
+
* 新增入参:Area, PlanId
|
|
108611
|
+
|
|
108612
|
+
* 新增出参:OwnershipVerification
|
|
108613
|
+
|
|
108614
|
+
* [ModifyHostsCertificate](https://cloud.tencent.com/document/api/1552/80764)
|
|
108615
|
+
|
|
108616
|
+
* 新增入参:Mode
|
|
108617
|
+
|
|
108618
|
+
|
|
108619
|
+
新增数据结构:
|
|
108620
|
+
|
|
108621
|
+
* [DnsVerification](https://cloud.tencent.com/document/api/1552/80721#DnsVerification)
|
|
108622
|
+
* [FileVerification](https://cloud.tencent.com/document/api/1552/80721#FileVerification)
|
|
108623
|
+
* [NsVerification](https://cloud.tencent.com/document/api/1552/80721#NsVerification)
|
|
108624
|
+
* [OwnershipVerification](https://cloud.tencent.com/document/api/1552/80721#OwnershipVerification)
|
|
108625
|
+
|
|
108626
|
+
修改数据结构:
|
|
108627
|
+
|
|
108628
|
+
* [AccelerationDomain](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomain)
|
|
108629
|
+
|
|
108630
|
+
* 新增成员:OwnershipVerification
|
|
108631
|
+
|
|
108632
|
+
* <font color="#dd0000">**修改成员**:</font>ZoneId, DomainName, DomainStatus, OriginDetail, Cname, IdentificationStatus, CreatedOn, ModifiedOn
|
|
108633
|
+
|
|
108634
|
+
* [Zone](https://cloud.tencent.com/document/api/1552/80721#Zone)
|
|
108635
|
+
|
|
108636
|
+
* 新增成员:OwnershipVerification
|
|
108637
|
+
|
|
108638
|
+
* <font color="#dd0000">**修改成员**:</font>LockStatus
|
|
108639
|
+
|
|
108640
|
+
|
|
108208
108641
|
### 第 51 次发布
|
|
108209
108642
|
|
|
108210
108643
|
发布时间:2023-09-13 02:30:58
|
|
@@ -117167,6 +117600,25 @@
|
|
|
117167
117600
|
|
|
117168
117601
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
117169
117602
|
|
|
117603
|
+
### 第 4 次发布
|
|
117604
|
+
|
|
117605
|
+
发布时间:2023-09-26 01:33:40
|
|
117606
|
+
|
|
117607
|
+
本次发布包含了以下内容:
|
|
117608
|
+
|
|
117609
|
+
改善已有的文档。
|
|
117610
|
+
|
|
117611
|
+
新增接口:
|
|
117612
|
+
|
|
117613
|
+
* [CreateRole](https://cloud.tencent.com/document/api/1493/98864)
|
|
117614
|
+
* [DeleteRole](https://cloud.tencent.com/document/api/1493/98863)
|
|
117615
|
+
* [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862)
|
|
117616
|
+
* [ModifyRole](https://cloud.tencent.com/document/api/1493/98861)
|
|
117617
|
+
|
|
117618
|
+
新增数据结构:
|
|
117619
|
+
|
|
117620
|
+
* [RoleItem](https://cloud.tencent.com/document/api/1493/96031#RoleItem)
|
|
117621
|
+
|
|
117170
117622
|
### 第 3 次发布
|
|
117171
117623
|
|
|
117172
117624
|
发布时间:2023-09-12 02:49:45
|
|
@@ -119061,6 +119513,21 @@
|
|
|
119061
119513
|
|
|
119062
119514
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
119063
119515
|
|
|
119516
|
+
### 第 46 次发布
|
|
119517
|
+
|
|
119518
|
+
发布时间:2023-09-26 01:34:02
|
|
119519
|
+
|
|
119520
|
+
本次发布包含了以下内容:
|
|
119521
|
+
|
|
119522
|
+
改善已有的文档。
|
|
119523
|
+
|
|
119524
|
+
修改数据结构:
|
|
119525
|
+
|
|
119526
|
+
* [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
|
|
119527
|
+
|
|
119528
|
+
* 新增成员:HealthStatus
|
|
119529
|
+
|
|
119530
|
+
|
|
119064
119531
|
### 第 45 次发布
|
|
119065
119532
|
|
|
119066
119533
|
发布时间:2023-09-25 01:28:54
|
|
@@ -127910,6 +128377,25 @@
|
|
|
127910
128377
|
|
|
127911
128378
|
## 私有网络(vpc) 版本:2017-03-12
|
|
127912
128379
|
|
|
128380
|
+
### 第 173 次发布
|
|
128381
|
+
|
|
128382
|
+
发布时间:2023-09-27 01:28:08
|
|
128383
|
+
|
|
128384
|
+
本次发布包含了以下内容:
|
|
128385
|
+
|
|
128386
|
+
改善已有的文档。
|
|
128387
|
+
|
|
128388
|
+
修改接口:
|
|
128389
|
+
|
|
128390
|
+
* [DescribeVpcPeeringConnections](https://cloud.tencent.com/document/api/215/96023)
|
|
128391
|
+
|
|
128392
|
+
* 新增出参:TotalCount, PeerConnectionSet
|
|
128393
|
+
|
|
128394
|
+
|
|
128395
|
+
新增数据结构:
|
|
128396
|
+
|
|
128397
|
+
* [[PeerConnection](https://cloud.tencent.com/document/api/215/15824#PeerConnection)](https://cloud.tencent.com/document/api/215/15824#[PeerConnection](https://cloud.tencent.com/document/api/215/15824#PeerConnection))
|
|
128398
|
+
|
|
127913
128399
|
### 第 172 次发布
|
|
127914
128400
|
|
|
127915
128401
|
发布时间:2023-09-25 01:30:02
|
|
@@ -131838,6 +132324,114 @@
|
|
|
131838
132324
|
|
|
131839
132325
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
131840
132326
|
|
|
132327
|
+
### 第 58 次发布
|
|
132328
|
+
|
|
132329
|
+
发布时间:2023-09-27 01:28:58
|
|
132330
|
+
|
|
132331
|
+
本次发布包含了以下内容:
|
|
132332
|
+
|
|
132333
|
+
改善已有的文档。
|
|
132334
|
+
|
|
132335
|
+
修改数据结构:
|
|
132336
|
+
|
|
132337
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
132338
|
+
|
|
132339
|
+
* 新增成员:BotCPWaf, BotNPWaf
|
|
132340
|
+
|
|
132341
|
+
|
|
132342
|
+
### 第 57 次发布
|
|
132343
|
+
|
|
132344
|
+
发布时间:2023-09-26 01:36:12
|
|
132345
|
+
|
|
132346
|
+
本次发布包含了以下内容:
|
|
132347
|
+
|
|
132348
|
+
改善已有的文档。
|
|
132349
|
+
|
|
132350
|
+
修改接口:
|
|
132351
|
+
|
|
132352
|
+
* [AddAntiFakeUrl](https://cloud.tencent.com/document/api/627/97644)
|
|
132353
|
+
|
|
132354
|
+
* 新增出参:Id
|
|
132355
|
+
|
|
132356
|
+
* [AddAntiInfoLeakRules](https://cloud.tencent.com/document/api/627/97643)
|
|
132357
|
+
|
|
132358
|
+
* 新增出参:RuleId
|
|
132359
|
+
|
|
132360
|
+
* [DeleteCCRule](https://cloud.tencent.com/document/api/627/97648)
|
|
132361
|
+
|
|
132362
|
+
* 新增入参:RuleId
|
|
132363
|
+
|
|
132364
|
+
* 新增出参:RuleId
|
|
132365
|
+
|
|
132366
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
132367
|
+
|
|
132368
|
+
* 新增入参:IsId
|
|
132369
|
+
|
|
132370
|
+
* [DeleteSession](https://cloud.tencent.com/document/api/627/53602)
|
|
132371
|
+
|
|
132372
|
+
* 新增入参:SessionID
|
|
132373
|
+
|
|
132374
|
+
* [DescribeAccessFastAnalysis](https://cloud.tencent.com/document/api/627/60014)
|
|
132375
|
+
|
|
132376
|
+
* 新增入参:Sort, Count
|
|
132377
|
+
|
|
132378
|
+
* [DescribeAttackOverview](https://cloud.tencent.com/document/api/627/87744)
|
|
132379
|
+
|
|
132380
|
+
* 新增出参:IPBlackCount, TamperCount, LeakCount
|
|
132381
|
+
|
|
132382
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
132383
|
+
|
|
132384
|
+
* 新增入参:ValidStatus
|
|
132385
|
+
|
|
132386
|
+
* [DescribeRuleLimit](https://cloud.tencent.com/document/api/627/88452)
|
|
132387
|
+
|
|
132388
|
+
* 新增入参:InstanceId
|
|
132389
|
+
|
|
132390
|
+
* [DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)
|
|
132391
|
+
|
|
132392
|
+
* 新增入参:InstanceId
|
|
132393
|
+
|
|
132394
|
+
* 新增出参:HWState
|
|
132395
|
+
|
|
132396
|
+
* [UpsertCCRule](https://cloud.tencent.com/document/api/627/97646)
|
|
132397
|
+
|
|
132398
|
+
* 新增入参:SessionApplied, RuleId
|
|
132399
|
+
|
|
132400
|
+
* 新增出参:RuleId
|
|
132401
|
+
|
|
132402
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
132403
|
+
|
|
132404
|
+
* 新增入参:InstanceId
|
|
132405
|
+
|
|
132406
|
+
* [UpsertSession](https://cloud.tencent.com/document/api/627/97645)
|
|
132407
|
+
|
|
132408
|
+
* 新增入参:SessionName, SessionID
|
|
132409
|
+
|
|
132410
|
+
|
|
132411
|
+
新增数据结构:
|
|
132412
|
+
|
|
132413
|
+
* [HybridPkg](https://cloud.tencent.com/document/api/627/53609#HybridPkg)
|
|
132414
|
+
* [MajorEventsPkg](https://cloud.tencent.com/document/api/627/53609#MajorEventsPkg)
|
|
132415
|
+
|
|
132416
|
+
修改数据结构:
|
|
132417
|
+
|
|
132418
|
+
* [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
|
|
132419
|
+
|
|
132420
|
+
* 新增成员:Id
|
|
132421
|
+
|
|
132422
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
132423
|
+
|
|
132424
|
+
* 新增成员:MajorEventsPkg, HybridPkg
|
|
132425
|
+
|
|
132426
|
+
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
132427
|
+
|
|
132428
|
+
* 新增成员:Id, ValidStatus
|
|
132429
|
+
|
|
132430
|
+
* [PeakPointsItem](https://cloud.tencent.com/document/api/627/53609#PeakPointsItem)
|
|
132431
|
+
|
|
132432
|
+
* 新增成员:BlackIP, Tamper, Leak, ACL
|
|
132433
|
+
|
|
132434
|
+
|
|
131841
132435
|
### 第 56 次发布
|
|
131842
132436
|
|
|
131843
132437
|
发布时间:2023-09-25 01:30:53
|