tencentcloud-sdk-nodejs 4.0.871 → 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 +146 -0
- package/SERVICE_CHANGELOG.md +203 -94
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/domain/v20180808/domain_client.ts +12 -9
- package/src/services/domain/v20180808/domain_models.ts +355 -55
- package/src/services/emr/v20190103/emr_models.ts +10 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -6
- package/src/services/postgres/v20170312/postgres_models.ts +4 -4
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +84 -0
- package/src/services/teo/v20220901/teo_client.ts +61 -11
- package/src/services/teo/v20220901/teo_models.ts +262 -70
- package/src/services/tse/v20201207/tse_client.ts +12 -0
- package/src/services/tse/v20201207/tse_models.ts +24 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- 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/emr/v20190103/emr_models.d.ts +10 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +6 -6
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +4 -4
- 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/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 +251 -69
- 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/test/redis.v20180412.test.js +10 -0
- package/test/teo.v20220901.test.js +42 -2
- package/test/tse.v20201207.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,149 @@
|
|
|
1
|
+
# Release 4.0.872
|
|
2
|
+
|
|
3
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
4
|
+
|
|
5
|
+
### 第 39 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-06-10 01:40:58
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
16
|
+
|
|
17
|
+
* 新增入参:BusinessID
|
|
18
|
+
|
|
19
|
+
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
20
|
+
|
|
21
|
+
* 新增入参:BusinessID
|
|
22
|
+
|
|
23
|
+
* 新增出参:Domain, AppointNum, AppointStartTime, AppointEndTime, RegTime, ExpireTime, DeleteTime, AppointPrice, AppointBondPrice
|
|
24
|
+
|
|
25
|
+
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
26
|
+
|
|
27
|
+
* 新增入参:PageNumber, Domain
|
|
28
|
+
|
|
29
|
+
* 新增出参:Total, AppointList
|
|
30
|
+
|
|
31
|
+
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
32
|
+
|
|
33
|
+
* 新增入参:BusinessID
|
|
34
|
+
|
|
35
|
+
* 新增出参:Domain, BiddingNum, BiddingStartTime, BiddingEndTime, RegTime, ExpireTime, DeleteTime, CurrentPrice, CurrentNickname, BiddingBondPrice, Status, BiddingFlag, BiddingBondRefund, BiddingPrice
|
|
36
|
+
|
|
37
|
+
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
38
|
+
|
|
39
|
+
* 新增入参:PageNumber, Domain
|
|
40
|
+
|
|
41
|
+
* 新增出参:Total, BiddingList
|
|
42
|
+
|
|
43
|
+
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
44
|
+
|
|
45
|
+
* 新增入参:BusinessID
|
|
46
|
+
|
|
47
|
+
* 新增出参:Domain, SuccessfulTime, SuccessfulPrice, RegTime, ExpireTime, DeleteTime, PayEndTime, BiddingBondPrice
|
|
48
|
+
|
|
49
|
+
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
50
|
+
|
|
51
|
+
* 新增入参:PageNumber, Domain
|
|
52
|
+
|
|
53
|
+
* 新增出参:Total, SuccessfulList
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
新增数据结构:
|
|
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)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
65
|
+
|
|
66
|
+
### 第 65 次发布
|
|
67
|
+
|
|
68
|
+
发布时间:2024-06-10 01:46:51
|
|
69
|
+
|
|
70
|
+
本次发布包含了以下内容:
|
|
71
|
+
|
|
72
|
+
改善已有的文档。
|
|
73
|
+
|
|
74
|
+
修改接口:
|
|
75
|
+
|
|
76
|
+
* [ScaleOutCluster](https://cloud.tencent.com/document/api/589/83952)
|
|
77
|
+
|
|
78
|
+
* 新增出参:TraceId
|
|
79
|
+
|
|
80
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
81
|
+
|
|
82
|
+
* 新增出参:TraceId
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
88
|
+
|
|
89
|
+
### 第 76 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2024-06-10 02:18:13
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
新增接口:
|
|
98
|
+
|
|
99
|
+
* [DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
104
|
+
|
|
105
|
+
### 第 82 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2024-06-07 12:08:08
|
|
108
|
+
|
|
109
|
+
本次发布包含了以下内容:
|
|
110
|
+
|
|
111
|
+
改善已有的文档。
|
|
112
|
+
|
|
113
|
+
新增接口:
|
|
114
|
+
|
|
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)
|
|
119
|
+
|
|
120
|
+
新增数据结构:
|
|
121
|
+
|
|
122
|
+
* [CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage)
|
|
123
|
+
* [ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
132
|
+
|
|
133
|
+
### 第 69 次发布
|
|
134
|
+
|
|
135
|
+
发布时间:2024-06-10 02:42:22
|
|
136
|
+
|
|
137
|
+
本次发布包含了以下内容:
|
|
138
|
+
|
|
139
|
+
改善已有的文档。
|
|
140
|
+
|
|
141
|
+
新增接口:
|
|
142
|
+
|
|
143
|
+
* [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
1
147
|
# Release 4.0.871
|
|
2
148
|
|
|
3
149
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,93 +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
|
-
|
|
14
|
-
|
|
15
|
-
* [CreateCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107096)
|
|
16
|
-
* [DeleteCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107095)
|
|
17
|
-
* [DeleteThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107094)
|
|
18
|
-
* [DescribeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107099)
|
|
19
|
-
* [DescribeOtherCHDFSBindingList](https://cloud.tencent.com/document/api/1342/107093)
|
|
20
|
-
* [DescribeSubUserAccessPolicy](https://cloud.tencent.com/document/api/1342/107092)
|
|
21
|
-
* [DescribeThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107091)
|
|
22
|
-
* [GrantDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107098)
|
|
23
|
-
* [RegisterThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107090)
|
|
24
|
-
* [RevokeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107097)
|
|
25
|
-
|
|
26
|
-
新增数据结构:
|
|
27
|
-
|
|
28
|
-
* [CHDFSProductVpcInfo](https://cloud.tencent.com/document/api/1342/53778#CHDFSProductVpcInfo)
|
|
29
|
-
* [DLCCatalogAccess](https://cloud.tencent.com/document/api/1342/53778#DLCCatalogAccess)
|
|
30
|
-
* [MountPointAssociates](https://cloud.tencent.com/document/api/1342/53778#MountPointAssociates)
|
|
31
|
-
* [OpendThirdAccessUserInfo](https://cloud.tencent.com/document/api/1342/53778#OpendThirdAccessUserInfo)
|
|
32
|
-
* [OtherCHDFSBinding](https://cloud.tencent.com/document/api/1342/53778#OtherCHDFSBinding)
|
|
33
|
-
* [VpcCidrBlock](https://cloud.tencent.com/document/api/1342/53778#VpcCidrBlock)
|
|
34
|
-
* [VpcInfo](https://cloud.tencent.com/document/api/1342/53778#VpcInfo)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## 数据传输服务(dts) 版本:2021-12-06
|
|
39
|
-
|
|
40
|
-
|
|
13
|
+
修改接口:
|
|
41
14
|
|
|
42
|
-
|
|
15
|
+
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
43
16
|
|
|
44
|
-
|
|
17
|
+
* 新增入参:BusinessID
|
|
45
18
|
|
|
46
|
-
|
|
19
|
+
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
47
20
|
|
|
48
|
-
|
|
21
|
+
* 新增入参:BusinessID
|
|
49
22
|
|
|
50
|
-
|
|
23
|
+
* 新增出参:Domain, AppointNum, AppointStartTime, AppointEndTime, RegTime, ExpireTime, DeleteTime, AppointPrice, AppointBondPrice
|
|
51
24
|
|
|
52
|
-
|
|
25
|
+
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
53
26
|
|
|
54
|
-
*
|
|
27
|
+
* 新增入参:PageNumber, Domain
|
|
55
28
|
|
|
56
|
-
*
|
|
29
|
+
* 新增出参:Total, AppointList
|
|
57
30
|
|
|
31
|
+
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
58
32
|
|
|
33
|
+
* 新增入参:BusinessID
|
|
59
34
|
|
|
35
|
+
* 新增出参:Domain, BiddingNum, BiddingStartTime, BiddingEndTime, RegTime, ExpireTime, DeleteTime, CurrentPrice, CurrentNickname, BiddingBondPrice, Status, BiddingFlag, BiddingBondRefund, BiddingPrice
|
|
60
36
|
|
|
61
|
-
|
|
37
|
+
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
62
38
|
|
|
63
|
-
|
|
39
|
+
* 新增入参:PageNumber, Domain
|
|
64
40
|
|
|
65
|
-
|
|
41
|
+
* 新增出参:Total, BiddingList
|
|
66
42
|
|
|
67
|
-
|
|
43
|
+
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
68
44
|
|
|
69
|
-
|
|
45
|
+
* 新增入参:BusinessID
|
|
70
46
|
|
|
71
|
-
|
|
47
|
+
* 新增出参:Domain, SuccessfulTime, SuccessfulPrice, RegTime, ExpireTime, DeleteTime, PayEndTime, BiddingBondPrice
|
|
72
48
|
|
|
73
|
-
* [
|
|
49
|
+
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
74
50
|
|
|
75
|
-
|
|
51
|
+
* 新增入参:PageNumber, Domain
|
|
76
52
|
|
|
77
|
-
*
|
|
53
|
+
* 新增出参:Total, SuccessfulList
|
|
78
54
|
|
|
79
|
-
* 新增入参:Filters, Offset, Limit
|
|
80
55
|
|
|
81
|
-
|
|
56
|
+
新增数据结构:
|
|
82
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)
|
|
83
61
|
|
|
84
62
|
|
|
85
63
|
|
|
86
|
-
##
|
|
64
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
87
65
|
|
|
88
|
-
### 第
|
|
66
|
+
### 第 65 次发布
|
|
89
67
|
|
|
90
|
-
发布时间:2024-06-
|
|
68
|
+
发布时间:2024-06-10 01:46:51
|
|
91
69
|
|
|
92
70
|
本次发布包含了以下内容:
|
|
93
71
|
|
|
@@ -95,63 +73,74 @@
|
|
|
95
73
|
|
|
96
74
|
修改接口:
|
|
97
75
|
|
|
98
|
-
* [
|
|
76
|
+
* [ScaleOutCluster](https://cloud.tencent.com/document/api/589/83952)
|
|
99
77
|
|
|
100
|
-
* 新增出参:
|
|
78
|
+
* 新增出参:TraceId
|
|
101
79
|
|
|
80
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
|
|
102
81
|
|
|
103
|
-
|
|
82
|
+
* 新增出参:TraceId
|
|
104
83
|
|
|
105
|
-
* [ServiceCallInfoV2](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfoV2)
|
|
106
84
|
|
|
107
|
-
修改数据结构:
|
|
108
85
|
|
|
109
|
-
* [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
|
|
110
86
|
|
|
111
|
-
|
|
87
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
88
|
+
|
|
89
|
+
### 第 76 次发布
|
|
112
90
|
|
|
91
|
+
发布时间:2024-06-10 02:18:13
|
|
113
92
|
|
|
93
|
+
本次发布包含了以下内容:
|
|
114
94
|
|
|
95
|
+
改善已有的文档。
|
|
115
96
|
|
|
116
|
-
|
|
97
|
+
新增接口:
|
|
117
98
|
|
|
99
|
+
* [DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)
|
|
118
100
|
|
|
119
101
|
|
|
120
|
-
## 视频转译(vtc) 版本:2024-02-23
|
|
121
102
|
|
|
122
|
-
|
|
103
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
123
104
|
|
|
124
|
-
|
|
105
|
+
### 第 82 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2024-06-07 12:08:08
|
|
125
108
|
|
|
126
109
|
本次发布包含了以下内容:
|
|
127
110
|
|
|
128
111
|
改善已有的文档。
|
|
129
112
|
|
|
130
|
-
|
|
113
|
+
新增接口:
|
|
131
114
|
|
|
132
|
-
* [
|
|
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)
|
|
133
119
|
|
|
134
|
-
|
|
120
|
+
新增数据结构:
|
|
135
121
|
|
|
122
|
+
* [CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage)
|
|
123
|
+
* [ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)
|
|
136
124
|
|
|
137
125
|
|
|
138
126
|
|
|
139
|
-
##
|
|
127
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
140
128
|
|
|
141
|
-
### 第 93 次发布
|
|
142
129
|
|
|
143
|
-
发布时间:2024-06-07 02:54:55
|
|
144
130
|
|
|
145
|
-
|
|
131
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
146
132
|
|
|
147
|
-
|
|
133
|
+
### 第 69 次发布
|
|
148
134
|
|
|
149
|
-
|
|
135
|
+
发布时间:2024-06-10 02:42:22
|
|
150
136
|
|
|
151
|
-
|
|
137
|
+
本次发布包含了以下内容:
|
|
152
138
|
|
|
153
|
-
|
|
139
|
+
改善已有的文档。
|
|
140
|
+
|
|
141
|
+
新增接口:
|
|
154
142
|
|
|
143
|
+
* [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
|
|
155
144
|
|
|
156
145
|
|
|
157
146
|
|
|
@@ -50525,26 +50514,26 @@
|
|
|
50525
50514
|
|
|
50526
50515
|
新增接口:
|
|
50527
50516
|
|
|
50528
|
-
* [
|
|
50529
|
-
* [
|
|
50530
|
-
* [
|
|
50531
|
-
* [
|
|
50532
|
-
* [
|
|
50533
|
-
* [
|
|
50534
|
-
* [
|
|
50535
|
-
* [
|
|
50536
|
-
* [
|
|
50537
|
-
* [
|
|
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)
|
|
50538
50527
|
|
|
50539
50528
|
新增数据结构:
|
|
50540
50529
|
|
|
50541
|
-
* [
|
|
50542
|
-
* [
|
|
50543
|
-
* [
|
|
50544
|
-
* [
|
|
50545
|
-
* [
|
|
50546
|
-
* [
|
|
50547
|
-
* [
|
|
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)
|
|
50548
50537
|
|
|
50549
50538
|
### 第 91 次发布
|
|
50550
50539
|
|
|
@@ -53138,6 +53127,63 @@
|
|
|
53138
53127
|
|
|
53139
53128
|
## 域名注册(domain) 版本:2018-08-08
|
|
53140
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
|
+
|
|
53141
53187
|
### 第 38 次发布
|
|
53142
53188
|
|
|
53143
53189
|
发布时间:2024-06-04 01:35:42
|
|
@@ -58731,6 +58777,25 @@
|
|
|
58731
58777
|
|
|
58732
58778
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
58733
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
|
+
|
|
58734
58799
|
### 第 64 次发布
|
|
58735
58800
|
|
|
58736
58801
|
发布时间:2024-05-17 01:39:38
|
|
@@ -101767,7 +101832,7 @@
|
|
|
101767
101832
|
|
|
101768
101833
|
新增接口:
|
|
101769
101834
|
|
|
101770
|
-
* [
|
|
101835
|
+
* [RestoreDBInstanceObjects](https://cloud.tencent.com/document/api/409/107100)
|
|
101771
101836
|
|
|
101772
101837
|
修改接口:
|
|
101773
101838
|
|
|
@@ -103603,6 +103668,18 @@
|
|
|
103603
103668
|
|
|
103604
103669
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
103605
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
|
+
|
|
103606
103683
|
### 第 75 次发布
|
|
103607
103684
|
|
|
103608
103685
|
发布时间:2024-05-30 02:02:41
|
|
@@ -125502,6 +125579,26 @@
|
|
|
125502
125579
|
|
|
125503
125580
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
125504
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
|
+
|
|
125505
125602
|
### 第 81 次发布
|
|
125506
125603
|
|
|
125507
125604
|
发布时间:2024-05-29 19:42:22
|
|
@@ -129810,7 +129907,7 @@
|
|
|
129810
129907
|
|
|
129811
129908
|
新增数据结构:
|
|
129812
129909
|
|
|
129813
|
-
* [
|
|
129910
|
+
* [ServiceCallInfoV2](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfoV2)
|
|
129814
129911
|
|
|
129815
129912
|
修改数据结构:
|
|
129816
129913
|
|
|
@@ -138882,6 +138979,18 @@
|
|
|
138882
138979
|
|
|
138883
138980
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
138884
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
|
+
|
|
138885
138994
|
### 第 68 次发布
|
|
138886
138995
|
|
|
138887
138996
|
发布时间:2024-06-04 02:26:13
|