tencentcloud-sdk-nodejs 4.0.696 → 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 +233 -0
- package/SERVICE_CHANGELOG.md +336 -262
- package/package.json +1 -1
- package/products.md +21 -21
- 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 +12 -0
- package/src/services/bi/v20220105/bi_models.ts +55 -0
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- 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/csip/v20221121/csip_client.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +16 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- 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 +23 -21
- 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 +14 -0
- package/src/services/teo/v20220901/teo_models.ts +31 -1
- 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/tse/v20201207/tse_models.ts +6 -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_models.ts +10 -0
- 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 +5 -1
- package/tencentcloud/services/bi/v20220105/bi_client.js +6 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +53 -0
- 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/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/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/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/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 +23 -21
- 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 +7 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +8 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +29 -1
- 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/tse/v20201207/tse_models.d.ts +6 -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 +10 -0
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/bi.v20220105.test.js +10 -0
- package/test/teo.v20220901.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,63 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
4
4
|
|
|
5
|
-
### 第
|
|
6
|
-
|
|
7
|
-
发布时间:2023-09-26 01:06:57
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
|
|
16
|
-
* [CreateDatasourceCloud](https://cloud.tencent.com/document/api/590/98853)
|
|
17
|
-
* [CreateProject](https://cloud.tencent.com/document/api/590/98838)
|
|
18
|
-
* [CreateUserRole](https://cloud.tencent.com/document/api/590/98848)
|
|
19
|
-
* [CreateUserRoleProject](https://cloud.tencent.com/document/api/590/98847)
|
|
20
|
-
* [DeleteDatasource](https://cloud.tencent.com/document/api/590/98852)
|
|
21
|
-
* [DeleteProject](https://cloud.tencent.com/document/api/590/98837)
|
|
22
|
-
* [DeleteUserRole](https://cloud.tencent.com/document/api/590/98846)
|
|
23
|
-
* [DeleteUserRoleProject](https://cloud.tencent.com/document/api/590/98845)
|
|
24
|
-
* [DescribeDatasourceList](https://cloud.tencent.com/document/api/590/98840)
|
|
25
|
-
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/590/98836)
|
|
26
|
-
* [DescribeProjectList](https://cloud.tencent.com/document/api/590/98835)
|
|
27
|
-
* [DescribeUserProjectList](https://cloud.tencent.com/document/api/590/98844)
|
|
28
|
-
* [DescribeUserRoleList](https://cloud.tencent.com/document/api/590/98843)
|
|
29
|
-
* [ModifyDatasource](https://cloud.tencent.com/document/api/590/98851)
|
|
30
|
-
* [ModifyDatasourceCloud](https://cloud.tencent.com/document/api/590/98850)
|
|
31
|
-
* [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
|
|
32
|
-
* [ModifyUserRoleProject](https://cloud.tencent.com/document/api/590/98842)
|
|
33
|
-
|
|
34
|
-
新增数据结构:
|
|
35
|
-
|
|
36
|
-
* [BaseStateAction](https://cloud.tencent.com/document/api/590/73726#BaseStateAction)
|
|
37
|
-
* [CorpUserListData](https://cloud.tencent.com/document/api/590/73726#CorpUserListData)
|
|
38
|
-
* [Data](https://cloud.tencent.com/document/api/590/73726#Data)
|
|
39
|
-
* [DataId](https://cloud.tencent.com/document/api/590/73726#DataId)
|
|
40
|
-
* [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
|
|
41
|
-
* [DatasourceInfoData](https://cloud.tencent.com/document/api/590/73726#DatasourceInfoData)
|
|
42
|
-
* [IdDTO](https://cloud.tencent.com/document/api/590/73726#IdDTO)
|
|
43
|
-
* [PermissionComponent](https://cloud.tencent.com/document/api/590/73726#PermissionComponent)
|
|
44
|
-
* [PermissionGroup](https://cloud.tencent.com/document/api/590/73726#PermissionGroup)
|
|
45
|
-
* [Project](https://cloud.tencent.com/document/api/590/73726#Project)
|
|
46
|
-
* [ProjectConfigList](https://cloud.tencent.com/document/api/590/73726#ProjectConfigList)
|
|
47
|
-
* [ProjectConfigResult](https://cloud.tencent.com/document/api/590/73726#ProjectConfigResult)
|
|
48
|
-
* [ProjectListData](https://cloud.tencent.com/document/api/590/73726#ProjectListData)
|
|
49
|
-
* [UserIdAndUserName](https://cloud.tencent.com/document/api/590/73726#UserIdAndUserName)
|
|
50
|
-
* [UserInfo](https://cloud.tencent.com/document/api/590/73726#UserInfo)
|
|
51
|
-
* [UserRoleListData](https://cloud.tencent.com/document/api/590/73726#UserRoleListData)
|
|
52
|
-
* [UserRoleListDataRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataRoleInfo)
|
|
53
|
-
* [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## 费用中心(billing) 版本:2018-07-09
|
|
58
|
-
|
|
59
|
-
### 第 47 次发布
|
|
5
|
+
### 第 5 次发布
|
|
60
6
|
|
|
61
|
-
发布时间:2023-09-
|
|
7
|
+
发布时间:2023-09-27 01:07:14
|
|
62
8
|
|
|
63
9
|
本次发布包含了以下内容:
|
|
64
10
|
|
|
@@ -66,23 +12,15 @@
|
|
|
66
12
|
|
|
67
13
|
新增接口:
|
|
68
14
|
|
|
69
|
-
* [
|
|
70
|
-
* [DescribeBillDownloadUrl](https://cloud.tencent.com/document/api/555/98859)
|
|
71
|
-
* [DescribeBillResourceSummaryForOrganization](https://cloud.tencent.com/document/api/555/98857)
|
|
72
|
-
* [DescribeBillSummaryForOrganization](https://cloud.tencent.com/document/api/555/98856)
|
|
73
|
-
|
|
74
|
-
新增数据结构:
|
|
75
|
-
|
|
76
|
-
* [BillDistributionResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillDistributionResourceSummary)
|
|
77
|
-
* [DistributionBillDetail](https://cloud.tencent.com/document/api/555/19183#DistributionBillDetail)
|
|
15
|
+
* [ModifyUserRole](https://cloud.tencent.com/document/api/590/98878)
|
|
78
16
|
|
|
79
17
|
|
|
80
18
|
|
|
81
|
-
##
|
|
19
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
82
20
|
|
|
83
|
-
### 第
|
|
21
|
+
### 第 14 次发布
|
|
84
22
|
|
|
85
|
-
发布时间:2023-09-
|
|
23
|
+
发布时间:2023-09-27 01:12:21
|
|
86
24
|
|
|
87
25
|
本次发布包含了以下内容:
|
|
88
26
|
|
|
@@ -90,39 +28,33 @@
|
|
|
90
28
|
|
|
91
29
|
修改接口:
|
|
92
30
|
|
|
93
|
-
* [
|
|
94
|
-
|
|
95
|
-
* 新增入参:CoverDuplicate
|
|
96
|
-
|
|
97
|
-
* [ModifyEdgeIpSwitch](https://cloud.tencent.com/document/api/1132/97839)
|
|
98
|
-
|
|
99
|
-
* 新增入参:AutoChooseSubnet, SwitchMode
|
|
31
|
+
* [DescribeDbAssets](https://cloud.tencent.com/document/api/664/90819)
|
|
100
32
|
|
|
101
|
-
*
|
|
33
|
+
* 新增入参:AssetTypes
|
|
102
34
|
|
|
103
35
|
|
|
104
36
|
修改数据结构:
|
|
105
37
|
|
|
106
|
-
* [
|
|
38
|
+
* [AssetViewCFGRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewCFGRisk)
|
|
107
39
|
|
|
108
|
-
*
|
|
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
|
|
109
41
|
|
|
110
|
-
* [
|
|
42
|
+
* [ScanTaskInfoList](https://cloud.tencent.com/document/api/664/90825#ScanTaskInfoList)
|
|
111
43
|
|
|
112
|
-
* 新增成员:
|
|
44
|
+
* 新增成员:SourceType
|
|
113
45
|
|
|
114
|
-
* [
|
|
46
|
+
* [TaskAssetObject](https://cloud.tencent.com/document/api/664/90825#TaskAssetObject)
|
|
115
47
|
|
|
116
|
-
* 新增成员:
|
|
48
|
+
* 新增成员:Arn
|
|
117
49
|
|
|
118
50
|
|
|
119
51
|
|
|
120
52
|
|
|
121
|
-
##
|
|
53
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
122
54
|
|
|
123
|
-
### 第
|
|
55
|
+
### 第 122 次发布
|
|
124
56
|
|
|
125
|
-
发布时间:2023-09-26
|
|
57
|
+
发布时间:2023-09-26 16:45:49
|
|
126
58
|
|
|
127
59
|
本次发布包含了以下内容:
|
|
128
60
|
|
|
@@ -130,224 +62,171 @@
|
|
|
130
62
|
|
|
131
63
|
修改接口:
|
|
132
64
|
|
|
133
|
-
* [
|
|
134
|
-
|
|
135
|
-
* 新增入参:SyntaxRule
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
141
|
-
|
|
142
|
-
### 第 97 次发布
|
|
143
|
-
|
|
144
|
-
发布时间:2023-09-26 01:16:14
|
|
145
|
-
|
|
146
|
-
本次发布包含了以下内容:
|
|
147
|
-
|
|
148
|
-
改善已有的文档。
|
|
149
|
-
|
|
150
|
-
修改数据结构:
|
|
151
|
-
|
|
152
|
-
* [AssetInitServiceBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetInitServiceBaseInfo)
|
|
153
|
-
|
|
154
|
-
* 新增成员:IsAutoRun
|
|
155
|
-
|
|
156
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Type, Status, User, Path, MachineIp, MachineName, OsInfo, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp, MachineExtraInfo
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
162
|
-
|
|
163
|
-
### 第 52 次发布
|
|
65
|
+
* [CreateDocument](https://cloud.tencent.com/document/api/1323/70364)
|
|
164
66
|
|
|
165
|
-
|
|
67
|
+
* 新增出参:Approvers
|
|
166
68
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
改善已有的文档。
|
|
69
|
+
* [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
|
|
170
70
|
|
|
171
|
-
|
|
71
|
+
* 新增入参:FillApproverType
|
|
172
72
|
|
|
173
|
-
* [
|
|
73
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
174
74
|
|
|
175
|
-
* 新增出参:
|
|
75
|
+
* 新增出参:Approvers
|
|
176
76
|
|
|
177
|
-
* [
|
|
77
|
+
* [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
|
|
178
78
|
|
|
179
|
-
* 新增入参:
|
|
79
|
+
* 新增入参:RecipientId
|
|
180
80
|
|
|
181
|
-
* 新增出参:
|
|
81
|
+
* 新增出参:SchemeQrcodeUrl
|
|
182
82
|
|
|
183
|
-
* [
|
|
83
|
+
* [UploadFiles](https://cloud.tencent.com/document/api/1323/73066)
|
|
184
84
|
|
|
185
|
-
* 新增入参:
|
|
85
|
+
* 新增入参:Agent
|
|
186
86
|
|
|
187
87
|
|
|
188
88
|
新增数据结构:
|
|
189
89
|
|
|
190
|
-
* [
|
|
191
|
-
* [FileVerification](https://cloud.tencent.com/document/api/1552/80721#FileVerification)
|
|
192
|
-
* [NsVerification](https://cloud.tencent.com/document/api/1552/80721#NsVerification)
|
|
193
|
-
* [OwnershipVerification](https://cloud.tencent.com/document/api/1552/80721#OwnershipVerification)
|
|
90
|
+
* [ApproverItem](https://cloud.tencent.com/document/api/1323/70369#ApproverItem)
|
|
194
91
|
|
|
195
92
|
修改数据结构:
|
|
196
93
|
|
|
197
|
-
* [
|
|
198
|
-
|
|
199
|
-
* 新增成员:OwnershipVerification
|
|
94
|
+
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
200
95
|
|
|
201
|
-
*
|
|
96
|
+
* 新增成员:ApproverRoleName
|
|
202
97
|
|
|
203
|
-
* [
|
|
98
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
|
|
204
99
|
|
|
205
|
-
* 新增成员:
|
|
100
|
+
* 新增成员:FillType
|
|
206
101
|
|
|
207
|
-
|
|
102
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
|
|
208
103
|
|
|
104
|
+
* 新增成员:OrganizationName
|
|
209
105
|
|
|
106
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail)
|
|
210
107
|
|
|
108
|
+
* 新增成员:ApproverRoleName
|
|
211
109
|
|
|
212
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
213
110
|
|
|
214
111
|
|
|
215
112
|
|
|
216
|
-
##
|
|
113
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
217
114
|
|
|
218
|
-
### 第
|
|
115
|
+
### 第 114 次发布
|
|
219
116
|
|
|
220
|
-
发布时间:2023-09-26
|
|
117
|
+
发布时间:2023-09-26 16:46:19
|
|
221
118
|
|
|
222
119
|
本次发布包含了以下内容:
|
|
223
120
|
|
|
224
121
|
改善已有的文档。
|
|
225
122
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
* [CreateRole](https://cloud.tencent.com/document/api/1493/98864)
|
|
229
|
-
* [DeleteRole](https://cloud.tencent.com/document/api/1493/98863)
|
|
230
|
-
* [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862)
|
|
231
|
-
* [ModifyRole](https://cloud.tencent.com/document/api/1493/98861)
|
|
232
|
-
|
|
233
|
-
新增数据结构:
|
|
234
|
-
|
|
235
|
-
* [RoleItem](https://cloud.tencent.com/document/api/1493/96031#RoleItem)
|
|
236
|
-
|
|
237
|
-
|
|
123
|
+
修改接口:
|
|
238
124
|
|
|
239
|
-
|
|
125
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
240
126
|
|
|
241
|
-
|
|
127
|
+
* 新增出参:Approvers
|
|
242
128
|
|
|
243
|
-
|
|
129
|
+
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
244
130
|
|
|
245
|
-
|
|
131
|
+
* 新增出参:FlowApprovers
|
|
246
132
|
|
|
247
|
-
|
|
133
|
+
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
248
134
|
|
|
249
|
-
|
|
135
|
+
* 新增入参:RecipientIds
|
|
250
136
|
|
|
251
|
-
* [
|
|
137
|
+
* [ModifyExtendedService](https://cloud.tencent.com/document/api/1420/85666)
|
|
252
138
|
|
|
253
|
-
*
|
|
139
|
+
* 新增入参:Endpoint
|
|
254
140
|
|
|
255
141
|
|
|
142
|
+
新增数据结构:
|
|
256
143
|
|
|
144
|
+
* [ApproverItem](https://cloud.tencent.com/document/api/1420/61525#ApproverItem)
|
|
145
|
+
* [FlowApproverItem](https://cloud.tencent.com/document/api/1420/61525#FlowApproverItem)
|
|
257
146
|
|
|
258
|
-
|
|
147
|
+
修改数据结构:
|
|
259
148
|
|
|
260
|
-
|
|
149
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
|
|
261
150
|
|
|
262
|
-
|
|
151
|
+
* 新增成员:FillType
|
|
263
152
|
|
|
264
|
-
|
|
153
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1420/61525#FlowApproverDetail)
|
|
265
154
|
|
|
266
|
-
|
|
155
|
+
* 新增成员:ApproverRoleName
|
|
267
156
|
|
|
268
|
-
|
|
157
|
+
* [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
|
|
269
158
|
|
|
270
|
-
*
|
|
159
|
+
* 新增成员:ApproverRoleName
|
|
271
160
|
|
|
272
|
-
|
|
161
|
+
* [SignUrlInfo](https://cloud.tencent.com/document/api/1420/61525#SignUrlInfo)
|
|
273
162
|
|
|
274
|
-
*
|
|
163
|
+
* 新增成员:SignQrcodeUrl
|
|
275
164
|
|
|
276
|
-
* 新增出参:RuleId
|
|
277
165
|
|
|
278
|
-
* [DeleteCCRule](https://cloud.tencent.com/document/api/627/97648)
|
|
279
166
|
|
|
280
|
-
* 新增入参:RuleId
|
|
281
167
|
|
|
282
|
-
|
|
168
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
283
169
|
|
|
284
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
285
170
|
|
|
286
|
-
* 新增入参:IsId
|
|
287
171
|
|
|
288
|
-
|
|
172
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
289
173
|
|
|
290
|
-
|
|
174
|
+
### 第 53 次发布
|
|
291
175
|
|
|
292
|
-
|
|
176
|
+
发布时间:2023-09-27 01:25:45
|
|
293
177
|
|
|
294
|
-
|
|
178
|
+
本次发布包含了以下内容:
|
|
295
179
|
|
|
296
|
-
|
|
180
|
+
改善已有的文档。
|
|
297
181
|
|
|
298
|
-
|
|
182
|
+
新增接口:
|
|
299
183
|
|
|
300
|
-
* [
|
|
184
|
+
* [VerifyOwnership](https://cloud.tencent.com/document/api/1552/98879)
|
|
301
185
|
|
|
302
|
-
* 新增入参:ValidStatus
|
|
303
186
|
|
|
304
|
-
* [DescribeRuleLimit](https://cloud.tencent.com/document/api/627/88452)
|
|
305
187
|
|
|
306
|
-
|
|
188
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
307
189
|
|
|
308
|
-
* [DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)
|
|
309
190
|
|
|
310
|
-
* 新增入参:InstanceId
|
|
311
191
|
|
|
312
|
-
|
|
192
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
313
193
|
|
|
314
|
-
|
|
194
|
+
### 第 173 次发布
|
|
315
195
|
|
|
316
|
-
|
|
196
|
+
发布时间:2023-09-27 01:28:08
|
|
317
197
|
|
|
318
|
-
|
|
198
|
+
本次发布包含了以下内容:
|
|
319
199
|
|
|
320
|
-
|
|
200
|
+
改善已有的文档。
|
|
321
201
|
|
|
322
|
-
|
|
202
|
+
修改接口:
|
|
323
203
|
|
|
324
|
-
* [
|
|
204
|
+
* [DescribeVpcPeeringConnections](https://cloud.tencent.com/document/api/215/96023)
|
|
325
205
|
|
|
326
|
-
*
|
|
206
|
+
* 新增出参:TotalCount, PeerConnectionSet
|
|
327
207
|
|
|
328
208
|
|
|
329
209
|
新增数据结构:
|
|
330
210
|
|
|
331
|
-
* [
|
|
332
|
-
* [MajorEventsPkg](https://cloud.tencent.com/document/api/627/53609#MajorEventsPkg)
|
|
211
|
+
* [PeerConnection](https://cloud.tencent.com/document/api/215/15824#PeerConnection)
|
|
333
212
|
|
|
334
|
-
修改数据结构:
|
|
335
213
|
|
|
336
|
-
* [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
|
|
337
214
|
|
|
338
|
-
|
|
215
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
339
216
|
|
|
340
|
-
|
|
217
|
+
### 第 58 次发布
|
|
341
218
|
|
|
342
|
-
|
|
219
|
+
发布时间:2023-09-27 01:28:58
|
|
343
220
|
|
|
344
|
-
|
|
221
|
+
本次发布包含了以下内容:
|
|
345
222
|
|
|
346
|
-
|
|
223
|
+
改善已有的文档。
|
|
347
224
|
|
|
348
|
-
|
|
225
|
+
修改数据结构:
|
|
349
226
|
|
|
350
|
-
|
|
227
|
+
* [BotPkg](https://cloud.tencent.com/document/api/627/53609#BotPkg)
|
|
228
|
+
|
|
229
|
+
* 新增成员:BotCPWaf, BotNPWaf
|
|
351
230
|
|
|
352
231
|
|
|
353
232
|
|
|
@@ -8365,6 +8244,18 @@
|
|
|
8365
8244
|
|
|
8366
8245
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
8367
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
|
+
|
|
8368
8259
|
### 第 4 次发布
|
|
8369
8260
|
|
|
8370
8261
|
发布时间:2023-09-26 01:06:57
|
|
@@ -8375,45 +8266,45 @@
|
|
|
8375
8266
|
|
|
8376
8267
|
新增接口:
|
|
8377
8268
|
|
|
8378
|
-
* [
|
|
8379
|
-
* [
|
|
8380
|
-
* [
|
|
8381
|
-
* [
|
|
8382
|
-
* [
|
|
8383
|
-
* [
|
|
8384
|
-
* [
|
|
8385
|
-
* [
|
|
8386
|
-
* [
|
|
8387
|
-
* [
|
|
8388
|
-
* [
|
|
8389
|
-
* [
|
|
8390
|
-
* [
|
|
8391
|
-
* [
|
|
8392
|
-
* [
|
|
8393
|
-
* [
|
|
8394
|
-
* [
|
|
8395
|
-
* [
|
|
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)
|
|
8396
8287
|
|
|
8397
8288
|
新增数据结构:
|
|
8398
8289
|
|
|
8399
|
-
* [
|
|
8400
|
-
* [
|
|
8401
|
-
* [
|
|
8402
|
-
* [
|
|
8403
|
-
* [
|
|
8404
|
-
* [
|
|
8405
|
-
* [
|
|
8406
|
-
* [
|
|
8407
|
-
* [
|
|
8408
|
-
* [
|
|
8409
|
-
* [
|
|
8410
|
-
* [
|
|
8411
|
-
* [
|
|
8412
|
-
* [
|
|
8413
|
-
* [
|
|
8414
|
-
* [
|
|
8415
|
-
* [
|
|
8416
|
-
* [
|
|
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)
|
|
8417
8308
|
|
|
8418
8309
|
### 第 3 次发布
|
|
8419
8310
|
|
|
@@ -8485,15 +8376,15 @@
|
|
|
8485
8376
|
|
|
8486
8377
|
新增接口:
|
|
8487
8378
|
|
|
8488
|
-
* [
|
|
8489
|
-
* [
|
|
8490
|
-
* [
|
|
8491
|
-
* [
|
|
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)
|
|
8492
8383
|
|
|
8493
8384
|
新增数据结构:
|
|
8494
8385
|
|
|
8495
|
-
* [
|
|
8496
|
-
* [
|
|
8386
|
+
* [BillDistributionResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillDistributionResourceSummary)
|
|
8387
|
+
* [DistributionBillDetail](https://cloud.tencent.com/document/api/555/19183#DistributionBillDetail)
|
|
8497
8388
|
|
|
8498
8389
|
### 第 46 次发布
|
|
8499
8390
|
|
|
@@ -34398,6 +34289,36 @@
|
|
|
34398
34289
|
|
|
34399
34290
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
34400
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
|
+
|
|
34401
34322
|
### 第 13 次发布
|
|
34402
34323
|
|
|
34403
34324
|
发布时间:2023-09-25 01:10:56
|
|
@@ -53756,6 +53677,62 @@
|
|
|
53756
53677
|
|
|
53757
53678
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
53758
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
|
+
|
|
53759
53736
|
### 第 121 次发布
|
|
53760
53737
|
|
|
53761
53738
|
发布时间:2023-09-22 01:49:11
|
|
@@ -56138,6 +56115,57 @@
|
|
|
56138
56115
|
|
|
56139
56116
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
56140
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
|
+
|
|
56141
56169
|
### 第 113 次发布
|
|
56142
56170
|
|
|
56143
56171
|
发布时间:2023-09-22 01:50:20
|
|
@@ -108551,6 +108579,18 @@
|
|
|
108551
108579
|
|
|
108552
108580
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
108553
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
|
+
|
|
108554
108594
|
### 第 52 次发布
|
|
108555
108595
|
|
|
108556
108596
|
发布时间:2023-09-26 01:32:17
|
|
@@ -108578,10 +108618,10 @@
|
|
|
108578
108618
|
|
|
108579
108619
|
新增数据结构:
|
|
108580
108620
|
|
|
108581
|
-
* [
|
|
108582
|
-
* [
|
|
108583
|
-
* [
|
|
108584
|
-
* [
|
|
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)
|
|
108585
108625
|
|
|
108586
108626
|
修改数据结构:
|
|
108587
108627
|
|
|
@@ -117570,14 +117610,14 @@
|
|
|
117570
117610
|
|
|
117571
117611
|
新增接口:
|
|
117572
117612
|
|
|
117573
|
-
* [
|
|
117574
|
-
* [
|
|
117575
|
-
* [
|
|
117576
|
-
* [
|
|
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)
|
|
117577
117617
|
|
|
117578
117618
|
新增数据结构:
|
|
117579
117619
|
|
|
117580
|
-
* [
|
|
117620
|
+
* [RoleItem](https://cloud.tencent.com/document/api/1493/96031#RoleItem)
|
|
117581
117621
|
|
|
117582
117622
|
### 第 3 次发布
|
|
117583
117623
|
|
|
@@ -128337,6 +128377,25 @@
|
|
|
128337
128377
|
|
|
128338
128378
|
## 私有网络(vpc) 版本:2017-03-12
|
|
128339
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
|
+
|
|
128340
128399
|
### 第 172 次发布
|
|
128341
128400
|
|
|
128342
128401
|
发布时间:2023-09-25 01:30:02
|
|
@@ -132265,6 +132324,21 @@
|
|
|
132265
132324
|
|
|
132266
132325
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
132267
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
|
+
|
|
132268
132342
|
### 第 57 次发布
|
|
132269
132343
|
|
|
132270
132344
|
发布时间:2023-09-26 01:36:12
|
|
@@ -132336,8 +132410,8 @@
|
|
|
132336
132410
|
|
|
132337
132411
|
新增数据结构:
|
|
132338
132412
|
|
|
132339
|
-
* [
|
|
132340
|
-
* [
|
|
132413
|
+
* [HybridPkg](https://cloud.tencent.com/document/api/627/53609#HybridPkg)
|
|
132414
|
+
* [MajorEventsPkg](https://cloud.tencent.com/document/api/627/53609#MajorEventsPkg)
|
|
132341
132415
|
|
|
132342
132416
|
修改数据结构:
|
|
132343
132417
|
|