tencentcloud-sdk-nodejs 4.0.737 → 4.0.739
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 +502 -0
- package/SERVICE_CHANGELOG.md +791 -191
- package/package.json +1 -1
- package/products.md +28 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +12 -8
- package/src/services/cdb/v20170320/cdb_models.ts +5 -1
- package/src/services/cloudstudio/index.ts +0 -2
- package/src/services/cvm/v20170312/cvm_client.ts +6 -6
- package/src/services/cvm/v20170312/cvm_models.ts +23 -23
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -6
- package/src/services/dsgc/v20190723/dsgc_models.ts +38 -38
- package/src/services/ess/v20201111/ess_models.ts +8 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -7
- package/src/services/hai/v20230812/hai_models.ts +4 -4
- package/src/services/index.ts +0 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +68 -10
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +539 -291
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +4781 -3669
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/tbaas/v20180416/tbaas_client.ts +154 -105
- package/src/services/tbaas/v20180416/tbaas_models.ts +429 -173
- package/src/services/tcss/v20201101/tcss_client.ts +2 -1
- package/src/services/tcss/v20201101/tcss_models.ts +235 -83
- package/src/services/tdmq/v20200217/tdmq_models.ts +4 -4
- package/src/services/tke/v20180525/tke_client.ts +38 -1
- package/src/services/tke/v20180525/tke_models.ts +201 -10
- package/src/services/trocket/v20230308/trocket_client.ts +141 -115
- package/src/services/trocket/v20230308/trocket_models.ts +149 -8
- package/src/services/tse/v20201207/tse_models.ts +41 -31
- package/src/services/vrs/v20200824/vrs_models.ts +4 -0
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +103 -29
- package/src/services/wedata/v20210820/wedata_client.ts +128 -42
- package/src/services/wedata/v20210820/wedata_models.ts +12159 -10128
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +12 -8
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
- package/tencentcloud/services/cloudstudio/index.d.ts +0 -4
- package/tencentcloud/services/cloudstudio/index.js +0 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +6 -6
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -6
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +23 -23
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -6
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +38 -38
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -7
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +4 -4
- package/tencentcloud/services/index.d.ts +0 -1
- package/tencentcloud/services/index.js +0 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +67 -10
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +97 -17
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +144 -24
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +4674 -3610
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +51 -35
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +75 -51
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +412 -165
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +234 -83
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +4 -4
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +194 -10
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +55 -47
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +78 -66
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +143 -8
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +41 -31
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +4 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +103 -29
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +28 -8
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +40 -10
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +11677 -9682
- package/test/sqlserver.v20180328.test.js +216 -16
- package/test/tbaas.v20180416.test.js +74 -34
- package/test/tke.v20180525.test.js +30 -0
- package/test/trocket.v20230308.test.js +58 -38
- package/test/wedata.v20210820.test.js +56 -6
- package/src/services/casb/index.ts +0 -5
- package/src/services/casb/v20200507/casb_client.ts +0 -51
- package/src/services/casb/v20200507/casb_models.ts +0 -70
- package/src/services/casb/v20200507/index.ts +0 -6
- package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +0 -312
- package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +0 -1335
- package/src/services/cloudstudio/v20210524/index.ts +0 -6
- package/tencentcloud/services/casb/index.d.ts +0 -6
- package/tencentcloud/services/casb/index.js +0 -7
- package/tencentcloud/services/casb/v20200507/casb_client.d.ts +0 -21
- package/tencentcloud/services/casb/v20200507/casb_client.js +0 -44
- package/tencentcloud/services/casb/v20200507/casb_models.d.ts +0 -51
- package/tencentcloud/services/casb/v20200507/casb_models.js +0 -18
- package/tencentcloud/services/casb/v20200507/index.d.ts +0 -6
- package/tencentcloud/services/casb/v20200507/index.js +0 -9
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +0 -99
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +0 -164
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +0 -1259
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.js +0 -18
- package/tencentcloud/services/cloudstudio/v20210524/index.d.ts +0 -6
- package/tencentcloud/services/cloudstudio/v20210524/index.js +0 -9
- package/test/casb.v20200507.test.js +0 -31
- package/test/cloudstudio.v20210524.test.js +0 -241
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,26 +1,71 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 50 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-11-
|
|
7
|
+
发布时间:2023-11-21 01:07:18
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeBillDetail](https://cloud.tencent.com/document/api/555/19182)
|
|
16
|
+
|
|
17
|
+
* [DescribeBillDetailForOrganization](https://cloud.tencent.com/document/api/555/98858)
|
|
18
|
+
|
|
19
|
+
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
20
|
+
|
|
21
|
+
* [DescribeBillResourceSummaryForOrganization](https://cloud.tencent.com/document/api/555/98857)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
27
|
+
|
|
28
|
+
### 第 147 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2023-11-21 01:08:38
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
修改接口:
|
|
37
|
+
|
|
38
|
+
* [RenewDBInstance](https://cloud.tencent.com/document/api/236/30160)
|
|
39
|
+
|
|
40
|
+
* 新增入参:AutoRenew
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
46
|
+
|
|
47
|
+
### 第 6 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2023-11-21 01:16:05
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改数据结构:
|
|
56
|
+
|
|
57
|
+
* [RiskLevelRisk](https://cloud.tencent.com/document/api/1087/96844#RiskLevelRisk)
|
|
58
|
+
|
|
59
|
+
* <font color="#dd0000">**修改成员**:</font>Id, RiskLevelName, RiskLevelDescription, IdentifyComplianceName, Type
|
|
14
60
|
|
|
15
|
-
* [DescribeTablesName](https://cloud.tencent.com/document/api/1342/101641)
|
|
16
61
|
|
|
17
62
|
|
|
18
63
|
|
|
19
64
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
20
65
|
|
|
21
|
-
### 第
|
|
66
|
+
### 第 55 次发布
|
|
22
67
|
|
|
23
|
-
发布时间:2023-11-
|
|
68
|
+
发布时间:2023-11-21 01:25:12
|
|
24
69
|
|
|
25
70
|
本次发布包含了以下内容:
|
|
26
71
|
|
|
@@ -28,28 +73,218 @@
|
|
|
28
73
|
|
|
29
74
|
新增接口:
|
|
30
75
|
|
|
31
|
-
* [
|
|
32
|
-
* [
|
|
33
|
-
* [
|
|
34
|
-
* [
|
|
35
|
-
* [
|
|
36
|
-
* [
|
|
37
|
-
* [
|
|
38
|
-
* [
|
|
39
|
-
* [
|
|
76
|
+
* [BalanceReadOnlyGroup](https://cloud.tencent.com/document/api/238/101753)
|
|
77
|
+
* [DeleteRestoreTask](https://cloud.tencent.com/document/api/238/101743)
|
|
78
|
+
* [DescribeAccountPrivilegeByDB](https://cloud.tencent.com/document/api/238/101729)
|
|
79
|
+
* [DescribeCollationTimeZone](https://cloud.tencent.com/document/api/238/101735)
|
|
80
|
+
* [DescribeCrossRegions](https://cloud.tencent.com/document/api/238/101738)
|
|
81
|
+
* [DescribeDBPrivilegeByAccount](https://cloud.tencent.com/document/api/238/101715)
|
|
82
|
+
* [DescribeDBRestoreTime](https://cloud.tencent.com/document/api/238/101742)
|
|
83
|
+
* [DescribeDatabaseNames](https://cloud.tencent.com/document/api/238/101714)
|
|
84
|
+
* [DescribeInquiryPriceParameter](https://cloud.tencent.com/document/api/238/101749)
|
|
85
|
+
* [DescribeInstanceTasks](https://cloud.tencent.com/document/api/238/101734)
|
|
86
|
+
* [DescribeInstanceTradeParameter](https://cloud.tencent.com/document/api/238/101748)
|
|
87
|
+
* [DescribeProductSpec](https://cloud.tencent.com/document/api/238/101747)
|
|
88
|
+
* [DescribeReadOnlyGroupAutoWeight](https://cloud.tencent.com/document/api/238/101752)
|
|
89
|
+
* [DescribeRestoreTask](https://cloud.tencent.com/document/api/238/101741)
|
|
90
|
+
* [DescribeSpecSellStatus](https://cloud.tencent.com/document/api/238/101746)
|
|
91
|
+
* [DescribeUpgradeInstanceCheck](https://cloud.tencent.com/document/api/238/101733)
|
|
92
|
+
* [ModifyCloseWanIp](https://cloud.tencent.com/document/api/238/101718)
|
|
93
|
+
* [ModifyDBInstanceNote](https://cloud.tencent.com/document/api/238/101732)
|
|
94
|
+
* [ModifyOpenWanIp](https://cloud.tencent.com/document/api/238/101717)
|
|
95
|
+
* [ModifyPublishSubscribe](https://cloud.tencent.com/document/api/238/101756)
|
|
40
96
|
|
|
41
97
|
新增数据结构:
|
|
42
98
|
|
|
43
|
-
* [
|
|
44
|
-
* [
|
|
99
|
+
* [CheckItem](https://cloud.tencent.com/document/api/238/19976#CheckItem)
|
|
100
|
+
* [InstanceTask](https://cloud.tencent.com/document/api/238/19976#InstanceTask)
|
|
101
|
+
* [ModifyDataBaseTuple](https://cloud.tencent.com/document/api/238/19976#ModifyDataBaseTuple)
|
|
102
|
+
* [Price](https://cloud.tencent.com/document/api/238/19976#Price)
|
|
103
|
+
* [ProductSpec](https://cloud.tencent.com/document/api/238/19976#ProductSpec)
|
|
104
|
+
* [RestoreTask](https://cloud.tencent.com/document/api/238/19976#RestoreTask)
|
|
105
|
+
* [SpecSellStatus](https://cloud.tencent.com/document/api/238/19976#SpecSellStatus)
|
|
106
|
+
* [ZoneStatus](https://cloud.tencent.com/document/api/238/19976#ZoneStatus)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## 腾讯云区块链服务平台 TBaaS(tbaas) 版本:2018-04-16
|
|
111
|
+
|
|
112
|
+
### 第 19 次发布
|
|
113
|
+
|
|
114
|
+
发布时间:2023-11-21 01:32:15
|
|
115
|
+
|
|
116
|
+
本次发布包含了以下内容:
|
|
117
|
+
|
|
118
|
+
改善已有的文档。
|
|
119
|
+
|
|
120
|
+
新增接口:
|
|
121
|
+
|
|
122
|
+
* [DescribeFabricBlock](https://cloud.tencent.com/document/api/663/101763)
|
|
123
|
+
* [DescribeFabricTransaction](https://cloud.tencent.com/document/api/663/101762)
|
|
124
|
+
* [InvokeFabricChaincode](https://cloud.tencent.com/document/api/663/101761)
|
|
125
|
+
* [QueryFabricChaincode](https://cloud.tencent.com/document/api/663/101760)
|
|
126
|
+
|
|
127
|
+
新增数据结构:
|
|
128
|
+
|
|
129
|
+
* [Transaction](https://cloud.tencent.com/document/api/663/19466#Transaction)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
134
|
+
|
|
135
|
+
### 第 55 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2023-11-21 01:33:13
|
|
138
|
+
|
|
139
|
+
本次发布包含了以下内容:
|
|
140
|
+
|
|
141
|
+
改善已有的文档。
|
|
142
|
+
|
|
143
|
+
修改接口:
|
|
144
|
+
|
|
145
|
+
* [AddAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65560)
|
|
146
|
+
|
|
147
|
+
* 新增入参:NeedScan
|
|
148
|
+
|
|
149
|
+
* [AddEditImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81638)
|
|
150
|
+
|
|
151
|
+
* 新增入参:AutoScanEnabled, ScanType
|
|
152
|
+
|
|
153
|
+
* [CreateAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65591)
|
|
154
|
+
|
|
155
|
+
* 新增入参:ContainerRunning, ScanScope, ScanEndTime
|
|
156
|
+
|
|
157
|
+
* <font color="#dd0000">**修改入参**:</font>All
|
|
158
|
+
|
|
159
|
+
* [CreateAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65515)
|
|
160
|
+
|
|
161
|
+
* 新增入参:ContainerRunning, ScanScope, Timeout
|
|
162
|
+
|
|
163
|
+
* [DescribeAssetImageDetail](https://cloud.tencent.com/document/api/1285/65506)
|
|
164
|
+
|
|
165
|
+
* 新增出参:ImageDigest
|
|
166
|
+
|
|
167
|
+
* [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
|
|
168
|
+
|
|
169
|
+
* 新增出参:ContainerRunning, ScanScope, ScanEndTime
|
|
170
|
+
|
|
171
|
+
* [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
|
|
172
|
+
|
|
173
|
+
* 新增出参:TodayNewImageCnt, TodayUnsafeImageCnt, RecommendedFixImageCnt, ScannedImageCnt
|
|
174
|
+
|
|
175
|
+
* [DescribeImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81628)
|
|
176
|
+
|
|
177
|
+
* 新增出参:AutoScanEnabled, ScanType
|
|
178
|
+
|
|
179
|
+
* [RenewImageAuthorizeState](https://cloud.tencent.com/document/api/1285/65459)
|
|
180
|
+
|
|
181
|
+
* 新增入参:NeedScan, ScanType
|
|
182
|
+
|
|
183
|
+
* [SyncAssetImageRegistryAsset](https://cloud.tencent.com/document/api/1285/65458)
|
|
184
|
+
|
|
185
|
+
* 新增入参:All, RegistryIds
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
新增数据结构:
|
|
189
|
+
|
|
190
|
+
* [ImageVulLayerInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVulLayerInfo)
|
|
191
|
+
|
|
192
|
+
修改数据结构:
|
|
193
|
+
|
|
194
|
+
* [ImageRepoInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRepoInfo)
|
|
195
|
+
|
|
196
|
+
* 新增成员:RecommendedFix
|
|
197
|
+
|
|
198
|
+
* [ImageVul](https://cloud.tencent.com/document/api/1285/65614#ImageVul)
|
|
199
|
+
|
|
200
|
+
* 新增成员:LayerInfos
|
|
201
|
+
|
|
202
|
+
* [ImagesInfo](https://cloud.tencent.com/document/api/1285/65614#ImagesInfo)
|
|
203
|
+
|
|
204
|
+
* 新增成员:CriticalLevelVulCnt, HighLevelVulCnt, MediumLevelVulCnt, LowLevelVulCnt, IsLatestImage, RecommendedFix
|
|
205
|
+
|
|
206
|
+
* [ImagesVul](https://cloud.tencent.com/document/api/1285/65614#ImagesVul)
|
|
207
|
+
|
|
208
|
+
* 新增成员:AttackLevel
|
|
209
|
+
|
|
45
210
|
|
|
46
211
|
|
|
47
212
|
|
|
48
213
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
49
214
|
|
|
50
|
-
### 第
|
|
215
|
+
### 第 92 次发布
|
|
51
216
|
|
|
52
|
-
发布时间:2023-11-
|
|
217
|
+
发布时间:2023-11-21 01:35:04
|
|
218
|
+
|
|
219
|
+
本次发布包含了以下内容:
|
|
220
|
+
|
|
221
|
+
改善已有的文档。
|
|
222
|
+
|
|
223
|
+
修改接口:
|
|
224
|
+
|
|
225
|
+
* [CreateProCluster](https://cloud.tencent.com/document/api/1179/101433)
|
|
226
|
+
|
|
227
|
+
* <font color="#dd0000">**修改入参**:</font>Tags
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
233
|
+
|
|
234
|
+
### 第 162 次发布
|
|
235
|
+
|
|
236
|
+
发布时间:2023-11-21 01:37:07
|
|
237
|
+
|
|
238
|
+
本次发布包含了以下内容:
|
|
239
|
+
|
|
240
|
+
改善已有的文档。
|
|
241
|
+
|
|
242
|
+
新增接口:
|
|
243
|
+
|
|
244
|
+
* [DescribeClusterExtraArgs](https://cloud.tencent.com/document/api/457/101764)
|
|
245
|
+
* [DescribeExternalNodeSupportConfig](https://cloud.tencent.com/document/api/457/101767)
|
|
246
|
+
* [DescribeIPAMD](https://cloud.tencent.com/document/api/457/101765)
|
|
247
|
+
|
|
248
|
+
修改接口:
|
|
249
|
+
|
|
250
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/457/78051)
|
|
251
|
+
|
|
252
|
+
* 新增出参:ClusterIntranetSubnetId
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
新增数据结构:
|
|
256
|
+
|
|
257
|
+
* [Step](https://cloud.tencent.com/document/api/457/31866#Step)
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
262
|
+
|
|
263
|
+
### 第 6 次发布
|
|
264
|
+
|
|
265
|
+
发布时间:2023-11-21 01:38:03
|
|
266
|
+
|
|
267
|
+
本次发布包含了以下内容:
|
|
268
|
+
|
|
269
|
+
改善已有的文档。
|
|
270
|
+
|
|
271
|
+
新增接口:
|
|
272
|
+
|
|
273
|
+
* [ImportSourceClusterConsumerGroups](https://cloud.tencent.com/document/api/1493/101770)
|
|
274
|
+
* [ImportSourceClusterTopics](https://cloud.tencent.com/document/api/1493/101769)
|
|
275
|
+
|
|
276
|
+
新增数据结构:
|
|
277
|
+
|
|
278
|
+
* [SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)
|
|
279
|
+
* [SourceClusterTopicConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterTopicConfig)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
284
|
+
|
|
285
|
+
### 第 52 次发布
|
|
286
|
+
|
|
287
|
+
发布时间:2023-11-21 01:38:30
|
|
53
288
|
|
|
54
289
|
本次发布包含了以下内容:
|
|
55
290
|
|
|
@@ -57,24 +292,41 @@
|
|
|
57
292
|
|
|
58
293
|
修改数据结构:
|
|
59
294
|
|
|
60
|
-
* [
|
|
295
|
+
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
61
296
|
|
|
62
|
-
* 新增成员:
|
|
297
|
+
* 新增成员:CvmInstanceId, CvmInstanceName
|
|
63
298
|
|
|
64
|
-
* [
|
|
299
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
65
300
|
|
|
66
|
-
*
|
|
301
|
+
* <font color="#dd0000">**修改成员**:</font>FeatureVersion, EnableClientIntranet, StorageOption
|
|
67
302
|
|
|
68
|
-
* <font color="#dd0000">**修改成员**:</font>MaxRetention, MinRetention, Retention
|
|
69
303
|
|
|
70
304
|
|
|
71
305
|
|
|
306
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
72
307
|
|
|
73
|
-
|
|
308
|
+
### 第 5 次发布
|
|
74
309
|
|
|
75
|
-
|
|
310
|
+
发布时间:2023-11-21 01:41:45
|
|
76
311
|
|
|
77
|
-
|
|
312
|
+
本次发布包含了以下内容:
|
|
313
|
+
|
|
314
|
+
改善已有的文档。
|
|
315
|
+
|
|
316
|
+
修改数据结构:
|
|
317
|
+
|
|
318
|
+
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
319
|
+
|
|
320
|
+
* 新增成员:IsDeployed
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
326
|
+
|
|
327
|
+
### 第 75 次发布
|
|
328
|
+
|
|
329
|
+
发布时间:2023-11-21 01:41:48
|
|
78
330
|
|
|
79
331
|
本次发布包含了以下内容:
|
|
80
332
|
|
|
@@ -82,18 +334,78 @@
|
|
|
82
334
|
|
|
83
335
|
修改接口:
|
|
84
336
|
|
|
85
|
-
* [
|
|
337
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
86
338
|
|
|
87
|
-
* 新增入参:
|
|
339
|
+
* 新增入参:ValidTimeStampMin, ValidTimeStampMax
|
|
340
|
+
|
|
341
|
+
* [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
|
|
342
|
+
|
|
343
|
+
* 新增入参:ValidTimeStampMin, ValidTimeStampMax
|
|
344
|
+
|
|
345
|
+
* [DescribeModuleStatus](https://cloud.tencent.com/document/api/627/101340)
|
|
346
|
+
|
|
347
|
+
* 新增出参:RateLimit
|
|
348
|
+
|
|
349
|
+
* [ModifyModuleStatus](https://cloud.tencent.com/document/api/627/99699)
|
|
350
|
+
|
|
351
|
+
* 新增入参:RateLimit
|
|
352
|
+
|
|
353
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
354
|
+
|
|
355
|
+
* 新增出参:Ids
|
|
356
|
+
|
|
357
|
+
* [UpsertSession](https://cloud.tencent.com/document/api/627/97645)
|
|
358
|
+
|
|
359
|
+
* 新增出参:SessionID
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
修改数据结构:
|
|
363
|
+
|
|
364
|
+
* [AccessHistogramItem](https://cloud.tencent.com/document/api/627/53609#AccessHistogramItem)
|
|
365
|
+
|
|
366
|
+
* 新增成员:BeginTime
|
|
367
|
+
|
|
368
|
+
* [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
|
|
369
|
+
|
|
370
|
+
* 新增成员:Type, Region
|
|
371
|
+
|
|
372
|
+
* [DescribeCustomRulesRspRuleListItem](https://cloud.tencent.com/document/api/627/53609#DescribeCustomRulesRspRuleListItem)
|
|
373
|
+
|
|
374
|
+
* 新增成员:ModifyTime, ValidStatus, Source
|
|
375
|
+
|
|
376
|
+
* [PeakPointsItem](https://cloud.tencent.com/document/api/627/53609#PeakPointsItem)
|
|
377
|
+
|
|
378
|
+
* 新增成员:WxAccess
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
384
|
+
|
|
385
|
+
### 第 58 次发布
|
|
88
386
|
|
|
387
|
+
发布时间:2023-11-21 01:42:45
|
|
388
|
+
|
|
389
|
+
本次发布包含了以下内容:
|
|
390
|
+
|
|
391
|
+
改善已有的文档。
|
|
392
|
+
|
|
393
|
+
新增接口:
|
|
394
|
+
|
|
395
|
+
* [DescribeApproveTypeList](https://cloud.tencent.com/document/api/1267/101771)
|
|
89
396
|
|
|
90
397
|
新增数据结构:
|
|
91
398
|
|
|
92
|
-
* [
|
|
399
|
+
* [ApproveType](https://cloud.tencent.com/document/api/1267/76336#ApproveType)
|
|
400
|
+
|
|
401
|
+
修改数据结构:
|
|
93
402
|
|
|
403
|
+
* [Apply](https://cloud.tencent.com/document/api/1267/76336#Apply)
|
|
94
404
|
|
|
405
|
+
* 新增成员:ErrorMessage, ApplyName, ApproverId, ApproverName, ApproveProjectName
|
|
406
|
+
|
|
407
|
+
* <font color="#dd0000">**修改成员**:</font>ApplicantName, ApproveId
|
|
95
408
|
|
|
96
|
-
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
97
409
|
|
|
98
410
|
|
|
99
411
|
|
|
@@ -8438,6 +8750,25 @@
|
|
|
8438
8750
|
|
|
8439
8751
|
## 费用中心(billing) 版本:2018-07-09
|
|
8440
8752
|
|
|
8753
|
+
### 第 50 次发布
|
|
8754
|
+
|
|
8755
|
+
发布时间:2023-11-21 01:07:18
|
|
8756
|
+
|
|
8757
|
+
本次发布包含了以下内容:
|
|
8758
|
+
|
|
8759
|
+
改善已有的文档。
|
|
8760
|
+
|
|
8761
|
+
修改接口:
|
|
8762
|
+
|
|
8763
|
+
* [DescribeBillDetail](https://cloud.tencent.com/document/api/555/19182)
|
|
8764
|
+
|
|
8765
|
+
* [DescribeBillDetailForOrganization](https://cloud.tencent.com/document/api/555/98858)
|
|
8766
|
+
|
|
8767
|
+
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
8768
|
+
|
|
8769
|
+
* [DescribeBillResourceSummaryForOrganization](https://cloud.tencent.com/document/api/555/98857)
|
|
8770
|
+
|
|
8771
|
+
|
|
8441
8772
|
### 第 49 次发布
|
|
8442
8773
|
|
|
8443
8774
|
发布时间:2023-10-27 15:51:05
|
|
@@ -12725,27 +13056,6 @@
|
|
|
12725
13056
|
|
|
12726
13057
|
|
|
12727
13058
|
|
|
12728
|
-
## 云访问安全代理(casb) 版本:2020-05-07
|
|
12729
|
-
|
|
12730
|
-
### 第 1 次发布
|
|
12731
|
-
|
|
12732
|
-
发布时间:2022-03-04 10:44:38
|
|
12733
|
-
|
|
12734
|
-
本次发布包含了以下内容:
|
|
12735
|
-
|
|
12736
|
-
改善已有的文档。
|
|
12737
|
-
|
|
12738
|
-
新增接口:
|
|
12739
|
-
|
|
12740
|
-
* [CopyCryptoColumnPolicy](https://cloud.tencent.com/document/api/1303/70652)
|
|
12741
|
-
|
|
12742
|
-
新增数据结构:
|
|
12743
|
-
|
|
12744
|
-
* [CryptoCopyColumnPolicyTableFilter](https://cloud.tencent.com/document/api/1303/70653#CryptoCopyColumnPolicyTableFilter)
|
|
12745
|
-
|
|
12746
|
-
|
|
12747
|
-
|
|
12748
|
-
|
|
12749
13059
|
## 云拨测(cat) 版本:2018-04-09
|
|
12750
13060
|
|
|
12751
13061
|
### 第 14 次发布
|
|
@@ -15224,6 +15534,21 @@
|
|
|
15224
15534
|
|
|
15225
15535
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
15226
15536
|
|
|
15537
|
+
### 第 147 次发布
|
|
15538
|
+
|
|
15539
|
+
发布时间:2023-11-21 01:08:38
|
|
15540
|
+
|
|
15541
|
+
本次发布包含了以下内容:
|
|
15542
|
+
|
|
15543
|
+
改善已有的文档。
|
|
15544
|
+
|
|
15545
|
+
修改接口:
|
|
15546
|
+
|
|
15547
|
+
* [RenewDBInstance](https://cloud.tencent.com/document/api/236/30160)
|
|
15548
|
+
|
|
15549
|
+
* 新增入参:AutoRenew
|
|
15550
|
+
|
|
15551
|
+
|
|
15227
15552
|
### 第 146 次发布
|
|
15228
15553
|
|
|
15229
15554
|
发布时间:2023-10-23 00:03:18
|
|
@@ -28754,131 +29079,6 @@
|
|
|
28754
29079
|
|
|
28755
29080
|
|
|
28756
29081
|
|
|
28757
|
-
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2021-05-24
|
|
28758
|
-
|
|
28759
|
-
### 第 5 次发布
|
|
28760
|
-
|
|
28761
|
-
发布时间:2023-06-16 01:14:32
|
|
28762
|
-
|
|
28763
|
-
本次发布包含了以下内容:
|
|
28764
|
-
|
|
28765
|
-
改善已有的文档。
|
|
28766
|
-
|
|
28767
|
-
修改数据结构:
|
|
28768
|
-
|
|
28769
|
-
* [WorkspaceTemplateInfo](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTemplateInfo)
|
|
28770
|
-
|
|
28771
|
-
* <font color="#dd0000">**删除成员**:</font>PrebuildFile
|
|
28772
|
-
|
|
28773
|
-
|
|
28774
|
-
### 第 4 次发布
|
|
28775
|
-
|
|
28776
|
-
发布时间:2023-05-09 01:09:45
|
|
28777
|
-
|
|
28778
|
-
本次发布包含了以下内容:
|
|
28779
|
-
|
|
28780
|
-
改善已有的文档。
|
|
28781
|
-
|
|
28782
|
-
修改接口:
|
|
28783
|
-
|
|
28784
|
-
* [CreateWorkspaceByTemplate](https://cloud.tencent.com/document/api/1039/80552)
|
|
28785
|
-
|
|
28786
|
-
* 新增入参:Name
|
|
28787
|
-
|
|
28788
|
-
|
|
28789
|
-
修改数据结构:
|
|
28790
|
-
|
|
28791
|
-
* [WorkspaceInfo](https://cloud.tencent.com/document/api/1039/80554#WorkspaceInfo)
|
|
28792
|
-
|
|
28793
|
-
* 新增成员:Name
|
|
28794
|
-
|
|
28795
|
-
|
|
28796
|
-
### 第 3 次发布
|
|
28797
|
-
|
|
28798
|
-
发布时间:2023-04-05 01:18:28
|
|
28799
|
-
|
|
28800
|
-
本次发布包含了以下内容:
|
|
28801
|
-
|
|
28802
|
-
改善已有的文档。
|
|
28803
|
-
|
|
28804
|
-
新增接口:
|
|
28805
|
-
|
|
28806
|
-
* [DescribeWorkspaceIsReady](https://cloud.tencent.com/document/api/1039/89895)
|
|
28807
|
-
|
|
28808
|
-
修改接口:
|
|
28809
|
-
|
|
28810
|
-
* [DescribeWorkspaceNameExist](https://cloud.tencent.com/document/api/1039/80539)
|
|
28811
|
-
|
|
28812
|
-
* 新增出参:Data
|
|
28813
|
-
|
|
28814
|
-
|
|
28815
|
-
### 第 2 次发布
|
|
28816
|
-
|
|
28817
|
-
发布时间:2023-03-02 01:11:42
|
|
28818
|
-
|
|
28819
|
-
本次发布包含了以下内容:
|
|
28820
|
-
|
|
28821
|
-
改善已有的文档。
|
|
28822
|
-
|
|
28823
|
-
新增接口:
|
|
28824
|
-
|
|
28825
|
-
* [CreateWorkspaceTemporaryToken](https://cloud.tencent.com/document/api/1039/87613)
|
|
28826
|
-
|
|
28827
|
-
新增数据结构:
|
|
28828
|
-
|
|
28829
|
-
* [WorkspaceTokenDTO](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTokenDTO)
|
|
28830
|
-
* [WorkspaceTokenInfoV0](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTokenInfoV0)
|
|
28831
|
-
|
|
28832
|
-
### 第 1 次发布
|
|
28833
|
-
|
|
28834
|
-
发布时间:2022-09-16 10:03:09
|
|
28835
|
-
|
|
28836
|
-
本次发布包含了以下内容:
|
|
28837
|
-
|
|
28838
|
-
改善已有的文档。
|
|
28839
|
-
|
|
28840
|
-
新增接口:
|
|
28841
|
-
|
|
28842
|
-
* [CreateCustomizeTemplates](https://cloud.tencent.com/document/api/1039/80553)
|
|
28843
|
-
* [CreateWorkspaceByAgent](https://cloud.tencent.com/document/api/1039/80542)
|
|
28844
|
-
* [CreateWorkspaceByTemplate](https://cloud.tencent.com/document/api/1039/80552)
|
|
28845
|
-
* [CreateWorkspaceByVersionControl](https://cloud.tencent.com/document/api/1039/80541)
|
|
28846
|
-
* [DeleteCustomizeTemplatesById](https://cloud.tencent.com/document/api/1039/80551)
|
|
28847
|
-
* [DescribeCustomizeTemplates](https://cloud.tencent.com/document/api/1039/80550)
|
|
28848
|
-
* [DescribeCustomizeTemplatesById](https://cloud.tencent.com/document/api/1039/80549)
|
|
28849
|
-
* [DescribeCustomizeTemplatesPresets](https://cloud.tencent.com/document/api/1039/80548)
|
|
28850
|
-
* [DescribeWorkspaceEnvList](https://cloud.tencent.com/document/api/1039/80540)
|
|
28851
|
-
* [DescribeWorkspaceNameExist](https://cloud.tencent.com/document/api/1039/80539)
|
|
28852
|
-
* [DescribeWorkspaceStatus](https://cloud.tencent.com/document/api/1039/80538)
|
|
28853
|
-
* [DescribeWorkspaceStatusList](https://cloud.tencent.com/document/api/1039/80537)
|
|
28854
|
-
* [ModifyCustomizeTemplateVersionControl](https://cloud.tencent.com/document/api/1039/80547)
|
|
28855
|
-
* [ModifyCustomizeTemplatesFullById](https://cloud.tencent.com/document/api/1039/80546)
|
|
28856
|
-
* [ModifyCustomizeTemplatesPartById](https://cloud.tencent.com/document/api/1039/80545)
|
|
28857
|
-
* [ModifyWorkspaceAttributes](https://cloud.tencent.com/document/api/1039/80544)
|
|
28858
|
-
* [RecoverWorkspace](https://cloud.tencent.com/document/api/1039/80536)
|
|
28859
|
-
* [RemoveWorkspace](https://cloud.tencent.com/document/api/1039/80535)
|
|
28860
|
-
* [RunWorkspace](https://cloud.tencent.com/document/api/1039/80534)
|
|
28861
|
-
* [StopWorkspace](https://cloud.tencent.com/document/api/1039/80533)
|
|
28862
|
-
|
|
28863
|
-
新增数据结构:
|
|
28864
|
-
|
|
28865
|
-
* [AgentSpaceDTO](https://cloud.tencent.com/document/api/1039/80554#AgentSpaceDTO)
|
|
28866
|
-
* [CustomizeTemplatesPresetsInfo](https://cloud.tencent.com/document/api/1039/80554#CustomizeTemplatesPresetsInfo)
|
|
28867
|
-
* [ImageUserDTO](https://cloud.tencent.com/document/api/1039/80554#ImageUserDTO)
|
|
28868
|
-
* [UserDefinedTemplateParams](https://cloud.tencent.com/document/api/1039/80554#UserDefinedTemplateParams)
|
|
28869
|
-
* [UserDefinedTemplatePatchedParams](https://cloud.tencent.com/document/api/1039/80554#UserDefinedTemplatePatchedParams)
|
|
28870
|
-
* [UserInfoRsp](https://cloud.tencent.com/document/api/1039/80554#UserInfoRsp)
|
|
28871
|
-
* [UserSubInfo](https://cloud.tencent.com/document/api/1039/80554#UserSubInfo)
|
|
28872
|
-
* [WorkspaceDTO](https://cloud.tencent.com/document/api/1039/80554#WorkspaceDTO)
|
|
28873
|
-
* [WorkspaceInfo](https://cloud.tencent.com/document/api/1039/80554#WorkspaceInfo)
|
|
28874
|
-
* [WorkspaceInfoDTO](https://cloud.tencent.com/document/api/1039/80554#WorkspaceInfoDTO)
|
|
28875
|
-
* [WorkspaceResourceDTO](https://cloud.tencent.com/document/api/1039/80554#WorkspaceResourceDTO)
|
|
28876
|
-
* [WorkspaceShareInfo](https://cloud.tencent.com/document/api/1039/80554#WorkspaceShareInfo)
|
|
28877
|
-
* [WorkspaceStatusInfo](https://cloud.tencent.com/document/api/1039/80554#WorkspaceStatusInfo)
|
|
28878
|
-
* [WorkspaceTemplateInfo](https://cloud.tencent.com/document/api/1039/80554#WorkspaceTemplateInfo)
|
|
28879
|
-
|
|
28880
|
-
|
|
28881
|
-
|
|
28882
29082
|
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
|
|
28883
29083
|
|
|
28884
29084
|
### 第 4 次发布
|
|
@@ -35600,6 +35800,21 @@
|
|
|
35600
35800
|
|
|
35601
35801
|
## 云服务器(cvm) 版本:2017-03-12
|
|
35602
35802
|
|
|
35803
|
+
### 第 120 次发布
|
|
35804
|
+
|
|
35805
|
+
发布时间:2023-11-20 00:06:15
|
|
35806
|
+
|
|
35807
|
+
本次发布包含了以下内容:
|
|
35808
|
+
|
|
35809
|
+
改善已有的文档。
|
|
35810
|
+
|
|
35811
|
+
修改数据结构:
|
|
35812
|
+
|
|
35813
|
+
* [InstanceTypeConfig](https://cloud.tencent.com/document/api/213/15753#InstanceTypeConfig)
|
|
35814
|
+
|
|
35815
|
+
* <font color="#dd0000">**修改成员**:</font>Zone, InstanceType, InstanceFamily, GPU, CPU, Memory
|
|
35816
|
+
|
|
35817
|
+
|
|
35603
35818
|
### 第 119 次发布
|
|
35604
35819
|
|
|
35605
35820
|
发布时间:2023-10-30 00:24:37
|
|
@@ -46460,7 +46675,7 @@
|
|
|
46460
46675
|
|
|
46461
46676
|
新增接口:
|
|
46462
46677
|
|
|
46463
|
-
* [
|
|
46678
|
+
* [DescribeTablesName](https://cloud.tencent.com/document/api/1342/101641)
|
|
46464
46679
|
|
|
46465
46680
|
### 第 75 次发布
|
|
46466
46681
|
|
|
@@ -49422,6 +49637,21 @@
|
|
|
49422
49637
|
|
|
49423
49638
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
49424
49639
|
|
|
49640
|
+
### 第 6 次发布
|
|
49641
|
+
|
|
49642
|
+
发布时间:2023-11-21 01:16:05
|
|
49643
|
+
|
|
49644
|
+
本次发布包含了以下内容:
|
|
49645
|
+
|
|
49646
|
+
改善已有的文档。
|
|
49647
|
+
|
|
49648
|
+
修改数据结构:
|
|
49649
|
+
|
|
49650
|
+
* [RiskLevelRisk](https://cloud.tencent.com/document/api/1087/96844#RiskLevelRisk)
|
|
49651
|
+
|
|
49652
|
+
* <font color="#dd0000">**修改成员**:</font>Id, RiskLevelName, RiskLevelDescription, IdentifyComplianceName, Type
|
|
49653
|
+
|
|
49654
|
+
|
|
49425
49655
|
### 第 5 次发布
|
|
49426
49656
|
|
|
49427
49657
|
发布时间:2023-11-16 01:16:33
|
|
@@ -87367,6 +87597,25 @@
|
|
|
87367
87597
|
|
|
87368
87598
|
## 文字识别(ocr) 版本:2018-11-19
|
|
87369
87599
|
|
|
87600
|
+
### 第 121 次发布
|
|
87601
|
+
|
|
87602
|
+
发布时间:2023-11-20 00:15:46
|
|
87603
|
+
|
|
87604
|
+
本次发布包含了以下内容:
|
|
87605
|
+
|
|
87606
|
+
改善已有的文档。
|
|
87607
|
+
|
|
87608
|
+
修改接口:
|
|
87609
|
+
|
|
87610
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
87611
|
+
|
|
87612
|
+
* 新增出参:Type, PassportRecognizeInfos
|
|
87613
|
+
|
|
87614
|
+
|
|
87615
|
+
新增数据结构:
|
|
87616
|
+
|
|
87617
|
+
* [PassportRecognizeInfos](https://cloud.tencent.com/document/api/866/33527#PassportRecognizeInfos)
|
|
87618
|
+
|
|
87370
87619
|
### 第 120 次发布
|
|
87371
87620
|
|
|
87372
87621
|
发布时间:2023-11-16 01:25:49
|
|
@@ -97036,6 +97285,48 @@
|
|
|
97036
97285
|
|
|
97037
97286
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
97038
97287
|
|
|
97288
|
+
### 第 55 次发布
|
|
97289
|
+
|
|
97290
|
+
发布时间:2023-11-21 01:25:12
|
|
97291
|
+
|
|
97292
|
+
本次发布包含了以下内容:
|
|
97293
|
+
|
|
97294
|
+
改善已有的文档。
|
|
97295
|
+
|
|
97296
|
+
新增接口:
|
|
97297
|
+
|
|
97298
|
+
* [[BalanceReadOnlyGroup](https://cloud.tencent.com/document/api/238/101753)](https://cloud.tencent.com/document/api/#/#)
|
|
97299
|
+
* [[DeleteRestoreTask](https://cloud.tencent.com/document/api/238/101743)](https://cloud.tencent.com/document/api/#/#)
|
|
97300
|
+
* [[DescribeAccountPrivilegeByDB](https://cloud.tencent.com/document/api/238/101729)](https://cloud.tencent.com/document/api/#/#)
|
|
97301
|
+
* [[DescribeCollationTimeZone](https://cloud.tencent.com/document/api/238/101735)](https://cloud.tencent.com/document/api/#/#)
|
|
97302
|
+
* [[DescribeCrossRegions](https://cloud.tencent.com/document/api/238/101738)](https://cloud.tencent.com/document/api/#/#)
|
|
97303
|
+
* [[DescribeDBPrivilegeByAccount](https://cloud.tencent.com/document/api/238/101715)](https://cloud.tencent.com/document/api/#/#)
|
|
97304
|
+
* [[DescribeDBRestoreTime](https://cloud.tencent.com/document/api/238/101742)](https://cloud.tencent.com/document/api/#/#)
|
|
97305
|
+
* [[DescribeDatabaseNames](https://cloud.tencent.com/document/api/238/101714)](https://cloud.tencent.com/document/api/#/#)
|
|
97306
|
+
* [[DescribeInquiryPriceParameter](https://cloud.tencent.com/document/api/238/101749)](https://cloud.tencent.com/document/api/#/#)
|
|
97307
|
+
* [[DescribeInstanceTasks](https://cloud.tencent.com/document/api/238/101734)](https://cloud.tencent.com/document/api/#/#)
|
|
97308
|
+
* [[DescribeInstanceTradeParameter](https://cloud.tencent.com/document/api/238/101748)](https://cloud.tencent.com/document/api/#/#)
|
|
97309
|
+
* [[DescribeProductSpec](https://cloud.tencent.com/document/api/238/101747)](https://cloud.tencent.com/document/api/#/#)
|
|
97310
|
+
* [[DescribeReadOnlyGroupAutoWeight](https://cloud.tencent.com/document/api/238/101752)](https://cloud.tencent.com/document/api/#/#)
|
|
97311
|
+
* [[DescribeRestoreTask](https://cloud.tencent.com/document/api/238/101741)](https://cloud.tencent.com/document/api/#/#)
|
|
97312
|
+
* [[DescribeSpecSellStatus](https://cloud.tencent.com/document/api/238/101746)](https://cloud.tencent.com/document/api/#/#)
|
|
97313
|
+
* [[DescribeUpgradeInstanceCheck](https://cloud.tencent.com/document/api/238/101733)](https://cloud.tencent.com/document/api/#/#)
|
|
97314
|
+
* [[ModifyCloseWanIp](https://cloud.tencent.com/document/api/238/101718)](https://cloud.tencent.com/document/api/#/#)
|
|
97315
|
+
* [[ModifyDBInstanceNote](https://cloud.tencent.com/document/api/238/101732)](https://cloud.tencent.com/document/api/#/#)
|
|
97316
|
+
* [[ModifyOpenWanIp](https://cloud.tencent.com/document/api/238/101717)](https://cloud.tencent.com/document/api/#/#)
|
|
97317
|
+
* [[ModifyPublishSubscribe](https://cloud.tencent.com/document/api/238/101756)](https://cloud.tencent.com/document/api/#/#)
|
|
97318
|
+
|
|
97319
|
+
新增数据结构:
|
|
97320
|
+
|
|
97321
|
+
* [[CheckItem](https://cloud.tencent.com/document/api/238/19976#CheckItem)](https://cloud.tencent.com/document/api/238/19976#[CheckItem](https://cloud.tencent.com/document/api/238/19976#CheckItem))
|
|
97322
|
+
* [[InstanceTask](https://cloud.tencent.com/document/api/238/19976#InstanceTask)](https://cloud.tencent.com/document/api/238/19976#[InstanceTask](https://cloud.tencent.com/document/api/238/19976#InstanceTask))
|
|
97323
|
+
* [[ModifyDataBaseTuple](https://cloud.tencent.com/document/api/238/19976#ModifyDataBaseTuple)](https://cloud.tencent.com/document/api/238/19976#[ModifyDataBaseTuple](https://cloud.tencent.com/document/api/238/19976#ModifyDataBaseTuple))
|
|
97324
|
+
* [[Price](https://cloud.tencent.com/document/api/238/19976#Price)](https://cloud.tencent.com/document/api/238/19976#[Price](https://cloud.tencent.com/document/api/238/19976#Price))
|
|
97325
|
+
* [[ProductSpec](https://cloud.tencent.com/document/api/238/19976#ProductSpec)](https://cloud.tencent.com/document/api/238/19976#[ProductSpec](https://cloud.tencent.com/document/api/238/19976#ProductSpec))
|
|
97326
|
+
* [[RestoreTask](https://cloud.tencent.com/document/api/238/19976#RestoreTask)](https://cloud.tencent.com/document/api/238/19976#[RestoreTask](https://cloud.tencent.com/document/api/238/19976#RestoreTask))
|
|
97327
|
+
* [[SpecSellStatus](https://cloud.tencent.com/document/api/238/19976#SpecSellStatus)](https://cloud.tencent.com/document/api/238/19976#[SpecSellStatus](https://cloud.tencent.com/document/api/238/19976#SpecSellStatus))
|
|
97328
|
+
* [[ZoneStatus](https://cloud.tencent.com/document/api/238/19976#ZoneStatus)](https://cloud.tencent.com/document/api/238/19976#[ZoneStatus](https://cloud.tencent.com/document/api/238/19976#ZoneStatus))
|
|
97329
|
+
|
|
97039
97330
|
### 第 54 次发布
|
|
97040
97331
|
|
|
97041
97332
|
发布时间:2023-11-17 01:22:32
|
|
@@ -97046,20 +97337,20 @@
|
|
|
97046
97337
|
|
|
97047
97338
|
新增接口:
|
|
97048
97339
|
|
|
97049
|
-
* [
|
|
97050
|
-
* [
|
|
97051
|
-
* [
|
|
97052
|
-
* [
|
|
97053
|
-
* [
|
|
97054
|
-
* [
|
|
97055
|
-
* [
|
|
97056
|
-
* [
|
|
97057
|
-
* [
|
|
97340
|
+
* [DescribeBackupMonitor](https://cloud.tencent.com/document/api/238/101650)
|
|
97341
|
+
* [DescribeBackupStatistical](https://cloud.tencent.com/document/api/238/101649)
|
|
97342
|
+
* [DescribeBackupSummary](https://cloud.tencent.com/document/api/238/101648)
|
|
97343
|
+
* [DescribeCrossBackupStatistical](https://cloud.tencent.com/document/api/238/101647)
|
|
97344
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/238/101644)
|
|
97345
|
+
* [DescribeDatabasesNormal](https://cloud.tencent.com/document/api/238/101643)
|
|
97346
|
+
* [DescribeRegularBackupPlan](https://cloud.tencent.com/document/api/238/101646)
|
|
97347
|
+
* [ModifyCrossBackupStrategy](https://cloud.tencent.com/document/api/238/101645)
|
|
97348
|
+
* [ModifyDatabaseShrinkMDF](https://cloud.tencent.com/document/api/238/101642)
|
|
97058
97349
|
|
|
97059
97350
|
新增数据结构:
|
|
97060
97351
|
|
|
97061
|
-
* [
|
|
97062
|
-
* [
|
|
97352
|
+
* [CrossSummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#CrossSummaryDetailRes)
|
|
97353
|
+
* [SummaryDetailRes](https://cloud.tencent.com/document/api/238/19976#SummaryDetailRes)
|
|
97063
97354
|
|
|
97064
97355
|
### 第 53 次发布
|
|
97065
97356
|
|
|
@@ -101255,6 +101546,25 @@
|
|
|
101255
101546
|
|
|
101256
101547
|
## 腾讯云区块链服务平台 TBaaS(tbaas) 版本:2018-04-16
|
|
101257
101548
|
|
|
101549
|
+
### 第 19 次发布
|
|
101550
|
+
|
|
101551
|
+
发布时间:2023-11-21 01:32:15
|
|
101552
|
+
|
|
101553
|
+
本次发布包含了以下内容:
|
|
101554
|
+
|
|
101555
|
+
改善已有的文档。
|
|
101556
|
+
|
|
101557
|
+
新增接口:
|
|
101558
|
+
|
|
101559
|
+
* [[DescribeFabricBlock](https://cloud.tencent.com/document/api/663/101763)](https://cloud.tencent.com/document/api/#/#)
|
|
101560
|
+
* [[DescribeFabricTransaction](https://cloud.tencent.com/document/api/663/101762)](https://cloud.tencent.com/document/api/#/#)
|
|
101561
|
+
* [[InvokeFabricChaincode](https://cloud.tencent.com/document/api/663/101761)](https://cloud.tencent.com/document/api/#/#)
|
|
101562
|
+
* [[QueryFabricChaincode](https://cloud.tencent.com/document/api/663/101760)](https://cloud.tencent.com/document/api/#/#)
|
|
101563
|
+
|
|
101564
|
+
新增数据结构:
|
|
101565
|
+
|
|
101566
|
+
* [[Transaction](https://cloud.tencent.com/document/api/663/19466#Transaction)](https://cloud.tencent.com/document/api/663/19466#[Transaction](https://cloud.tencent.com/document/api/663/19466#Transaction))
|
|
101567
|
+
|
|
101258
101568
|
### 第 18 次发布
|
|
101259
101569
|
|
|
101260
101570
|
发布时间:2023-07-20 01:41:44
|
|
@@ -106404,6 +106714,82 @@
|
|
|
106404
106714
|
|
|
106405
106715
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
106406
106716
|
|
|
106717
|
+
### 第 55 次发布
|
|
106718
|
+
|
|
106719
|
+
发布时间:2023-11-21 01:33:13
|
|
106720
|
+
|
|
106721
|
+
本次发布包含了以下内容:
|
|
106722
|
+
|
|
106723
|
+
改善已有的文档。
|
|
106724
|
+
|
|
106725
|
+
修改接口:
|
|
106726
|
+
|
|
106727
|
+
* [AddAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65560)
|
|
106728
|
+
|
|
106729
|
+
* 新增入参:NeedScan
|
|
106730
|
+
|
|
106731
|
+
* [AddEditImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81638)
|
|
106732
|
+
|
|
106733
|
+
* 新增入参:AutoScanEnabled, ScanType
|
|
106734
|
+
|
|
106735
|
+
* [CreateAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65591)
|
|
106736
|
+
|
|
106737
|
+
* 新增入参:ContainerRunning, ScanScope, ScanEndTime
|
|
106738
|
+
|
|
106739
|
+
* <font color="#dd0000">**修改入参**:</font>All
|
|
106740
|
+
|
|
106741
|
+
* [CreateAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65515)
|
|
106742
|
+
|
|
106743
|
+
* 新增入参:ContainerRunning, ScanScope, Timeout
|
|
106744
|
+
|
|
106745
|
+
* [DescribeAssetImageDetail](https://cloud.tencent.com/document/api/1285/65506)
|
|
106746
|
+
|
|
106747
|
+
* 新增出参:ImageDigest
|
|
106748
|
+
|
|
106749
|
+
* [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
|
|
106750
|
+
|
|
106751
|
+
* 新增出参:ContainerRunning, ScanScope, ScanEndTime
|
|
106752
|
+
|
|
106753
|
+
* [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
|
|
106754
|
+
|
|
106755
|
+
* 新增出参:TodayNewImageCnt, TodayUnsafeImageCnt, RecommendedFixImageCnt, ScannedImageCnt
|
|
106756
|
+
|
|
106757
|
+
* [DescribeImageAutoAuthorizedRule](https://cloud.tencent.com/document/api/1285/81628)
|
|
106758
|
+
|
|
106759
|
+
* 新增出参:AutoScanEnabled, ScanType
|
|
106760
|
+
|
|
106761
|
+
* [RenewImageAuthorizeState](https://cloud.tencent.com/document/api/1285/65459)
|
|
106762
|
+
|
|
106763
|
+
* 新增入参:NeedScan, ScanType
|
|
106764
|
+
|
|
106765
|
+
* [SyncAssetImageRegistryAsset](https://cloud.tencent.com/document/api/1285/65458)
|
|
106766
|
+
|
|
106767
|
+
* 新增入参:All, RegistryIds
|
|
106768
|
+
|
|
106769
|
+
|
|
106770
|
+
新增数据结构:
|
|
106771
|
+
|
|
106772
|
+
* [[ImageVulLayerInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVulLayerInfo)](https://cloud.tencent.com/document/api/1285/65614#[ImageVulLayerInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVulLayerInfo))
|
|
106773
|
+
|
|
106774
|
+
修改数据结构:
|
|
106775
|
+
|
|
106776
|
+
* [ImageRepoInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRepoInfo)
|
|
106777
|
+
|
|
106778
|
+
* 新增成员:RecommendedFix
|
|
106779
|
+
|
|
106780
|
+
* [ImageVul](https://cloud.tencent.com/document/api/1285/65614#ImageVul)
|
|
106781
|
+
|
|
106782
|
+
* 新增成员:LayerInfos
|
|
106783
|
+
|
|
106784
|
+
* [ImagesInfo](https://cloud.tencent.com/document/api/1285/65614#ImagesInfo)
|
|
106785
|
+
|
|
106786
|
+
* 新增成员:CriticalLevelVulCnt, HighLevelVulCnt, MediumLevelVulCnt, LowLevelVulCnt, IsLatestImage, RecommendedFix
|
|
106787
|
+
|
|
106788
|
+
* [ImagesVul](https://cloud.tencent.com/document/api/1285/65614#ImagesVul)
|
|
106789
|
+
|
|
106790
|
+
* 新增成员:AttackLevel
|
|
106791
|
+
|
|
106792
|
+
|
|
106407
106793
|
### 第 54 次发布
|
|
106408
106794
|
|
|
106409
106795
|
发布时间:2023-11-01 01:21:35
|
|
@@ -108714,6 +109100,21 @@
|
|
|
108714
109100
|
|
|
108715
109101
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
108716
109102
|
|
|
109103
|
+
### 第 92 次发布
|
|
109104
|
+
|
|
109105
|
+
发布时间:2023-11-21 01:35:04
|
|
109106
|
+
|
|
109107
|
+
本次发布包含了以下内容:
|
|
109108
|
+
|
|
109109
|
+
改善已有的文档。
|
|
109110
|
+
|
|
109111
|
+
修改接口:
|
|
109112
|
+
|
|
109113
|
+
* [CreateProCluster](https://cloud.tencent.com/document/api/1179/101433)
|
|
109114
|
+
|
|
109115
|
+
* <font color="#dd0000">**修改入参**:</font>Tags
|
|
109116
|
+
|
|
109117
|
+
|
|
108717
109118
|
### 第 91 次发布
|
|
108718
109119
|
|
|
108719
109120
|
发布时间:2023-11-17 01:25:23
|
|
@@ -116975,7 +117376,7 @@
|
|
|
116975
117376
|
|
|
116976
117377
|
新增数据结构:
|
|
116977
117378
|
|
|
116978
|
-
* [
|
|
117379
|
+
* [PreTrainModel](https://cloud.tencent.com/document/api/851/75051#PreTrainModel)
|
|
116979
117380
|
|
|
116980
117381
|
### 第 42 次发布
|
|
116981
117382
|
|
|
@@ -118807,6 +119208,31 @@
|
|
|
118807
119208
|
|
|
118808
119209
|
## 容器服务(tke) 版本:2018-05-25
|
|
118809
119210
|
|
|
119211
|
+
### 第 162 次发布
|
|
119212
|
+
|
|
119213
|
+
发布时间:2023-11-21 01:37:07
|
|
119214
|
+
|
|
119215
|
+
本次发布包含了以下内容:
|
|
119216
|
+
|
|
119217
|
+
改善已有的文档。
|
|
119218
|
+
|
|
119219
|
+
新增接口:
|
|
119220
|
+
|
|
119221
|
+
* [[DescribeClusterExtraArgs](https://cloud.tencent.com/document/api/457/101764)](https://cloud.tencent.com/document/api/#/#)
|
|
119222
|
+
* [[DescribeExternalNodeSupportConfig](https://cloud.tencent.com/document/api/457/101767)](https://cloud.tencent.com/document/api/#/#)
|
|
119223
|
+
* [[DescribeIPAMD](https://cloud.tencent.com/document/api/457/101765)](https://cloud.tencent.com/document/api/#/#)
|
|
119224
|
+
|
|
119225
|
+
修改接口:
|
|
119226
|
+
|
|
119227
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/457/78051)
|
|
119228
|
+
|
|
119229
|
+
* 新增出参:ClusterIntranetSubnetId
|
|
119230
|
+
|
|
119231
|
+
|
|
119232
|
+
新增数据结构:
|
|
119233
|
+
|
|
119234
|
+
* [[Step](https://cloud.tencent.com/document/api/457/31866#Step)](https://cloud.tencent.com/document/api/457/31866#[Step](https://cloud.tencent.com/document/api/457/31866#Step))
|
|
119235
|
+
|
|
118810
119236
|
### 第 161 次发布
|
|
118811
119237
|
|
|
118812
119238
|
发布时间:2023-09-27 22:00:52
|
|
@@ -122485,6 +122911,24 @@
|
|
|
122485
122911
|
|
|
122486
122912
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
122487
122913
|
|
|
122914
|
+
### 第 6 次发布
|
|
122915
|
+
|
|
122916
|
+
发布时间:2023-11-21 01:38:03
|
|
122917
|
+
|
|
122918
|
+
本次发布包含了以下内容:
|
|
122919
|
+
|
|
122920
|
+
改善已有的文档。
|
|
122921
|
+
|
|
122922
|
+
新增接口:
|
|
122923
|
+
|
|
122924
|
+
* [[ImportSourceClusterConsumerGroups](https://cloud.tencent.com/document/api/1493/101770)](https://cloud.tencent.com/document/api/#/#)
|
|
122925
|
+
* [[ImportSourceClusterTopics](https://cloud.tencent.com/document/api/1493/101769)](https://cloud.tencent.com/document/api/#/#)
|
|
122926
|
+
|
|
122927
|
+
新增数据结构:
|
|
122928
|
+
|
|
122929
|
+
* [[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig)](https://cloud.tencent.com/document/api/1493/96031#[SourceClusterGroupConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterGroupConfig))
|
|
122930
|
+
* [[SourceClusterTopicConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterTopicConfig)](https://cloud.tencent.com/document/api/1493/96031#[SourceClusterTopicConfig](https://cloud.tencent.com/document/api/1493/96031#SourceClusterTopicConfig))
|
|
122931
|
+
|
|
122488
122932
|
### 第 5 次发布
|
|
122489
122933
|
|
|
122490
122934
|
发布时间:2023-11-13 00:24:24
|
|
@@ -124461,6 +124905,25 @@
|
|
|
124461
124905
|
|
|
124462
124906
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
124463
124907
|
|
|
124908
|
+
### 第 52 次发布
|
|
124909
|
+
|
|
124910
|
+
发布时间:2023-11-21 01:38:30
|
|
124911
|
+
|
|
124912
|
+
本次发布包含了以下内容:
|
|
124913
|
+
|
|
124914
|
+
改善已有的文档。
|
|
124915
|
+
|
|
124916
|
+
修改数据结构:
|
|
124917
|
+
|
|
124918
|
+
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
124919
|
+
|
|
124920
|
+
* 新增成员:CvmInstanceId, CvmInstanceName
|
|
124921
|
+
|
|
124922
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
124923
|
+
|
|
124924
|
+
* <font color="#dd0000">**修改成员**:</font>FeatureVersion, EnableClientIntranet, StorageOption
|
|
124925
|
+
|
|
124926
|
+
|
|
124464
124927
|
### 第 51 次发布
|
|
124465
124928
|
|
|
124466
124929
|
发布时间:2023-11-15 02:34:06
|
|
@@ -137585,6 +138048,21 @@
|
|
|
137585
138048
|
|
|
137586
138049
|
## 声音复刻(vrs) 版本:2020-08-24
|
|
137587
138050
|
|
|
138051
|
+
### 第 5 次发布
|
|
138052
|
+
|
|
138053
|
+
发布时间:2023-11-21 01:41:45
|
|
138054
|
+
|
|
138055
|
+
本次发布包含了以下内容:
|
|
138056
|
+
|
|
138057
|
+
改善已有的文档。
|
|
138058
|
+
|
|
138059
|
+
修改数据结构:
|
|
138060
|
+
|
|
138061
|
+
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
138062
|
+
|
|
138063
|
+
* 新增成员:IsDeployed
|
|
138064
|
+
|
|
138065
|
+
|
|
137588
138066
|
### 第 4 次发布
|
|
137589
138067
|
|
|
137590
138068
|
发布时间:2023-11-16 01:37:19
|
|
@@ -137671,6 +138149,60 @@
|
|
|
137671
138149
|
|
|
137672
138150
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
137673
138151
|
|
|
138152
|
+
### 第 75 次发布
|
|
138153
|
+
|
|
138154
|
+
发布时间:2023-11-21 01:41:48
|
|
138155
|
+
|
|
138156
|
+
本次发布包含了以下内容:
|
|
138157
|
+
|
|
138158
|
+
改善已有的文档。
|
|
138159
|
+
|
|
138160
|
+
修改接口:
|
|
138161
|
+
|
|
138162
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
138163
|
+
|
|
138164
|
+
* 新增入参:ValidTimeStampMin, ValidTimeStampMax
|
|
138165
|
+
|
|
138166
|
+
* [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
|
|
138167
|
+
|
|
138168
|
+
* 新增入参:ValidTimeStampMin, ValidTimeStampMax
|
|
138169
|
+
|
|
138170
|
+
* [DescribeModuleStatus](https://cloud.tencent.com/document/api/627/101340)
|
|
138171
|
+
|
|
138172
|
+
* 新增出参:RateLimit
|
|
138173
|
+
|
|
138174
|
+
* [ModifyModuleStatus](https://cloud.tencent.com/document/api/627/99699)
|
|
138175
|
+
|
|
138176
|
+
* 新增入参:RateLimit
|
|
138177
|
+
|
|
138178
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
138179
|
+
|
|
138180
|
+
* 新增出参:Ids
|
|
138181
|
+
|
|
138182
|
+
* [UpsertSession](https://cloud.tencent.com/document/api/627/97645)
|
|
138183
|
+
|
|
138184
|
+
* 新增出参:SessionID
|
|
138185
|
+
|
|
138186
|
+
|
|
138187
|
+
修改数据结构:
|
|
138188
|
+
|
|
138189
|
+
* [AccessHistogramItem](https://cloud.tencent.com/document/api/627/53609#AccessHistogramItem)
|
|
138190
|
+
|
|
138191
|
+
* 新增成员:BeginTime
|
|
138192
|
+
|
|
138193
|
+
* [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
|
|
138194
|
+
|
|
138195
|
+
* 新增成员:Type, Region
|
|
138196
|
+
|
|
138197
|
+
* [DescribeCustomRulesRspRuleListItem](https://cloud.tencent.com/document/api/627/53609#DescribeCustomRulesRspRuleListItem)
|
|
138198
|
+
|
|
138199
|
+
* 新增成员:ModifyTime, ValidStatus, Source
|
|
138200
|
+
|
|
138201
|
+
* [PeakPointsItem](https://cloud.tencent.com/document/api/627/53609#PeakPointsItem)
|
|
138202
|
+
|
|
138203
|
+
* 新增成员:WxAccess
|
|
138204
|
+
|
|
138205
|
+
|
|
137674
138206
|
### 第 74 次发布
|
|
137675
138207
|
|
|
137676
138208
|
发布时间:2023-11-16 17:58:08
|
|
@@ -139594,6 +140126,74 @@
|
|
|
139594
140126
|
|
|
139595
140127
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
139596
140128
|
|
|
140129
|
+
### 第 58 次发布
|
|
140130
|
+
|
|
140131
|
+
发布时间:2023-11-21 01:42:45
|
|
140132
|
+
|
|
140133
|
+
本次发布包含了以下内容:
|
|
140134
|
+
|
|
140135
|
+
改善已有的文档。
|
|
140136
|
+
|
|
140137
|
+
新增接口:
|
|
140138
|
+
|
|
140139
|
+
* [[DescribeApproveTypeList](https://cloud.tencent.com/document/api/1267/101771)](https://cloud.tencent.com/document/api/#/#)
|
|
140140
|
+
|
|
140141
|
+
新增数据结构:
|
|
140142
|
+
|
|
140143
|
+
* [[ApproveType](https://cloud.tencent.com/document/api/1267/76336#ApproveType)](https://cloud.tencent.com/document/api/1267/76336#[ApproveType](https://cloud.tencent.com/document/api/1267/76336#ApproveType))
|
|
140144
|
+
|
|
140145
|
+
修改数据结构:
|
|
140146
|
+
|
|
140147
|
+
* [Apply](https://cloud.tencent.com/document/api/1267/76336#Apply)
|
|
140148
|
+
|
|
140149
|
+
* 新增成员:ErrorMessage, ApplyName, ApproverId, ApproverName, ApproveProjectName
|
|
140150
|
+
|
|
140151
|
+
* <font color="#dd0000">**修改成员**:</font>ApplicantName, ApproveId
|
|
140152
|
+
|
|
140153
|
+
|
|
140154
|
+
### 第 57 次发布
|
|
140155
|
+
|
|
140156
|
+
发布时间:2023-11-20 00:24:26
|
|
140157
|
+
|
|
140158
|
+
本次发布包含了以下内容:
|
|
140159
|
+
|
|
140160
|
+
改善已有的文档。
|
|
140161
|
+
|
|
140162
|
+
新增接口:
|
|
140163
|
+
|
|
140164
|
+
* [BatchCreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101693)
|
|
140165
|
+
* [CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)
|
|
140166
|
+
* [DescribeApproveList](https://cloud.tencent.com/document/api/1267/101695)
|
|
140167
|
+
* [ModifyApproveStatus](https://cloud.tencent.com/document/api/1267/101694)
|
|
140168
|
+
|
|
140169
|
+
新增数据结构:
|
|
140170
|
+
|
|
140171
|
+
* [AlarmDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmDsVO)
|
|
140172
|
+
* [AlarmExtDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmExtDsVO)
|
|
140173
|
+
* [Apply](https://cloud.tencent.com/document/api/1267/76336#Apply)
|
|
140174
|
+
* [ApproveModify](https://cloud.tencent.com/document/api/1267/76336#ApproveModify)
|
|
140175
|
+
* [AttributeItemDsVO](https://cloud.tencent.com/document/api/1267/76336#AttributeItemDsVO)
|
|
140176
|
+
* [BatchCreateTaskVersionDTO](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDTO)
|
|
140177
|
+
* [BatchCreateTaskVersionDsDTOLite](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDsDTOLite)
|
|
140178
|
+
* [BatchOperateResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResultDs)
|
|
140179
|
+
* [CandidateDsDTo](https://cloud.tencent.com/document/api/1267/76336#CandidateDsDTo)
|
|
140180
|
+
* [DependencyConfigDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#DependencyConfigDsDTONoRecurV2)
|
|
140181
|
+
* [DependencyStrategyDs](https://cloud.tencent.com/document/api/1267/76336#DependencyStrategyDs)
|
|
140182
|
+
* [DescribeApply](https://cloud.tencent.com/document/api/1267/76336#DescribeApply)
|
|
140183
|
+
* [FilterOptional](https://cloud.tencent.com/document/api/1267/76336#FilterOptional)
|
|
140184
|
+
* [OrderFieldOptional](https://cloud.tencent.com/document/api/1267/76336#OrderFieldOptional)
|
|
140185
|
+
* [ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs)
|
|
140186
|
+
* [ParameterTaskDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskDsDto)
|
|
140187
|
+
* [ParameterTaskInDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskInDsDto)
|
|
140188
|
+
* [ParameterTaskOutDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskOutDsDto)
|
|
140189
|
+
* [TaskDsDTOLiteV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTOLiteV2)
|
|
140190
|
+
* [TaskDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTONoRecurV2)
|
|
140191
|
+
* [TaskExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskExtDsVO)
|
|
140192
|
+
* [TaskLinkDsDTO](https://cloud.tencent.com/document/api/1267/76336#TaskLinkDsDTO)
|
|
140193
|
+
* [TaskTypeDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeDsVO)
|
|
140194
|
+
* [TaskTypeExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtDsVO)
|
|
140195
|
+
* [TaskTypeExtParamDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtParamDsVO)
|
|
140196
|
+
|
|
139597
140197
|
### 第 56 次发布
|
|
139598
140198
|
|
|
139599
140199
|
发布时间:2023-11-14 01:33:54
|