tencentcloud-sdk-nodejs-redis 4.0.591 → 4.0.592
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 +104 -0
- package/SERVICE_CHANGELOG.md +121 -278
- package/package.json +1 -1
- package/products.md +5 -5
- package/src/services/redis/v20180412/redis_client.ts +2 -2
- package/src/services/redis/v20180412/redis_models.ts +24 -19
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +24 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,107 @@
|
|
|
1
|
+
# Release 4.0.592
|
|
2
|
+
|
|
3
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
4
|
+
|
|
5
|
+
### 第 99 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-05-01 01:14:33
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [ApplyFlexWechatPreAuth](https://cloud.tencent.com/document/api/1122/90752)
|
|
16
|
+
* [QueryFlexWechatAuthResult](https://cloud.tencent.com/document/api/1122/90751)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [QueryWechatAuthResult](https://cloud.tencent.com/document/api/1122/40683#QueryWechatAuthResult)
|
|
21
|
+
* [WechatPreAuthResult](https://cloud.tencent.com/document/api/1122/40683#WechatPreAuthResult)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
26
|
+
|
|
27
|
+
### 第 2 次发布
|
|
28
|
+
|
|
29
|
+
发布时间:2023-05-01 01:41:10
|
|
30
|
+
|
|
31
|
+
本次发布包含了以下内容:
|
|
32
|
+
|
|
33
|
+
改善已有的文档。
|
|
34
|
+
|
|
35
|
+
新增接口:
|
|
36
|
+
|
|
37
|
+
* [ModifyInitNodeScripts](https://cloud.tencent.com/document/api/1527/90753)
|
|
38
|
+
|
|
39
|
+
修改接口:
|
|
40
|
+
|
|
41
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
|
|
42
|
+
|
|
43
|
+
* 新增入参:InitNodeScripts
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
新增数据结构:
|
|
47
|
+
|
|
48
|
+
* [NodeScript](https://cloud.tencent.com/document/api/1527/89579#NodeScript)
|
|
49
|
+
|
|
50
|
+
修改数据结构:
|
|
51
|
+
|
|
52
|
+
* [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
|
|
53
|
+
|
|
54
|
+
* 新增成员:DesiredIdleNodeCapacity
|
|
55
|
+
|
|
56
|
+
* [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
|
|
57
|
+
|
|
58
|
+
* 新增成员:DesiredIdleNodeCapacity
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
72
|
+
|
|
73
|
+
### 第 152 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2023-05-01 01:46:16
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
修改接口:
|
|
82
|
+
|
|
83
|
+
* [AssignPrivateIpAddresses](https://cloud.tencent.com/document/api/215/15813)
|
|
84
|
+
|
|
85
|
+
* 新增入参:QosLevel
|
|
86
|
+
|
|
87
|
+
* [CreateAndAttachNetworkInterface](https://cloud.tencent.com/document/api/215/43370)
|
|
88
|
+
|
|
89
|
+
* 新增入参:QosLevel
|
|
90
|
+
|
|
91
|
+
* [CreateNetworkInterface](https://cloud.tencent.com/document/api/215/15818)
|
|
92
|
+
|
|
93
|
+
* 新增入参:QosLevel
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
修改数据结构:
|
|
97
|
+
|
|
98
|
+
* [PrivateIpAddressSpecification](https://cloud.tencent.com/document/api/215/15824#PrivateIpAddressSpecification)
|
|
99
|
+
|
|
100
|
+
* 新增成员:QosLevel
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
1
105
|
# Release 4.0.591
|
|
2
106
|
|
|
3
107
|
## 品牌经营管家(bma) 版本:2022-11-15
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,139 +1,32 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
## 品牌经营管家(bma) 版本:2022-11-15
|
|
4
|
-
|
|
5
|
-
### 第 7 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-04-28 01:08:34
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateBPBrand](https://cloud.tencent.com/document/api/1296/86603)
|
|
16
|
-
|
|
17
|
-
* 新增入参:BrandLogo
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
修改数据结构:
|
|
21
|
-
|
|
22
|
-
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
23
|
-
|
|
24
|
-
* 新增成员:AccountStatus
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## 品牌经营管家(bma) 版本:2021-06-24
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
34
|
-
|
|
35
|
-
### 第 120 次发布
|
|
36
|
-
|
|
37
|
-
发布时间:2023-04-28 01:11:33
|
|
38
|
-
|
|
39
|
-
本次发布包含了以下内容:
|
|
40
|
-
|
|
41
|
-
改善已有的文档。
|
|
42
|
-
|
|
43
|
-
修改接口:
|
|
44
|
-
|
|
45
|
-
* [DescribePayType](https://cloud.tencent.com/document/api/228/31295)
|
|
46
|
-
|
|
47
|
-
* 新增入参:Type
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
## 云防火墙(cfw) 版本:2019-09-04
|
|
53
|
-
|
|
54
|
-
### 第 33 次发布
|
|
55
|
-
|
|
56
|
-
发布时间:2023-04-28 01:12:37
|
|
57
|
-
|
|
58
|
-
本次发布包含了以下内容:
|
|
59
|
-
|
|
60
|
-
改善已有的文档。
|
|
61
|
-
|
|
62
|
-
修改数据结构:
|
|
63
|
-
|
|
64
|
-
* [BlockIgnoreRule](https://cloud.tencent.com/document/api/1132/49071#BlockIgnoreRule)
|
|
65
|
-
|
|
66
|
-
* 新增成员:Comment
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
3
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
72
4
|
|
|
73
|
-
### 第
|
|
74
|
-
|
|
75
|
-
发布时间:2023-04-28 01:15:09
|
|
76
|
-
|
|
77
|
-
本次发布包含了以下内容:
|
|
78
|
-
|
|
79
|
-
改善已有的文档。
|
|
80
|
-
|
|
81
|
-
修改数据结构:
|
|
82
|
-
|
|
83
|
-
* [PaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#PaymentOrderResult)
|
|
84
|
-
|
|
85
|
-
* 新增成员:FundingAccountSubType
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
91
|
-
|
|
92
|
-
### 第 10 次发布
|
|
5
|
+
### 第 99 次发布
|
|
93
6
|
|
|
94
|
-
发布时间:2023-
|
|
7
|
+
发布时间:2023-05-01 01:14:33
|
|
95
8
|
|
|
96
9
|
本次发布包含了以下内容:
|
|
97
10
|
|
|
98
11
|
改善已有的文档。
|
|
99
12
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
* [CreateCmdTemplate](https://cloud.tencent.com/document/api/1025/86964)
|
|
103
|
-
|
|
104
|
-
* 新增入参:Encoding
|
|
105
|
-
|
|
106
|
-
* [SearchCommand](https://cloud.tencent.com/document/api/1025/90045)
|
|
107
|
-
|
|
108
|
-
* 新增入参:Encoding
|
|
109
|
-
|
|
110
|
-
* [SearchCommandBySid](https://cloud.tencent.com/document/api/1025/90044)
|
|
111
|
-
|
|
112
|
-
* 新增入参:Encoding
|
|
113
|
-
|
|
114
|
-
* [SearchSessionCommand](https://cloud.tencent.com/document/api/1025/90040)
|
|
115
|
-
|
|
116
|
-
* 新增入参:Encoding
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
修改数据结构:
|
|
120
|
-
|
|
121
|
-
* [Command](https://cloud.tencent.com/document/api/1025/74416#Command)
|
|
122
|
-
|
|
123
|
-
* 新增成员:Sid, UserName, Account, InstanceId, FromIp, SessTime, ConfirmTime, UserDepartmentId, UserDepartmentName, DeviceDepartmentId, DeviceDepartmentName
|
|
13
|
+
新增接口:
|
|
124
14
|
|
|
125
|
-
* [
|
|
15
|
+
* [ApplyFlexWechatPreAuth](https://cloud.tencent.com/document/api/1122/90752)
|
|
16
|
+
* [QueryFlexWechatAuthResult](https://cloud.tencent.com/document/api/1122/90751)
|
|
126
17
|
|
|
127
|
-
|
|
18
|
+
新增数据结构:
|
|
128
19
|
|
|
20
|
+
* [QueryWechatAuthResult](https://cloud.tencent.com/document/api/1122/40683#QueryWechatAuthResult)
|
|
21
|
+
* [WechatPreAuthResult](https://cloud.tencent.com/document/api/1122/40683#WechatPreAuthResult)
|
|
129
22
|
|
|
130
23
|
|
|
131
24
|
|
|
132
|
-
##
|
|
25
|
+
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
133
26
|
|
|
134
|
-
### 第
|
|
27
|
+
### 第 2 次发布
|
|
135
28
|
|
|
136
|
-
发布时间:2023-
|
|
29
|
+
发布时间:2023-05-01 01:41:10
|
|
137
30
|
|
|
138
31
|
本次发布包含了以下内容:
|
|
139
32
|
|
|
@@ -141,202 +34,70 @@
|
|
|
141
34
|
|
|
142
35
|
新增接口:
|
|
143
36
|
|
|
144
|
-
* [
|
|
145
|
-
* [PostQuantumCryptoEncrypt](https://cloud.tencent.com/document/api/573/90741)
|
|
146
|
-
* [PostQuantumCryptoSign](https://cloud.tencent.com/document/api/573/90740)
|
|
147
|
-
* [PostQuantumCryptoVerify](https://cloud.tencent.com/document/api/573/90739)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## 云直播CSS(live) 版本:2018-08-01
|
|
152
|
-
|
|
153
|
-
### 第 99 次发布
|
|
154
|
-
|
|
155
|
-
发布时间:2023-04-28 01:29:18
|
|
156
|
-
|
|
157
|
-
本次发布包含了以下内容:
|
|
158
|
-
|
|
159
|
-
改善已有的文档。
|
|
37
|
+
* [ModifyInitNodeScripts](https://cloud.tencent.com/document/api/1527/90753)
|
|
160
38
|
|
|
161
39
|
修改接口:
|
|
162
40
|
|
|
163
|
-
* [
|
|
164
|
-
|
|
165
|
-
* 新增入参:AudioAuditNotifyUrl
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
171
|
-
|
|
172
|
-
### 第 58 次发布
|
|
173
|
-
|
|
174
|
-
发布时间:2023-04-28 01:31:27
|
|
175
|
-
|
|
176
|
-
本次发布包含了以下内容:
|
|
177
|
-
|
|
178
|
-
改善已有的文档。
|
|
179
|
-
|
|
180
|
-
修改接口:
|
|
181
|
-
|
|
182
|
-
* [ProcessLiveStream](https://cloud.tencent.com/document/api/862/39227)
|
|
183
|
-
|
|
184
|
-
* 新增入参:AiAnalysisTask
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
190
|
-
|
|
191
|
-
### 第 41 次发布
|
|
192
|
-
|
|
193
|
-
发布时间:2023-04-28 01:40:49
|
|
194
|
-
|
|
195
|
-
本次发布包含了以下内容:
|
|
196
|
-
|
|
197
|
-
改善已有的文档。
|
|
198
|
-
|
|
199
|
-
修改数据结构:
|
|
200
|
-
|
|
201
|
-
* [Zone](https://cloud.tencent.com/document/api/1552/80721#Zone)
|
|
202
|
-
|
|
203
|
-
* 新增成员:LockStatus
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
## 云点播(vod) 版本:2018-07-17
|
|
41
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
|
|
213
42
|
|
|
214
|
-
|
|
43
|
+
* 新增入参:InitNodeScripts
|
|
215
44
|
|
|
216
|
-
发布时间:2023-04-28 01:46:12
|
|
217
45
|
|
|
218
|
-
|
|
46
|
+
新增数据结构:
|
|
219
47
|
|
|
220
|
-
|
|
48
|
+
* [NodeScript](https://cloud.tencent.com/document/api/1527/89579#NodeScript)
|
|
221
49
|
|
|
222
50
|
修改数据结构:
|
|
223
51
|
|
|
224
|
-
* [
|
|
225
|
-
|
|
226
|
-
* 新增成员:Sha1
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
232
|
-
|
|
233
|
-
### 第 33 次发布
|
|
234
|
-
|
|
235
|
-
发布时间:2023-04-28 01:48:31
|
|
236
|
-
|
|
237
|
-
本次发布包含了以下内容:
|
|
238
|
-
|
|
239
|
-
改善已有的文档。
|
|
240
|
-
|
|
241
|
-
修改接口:
|
|
242
|
-
|
|
243
|
-
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
244
|
-
|
|
245
|
-
* <font color="#dd0000">**修改入参**:</font>WafThreatenIntelligenceDetails
|
|
246
|
-
|
|
247
|
-
* <font color="#dd0000">**修改出参**:</font>WafThreatenIntelligenceDetails
|
|
52
|
+
* [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
|
|
248
53
|
|
|
54
|
+
* 新增成员:DesiredIdleNodeCapacity
|
|
249
55
|
|
|
250
|
-
|
|
56
|
+
* [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
|
|
251
57
|
|
|
252
|
-
*
|
|
58
|
+
* 新增成员:DesiredIdleNodeCapacity
|
|
253
59
|
|
|
254
|
-
* 新增成员:RenewFlag
|
|
255
60
|
|
|
256
|
-
* [BotQPS](https://cloud.tencent.com/document/api/627/53609#BotQPS)
|
|
257
61
|
|
|
258
|
-
* 新增成员:RenewFlag
|
|
259
|
-
|
|
260
|
-
* [FraudPkg](https://cloud.tencent.com/document/api/627/53609#FraudPkg)
|
|
261
62
|
|
|
262
|
-
|
|
63
|
+
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
263
64
|
|
|
264
|
-
* [WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails)
|
|
265
65
|
|
|
266
|
-
* <font color="#dd0000">**修改成员**:</font>DefenseStatus
|
|
267
66
|
|
|
67
|
+
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
268
68
|
|
|
269
69
|
|
|
270
70
|
|
|
271
|
-
##
|
|
71
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
272
72
|
|
|
273
|
-
### 第
|
|
73
|
+
### 第 152 次发布
|
|
274
74
|
|
|
275
|
-
发布时间:2023-
|
|
75
|
+
发布时间:2023-05-01 01:46:16
|
|
276
76
|
|
|
277
77
|
本次发布包含了以下内容:
|
|
278
78
|
|
|
279
79
|
改善已有的文档。
|
|
280
80
|
|
|
281
|
-
新增接口:
|
|
282
|
-
|
|
283
|
-
* [DescribeOperateTasks](https://cloud.tencent.com/document/api/1267/90705)
|
|
284
|
-
|
|
285
81
|
修改接口:
|
|
286
82
|
|
|
287
|
-
* [
|
|
288
|
-
|
|
289
|
-
* 新增入参:Filters
|
|
290
|
-
|
|
291
|
-
* [DescribeRealTimeTaskMetricOverview](https://cloud.tencent.com/document/api/1267/82490)
|
|
83
|
+
* [AssignPrivateIpAddresses](https://cloud.tencent.com/document/api/215/15813)
|
|
292
84
|
|
|
293
|
-
* 新增入参:
|
|
85
|
+
* 新增入参:QosLevel
|
|
294
86
|
|
|
295
|
-
* [
|
|
87
|
+
* [CreateAndAttachNetworkInterface](https://cloud.tencent.com/document/api/215/43370)
|
|
296
88
|
|
|
297
|
-
* 新增入参:
|
|
89
|
+
* 新增入参:QosLevel
|
|
298
90
|
|
|
91
|
+
* [CreateNetworkInterface](https://cloud.tencent.com/document/api/215/15818)
|
|
299
92
|
|
|
300
|
-
|
|
93
|
+
* 新增入参:QosLevel
|
|
301
94
|
|
|
302
|
-
* [TaskInfoPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoPage)
|
|
303
95
|
|
|
304
96
|
修改数据结构:
|
|
305
97
|
|
|
306
|
-
* [
|
|
307
|
-
|
|
308
|
-
* 新增成员:AlarmIndicatorUnit
|
|
309
|
-
|
|
310
|
-
* [DataSourceInfo](https://cloud.tencent.com/document/api/1267/76336#DataSourceInfo)
|
|
311
|
-
|
|
312
|
-
* 新增成员:ModifiedTime
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
318
|
-
|
|
319
|
-
### 第 14 次发布
|
|
320
|
-
|
|
321
|
-
发布时间:2023-04-28 01:49:51
|
|
322
|
-
|
|
323
|
-
本次发布包含了以下内容:
|
|
324
|
-
|
|
325
|
-
改善已有的文档。
|
|
326
|
-
|
|
327
|
-
修改接口:
|
|
328
|
-
|
|
329
|
-
* [DescribeKTVMusicsByTag](https://cloud.tencent.com/document/api/1592/80528)
|
|
330
|
-
|
|
331
|
-
* 新增入参:MaterialFilters
|
|
332
|
-
|
|
333
|
-
* [DescribeKTVPlaylistDetail](https://cloud.tencent.com/document/api/1592/76189)
|
|
334
|
-
|
|
335
|
-
* 新增入参:MaterialFilters
|
|
336
|
-
|
|
337
|
-
* [SearchKTVMusics](https://cloud.tencent.com/document/api/1592/76186)
|
|
98
|
+
* [PrivateIpAddressSpecification](https://cloud.tencent.com/document/api/215/15824#PrivateIpAddressSpecification)
|
|
338
99
|
|
|
339
|
-
*
|
|
100
|
+
* 新增成员:QosLevel
|
|
340
101
|
|
|
341
102
|
|
|
342
103
|
|
|
@@ -27704,6 +27465,24 @@
|
|
|
27704
27465
|
|
|
27705
27466
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
27706
27467
|
|
|
27468
|
+
### 第 99 次发布
|
|
27469
|
+
|
|
27470
|
+
发布时间:2023-05-01 01:14:33
|
|
27471
|
+
|
|
27472
|
+
本次发布包含了以下内容:
|
|
27473
|
+
|
|
27474
|
+
改善已有的文档。
|
|
27475
|
+
|
|
27476
|
+
新增接口:
|
|
27477
|
+
|
|
27478
|
+
* [[ApplyFlexWechatPreAuth](https://cloud.tencent.com/document/api/1122/90752)](https://cloud.tencent.com/document/api/#/#)
|
|
27479
|
+
* [[QueryFlexWechatAuthResult](https://cloud.tencent.com/document/api/1122/90751)](https://cloud.tencent.com/document/api/#/#)
|
|
27480
|
+
|
|
27481
|
+
新增数据结构:
|
|
27482
|
+
|
|
27483
|
+
* [[QueryWechatAuthResult](https://cloud.tencent.com/document/api/1122/40683#QueryWechatAuthResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryWechatAuthResult](https://cloud.tencent.com/document/api/1122/40683#QueryWechatAuthResult))
|
|
27484
|
+
* [[WechatPreAuthResult](https://cloud.tencent.com/document/api/1122/40683#WechatPreAuthResult)](https://cloud.tencent.com/document/api/1122/40683#[WechatPreAuthResult](https://cloud.tencent.com/document/api/1122/40683#WechatPreAuthResult))
|
|
27485
|
+
|
|
27707
27486
|
### 第 98 次发布
|
|
27708
27487
|
|
|
27709
27488
|
发布时间:2023-04-28 01:15:09
|
|
@@ -59537,10 +59316,10 @@
|
|
|
59537
59316
|
|
|
59538
59317
|
新增接口:
|
|
59539
59318
|
|
|
59540
|
-
* [
|
|
59541
|
-
* [
|
|
59542
|
-
* [
|
|
59543
|
-
* [
|
|
59319
|
+
* [PostQuantumCryptoDecrypt](https://cloud.tencent.com/document/api/573/90742)
|
|
59320
|
+
* [PostQuantumCryptoEncrypt](https://cloud.tencent.com/document/api/573/90741)
|
|
59321
|
+
* [PostQuantumCryptoSign](https://cloud.tencent.com/document/api/573/90740)
|
|
59322
|
+
* [PostQuantumCryptoVerify](https://cloud.tencent.com/document/api/573/90739)
|
|
59544
59323
|
|
|
59545
59324
|
### 第 19 次发布
|
|
59546
59325
|
|
|
@@ -94689,6 +94468,40 @@
|
|
|
94689
94468
|
|
|
94690
94469
|
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
94691
94470
|
|
|
94471
|
+
### 第 2 次发布
|
|
94472
|
+
|
|
94473
|
+
发布时间:2023-05-01 01:41:10
|
|
94474
|
+
|
|
94475
|
+
本次发布包含了以下内容:
|
|
94476
|
+
|
|
94477
|
+
改善已有的文档。
|
|
94478
|
+
|
|
94479
|
+
新增接口:
|
|
94480
|
+
|
|
94481
|
+
* [[ModifyInitNodeScripts](https://cloud.tencent.com/document/api/1527/90753)](https://cloud.tencent.com/document/api/#/#)
|
|
94482
|
+
|
|
94483
|
+
修改接口:
|
|
94484
|
+
|
|
94485
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
|
|
94486
|
+
|
|
94487
|
+
* 新增入参:InitNodeScripts
|
|
94488
|
+
|
|
94489
|
+
|
|
94490
|
+
新增数据结构:
|
|
94491
|
+
|
|
94492
|
+
* [[NodeScript](https://cloud.tencent.com/document/api/1527/89579#NodeScript)](https://cloud.tencent.com/document/api/1527/89579#[NodeScript](https://cloud.tencent.com/document/api/1527/89579#NodeScript))
|
|
94493
|
+
|
|
94494
|
+
修改数据结构:
|
|
94495
|
+
|
|
94496
|
+
* [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
|
|
94497
|
+
|
|
94498
|
+
* 新增成员:DesiredIdleNodeCapacity
|
|
94499
|
+
|
|
94500
|
+
* [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
|
|
94501
|
+
|
|
94502
|
+
* 新增成员:DesiredIdleNodeCapacity
|
|
94503
|
+
|
|
94504
|
+
|
|
94692
94505
|
### 第 1 次发布
|
|
94693
94506
|
|
|
94694
94507
|
发布时间:2023-03-29 12:01:10
|
|
@@ -110094,6 +109907,36 @@
|
|
|
110094
109907
|
|
|
110095
109908
|
## 私有网络(vpc) 版本:2017-03-12
|
|
110096
109909
|
|
|
109910
|
+
### 第 152 次发布
|
|
109911
|
+
|
|
109912
|
+
发布时间:2023-05-01 01:46:16
|
|
109913
|
+
|
|
109914
|
+
本次发布包含了以下内容:
|
|
109915
|
+
|
|
109916
|
+
改善已有的文档。
|
|
109917
|
+
|
|
109918
|
+
修改接口:
|
|
109919
|
+
|
|
109920
|
+
* [AssignPrivateIpAddresses](https://cloud.tencent.com/document/api/215/15813)
|
|
109921
|
+
|
|
109922
|
+
* 新增入参:QosLevel
|
|
109923
|
+
|
|
109924
|
+
* [CreateAndAttachNetworkInterface](https://cloud.tencent.com/document/api/215/43370)
|
|
109925
|
+
|
|
109926
|
+
* 新增入参:QosLevel
|
|
109927
|
+
|
|
109928
|
+
* [CreateNetworkInterface](https://cloud.tencent.com/document/api/215/15818)
|
|
109929
|
+
|
|
109930
|
+
* 新增入参:QosLevel
|
|
109931
|
+
|
|
109932
|
+
|
|
109933
|
+
修改数据结构:
|
|
109934
|
+
|
|
109935
|
+
* [PrivateIpAddressSpecification](https://cloud.tencent.com/document/api/215/15824#PrivateIpAddressSpecification)
|
|
109936
|
+
|
|
109937
|
+
* 新增成员:QosLevel
|
|
109938
|
+
|
|
109939
|
+
|
|
110097
109940
|
### 第 151 次发布
|
|
110098
109941
|
|
|
110099
109942
|
发布时间:2023-04-26 02:02:58
|
|
@@ -114469,7 +114312,7 @@
|
|
|
114469
114312
|
|
|
114470
114313
|
新增接口:
|
|
114471
114314
|
|
|
114472
|
-
* [
|
|
114315
|
+
* [DescribeOperateTasks](https://cloud.tencent.com/document/api/1267/90705)
|
|
114473
114316
|
|
|
114474
114317
|
修改接口:
|
|
114475
114318
|
|
|
@@ -114488,7 +114331,7 @@
|
|
|
114488
114331
|
|
|
114489
114332
|
新增数据结构:
|
|
114490
114333
|
|
|
114491
|
-
* [
|
|
114334
|
+
* [TaskInfoPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoPage)
|
|
114492
114335
|
|
|
114493
114336
|
修改数据结构:
|
|
114494
114337
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
66
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-
|
|
66
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-05-01 01:14:33 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
68
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-27 01:14:08 |
|
|
69
69
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-19 01:23:40 |
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
|
|
137
137
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-11 01:28:42 |
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-05-01 01:29:41 |
|
|
139
139
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-28 01:31:27 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
|
|
141
141
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-04-17 01:29:42 |
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-04-27 01:32:20 |
|
|
154
154
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-27 01:32:51 |
|
|
155
155
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-04-26 01:42:31 |
|
|
156
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-
|
|
156
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-05-01 01:33:15 |
|
|
157
157
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
|
|
158
158
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
|
|
159
159
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
|
|
195
195
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
|
|
196
196
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-28 01:40:49 |
|
|
197
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-
|
|
197
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-05-01 01:41:10 |
|
|
198
198
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
199
199
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
|
|
200
200
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
|
|
221
221
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
|
|
222
222
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-28 01:46:12 |
|
|
223
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-
|
|
223
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-01 01:46:16 |
|
|
224
224
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
|
|
225
225
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-28 01:48:31 |
|
|
226
226
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
|
|
@@ -1012,7 +1012,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1012
1012
|
}
|
|
1013
1013
|
|
|
1014
1014
|
/**
|
|
1015
|
-
*
|
|
1015
|
+
* 本接口(DescribeInstanceShards)用于获取集群架构实例的分片信息。
|
|
1016
1016
|
*/
|
|
1017
1017
|
async DescribeInstanceShards(
|
|
1018
1018
|
req: DescribeInstanceShardsRequest,
|
|
@@ -1032,7 +1032,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
1034
|
/**
|
|
1035
|
-
*
|
|
1035
|
+
* 本接口(DescribeInstances)用于查询Redis实例列表。
|
|
1036
1036
|
*/
|
|
1037
1037
|
async DescribeInstances(
|
|
1038
1038
|
req: DescribeInstancesRequest,
|
|
@@ -1496,14 +1496,14 @@ export interface ParameterDetail {
|
|
|
1496
1496
|
*/
|
|
1497
1497
|
export interface DescribeInstanceShardsResponse {
|
|
1498
1498
|
/**
|
|
1499
|
-
*
|
|
1499
|
+
* 实例分片列表信息,包括:节点信息、节点ID、Key数量、使用容量、容量倾斜率等信息。
|
|
1500
1500
|
*/
|
|
1501
|
-
InstanceShards
|
|
1501
|
+
InstanceShards?: Array<InstanceClusterShard>
|
|
1502
1502
|
|
|
1503
1503
|
/**
|
|
1504
|
-
*
|
|
1504
|
+
* 实例分片节点数量。
|
|
1505
1505
|
*/
|
|
1506
|
-
TotalCount
|
|
1506
|
+
TotalCount?: number
|
|
1507
1507
|
|
|
1508
1508
|
/**
|
|
1509
1509
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3163,13 +3163,15 @@ export interface DescribeParamTemplatesResponse {
|
|
|
3163
3163
|
*/
|
|
3164
3164
|
export interface DescribeInstanceShardsRequest {
|
|
3165
3165
|
/**
|
|
3166
|
-
*
|
|
3166
|
+
* 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
3167
3167
|
*/
|
|
3168
3168
|
InstanceId: string
|
|
3169
3169
|
|
|
3170
3170
|
/**
|
|
3171
|
-
|
|
3172
|
-
|
|
3171
|
+
* 是否过滤掉从节信息。
|
|
3172
|
+
- true;过滤从节点。
|
|
3173
|
+
- false:不过滤。
|
|
3174
|
+
*/
|
|
3173
3175
|
FilterSlave?: boolean
|
|
3174
3176
|
}
|
|
3175
3177
|
|
|
@@ -4033,17 +4035,19 @@ export interface DescribeInstancesRequest {
|
|
|
4033
4035
|
Limit?: number
|
|
4034
4036
|
|
|
4035
4037
|
/**
|
|
4036
|
-
* 分页偏移量,取Limit
|
|
4038
|
+
* 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
|
4037
4039
|
*/
|
|
4038
4040
|
Offset?: number
|
|
4039
4041
|
|
|
4040
4042
|
/**
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
+
* 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
4044
|
+
|
|
4045
|
+
|
|
4046
|
+
*/
|
|
4043
4047
|
InstanceId?: string
|
|
4044
4048
|
|
|
4045
4049
|
/**
|
|
4046
|
-
*
|
|
4050
|
+
* 实例列表排序依据,枚举值如下所示:<ul><li>projectId:依据项目ID排序。</li><li>createtime:依据实例创建时间排序。</li><li>instancename:依据实例名称排序。</li><li>type:依据实例类型排序。</li><li>curDeadline:依据实例到期时间排序。</li></ul>
|
|
4047
4051
|
*/
|
|
4048
4052
|
OrderBy?: string
|
|
4049
4053
|
|
|
@@ -4108,7 +4112,7 @@ export interface DescribeInstancesRequest {
|
|
|
4108
4112
|
EngineName?: string
|
|
4109
4113
|
|
|
4110
4114
|
/**
|
|
4111
|
-
* 续费模式。<ul><li>0
|
|
4115
|
+
* 续费模式。<ul><li>0:手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>
|
|
4112
4116
|
*/
|
|
4113
4117
|
AutoRenew?: Array<number>
|
|
4114
4118
|
|
|
@@ -4148,7 +4152,7 @@ export interface DescribeInstancesRequest {
|
|
|
4148
4152
|
TagKeys?: Array<string>
|
|
4149
4153
|
|
|
4150
4154
|
/**
|
|
4151
|
-
* 实例的产品版本。如果该参数不配置或者数组设置为空值,则默认不依据此参数过滤实例。<ul><li>local:本地盘版。</li><li>
|
|
4155
|
+
* 实例的产品版本。如果该参数不配置或者数组设置为空值,则默认不依据此参数过滤实例。<ul><li>local:本地盘版。</li><li>cdc:独享集群版。</li></ul>
|
|
4152
4156
|
*/
|
|
4153
4157
|
ProductVersions?: Array<string>
|
|
4154
4158
|
|
|
@@ -4206,22 +4210,23 @@ export interface ModfiyInstancePasswordRequest {
|
|
|
4206
4210
|
*/
|
|
4207
4211
|
export interface DescribeSlowLogRequest {
|
|
4208
4212
|
/**
|
|
4209
|
-
|
|
4210
|
-
|
|
4213
|
+
* 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
4214
|
+
|
|
4215
|
+
*/
|
|
4211
4216
|
InstanceId: string
|
|
4212
4217
|
|
|
4213
4218
|
/**
|
|
4214
|
-
*
|
|
4219
|
+
* 预查询慢日志的起始时间。
|
|
4215
4220
|
*/
|
|
4216
4221
|
BeginTime: string
|
|
4217
4222
|
|
|
4218
4223
|
/**
|
|
4219
|
-
*
|
|
4224
|
+
* 预查询慢日志的结束时间。
|
|
4220
4225
|
*/
|
|
4221
4226
|
EndTime: string
|
|
4222
4227
|
|
|
4223
4228
|
/**
|
|
4224
|
-
*
|
|
4229
|
+
* 慢查询平均执行时间阈值,单位:毫秒。
|
|
4225
4230
|
*/
|
|
4226
4231
|
MinQueryTime?: number
|
|
4227
4232
|
|
|
@@ -4231,7 +4236,7 @@ export interface DescribeSlowLogRequest {
|
|
|
4231
4236
|
Limit?: number
|
|
4232
4237
|
|
|
4233
4238
|
/**
|
|
4234
|
-
* 慢查询条数的偏移量,取Limit
|
|
4239
|
+
* 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
|
4235
4240
|
*/
|
|
4236
4241
|
Offset?: number
|
|
4237
4242
|
|
|
@@ -307,7 +307,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
307
307
|
*/
|
|
308
308
|
ModifyNetworkConfig(req: ModifyNetworkConfigRequest, cb?: (error: string, rep: ModifyNetworkConfigResponse) => void): Promise<ModifyNetworkConfigResponse>;
|
|
309
309
|
/**
|
|
310
|
-
*
|
|
310
|
+
* 本接口(DescribeInstanceShards)用于获取集群架构实例的分片信息。
|
|
311
311
|
*/
|
|
312
312
|
DescribeInstanceShards(req: DescribeInstanceShardsRequest, cb?: (error: string, rep: DescribeInstanceShardsResponse) => void): Promise<DescribeInstanceShardsResponse>;
|
|
313
313
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
315
315
|
*/
|
|
316
316
|
RestoreInstance(req: RestoreInstanceRequest, cb?: (error: string, rep: RestoreInstanceResponse) => void): Promise<RestoreInstanceResponse>;
|
|
317
317
|
/**
|
|
318
|
-
*
|
|
318
|
+
* 本接口(DescribeInstances)用于查询Redis实例列表。
|
|
319
319
|
*/
|
|
320
320
|
DescribeInstances(req: DescribeInstancesRequest, cb?: (error: string, rep: DescribeInstancesResponse) => void): Promise<DescribeInstancesResponse>;
|
|
321
321
|
/**
|
|
@@ -478,7 +478,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
478
478
|
return this.request("ModifyNetworkConfig", req, cb);
|
|
479
479
|
}
|
|
480
480
|
/**
|
|
481
|
-
*
|
|
481
|
+
* 本接口(DescribeInstanceShards)用于获取集群架构实例的分片信息。
|
|
482
482
|
*/
|
|
483
483
|
async DescribeInstanceShards(req, cb) {
|
|
484
484
|
return this.request("DescribeInstanceShards", req, cb);
|
|
@@ -490,7 +490,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
490
490
|
return this.request("RestoreInstance", req, cb);
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
|
-
*
|
|
493
|
+
* 本接口(DescribeInstances)用于查询Redis实例列表。
|
|
494
494
|
*/
|
|
495
495
|
async DescribeInstances(req, cb) {
|
|
496
496
|
return this.request("DescribeInstances", req, cb);
|
|
@@ -1250,13 +1250,13 @@ export interface ParameterDetail {
|
|
|
1250
1250
|
*/
|
|
1251
1251
|
export interface DescribeInstanceShardsResponse {
|
|
1252
1252
|
/**
|
|
1253
|
-
*
|
|
1253
|
+
* 实例分片列表信息,包括:节点信息、节点ID、Key数量、使用容量、容量倾斜率等信息。
|
|
1254
1254
|
*/
|
|
1255
|
-
InstanceShards
|
|
1255
|
+
InstanceShards?: Array<InstanceClusterShard>;
|
|
1256
1256
|
/**
|
|
1257
|
-
*
|
|
1257
|
+
* 实例分片节点数量。
|
|
1258
1258
|
*/
|
|
1259
|
-
TotalCount
|
|
1259
|
+
TotalCount?: number;
|
|
1260
1260
|
/**
|
|
1261
1261
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1262
1262
|
*/
|
|
@@ -2669,12 +2669,14 @@ export interface DescribeParamTemplatesResponse {
|
|
|
2669
2669
|
*/
|
|
2670
2670
|
export interface DescribeInstanceShardsRequest {
|
|
2671
2671
|
/**
|
|
2672
|
-
*
|
|
2672
|
+
* 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
2673
2673
|
*/
|
|
2674
2674
|
InstanceId: string;
|
|
2675
2675
|
/**
|
|
2676
|
-
|
|
2677
|
-
|
|
2676
|
+
* 是否过滤掉从节信息。
|
|
2677
|
+
- true;过滤从节点。
|
|
2678
|
+
- false:不过滤。
|
|
2679
|
+
*/
|
|
2678
2680
|
FilterSlave?: boolean;
|
|
2679
2681
|
}
|
|
2680
2682
|
/**
|
|
@@ -3409,15 +3411,17 @@ export interface DescribeInstancesRequest {
|
|
|
3409
3411
|
*/
|
|
3410
3412
|
Limit?: number;
|
|
3411
3413
|
/**
|
|
3412
|
-
* 分页偏移量,取Limit
|
|
3414
|
+
* 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
|
3413
3415
|
*/
|
|
3414
3416
|
Offset?: number;
|
|
3415
3417
|
/**
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
+
* 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
3419
|
+
|
|
3420
|
+
|
|
3421
|
+
*/
|
|
3418
3422
|
InstanceId?: string;
|
|
3419
3423
|
/**
|
|
3420
|
-
*
|
|
3424
|
+
* 实例列表排序依据,枚举值如下所示:<ul><li>projectId:依据项目ID排序。</li><li>createtime:依据实例创建时间排序。</li><li>instancename:依据实例名称排序。</li><li>type:依据实例类型排序。</li><li>curDeadline:依据实例到期时间排序。</li></ul>
|
|
3421
3425
|
*/
|
|
3422
3426
|
OrderBy?: string;
|
|
3423
3427
|
/**
|
|
@@ -3469,7 +3473,7 @@ export interface DescribeInstancesRequest {
|
|
|
3469
3473
|
*/
|
|
3470
3474
|
EngineName?: string;
|
|
3471
3475
|
/**
|
|
3472
|
-
* 续费模式。<ul><li>0
|
|
3476
|
+
* 续费模式。<ul><li>0:手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>
|
|
3473
3477
|
*/
|
|
3474
3478
|
AutoRenew?: Array<number>;
|
|
3475
3479
|
/**
|
|
@@ -3501,7 +3505,7 @@ export interface DescribeInstancesRequest {
|
|
|
3501
3505
|
*/
|
|
3502
3506
|
TagKeys?: Array<string>;
|
|
3503
3507
|
/**
|
|
3504
|
-
* 实例的产品版本。如果该参数不配置或者数组设置为空值,则默认不依据此参数过滤实例。<ul><li>local:本地盘版。</li><li>
|
|
3508
|
+
* 实例的产品版本。如果该参数不配置或者数组设置为空值,则默认不依据此参数过滤实例。<ul><li>local:本地盘版。</li><li>cdc:独享集群版。</li></ul>
|
|
3505
3509
|
*/
|
|
3506
3510
|
ProductVersions?: Array<string>;
|
|
3507
3511
|
/**
|
|
@@ -3551,19 +3555,20 @@ export interface ModfiyInstancePasswordRequest {
|
|
|
3551
3555
|
*/
|
|
3552
3556
|
export interface DescribeSlowLogRequest {
|
|
3553
3557
|
/**
|
|
3554
|
-
|
|
3555
|
-
|
|
3558
|
+
* 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
3559
|
+
|
|
3560
|
+
*/
|
|
3556
3561
|
InstanceId: string;
|
|
3557
3562
|
/**
|
|
3558
|
-
*
|
|
3563
|
+
* 预查询慢日志的起始时间。
|
|
3559
3564
|
*/
|
|
3560
3565
|
BeginTime: string;
|
|
3561
3566
|
/**
|
|
3562
|
-
*
|
|
3567
|
+
* 预查询慢日志的结束时间。
|
|
3563
3568
|
*/
|
|
3564
3569
|
EndTime: string;
|
|
3565
3570
|
/**
|
|
3566
|
-
*
|
|
3571
|
+
* 慢查询平均执行时间阈值,单位:毫秒。
|
|
3567
3572
|
*/
|
|
3568
3573
|
MinQueryTime?: number;
|
|
3569
3574
|
/**
|
|
@@ -3571,7 +3576,7 @@ export interface DescribeSlowLogRequest {
|
|
|
3571
3576
|
*/
|
|
3572
3577
|
Limit?: number;
|
|
3573
3578
|
/**
|
|
3574
|
-
* 慢查询条数的偏移量,取Limit
|
|
3579
|
+
* 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
|
3575
3580
|
*/
|
|
3576
3581
|
Offset?: number;
|
|
3577
3582
|
/**
|