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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,505 @@
|
|
|
1
|
+
# Release 4.0.739
|
|
2
|
+
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
4
|
+
|
|
5
|
+
### 第 50 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-11-21 01:07:18
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
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
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
65
|
+
|
|
66
|
+
### 第 55 次发布
|
|
67
|
+
|
|
68
|
+
发布时间:2023-11-21 01:25:12
|
|
69
|
+
|
|
70
|
+
本次发布包含了以下内容:
|
|
71
|
+
|
|
72
|
+
改善已有的文档。
|
|
73
|
+
|
|
74
|
+
新增接口:
|
|
75
|
+
|
|
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)
|
|
96
|
+
|
|
97
|
+
新增数据结构:
|
|
98
|
+
|
|
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
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
214
|
+
|
|
215
|
+
### 第 92 次发布
|
|
216
|
+
|
|
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
|
|
288
|
+
|
|
289
|
+
本次发布包含了以下内容:
|
|
290
|
+
|
|
291
|
+
改善已有的文档。
|
|
292
|
+
|
|
293
|
+
修改数据结构:
|
|
294
|
+
|
|
295
|
+
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
296
|
+
|
|
297
|
+
* 新增成员:CvmInstanceId, CvmInstanceName
|
|
298
|
+
|
|
299
|
+
* [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
|
|
300
|
+
|
|
301
|
+
* <font color="#dd0000">**修改成员**:</font>FeatureVersion, EnableClientIntranet, StorageOption
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
307
|
+
|
|
308
|
+
### 第 5 次发布
|
|
309
|
+
|
|
310
|
+
发布时间:2023-11-21 01:41:45
|
|
311
|
+
|
|
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
|
|
330
|
+
|
|
331
|
+
本次发布包含了以下内容:
|
|
332
|
+
|
|
333
|
+
改善已有的文档。
|
|
334
|
+
|
|
335
|
+
修改接口:
|
|
336
|
+
|
|
337
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
338
|
+
|
|
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 次发布
|
|
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)
|
|
396
|
+
|
|
397
|
+
新增数据结构:
|
|
398
|
+
|
|
399
|
+
* [ApproveType](https://cloud.tencent.com/document/api/1267/76336#ApproveType)
|
|
400
|
+
|
|
401
|
+
修改数据结构:
|
|
402
|
+
|
|
403
|
+
* [Apply](https://cloud.tencent.com/document/api/1267/76336#Apply)
|
|
404
|
+
|
|
405
|
+
* 新增成员:ErrorMessage, ApplyName, ApproverId, ApproverName, ApproveProjectName
|
|
406
|
+
|
|
407
|
+
* <font color="#dd0000">**修改成员**:</font>ApplicantName, ApproveId
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
# Release 4.0.738
|
|
413
|
+
|
|
414
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
415
|
+
|
|
416
|
+
### 第 120 次发布
|
|
417
|
+
|
|
418
|
+
发布时间:2023-11-20 00:06:15
|
|
419
|
+
|
|
420
|
+
本次发布包含了以下内容:
|
|
421
|
+
|
|
422
|
+
改善已有的文档。
|
|
423
|
+
|
|
424
|
+
修改数据结构:
|
|
425
|
+
|
|
426
|
+
* [InstanceTypeConfig](https://cloud.tencent.com/document/api/213/15753#InstanceTypeConfig)
|
|
427
|
+
|
|
428
|
+
* <font color="#dd0000">**修改成员**:</font>Zone, InstanceType, InstanceFamily, GPU, CPU, Memory
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
434
|
+
|
|
435
|
+
### 第 121 次发布
|
|
436
|
+
|
|
437
|
+
发布时间:2023-11-20 00:15:46
|
|
438
|
+
|
|
439
|
+
本次发布包含了以下内容:
|
|
440
|
+
|
|
441
|
+
改善已有的文档。
|
|
442
|
+
|
|
443
|
+
修改接口:
|
|
444
|
+
|
|
445
|
+
* [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
|
|
446
|
+
|
|
447
|
+
* 新增出参:Type, PassportRecognizeInfos
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
新增数据结构:
|
|
451
|
+
|
|
452
|
+
* [PassportRecognizeInfos](https://cloud.tencent.com/document/api/866/33527#PassportRecognizeInfos)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
457
|
+
|
|
458
|
+
### 第 57 次发布
|
|
459
|
+
|
|
460
|
+
发布时间:2023-11-20 00:24:26
|
|
461
|
+
|
|
462
|
+
本次发布包含了以下内容:
|
|
463
|
+
|
|
464
|
+
改善已有的文档。
|
|
465
|
+
|
|
466
|
+
新增接口:
|
|
467
|
+
|
|
468
|
+
* [BatchCreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101693)
|
|
469
|
+
* [CreateTaskVersionDs](https://cloud.tencent.com/document/api/1267/101692)
|
|
470
|
+
* [DescribeApproveList](https://cloud.tencent.com/document/api/1267/101695)
|
|
471
|
+
* [ModifyApproveStatus](https://cloud.tencent.com/document/api/1267/101694)
|
|
472
|
+
|
|
473
|
+
新增数据结构:
|
|
474
|
+
|
|
475
|
+
* [AlarmDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmDsVO)
|
|
476
|
+
* [AlarmExtDsVO](https://cloud.tencent.com/document/api/1267/76336#AlarmExtDsVO)
|
|
477
|
+
* [Apply](https://cloud.tencent.com/document/api/1267/76336#Apply)
|
|
478
|
+
* [ApproveModify](https://cloud.tencent.com/document/api/1267/76336#ApproveModify)
|
|
479
|
+
* [AttributeItemDsVO](https://cloud.tencent.com/document/api/1267/76336#AttributeItemDsVO)
|
|
480
|
+
* [BatchCreateTaskVersionDTO](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDTO)
|
|
481
|
+
* [BatchCreateTaskVersionDsDTOLite](https://cloud.tencent.com/document/api/1267/76336#BatchCreateTaskVersionDsDTOLite)
|
|
482
|
+
* [BatchOperateResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResultDs)
|
|
483
|
+
* [CandidateDsDTo](https://cloud.tencent.com/document/api/1267/76336#CandidateDsDTo)
|
|
484
|
+
* [DependencyConfigDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#DependencyConfigDsDTONoRecurV2)
|
|
485
|
+
* [DependencyStrategyDs](https://cloud.tencent.com/document/api/1267/76336#DependencyStrategyDs)
|
|
486
|
+
* [DescribeApply](https://cloud.tencent.com/document/api/1267/76336#DescribeApply)
|
|
487
|
+
* [FilterOptional](https://cloud.tencent.com/document/api/1267/76336#FilterOptional)
|
|
488
|
+
* [OrderFieldOptional](https://cloud.tencent.com/document/api/1267/76336#OrderFieldOptional)
|
|
489
|
+
* [ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs)
|
|
490
|
+
* [ParameterTaskDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskDsDto)
|
|
491
|
+
* [ParameterTaskInDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskInDsDto)
|
|
492
|
+
* [ParameterTaskOutDsDto](https://cloud.tencent.com/document/api/1267/76336#ParameterTaskOutDsDto)
|
|
493
|
+
* [TaskDsDTOLiteV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTOLiteV2)
|
|
494
|
+
* [TaskDsDTONoRecurV2](https://cloud.tencent.com/document/api/1267/76336#TaskDsDTONoRecurV2)
|
|
495
|
+
* [TaskExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskExtDsVO)
|
|
496
|
+
* [TaskLinkDsDTO](https://cloud.tencent.com/document/api/1267/76336#TaskLinkDsDTO)
|
|
497
|
+
* [TaskTypeDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeDsVO)
|
|
498
|
+
* [TaskTypeExtDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtDsVO)
|
|
499
|
+
* [TaskTypeExtParamDsVO](https://cloud.tencent.com/document/api/1267/76336#TaskTypeExtParamDsVO)
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
1
503
|
# Release 4.0.737
|
|
2
504
|
|
|
3
505
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|