tencentcloud-sdk-nodejs 4.0.870 → 4.0.872
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 +303 -0
- package/SERVICE_CHANGELOG.md +304 -131
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_client.ts +174 -47
- package/src/services/dlc/v20210125/dlc_models.ts +740 -292
- package/src/services/domain/v20180808/domain_client.ts +12 -9
- package/src/services/domain/v20180808/domain_models.ts +355 -55
- package/src/services/dts/v20180330/dts_models.ts +8 -8
- package/src/services/eb/v20210416/eb_models.ts +34 -25
- package/src/services/emr/v20190103/emr_models.ts +10 -0
- package/src/services/ess/v20201111/ess_models.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +12 -12
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +5 -4
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_client.ts +20 -8
- package/src/services/postgres/v20170312/postgres_models.ts +218 -154
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +84 -0
- package/src/services/smh/v20210712/smh_models.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +61 -11
- package/src/services/teo/v20220901/teo_models.ts +267 -73
- package/src/services/tione/v20211111/tione_client.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +38 -2
- package/src/services/tse/v20201207/tse_client.ts +12 -0
- package/src/services/tse/v20201207/tse_models.ts +24 -0
- package/src/services/vtc/v20240223/vtc_models.ts +8 -0
- package/src/services/wedata/v20210820/wedata_models.ts +10 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +53 -13
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +78 -18
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +713 -292
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -5
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +352 -55
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +8 -8
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +34 -25
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +10 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +6 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +12 -12
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +9 -5
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +11 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +216 -154
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +82 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +19 -3
- package/tencentcloud/services/teo/v20220901/teo_client.js +27 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +255 -71
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +37 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +22 -0
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +8 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -0
- package/test/dlc.v20210125.test.js +114 -14
- package/test/postgres.v20170312.test.js +12 -2
- package/test/redis.v20180412.test.js +10 -0
- package/test/teo.v20220901.test.js +42 -2
- package/test/tse.v20201207.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,65 +1,71 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 39 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-10 01:40:58
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
16
16
|
|
|
17
|
+
* 新增入参:BusinessID
|
|
17
18
|
|
|
19
|
+
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
* 新增入参:BusinessID
|
|
20
22
|
|
|
21
|
-
|
|
23
|
+
* 新增出参:Domain, AppointNum, AppointStartTime, AppointEndTime, RegTime, ExpireTime, DeleteTime, AppointPrice, AppointBondPrice
|
|
22
24
|
|
|
23
|
-
|
|
25
|
+
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
* 新增入参:PageNumber, Domain
|
|
26
28
|
|
|
27
|
-
|
|
29
|
+
* 新增出参:Total, AppointList
|
|
28
30
|
|
|
29
|
-
|
|
31
|
+
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
30
32
|
|
|
31
|
-
*
|
|
33
|
+
* 新增入参:BusinessID
|
|
32
34
|
|
|
35
|
+
* 新增出参:Domain, BiddingNum, BiddingStartTime, BiddingEndTime, RegTime, ExpireTime, DeleteTime, CurrentPrice, CurrentNickname, BiddingBondPrice, Status, BiddingFlag, BiddingBondRefund, BiddingPrice
|
|
33
36
|
|
|
37
|
+
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
34
38
|
|
|
35
|
-
|
|
39
|
+
* 新增入参:PageNumber, Domain
|
|
36
40
|
|
|
37
|
-
|
|
41
|
+
* 新增出参:Total, BiddingList
|
|
38
42
|
|
|
39
|
-
|
|
43
|
+
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
40
44
|
|
|
41
|
-
|
|
45
|
+
* 新增入参:BusinessID
|
|
42
46
|
|
|
43
|
-
|
|
47
|
+
* 新增出参:Domain, SuccessfulTime, SuccessfulPrice, RegTime, ExpireTime, DeleteTime, PayEndTime, BiddingBondPrice
|
|
44
48
|
|
|
45
|
-
|
|
49
|
+
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
46
50
|
|
|
47
|
-
*
|
|
51
|
+
* 新增入参:PageNumber, Domain
|
|
48
52
|
|
|
49
|
-
*
|
|
53
|
+
* 新增出参:Total, SuccessfulList
|
|
50
54
|
|
|
51
|
-
* [ParamItemDetail](https://cloud.tencent.com/document/api/1003/48097#ParamItemDetail)
|
|
52
55
|
|
|
53
|
-
|
|
56
|
+
新增数据结构:
|
|
54
57
|
|
|
58
|
+
* [BiddingAppointResult](https://cloud.tencent.com/document/api/242/38895#BiddingAppointResult)
|
|
59
|
+
* [BiddingResult](https://cloud.tencent.com/document/api/242/38895#BiddingResult)
|
|
60
|
+
* [BiddingSuccessfulResult](https://cloud.tencent.com/document/api/242/38895#BiddingSuccessfulResult)
|
|
55
61
|
|
|
56
62
|
|
|
57
63
|
|
|
58
|
-
##
|
|
64
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
59
65
|
|
|
60
|
-
### 第
|
|
66
|
+
### 第 65 次发布
|
|
61
67
|
|
|
62
|
-
发布时间:2024-06-
|
|
68
|
+
发布时间:2024-06-10 01:46:51
|
|
63
69
|
|
|
64
70
|
本次发布包含了以下内容:
|
|
65
71
|
|
|
@@ -67,22 +73,22 @@
|
|
|
67
73
|
|
|
68
74
|
修改接口:
|
|
69
75
|
|
|
70
|
-
* [
|
|
76
|
+
* [ScaleOutCluster](https://cloud.tencent.com/document/api/589/83952)
|
|
71
77
|
|
|
72
|
-
*
|
|
78
|
+
* 新增出参:TraceId
|
|
73
79
|
|
|
80
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
74
81
|
|
|
82
|
+
* 新增出参:TraceId
|
|
75
83
|
|
|
76
84
|
|
|
77
|
-
## 数据传输服务(dts) 版本:2018-03-30
|
|
78
85
|
|
|
79
86
|
|
|
87
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
80
88
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### 第 66 次发布
|
|
89
|
+
### 第 76 次发布
|
|
84
90
|
|
|
85
|
-
发布时间:2024-06-
|
|
91
|
+
发布时间:2024-06-10 02:18:13
|
|
86
92
|
|
|
87
93
|
本次发布包含了以下内容:
|
|
88
94
|
|
|
@@ -90,68 +96,15 @@
|
|
|
90
96
|
|
|
91
97
|
新增接口:
|
|
92
98
|
|
|
93
|
-
* [
|
|
94
|
-
|
|
95
|
-
新增数据结构:
|
|
96
|
-
|
|
97
|
-
* [WXDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#WXDeviceInfo)
|
|
98
|
-
* [WXIoTDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#WXIoTDeviceInfo)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
103
|
-
|
|
104
|
-
### 第 84 次发布
|
|
105
|
-
|
|
106
|
-
发布时间:2024-06-06 02:11:55
|
|
107
|
-
|
|
108
|
-
本次发布包含了以下内容:
|
|
109
|
-
|
|
110
|
-
改善已有的文档。
|
|
99
|
+
* [DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)
|
|
111
100
|
|
|
112
|
-
修改数据结构:
|
|
113
|
-
|
|
114
|
-
* [MediaProcessTaskAnimatedGraphicResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskAnimatedGraphicResult)
|
|
115
101
|
|
|
116
|
-
* <font color="#dd0000">**修改成员**:</font>BeginProcessTime, FinishTime
|
|
117
|
-
|
|
118
|
-
* [MediaProcessTaskImageSpriteResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskImageSpriteResult)
|
|
119
|
-
|
|
120
|
-
* <font color="#dd0000">**修改成员**:</font>BeginProcessTime, FinishTime
|
|
121
102
|
|
|
103
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
122
104
|
|
|
105
|
+
### 第 82 次发布
|
|
123
106
|
|
|
124
|
-
|
|
125
|
-
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
126
|
-
|
|
127
|
-
### 第 62 次发布
|
|
128
|
-
|
|
129
|
-
发布时间:2024-06-06 02:22:45
|
|
130
|
-
|
|
131
|
-
本次发布包含了以下内容:
|
|
132
|
-
|
|
133
|
-
改善已有的文档。
|
|
134
|
-
|
|
135
|
-
修改数据结构:
|
|
136
|
-
|
|
137
|
-
* [AccountCreateInfo](https://cloud.tencent.com/document/api/238/19976#AccountCreateInfo)
|
|
138
|
-
|
|
139
|
-
* 新增成员:IsCam
|
|
140
|
-
|
|
141
|
-
* <font color="#dd0000">**修改成员**:</font>Password
|
|
142
|
-
|
|
143
|
-
* [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
|
|
144
|
-
|
|
145
|
-
* 新增成员:IsCam
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
151
|
-
|
|
152
|
-
### 第 35 次发布
|
|
153
|
-
|
|
154
|
-
发布时间:2024-06-06 02:42:14
|
|
107
|
+
发布时间:2024-06-07 12:08:08
|
|
155
108
|
|
|
156
109
|
本次发布包含了以下内容:
|
|
157
110
|
|
|
@@ -159,58 +112,35 @@
|
|
|
159
112
|
|
|
160
113
|
新增接口:
|
|
161
114
|
|
|
162
|
-
* [
|
|
115
|
+
* [CreateCustomizeErrorPage](https://cloud.tencent.com/document/api/1552/107118)
|
|
116
|
+
* [DeleteCustomErrorPage](https://cloud.tencent.com/document/api/1552/107117)
|
|
117
|
+
* [DescribeCustomErrorPages](https://cloud.tencent.com/document/api/1552/107116)
|
|
118
|
+
* [ModifyCustomErrorPage](https://cloud.tencent.com/document/api/1552/107115)
|
|
163
119
|
|
|
164
120
|
新增数据结构:
|
|
165
121
|
|
|
166
|
-
* [
|
|
167
|
-
* [
|
|
168
|
-
|
|
122
|
+
* [CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage)
|
|
123
|
+
* [ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)
|
|
169
124
|
|
|
170
125
|
|
|
171
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
172
|
-
|
|
173
|
-
### 第 86 次发布
|
|
174
|
-
|
|
175
|
-
发布时间:2024-06-06 02:53:14
|
|
176
|
-
|
|
177
|
-
本次发布包含了以下内容:
|
|
178
|
-
|
|
179
|
-
改善已有的文档。
|
|
180
|
-
|
|
181
|
-
修改接口:
|
|
182
|
-
|
|
183
|
-
* [DescribeAntiFakeRules](https://cloud.tencent.com/document/api/627/97641)
|
|
184
|
-
|
|
185
|
-
* 新增出参:Total
|
|
186
126
|
|
|
127
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
187
128
|
|
|
188
129
|
|
|
189
130
|
|
|
190
|
-
##
|
|
131
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
191
132
|
|
|
192
|
-
### 第
|
|
133
|
+
### 第 69 次发布
|
|
193
134
|
|
|
194
|
-
发布时间:2024-06-
|
|
135
|
+
发布时间:2024-06-10 02:42:22
|
|
195
136
|
|
|
196
137
|
本次发布包含了以下内容:
|
|
197
138
|
|
|
198
139
|
改善已有的文档。
|
|
199
140
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
* [DimensionScoreInfo](https://cloud.tencent.com/document/api/1267/76336#DimensionScoreInfo)
|
|
203
|
-
|
|
204
|
-
* 新增成员:UserIdStr
|
|
205
|
-
|
|
206
|
-
* [RuleTemplate](https://cloud.tencent.com/document/api/1267/76336#RuleTemplate)
|
|
207
|
-
|
|
208
|
-
* 新增成员:UserIdStr
|
|
209
|
-
|
|
210
|
-
* [SubscribeReceiver](https://cloud.tencent.com/document/api/1267/76336#SubscribeReceiver)
|
|
211
|
-
|
|
212
|
-
* 新增成员:ReceiverUserIdStr
|
|
141
|
+
新增接口:
|
|
213
142
|
|
|
143
|
+
* [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
|
|
214
144
|
|
|
215
145
|
|
|
216
146
|
|
|
@@ -15264,7 +15194,7 @@
|
|
|
15264
15194
|
|
|
15265
15195
|
新增接口:
|
|
15266
15196
|
|
|
15267
|
-
* [
|
|
15197
|
+
* [CreateIVRSession](https://cloud.tencent.com/document/api/679/106913)
|
|
15268
15198
|
|
|
15269
15199
|
### 第 68 次发布
|
|
15270
15200
|
|
|
@@ -50574,6 +50504,37 @@
|
|
|
50574
50504
|
|
|
50575
50505
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
50576
50506
|
|
|
50507
|
+
### 第 92 次发布
|
|
50508
|
+
|
|
50509
|
+
发布时间:2024-06-07 01:39:09
|
|
50510
|
+
|
|
50511
|
+
本次发布包含了以下内容:
|
|
50512
|
+
|
|
50513
|
+
改善已有的文档。
|
|
50514
|
+
|
|
50515
|
+
新增接口:
|
|
50516
|
+
|
|
50517
|
+
* [CreateCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107096)
|
|
50518
|
+
* [DeleteCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107095)
|
|
50519
|
+
* [DeleteThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107094)
|
|
50520
|
+
* [DescribeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107099)
|
|
50521
|
+
* [DescribeOtherCHDFSBindingList](https://cloud.tencent.com/document/api/1342/107093)
|
|
50522
|
+
* [DescribeSubUserAccessPolicy](https://cloud.tencent.com/document/api/1342/107092)
|
|
50523
|
+
* [DescribeThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107091)
|
|
50524
|
+
* [GrantDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107098)
|
|
50525
|
+
* [RegisterThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107090)
|
|
50526
|
+
* [RevokeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107097)
|
|
50527
|
+
|
|
50528
|
+
新增数据结构:
|
|
50529
|
+
|
|
50530
|
+
* [CHDFSProductVpcInfo](https://cloud.tencent.com/document/api/1342/53778#CHDFSProductVpcInfo)
|
|
50531
|
+
* [DLCCatalogAccess](https://cloud.tencent.com/document/api/1342/53778#DLCCatalogAccess)
|
|
50532
|
+
* [MountPointAssociates](https://cloud.tencent.com/document/api/1342/53778#MountPointAssociates)
|
|
50533
|
+
* [OpendThirdAccessUserInfo](https://cloud.tencent.com/document/api/1342/53778#OpendThirdAccessUserInfo)
|
|
50534
|
+
* [OtherCHDFSBinding](https://cloud.tencent.com/document/api/1342/53778#OtherCHDFSBinding)
|
|
50535
|
+
* [VpcCidrBlock](https://cloud.tencent.com/document/api/1342/53778#VpcCidrBlock)
|
|
50536
|
+
* [VpcInfo](https://cloud.tencent.com/document/api/1342/53778#VpcInfo)
|
|
50537
|
+
|
|
50577
50538
|
### 第 91 次发布
|
|
50578
50539
|
|
|
50579
50540
|
发布时间:2024-05-31 01:32:25
|
|
@@ -53166,6 +53127,63 @@
|
|
|
53166
53127
|
|
|
53167
53128
|
## 域名注册(domain) 版本:2018-08-08
|
|
53168
53129
|
|
|
53130
|
+
### 第 39 次发布
|
|
53131
|
+
|
|
53132
|
+
发布时间:2024-06-10 01:40:58
|
|
53133
|
+
|
|
53134
|
+
本次发布包含了以下内容:
|
|
53135
|
+
|
|
53136
|
+
改善已有的文档。
|
|
53137
|
+
|
|
53138
|
+
修改接口:
|
|
53139
|
+
|
|
53140
|
+
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
53141
|
+
|
|
53142
|
+
* 新增入参:BusinessID
|
|
53143
|
+
|
|
53144
|
+
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
53145
|
+
|
|
53146
|
+
* 新增入参:BusinessID
|
|
53147
|
+
|
|
53148
|
+
* 新增出参:Domain, AppointNum, AppointStartTime, AppointEndTime, RegTime, ExpireTime, DeleteTime, AppointPrice, AppointBondPrice
|
|
53149
|
+
|
|
53150
|
+
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
53151
|
+
|
|
53152
|
+
* 新增入参:PageNumber, Domain
|
|
53153
|
+
|
|
53154
|
+
* 新增出参:Total, AppointList
|
|
53155
|
+
|
|
53156
|
+
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
53157
|
+
|
|
53158
|
+
* 新增入参:BusinessID
|
|
53159
|
+
|
|
53160
|
+
* 新增出参:Domain, BiddingNum, BiddingStartTime, BiddingEndTime, RegTime, ExpireTime, DeleteTime, CurrentPrice, CurrentNickname, BiddingBondPrice, Status, BiddingFlag, BiddingBondRefund, BiddingPrice
|
|
53161
|
+
|
|
53162
|
+
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
53163
|
+
|
|
53164
|
+
* 新增入参:PageNumber, Domain
|
|
53165
|
+
|
|
53166
|
+
* 新增出参:Total, BiddingList
|
|
53167
|
+
|
|
53168
|
+
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
53169
|
+
|
|
53170
|
+
* 新增入参:BusinessID
|
|
53171
|
+
|
|
53172
|
+
* 新增出参:Domain, SuccessfulTime, SuccessfulPrice, RegTime, ExpireTime, DeleteTime, PayEndTime, BiddingBondPrice
|
|
53173
|
+
|
|
53174
|
+
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
53175
|
+
|
|
53176
|
+
* 新增入参:PageNumber, Domain
|
|
53177
|
+
|
|
53178
|
+
* 新增出参:Total, SuccessfulList
|
|
53179
|
+
|
|
53180
|
+
|
|
53181
|
+
新增数据结构:
|
|
53182
|
+
|
|
53183
|
+
* [[BiddingAppointResult](https://cloud.tencent.com/document/api/242/38895#BiddingAppointResult)](https://cloud.tencent.com/document/api/242/38895#[BiddingAppointResult](https://cloud.tencent.com/document/api/242/38895#BiddingAppointResult))
|
|
53184
|
+
* [[BiddingResult](https://cloud.tencent.com/document/api/242/38895#BiddingResult)](https://cloud.tencent.com/document/api/242/38895#[BiddingResult](https://cloud.tencent.com/document/api/242/38895#BiddingResult))
|
|
53185
|
+
* [[BiddingSuccessfulResult](https://cloud.tencent.com/document/api/242/38895#BiddingSuccessfulResult)](https://cloud.tencent.com/document/api/242/38895#[BiddingSuccessfulResult](https://cloud.tencent.com/document/api/242/38895#BiddingSuccessfulResult))
|
|
53186
|
+
|
|
53169
53187
|
### 第 38 次发布
|
|
53170
53188
|
|
|
53171
53189
|
发布时间:2024-06-04 01:35:42
|
|
@@ -54721,6 +54739,21 @@
|
|
|
54721
54739
|
|
|
54722
54740
|
## 数据传输服务(dts) 版本:2018-03-30
|
|
54723
54741
|
|
|
54742
|
+
### 第 20 次发布
|
|
54743
|
+
|
|
54744
|
+
发布时间:2024-06-07 01:43:53
|
|
54745
|
+
|
|
54746
|
+
本次发布包含了以下内容:
|
|
54747
|
+
|
|
54748
|
+
改善已有的文档。
|
|
54749
|
+
|
|
54750
|
+
修改数据结构:
|
|
54751
|
+
|
|
54752
|
+
* [SubsErr](https://cloud.tencent.com/document/api/571/18131#SubsErr)
|
|
54753
|
+
|
|
54754
|
+
* <font color="#dd0000">**修改成员**:</font>Message
|
|
54755
|
+
|
|
54756
|
+
|
|
54724
54757
|
### 第 19 次发布
|
|
54725
54758
|
|
|
54726
54759
|
发布时间:2022-04-28 06:11:50
|
|
@@ -58744,6 +58777,25 @@
|
|
|
58744
58777
|
|
|
58745
58778
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
58746
58779
|
|
|
58780
|
+
### 第 65 次发布
|
|
58781
|
+
|
|
58782
|
+
发布时间:2024-06-10 01:46:51
|
|
58783
|
+
|
|
58784
|
+
本次发布包含了以下内容:
|
|
58785
|
+
|
|
58786
|
+
改善已有的文档。
|
|
58787
|
+
|
|
58788
|
+
修改接口:
|
|
58789
|
+
|
|
58790
|
+
* [ScaleOutCluster](https://cloud.tencent.com/document/api/589/83952)
|
|
58791
|
+
|
|
58792
|
+
* 新增出参:TraceId
|
|
58793
|
+
|
|
58794
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
58795
|
+
|
|
58796
|
+
* 新增出参:TraceId
|
|
58797
|
+
|
|
58798
|
+
|
|
58747
58799
|
### 第 64 次发布
|
|
58748
58800
|
|
|
58749
58801
|
发布时间:2024-05-17 01:39:38
|
|
@@ -76472,12 +76524,12 @@
|
|
|
76472
76524
|
|
|
76473
76525
|
新增接口:
|
|
76474
76526
|
|
|
76475
|
-
* [
|
|
76527
|
+
* [GetWechatDeviceTicket](https://cloud.tencent.com/document/api/1081/106915)
|
|
76476
76528
|
|
|
76477
76529
|
新增数据结构:
|
|
76478
76530
|
|
|
76479
|
-
* [
|
|
76480
|
-
* [
|
|
76531
|
+
* [WXDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#WXDeviceInfo)
|
|
76532
|
+
* [WXIoTDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#WXIoTDeviceInfo)
|
|
76481
76533
|
|
|
76482
76534
|
### 第 65 次发布
|
|
76483
76535
|
|
|
@@ -101770,6 +101822,27 @@
|
|
|
101770
101822
|
|
|
101771
101823
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
101772
101824
|
|
|
101825
|
+
### 第 42 次发布
|
|
101826
|
+
|
|
101827
|
+
发布时间:2024-06-07 02:17:01
|
|
101828
|
+
|
|
101829
|
+
本次发布包含了以下内容:
|
|
101830
|
+
|
|
101831
|
+
改善已有的文档。
|
|
101832
|
+
|
|
101833
|
+
新增接口:
|
|
101834
|
+
|
|
101835
|
+
* [RestoreDBInstanceObjects](https://cloud.tencent.com/document/api/409/107100)
|
|
101836
|
+
|
|
101837
|
+
修改接口:
|
|
101838
|
+
|
|
101839
|
+
* [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
|
|
101840
|
+
|
|
101841
|
+
* 新增入参:Filters, Offset, Limit
|
|
101842
|
+
|
|
101843
|
+
* 新增出参:TotalCount
|
|
101844
|
+
|
|
101845
|
+
|
|
101773
101846
|
### 第 41 次发布
|
|
101774
101847
|
|
|
101775
101848
|
发布时间:2024-03-01 01:22:03
|
|
@@ -103595,6 +103668,18 @@
|
|
|
103595
103668
|
|
|
103596
103669
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
103597
103670
|
|
|
103671
|
+
### 第 76 次发布
|
|
103672
|
+
|
|
103673
|
+
发布时间:2024-06-10 02:18:13
|
|
103674
|
+
|
|
103675
|
+
本次发布包含了以下内容:
|
|
103676
|
+
|
|
103677
|
+
改善已有的文档。
|
|
103678
|
+
|
|
103679
|
+
新增接口:
|
|
103680
|
+
|
|
103681
|
+
* [[DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)](https://cloud.tencent.com/document/api/#/#)
|
|
103682
|
+
|
|
103598
103683
|
### 第 75 次发布
|
|
103599
103684
|
|
|
103600
103685
|
发布时间:2024-05-30 02:02:41
|
|
@@ -125494,6 +125579,26 @@
|
|
|
125494
125579
|
|
|
125495
125580
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
125496
125581
|
|
|
125582
|
+
### 第 82 次发布
|
|
125583
|
+
|
|
125584
|
+
发布时间:2024-06-07 12:08:08
|
|
125585
|
+
|
|
125586
|
+
本次发布包含了以下内容:
|
|
125587
|
+
|
|
125588
|
+
改善已有的文档。
|
|
125589
|
+
|
|
125590
|
+
新增接口:
|
|
125591
|
+
|
|
125592
|
+
* [[CreateCustomizeErrorPage](https://cloud.tencent.com/document/api/1552/107118)](https://cloud.tencent.com/document/api/#/#)
|
|
125593
|
+
* [[DeleteCustomErrorPage](https://cloud.tencent.com/document/api/1552/107117)](https://cloud.tencent.com/document/api/#/#)
|
|
125594
|
+
* [[DescribeCustomErrorPages](https://cloud.tencent.com/document/api/1552/107116)](https://cloud.tencent.com/document/api/#/#)
|
|
125595
|
+
* [[ModifyCustomErrorPage](https://cloud.tencent.com/document/api/1552/107115)](https://cloud.tencent.com/document/api/#/#)
|
|
125596
|
+
|
|
125597
|
+
新增数据结构:
|
|
125598
|
+
|
|
125599
|
+
* [[CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage)](https://cloud.tencent.com/document/api/1552/80721#[CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage))
|
|
125600
|
+
* [[ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)](https://cloud.tencent.com/document/api/1552/80721#[ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference))
|
|
125601
|
+
|
|
125497
125602
|
### 第 81 次发布
|
|
125498
125603
|
|
|
125499
125604
|
发布时间:2024-05-29 19:42:22
|
|
@@ -129785,6 +129890,32 @@
|
|
|
129785
129890
|
|
|
129786
129891
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
129787
129892
|
|
|
129893
|
+
### 第 63 次发布
|
|
129894
|
+
|
|
129895
|
+
发布时间:2024-06-07 02:37:51
|
|
129896
|
+
|
|
129897
|
+
本次发布包含了以下内容:
|
|
129898
|
+
|
|
129899
|
+
改善已有的文档。
|
|
129900
|
+
|
|
129901
|
+
修改接口:
|
|
129902
|
+
|
|
129903
|
+
* [DescribeModelServiceCallInfo](https://cloud.tencent.com/document/api/851/82286)
|
|
129904
|
+
|
|
129905
|
+
* 新增出参:ServiceCallInfoV2
|
|
129906
|
+
|
|
129907
|
+
|
|
129908
|
+
新增数据结构:
|
|
129909
|
+
|
|
129910
|
+
* [ServiceCallInfoV2](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfoV2)
|
|
129911
|
+
|
|
129912
|
+
修改数据结构:
|
|
129913
|
+
|
|
129914
|
+
* [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
|
|
129915
|
+
|
|
129916
|
+
* 新增成员:PrivateLinkInfosV2
|
|
129917
|
+
|
|
129918
|
+
|
|
129788
129919
|
### 第 62 次发布
|
|
129789
129920
|
|
|
129790
129921
|
发布时间:2024-05-27 02:17:11
|
|
@@ -136515,12 +136646,12 @@
|
|
|
136515
136646
|
|
|
136516
136647
|
新增接口:
|
|
136517
136648
|
|
|
136518
|
-
* [
|
|
136649
|
+
* [CreateChainBatch](https://cloud.tencent.com/document/api/1458/106917)
|
|
136519
136650
|
|
|
136520
136651
|
新增数据结构:
|
|
136521
136652
|
|
|
136522
|
-
* [
|
|
136523
|
-
* [
|
|
136653
|
+
* [Chain](https://cloud.tencent.com/document/api/1458/75030#Chain)
|
|
136654
|
+
* [ChainValue](https://cloud.tencent.com/document/api/1458/75030#ChainValue)
|
|
136524
136655
|
|
|
136525
136656
|
### 第 34 次发布
|
|
136526
136657
|
|
|
@@ -138848,6 +138979,18 @@
|
|
|
138848
138979
|
|
|
138849
138980
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
138850
138981
|
|
|
138982
|
+
### 第 69 次发布
|
|
138983
|
+
|
|
138984
|
+
发布时间:2024-06-10 02:42:22
|
|
138985
|
+
|
|
138986
|
+
本次发布包含了以下内容:
|
|
138987
|
+
|
|
138988
|
+
改善已有的文档。
|
|
138989
|
+
|
|
138990
|
+
新增接口:
|
|
138991
|
+
|
|
138992
|
+
* [[DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)](https://cloud.tencent.com/document/api/#/#)
|
|
138993
|
+
|
|
138851
138994
|
### 第 68 次发布
|
|
138852
138995
|
|
|
138853
138996
|
发布时间:2024-06-04 02:26:13
|
|
@@ -153110,6 +153253,21 @@
|
|
|
153110
153253
|
|
|
153111
153254
|
## 视频转译(vtc) 版本:2024-02-23
|
|
153112
153255
|
|
|
153256
|
+
### 第 2 次发布
|
|
153257
|
+
|
|
153258
|
+
发布时间:2024-06-07 02:52:58
|
|
153259
|
+
|
|
153260
|
+
本次发布包含了以下内容:
|
|
153261
|
+
|
|
153262
|
+
改善已有的文档。
|
|
153263
|
+
|
|
153264
|
+
修改接口:
|
|
153265
|
+
|
|
153266
|
+
* [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106275)
|
|
153267
|
+
|
|
153268
|
+
* 新增出参:Status, Message
|
|
153269
|
+
|
|
153270
|
+
|
|
153113
153271
|
### 第 1 次发布
|
|
153114
153272
|
|
|
153115
153273
|
发布时间:2024-05-16 16:17:26
|
|
@@ -155480,6 +155638,21 @@
|
|
|
155480
155638
|
|
|
155481
155639
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
155482
155640
|
|
|
155641
|
+
### 第 93 次发布
|
|
155642
|
+
|
|
155643
|
+
发布时间:2024-06-07 02:54:55
|
|
155644
|
+
|
|
155645
|
+
本次发布包含了以下内容:
|
|
155646
|
+
|
|
155647
|
+
改善已有的文档。
|
|
155648
|
+
|
|
155649
|
+
修改数据结构:
|
|
155650
|
+
|
|
155651
|
+
* [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
|
|
155652
|
+
|
|
155653
|
+
* 新增成员:OperatorUserIdsStr, OwnerUserIdsStr
|
|
155654
|
+
|
|
155655
|
+
|
|
155483
155656
|
### 第 92 次发布
|
|
155484
155657
|
|
|
155485
155658
|
发布时间:2024-06-06 02:55:04
|