tencentcloud-sdk-nodejs-thpc 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/thpc/v20230321/thpc_client.ts +13 -0
- package/src/services/thpc/v20230321/thpc_models.ts +59 -0
- package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20230321/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +51 -0
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 |
|
|
@@ -48,6 +48,8 @@ import {
|
|
|
48
48
|
InstanceChargePrepaid,
|
|
49
49
|
Tag,
|
|
50
50
|
LoginNode,
|
|
51
|
+
NodeScript,
|
|
52
|
+
ModifyInitNodeScriptsResponse,
|
|
51
53
|
ManagerNodeOverview,
|
|
52
54
|
ManagerNode,
|
|
53
55
|
DeleteClusterRequest,
|
|
@@ -66,6 +68,7 @@ import {
|
|
|
66
68
|
QueueConfigOverview,
|
|
67
69
|
VirtualPrivateCloud,
|
|
68
70
|
ExpansionNodeConfigOverview,
|
|
71
|
+
ModifyInitNodeScriptsRequest,
|
|
69
72
|
GooseFSxOptionOverview,
|
|
70
73
|
DescribeAutoScalingConfigurationRequest,
|
|
71
74
|
StorageOption,
|
|
@@ -110,6 +113,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
110
113
|
return this.request("DeleteNodes", req, cb)
|
|
111
114
|
}
|
|
112
115
|
|
|
116
|
+
/**
|
|
117
|
+
* 本接口 (ModifyInitNodeScripts) 用于修改节点初始化脚本。
|
|
118
|
+
*/
|
|
119
|
+
async ModifyInitNodeScripts(
|
|
120
|
+
req: ModifyInitNodeScriptsRequest,
|
|
121
|
+
cb?: (error: string, rep: ModifyInitNodeScriptsResponse) => void
|
|
122
|
+
): Promise<ModifyInitNodeScriptsResponse> {
|
|
123
|
+
return this.request("ModifyInitNodeScripts", req, cb)
|
|
124
|
+
}
|
|
125
|
+
|
|
113
126
|
/**
|
|
114
127
|
* 本接口 (CreateCluster) 用于创建并启动集群。
|
|
115
128
|
|
|
@@ -649,6 +649,11 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
|
649
649
|
* 弹性伸缩类型。默认值:THPC_AS<br><li>THPC_AS:集群自动扩缩容由THPC产品内部实现。<br><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。
|
|
650
650
|
*/
|
|
651
651
|
AutoScalingType?: string
|
|
652
|
+
|
|
653
|
+
/**
|
|
654
|
+
* 节点初始化脚本信息列表。
|
|
655
|
+
*/
|
|
656
|
+
InitNodeScripts?: Array<NodeScript>
|
|
652
657
|
}
|
|
653
658
|
|
|
654
659
|
/**
|
|
@@ -769,6 +774,11 @@ export interface QueueConfig {
|
|
|
769
774
|
* 扩容节点配置信息。
|
|
770
775
|
*/
|
|
771
776
|
ExpansionNodeConfigs?: Array<ExpansionNodeConfig>
|
|
777
|
+
|
|
778
|
+
/**
|
|
779
|
+
* 队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。
|
|
780
|
+
*/
|
|
781
|
+
DesiredIdleNodeCapacity?: number
|
|
772
782
|
}
|
|
773
783
|
|
|
774
784
|
/**
|
|
@@ -851,6 +861,34 @@ export interface LoginNode {
|
|
|
851
861
|
InstanceName?: string
|
|
852
862
|
}
|
|
853
863
|
|
|
864
|
+
/**
|
|
865
|
+
* 描述节点执行脚本信息。
|
|
866
|
+
*/
|
|
867
|
+
export interface NodeScript {
|
|
868
|
+
/**
|
|
869
|
+
* 节点执行脚本获取地址。
|
|
870
|
+
目前仅支持cos地址。地址最大长度:255。
|
|
871
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
872
|
+
*/
|
|
873
|
+
ScriptPath: string
|
|
874
|
+
|
|
875
|
+
/**
|
|
876
|
+
* 脚本执行超时时间(包含拉取脚本的时间)。单位秒,默认值:30。取值范围:10~1200。
|
|
877
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
878
|
+
*/
|
|
879
|
+
Timeout?: number
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
/**
|
|
883
|
+
* ModifyInitNodeScripts返回参数结构体
|
|
884
|
+
*/
|
|
885
|
+
export interface ModifyInitNodeScriptsResponse {
|
|
886
|
+
/**
|
|
887
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
888
|
+
*/
|
|
889
|
+
RequestId?: string
|
|
890
|
+
}
|
|
891
|
+
|
|
854
892
|
/**
|
|
855
893
|
* 管控节点概览。
|
|
856
894
|
*/
|
|
@@ -1245,6 +1283,12 @@ export interface QueueConfigOverview {
|
|
|
1245
1283
|
* 扩容节点配置信息。
|
|
1246
1284
|
*/
|
|
1247
1285
|
ExpansionNodeConfigs?: Array<ExpansionNodeConfigOverview>
|
|
1286
|
+
|
|
1287
|
+
/**
|
|
1288
|
+
* 队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。
|
|
1289
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1290
|
+
*/
|
|
1291
|
+
DesiredIdleNodeCapacity?: number
|
|
1248
1292
|
}
|
|
1249
1293
|
|
|
1250
1294
|
/**
|
|
@@ -1323,6 +1367,21 @@ export interface ExpansionNodeConfigOverview {
|
|
|
1323
1367
|
DataDisks?: Array<DataDisk>
|
|
1324
1368
|
}
|
|
1325
1369
|
|
|
1370
|
+
/**
|
|
1371
|
+
* ModifyInitNodeScripts请求参数结构体
|
|
1372
|
+
*/
|
|
1373
|
+
export interface ModifyInitNodeScriptsRequest {
|
|
1374
|
+
/**
|
|
1375
|
+
* 集群ID。
|
|
1376
|
+
*/
|
|
1377
|
+
ClusterId: string
|
|
1378
|
+
|
|
1379
|
+
/**
|
|
1380
|
+
* 节点初始化脚本信息列表。
|
|
1381
|
+
*/
|
|
1382
|
+
InitNodeScripts?: Array<NodeScript>
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1326
1385
|
/**
|
|
1327
1386
|
* GooseFSx存储选项概览信息。
|
|
1328
1387
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribeAutoScalingConfigurationResponse, DescribeClusterStorageOptionRequest, DescribeClustersRequest, SetAutoScalingConfigurationRequest, DescribeNodesRequest, DeleteNodesResponse, AddClusterStorageOptionResponse, DeleteClusterResponse, AddQueueRequest, CreateClusterResponse, DescribeQueuesRequest, SetAutoScalingConfigurationResponse, CreateClusterRequest, AddQueueResponse, DescribeClusterStorageOptionResponse, DescribeQueuesResponse, DeleteClusterRequest, DescribeClusterActivitiesRequest, DeleteQueueRequest, AddNodesRequest, DeleteClusterStorageOptionRequest, AddClusterStorageOptionRequest, DescribeAutoScalingConfigurationRequest, DeleteNodesRequest, DescribeClustersResponse, DeleteClusterStorageOptionResponse, DescribeNodesResponse, DescribeClusterActivitiesResponse, DeleteQueueResponse, AddNodesResponse } from "./thpc_models";
|
|
2
|
+
import { DescribeAutoScalingConfigurationResponse, DescribeClusterStorageOptionRequest, DescribeClustersRequest, SetAutoScalingConfigurationRequest, DescribeNodesRequest, DeleteNodesResponse, AddClusterStorageOptionResponse, DeleteClusterResponse, AddQueueRequest, CreateClusterResponse, DescribeQueuesRequest, SetAutoScalingConfigurationResponse, CreateClusterRequest, AddQueueResponse, DescribeClusterStorageOptionResponse, DescribeQueuesResponse, ModifyInitNodeScriptsResponse, DeleteClusterRequest, DescribeClusterActivitiesRequest, DeleteQueueRequest, AddNodesRequest, DeleteClusterStorageOptionRequest, AddClusterStorageOptionRequest, ModifyInitNodeScriptsRequest, DescribeAutoScalingConfigurationRequest, DeleteNodesRequest, DescribeClustersResponse, DeleteClusterStorageOptionResponse, DescribeNodesResponse, DescribeClusterActivitiesResponse, DeleteQueueResponse, AddNodesResponse } from "./thpc_models";
|
|
3
3
|
/**
|
|
4
4
|
* thpc client
|
|
5
5
|
* @class
|
|
@@ -14,6 +14,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
14
14
|
* 本接口(DeleteNodes)用于删除指定集群中一个或者多个计算节点或者登录节点。
|
|
15
15
|
*/
|
|
16
16
|
DeleteNodes(req: DeleteNodesRequest, cb?: (error: string, rep: DeleteNodesResponse) => void): Promise<DeleteNodesResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* 本接口 (ModifyInitNodeScripts) 用于修改节点初始化脚本。
|
|
19
|
+
*/
|
|
20
|
+
ModifyInitNodeScripts(req: ModifyInitNodeScriptsRequest, cb?: (error: string, rep: ModifyInitNodeScriptsResponse) => void): Promise<ModifyInitNodeScriptsResponse>;
|
|
17
21
|
/**
|
|
18
22
|
* 本接口 (CreateCluster) 用于创建并启动集群。
|
|
19
23
|
|
|
@@ -39,6 +39,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
39
39
|
async DeleteNodes(req, cb) {
|
|
40
40
|
return this.request("DeleteNodes", req, cb);
|
|
41
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* 本接口 (ModifyInitNodeScripts) 用于修改节点初始化脚本。
|
|
44
|
+
*/
|
|
45
|
+
async ModifyInitNodeScripts(req, cb) {
|
|
46
|
+
return this.request("ModifyInitNodeScripts", req, cb);
|
|
47
|
+
}
|
|
42
48
|
/**
|
|
43
49
|
* 本接口 (CreateCluster) 用于创建并启动集群。
|
|
44
50
|
|
|
@@ -535,6 +535,10 @@ export interface CreateClusterRequest {
|
|
|
535
535
|
* 弹性伸缩类型。默认值:THPC_AS<br><li>THPC_AS:集群自动扩缩容由THPC产品内部实现。<br><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。
|
|
536
536
|
*/
|
|
537
537
|
AutoScalingType?: string;
|
|
538
|
+
/**
|
|
539
|
+
* 节点初始化脚本信息列表。
|
|
540
|
+
*/
|
|
541
|
+
InitNodeScripts?: Array<NodeScript>;
|
|
538
542
|
}
|
|
539
543
|
/**
|
|
540
544
|
* AddQueue返回参数结构体
|
|
@@ -636,6 +640,10 @@ export interface QueueConfig {
|
|
|
636
640
|
* 扩容节点配置信息。
|
|
637
641
|
*/
|
|
638
642
|
ExpansionNodeConfigs?: Array<ExpansionNodeConfig>;
|
|
643
|
+
/**
|
|
644
|
+
* 队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。
|
|
645
|
+
*/
|
|
646
|
+
DesiredIdleNodeCapacity?: number;
|
|
639
647
|
}
|
|
640
648
|
/**
|
|
641
649
|
* 描述了实例的计费模式
|
|
@@ -706,6 +714,31 @@ export interface LoginNode {
|
|
|
706
714
|
*/
|
|
707
715
|
InstanceName?: string;
|
|
708
716
|
}
|
|
717
|
+
/**
|
|
718
|
+
* 描述节点执行脚本信息。
|
|
719
|
+
*/
|
|
720
|
+
export interface NodeScript {
|
|
721
|
+
/**
|
|
722
|
+
* 节点执行脚本获取地址。
|
|
723
|
+
目前仅支持cos地址。地址最大长度:255。
|
|
724
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
725
|
+
*/
|
|
726
|
+
ScriptPath: string;
|
|
727
|
+
/**
|
|
728
|
+
* 脚本执行超时时间(包含拉取脚本的时间)。单位秒,默认值:30。取值范围:10~1200。
|
|
729
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
730
|
+
*/
|
|
731
|
+
Timeout?: number;
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
* ModifyInitNodeScripts返回参数结构体
|
|
735
|
+
*/
|
|
736
|
+
export interface ModifyInitNodeScriptsResponse {
|
|
737
|
+
/**
|
|
738
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
739
|
+
*/
|
|
740
|
+
RequestId?: string;
|
|
741
|
+
}
|
|
709
742
|
/**
|
|
710
743
|
* 管控节点概览。
|
|
711
744
|
*/
|
|
@@ -1043,6 +1076,11 @@ export interface QueueConfigOverview {
|
|
|
1043
1076
|
* 扩容节点配置信息。
|
|
1044
1077
|
*/
|
|
1045
1078
|
ExpansionNodeConfigs?: Array<ExpansionNodeConfigOverview>;
|
|
1079
|
+
/**
|
|
1080
|
+
* 队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。
|
|
1081
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1082
|
+
*/
|
|
1083
|
+
DesiredIdleNodeCapacity?: number;
|
|
1046
1084
|
}
|
|
1047
1085
|
/**
|
|
1048
1086
|
* 描述了VPC相关信息
|
|
@@ -1109,6 +1147,19 @@ export interface ExpansionNodeConfigOverview {
|
|
|
1109
1147
|
*/
|
|
1110
1148
|
DataDisks?: Array<DataDisk>;
|
|
1111
1149
|
}
|
|
1150
|
+
/**
|
|
1151
|
+
* ModifyInitNodeScripts请求参数结构体
|
|
1152
|
+
*/
|
|
1153
|
+
export interface ModifyInitNodeScriptsRequest {
|
|
1154
|
+
/**
|
|
1155
|
+
* 集群ID。
|
|
1156
|
+
*/
|
|
1157
|
+
ClusterId: string;
|
|
1158
|
+
/**
|
|
1159
|
+
* 节点初始化脚本信息列表。
|
|
1160
|
+
*/
|
|
1161
|
+
InitNodeScripts?: Array<NodeScript>;
|
|
1162
|
+
}
|
|
1112
1163
|
/**
|
|
1113
1164
|
* GooseFSx存储选项概览信息。
|
|
1114
1165
|
*/
|