tencentcloud-sdk-nodejs 4.0.560 → 4.0.561

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +109 -0
  2. package/SERVICE_CHANGELOG.md +147 -262
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdwch/v20200915/cdwch_client.ts +3 -0
  7. package/src/services/cdwch/v20200915/cdwch_models.ts +209 -0
  8. package/src/services/redis/v20180412/redis_client.ts +12 -0
  9. package/src/services/redis/v20180412/redis_models.ts +45 -0
  10. package/src/services/scf/v20180416/scf_models.ts +11 -15
  11. package/src/services/thpc/v20220401/thpc_client.ts +3 -0
  12. package/src/services/thpc/v20220401/thpc_models.ts +4 -4
  13. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  14. package/src/services/vpc/v20170312/vpc_models.ts +10 -5
  15. package/src/services/wedata/v20210820/wedata_models.ts +36 -0
  16. package/src/services/yinsuda/v20220527/yinsuda_client.ts +47 -8
  17. package/src/services/yinsuda/v20220527/yinsuda_models.ts +245 -10
  18. package/tencentcloud/common/sdk_version.d.ts +1 -1
  19. package/tencentcloud/common/sdk_version.js +1 -1
  20. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +176 -0
  21. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  22. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  23. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +38 -0
  24. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -14
  25. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +3 -0
  26. package/tencentcloud/services/thpc/v20220401/thpc_client.js +3 -0
  27. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -4
  28. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  29. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  30. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -5
  31. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
  32. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +15 -3
  33. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +21 -3
  34. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +210 -10
  35. package/test/redis.v20180412.test.js +10 -0
  36. package/test/yinsuda.v20220527.test.js +32 -2
@@ -2646,6 +2646,42 @@ export interface Rule {
2646
2646
  注意:此字段可能返回 null,表示取不到有效值。
2647
2647
  */
2648
2648
  WhereFlag?: boolean
2649
+
2650
+ /**
2651
+ * 模版原始SQL
2652
+ 注意:此字段可能返回 null,表示取不到有效值。
2653
+ */
2654
+ TemplateSql?: string
2655
+
2656
+ /**
2657
+ * 模版子维度:0.父维度类型,1.一致性: 枚举范围一致性,2.一致性:数值范围一致性,3.一致性:字段数据相关性
2658
+ 注意:此字段可能返回 null,表示取不到有效值。
2659
+ */
2660
+ SubQualityDim?: number
2661
+
2662
+ /**
2663
+ * 规则适用的目标数据对象类型(1:常量,2:离线表级,3:离线字段级别)
2664
+ 注意:此字段可能返回 null,表示取不到有效值。
2665
+ */
2666
+ TargetObjectType?: number
2667
+
2668
+ /**
2669
+ * 规则适用的目标数据对象类型(1:数值,2:字符串)
2670
+ 注意:此字段可能返回 null,表示取不到有效值。
2671
+ */
2672
+ TargetObjectDataType?: number
2673
+
2674
+ /**
2675
+ * 目标字段详细类型,INT、STRING
2676
+ 注意:此字段可能返回 null,表示取不到有效值。
2677
+ */
2678
+ TargetObjectDataTypeName?: string
2679
+
2680
+ /**
2681
+ * 目标字段名称
2682
+ 注意:此字段可能返回 null,表示取不到有效值。
2683
+ */
2684
+ TargetObjectValue?: string
2649
2685
  }
2650
2686
 
2651
2687
  /**
@@ -28,15 +28,19 @@ import {
28
28
  CreateKTVRobotRequest,
29
29
  KTVSuggestionInfo,
30
30
  SyncKTVRobotCommandRequest,
31
+ KTVTagInfo,
31
32
  DescribeKTVPlaylistDetailRequest,
33
+ SyncKTVRobotCommandResponse,
32
34
  KTVMusicDetailInfo,
33
35
  CreateKTVRobotResponse,
36
+ LiveVipUserInfo,
34
37
  DescribeKTVSuggestionsRequest,
35
38
  DescribeKTVMatchMusicsRequest,
36
39
  DescribeKTVPlaylistsResponse,
40
+ RechargeLiveVipResponse,
37
41
  DescribeKTVPlaylistsRequest,
38
42
  DescribeKTVPlaylistDetailResponse,
39
- SyncKTVRobotCommandResponse,
43
+ DescribeLiveVipTradeInfosRequest,
40
44
  SetDestroyModeCommandInput,
41
45
  SetAudioParamCommandInput,
42
46
  KTVMatchMusic,
@@ -46,7 +50,7 @@ import {
46
50
  BatchDescribeKTVMusicDetailsRequest,
47
51
  AMEMusicBaseInfo,
48
52
  DescribeKTVMusicsByTagResponse,
49
- KTVTagInfo,
53
+ DescribeLiveVipTradeInfosResponse,
50
54
  MusicAlbumInfo,
51
55
  SetPlayModeCommandInput,
52
56
  SyncRobotCommand,
@@ -54,6 +58,7 @@ import {
54
58
  KTVRobotInfo,
55
59
  DescribeKTVMatchMusicsResponse,
56
60
  DescribeKTVTagsResponse,
61
+ RechargeLiveVipRequest,
57
62
  ChorusClip,
58
63
  SetPlaylistCommandInput,
59
64
  ApplyChorusRequest,
@@ -65,8 +70,12 @@ import {
65
70
  PlayCommandInput,
66
71
  TimeRange,
67
72
  KTVPlaylistBaseInfo,
73
+ DescribeUserInfoRequest,
68
74
  SendMessageCommandInput,
69
75
  DestroyKTVRobotRequest,
76
+ LiveVipTradeInfo,
77
+ UserInfo,
78
+ DescribeUserInfoResponse,
70
79
  DescribeKTVRobotsRequest,
71
80
  DescribeKTVTagsRequest,
72
81
  SeekCommandInput,
@@ -92,13 +101,13 @@ export class Client extends AbstractClient {
92
101
  }
93
102
 
94
103
  /**
95
- * 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
104
+ * 充值直播会员,使该用户可以在直播场景使用
96
105
  */
97
- async SyncKTVRobotCommand(
98
- req: SyncKTVRobotCommandRequest,
99
- cb?: (error: string, rep: SyncKTVRobotCommandResponse) => void
100
- ): Promise<SyncKTVRobotCommandResponse> {
101
- return this.request("SyncKTVRobotCommand", req, cb)
106
+ async RechargeLiveVip(
107
+ req: RechargeLiveVipRequest,
108
+ cb?: (error: string, rep: RechargeLiveVipResponse) => void
109
+ ): Promise<RechargeLiveVipResponse> {
110
+ return this.request("RechargeLiveVip", req, cb)
102
111
  }
103
112
 
104
113
  /**
@@ -121,6 +130,16 @@ export class Client extends AbstractClient {
121
130
  return this.request("DescribeKTVPlaylistDetail", req, cb)
122
131
  }
123
132
 
133
+ /**
134
+ * 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
135
+ */
136
+ async SyncKTVRobotCommand(
137
+ req: SyncKTVRobotCommandRequest,
138
+ cb?: (error: string, rep: SyncKTVRobotCommandResponse) => void
139
+ ): Promise<SyncKTVRobotCommandResponse> {
140
+ return this.request("SyncKTVRobotCommand", req, cb)
141
+ }
142
+
124
143
  /**
125
144
  * 销毁机器人,机器人退出 RTC 房间。
126
145
  */
@@ -141,6 +160,26 @@ export class Client extends AbstractClient {
141
160
  return this.request("DescribeKTVSuggestions", req, cb)
142
161
  }
143
162
 
163
+ /**
164
+ * 获取用户信息,包括是否为直播会员,及直播会员信息等
165
+ */
166
+ async DescribeUserInfo(
167
+ req: DescribeUserInfoRequest,
168
+ cb?: (error: string, rep: DescribeUserInfoResponse) => void
169
+ ): Promise<DescribeUserInfoResponse> {
170
+ return this.request("DescribeUserInfo", req, cb)
171
+ }
172
+
173
+ /**
174
+ * 批量获取直播会员充值流水详细信息,包括:流水号,订单状态,下订单时间等
175
+ */
176
+ async DescribeLiveVipTradeInfos(
177
+ req: DescribeLiveVipTradeInfosRequest,
178
+ cb?: (error: string, rep: DescribeLiveVipTradeInfosResponse) => void
179
+ ): Promise<DescribeLiveVipTradeInfosResponse> {
180
+ return this.request("DescribeLiveVipTradeInfos", req, cb)
181
+ }
182
+
144
183
  /**
145
184
  * 批量获取歌曲详细信息,包括:歌词下载链接、播放凭证、音高数据下载链接信息等。
146
185
  */
@@ -183,6 +183,21 @@ export interface SyncKTVRobotCommandRequest {
183
183
  SyncRobotCommands: Array<SyncRobotCommand>
184
184
  }
185
185
 
186
+ /**
187
+ * 标签信息。
188
+ */
189
+ export interface KTVTagInfo {
190
+ /**
191
+ * 标签 Id。
192
+ */
193
+ TagId: string
194
+
195
+ /**
196
+ * 标签名称。
197
+ */
198
+ Name: string
199
+ }
200
+
186
201
  /**
187
202
  * DescribeKTVPlaylistDetail请求参数结构体
188
203
  */
@@ -220,6 +235,16 @@ export interface DescribeKTVPlaylistDetailRequest {
220
235
  RightFilters?: Array<string>
221
236
  }
222
237
 
238
+ /**
239
+ * SyncKTVRobotCommand返回参数结构体
240
+ */
241
+ export interface SyncKTVRobotCommandResponse {
242
+ /**
243
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
244
+ */
245
+ RequestId?: string
246
+ }
247
+
223
248
  /**
224
249
  * 歌曲详细信息。
225
250
  */
@@ -281,6 +306,27 @@ export interface CreateKTVRobotResponse {
281
306
  RequestId?: string
282
307
  }
283
308
 
309
+ /**
310
+ * 直播会员用户信息
311
+ */
312
+ export interface LiveVipUserInfo {
313
+ /**
314
+ * 房间标识。
315
+ */
316
+ RoomId?: string
317
+
318
+ /**
319
+ * 直播会员结束时间。
320
+ */
321
+ LiveVipEndTime?: string
322
+
323
+ /**
324
+ * 会员生效状态
325
+ <li>Valid:生效</li><li>Invalid:无效</li>
326
+ */
327
+ LiveVipStatus?: string
328
+ }
329
+
284
330
  /**
285
331
  * DescribeKTVSuggestions请求参数结构体
286
332
  */
@@ -341,6 +387,21 @@ export interface DescribeKTVPlaylistsResponse {
341
387
  RequestId?: string
342
388
  }
343
389
 
390
+ /**
391
+ * RechargeLiveVip返回参数结构体
392
+ */
393
+ export interface RechargeLiveVipResponse {
394
+ /**
395
+ * 直播会员信息。
396
+ */
397
+ LiveVipUserInfo?: LiveVipUserInfo
398
+
399
+ /**
400
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
401
+ */
402
+ RequestId?: string
403
+ }
404
+
344
405
  /**
345
406
  * DescribeKTVPlaylists请求参数结构体
346
407
  */
@@ -395,13 +456,45 @@ export interface DescribeKTVPlaylistDetailResponse {
395
456
  }
396
457
 
397
458
  /**
398
- * SyncKTVRobotCommand返回参数结构体
459
+ * DescribeLiveVipTradeInfos请求参数结构体
399
460
  */
400
- export interface SyncKTVRobotCommandResponse {
461
+ export interface DescribeLiveVipTradeInfosRequest {
401
462
  /**
402
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
463
+ * 应用名称。
403
464
  */
404
- RequestId?: string
465
+ AppName: string
466
+
467
+ /**
468
+ * 直播会员充值下单起始时间,格式为 ISO。默认为当前时间前一天。
469
+ */
470
+ StartTime?: string
471
+
472
+ /**
473
+ * 直播会员充值下单截止时间,格式为 ISO。默认为当前时间。 EndTime不能小于StartTime
474
+ */
475
+ EndTime?: string
476
+
477
+ /**
478
+ * 交易流水号集合,匹配集合指定所有流水号 。
479
+ <li>数组长度限制:10。</li>
480
+ */
481
+ TradeSerialNos?: Array<string>
482
+
483
+ /**
484
+ * 用户标识集合,匹配集合指定所有用户标识 。
485
+ <li>数组长度限制:10。</li>
486
+ */
487
+ UserIds?: Array<string>
488
+
489
+ /**
490
+ * 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
491
+ */
492
+ Offset?: number
493
+
494
+ /**
495
+ * 分页返回的记录条数,默认值:20,最大值:50。
496
+ */
497
+ Limit?: number
405
498
  }
406
499
 
407
500
  /**
@@ -587,18 +680,23 @@ export interface DescribeKTVMusicsByTagResponse {
587
680
  }
588
681
 
589
682
  /**
590
- * 标签信息。
683
+ * DescribeLiveVipTradeInfos返回参数结构体
591
684
  */
592
- export interface KTVTagInfo {
685
+ export interface DescribeLiveVipTradeInfosResponse {
593
686
  /**
594
- * 标签 Id。
687
+ * 直播会员充值流水信息列表
595
688
  */
596
- TagId: string
689
+ LiveVipTradeInfoSet?: Array<LiveVipTradeInfo>
597
690
 
598
691
  /**
599
- * 标签名称。
692
+ * 直播会员充值流水总数。
600
693
  */
601
- Name: string
694
+ TotalCount?: number
695
+
696
+ /**
697
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
698
+ */
699
+ RequestId?: string
602
700
  }
603
701
 
604
702
  /**
@@ -798,6 +896,41 @@ export interface DescribeKTVTagsResponse {
798
896
  RequestId?: string
799
897
  }
800
898
 
899
+ /**
900
+ * RechargeLiveVip请求参数结构体
901
+ */
902
+ export interface RechargeLiveVipRequest {
903
+ /**
904
+ * 应用名称。
905
+ */
906
+ AppName: string
907
+
908
+ /**
909
+ * 用户标识。
910
+ */
911
+ UserId: string
912
+
913
+ /**
914
+ * 交易流水号,用于标记此次充值记录,多次充值记录传入相同的 TradeSerialNo 会判断为失败,可用于防止重提提交造成重复计费。
915
+ */
916
+ TradeSerialNo: string
917
+
918
+ /**
919
+ * 房间标识。
920
+ */
921
+ RoomId: string
922
+
923
+ /**
924
+ * 充值会员天数。
925
+ 取值有:
926
+ <li>31</li>
927
+ <li>93</li>
928
+ <li>186</li>
929
+ <li>372</li>
930
+ */
931
+ VipDays: number
932
+ }
933
+
801
934
  /**
802
935
  * 副歌片段信息。
803
936
  */
@@ -1087,6 +1220,21 @@ export interface KTVPlaylistBaseInfo {
1087
1220
  Title: string
1088
1221
  }
1089
1222
 
1223
+ /**
1224
+ * DescribeUserInfo请求参数结构体
1225
+ */
1226
+ export interface DescribeUserInfoRequest {
1227
+ /**
1228
+ * 应用名称。
1229
+ */
1230
+ AppName: string
1231
+
1232
+ /**
1233
+ * 用户标识。
1234
+ */
1235
+ UserId: string
1236
+ }
1237
+
1090
1238
  /**
1091
1239
  * 发送自定义信息指令参数
1092
1240
  */
@@ -1122,6 +1270,93 @@ export interface DestroyKTVRobotRequest {
1122
1270
  RobotId: string
1123
1271
  }
1124
1272
 
1273
+ /**
1274
+ * 充值直播会员流水信息
1275
+ */
1276
+ export interface LiveVipTradeInfo {
1277
+ /**
1278
+ * 交易流水号。
1279
+ */
1280
+ TradeSerialNo?: string
1281
+
1282
+ /**
1283
+ * 应用名称。
1284
+ */
1285
+ AppName?: string
1286
+
1287
+ /**
1288
+ * 用户标识。
1289
+ */
1290
+ UserId?: string
1291
+
1292
+ /**
1293
+ * 房间标识。
1294
+ */
1295
+ RoomId?: string
1296
+
1297
+ /**
1298
+ * 充值会员天数。
1299
+ 取值有:
1300
+ <li>31</li> <li>93</li><li>186</li> <li>372</li>
1301
+ */
1302
+ VipDays?: number
1303
+
1304
+ /**
1305
+ * 订单状态。
1306
+ 取值有:
1307
+ <li>Success:成功</li><li>Fail:失败</li><li>Processing:订单处理中</li>
1308
+ */
1309
+ Status?: string
1310
+
1311
+ /**
1312
+ * 创建时间。
1313
+ */
1314
+ CreateTime?: string
1315
+ }
1316
+
1317
+ /**
1318
+ * 用户信息
1319
+ */
1320
+ export interface UserInfo {
1321
+ /**
1322
+ * 应用名称。
1323
+ */
1324
+ AppName?: string
1325
+
1326
+ /**
1327
+ * 用户标识。
1328
+ */
1329
+ UserId?: string
1330
+
1331
+ /**
1332
+ * 直播会员详细信息。
1333
+ 注意:此字段可能返回 null,表示取不到有效值。
1334
+ */
1335
+ LiveVipUserInfo?: LiveVipUserInfo
1336
+
1337
+ /**
1338
+ * 用户类型
1339
+ <li>Normal:普通用户</li>
1340
+ <li>LiveVip:直播会员用户</li>
1341
+ */
1342
+ UserType?: string
1343
+ }
1344
+
1345
+ /**
1346
+ * DescribeUserInfo返回参数结构体
1347
+ */
1348
+ export interface DescribeUserInfoResponse {
1349
+ /**
1350
+ * 用户信息。
1351
+ */
1352
+ UserInfo?: UserInfo
1353
+
1354
+ /**
1355
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1356
+ */
1357
+ RequestId?: string
1358
+ }
1359
+
1125
1360
  /**
1126
1361
  * DescribeKTVRobots请求参数结构体
1127
1362
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.560";
1
+ export declare const sdkVersion = "4.0.561";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.560";
4
+ exports.sdkVersion = "4.0.561";
@@ -395,6 +395,51 @@ export interface ConfigSubmitContext {
395
395
  */
396
396
  FilePath?: string;
397
397
  }
398
+ /**
399
+ * 集群状态抽象后的结构体
400
+ */
401
+ export interface InstanceStateInfo {
402
+ /**
403
+ * 集群状态,例如:Serving
404
+ 注意:此字段可能返回 null,表示取不到有效值。
405
+ */
406
+ InstanceState: string;
407
+ /**
408
+ * 集群操作创建时间
409
+ 注意:此字段可能返回 null,表示取不到有效值。
410
+ */
411
+ FlowCreateTime: string;
412
+ /**
413
+ * 集群操作名称
414
+ 注意:此字段可能返回 null,表示取不到有效值。
415
+ */
416
+ FlowName: string;
417
+ /**
418
+ * 集群操作进度
419
+ 注意:此字段可能返回 null,表示取不到有效值。
420
+ */
421
+ FlowProgress: number;
422
+ /**
423
+ * 集群状态描述,例如:运行中
424
+ 注意:此字段可能返回 null,表示取不到有效值。
425
+ */
426
+ InstanceStateDesc: string;
427
+ /**
428
+ * 集群流程错误信息,例如:“创建失败,资源不足”
429
+ 注意:此字段可能返回 null,表示取不到有效值。
430
+ */
431
+ FlowMsg: string;
432
+ /**
433
+ * 当前步骤的名称,例如:”购买资源中“
434
+ 注意:此字段可能返回 null,表示取不到有效值。
435
+ */
436
+ ProcessName: string;
437
+ /**
438
+ * 请求id
439
+ 注意:此字段可能返回 null,表示取不到有效值。
440
+ */
441
+ RequestId?: string;
442
+ }
398
443
  /**
399
444
  * DescribeInstanceClusters返回参数结构体
400
445
  */
@@ -626,6 +671,66 @@ Modify 集群变更中;
626
671
  注意:此字段可能返回 null,表示取不到有效值。
627
672
  */
628
673
  CosMoveFactor: number;
674
+ /**
675
+ * external/local/yunti
676
+ 注意:此字段可能返回 null,表示取不到有效值。
677
+ */
678
+ Kind: string;
679
+ /**
680
+ * 是否弹性ck
681
+ 注意:此字段可能返回 null,表示取不到有效值。
682
+ */
683
+ IsElastic: boolean;
684
+ /**
685
+ * 集群详细状态
686
+ 注意:此字段可能返回 null,表示取不到有效值。
687
+ */
688
+ InstanceStateInfo: InstanceStateInfo;
689
+ /**
690
+ * ZK高可用
691
+ 注意:此字段可能返回 null,表示取不到有效值。
692
+ */
693
+ HAZk: boolean;
694
+ /**
695
+ * 挂载盘,默认0:没有类型;1:裸盘;2:lvm
696
+ 注意:此字段可能返回 null,表示取不到有效值。
697
+ */
698
+ MountDiskType?: number;
699
+ /**
700
+ * 无
701
+ 注意:此字段可能返回 null,表示取不到有效值。
702
+ */
703
+ CHProxyVip?: string;
704
+ /**
705
+ * cos buket的名字
706
+ 注意:此字段可能返回 null,表示取不到有效值。
707
+ */
708
+ CosBucketName?: string;
709
+ /**
710
+ * 是否可以挂载云盘
711
+ 注意:此字段可能返回 null,表示取不到有效值。
712
+ */
713
+ CanAttachCbs?: boolean;
714
+ /**
715
+ * 是否可以挂载云盘阵列
716
+ 注意:此字段可能返回 null,表示取不到有效值。
717
+ */
718
+ CanAttachCbsLvm?: boolean;
719
+ /**
720
+ * 是否可以挂载cos
721
+ 注意:此字段可能返回 null,表示取不到有效值。
722
+ */
723
+ CanAttachCos?: boolean;
724
+ /**
725
+ * 服务信息
726
+ 注意:此字段可能返回 null,表示取不到有效值。
727
+ */
728
+ Components?: Array<ServiceInfo>;
729
+ /**
730
+ * 可升级的内核版本
731
+ 注意:此字段可能返回 null,表示取不到有效值。
732
+ */
733
+ UpgradeVersions?: string;
629
734
  }
630
735
  /**
631
736
  * ModifyClusterConfigs请求参数结构体
@@ -672,6 +777,21 @@ export interface DescribeInstanceKeyValConfigsResponse {
672
777
  */
673
778
  RequestId?: string;
674
779
  }
780
+ /**
781
+ * 服务详细信息描述。
782
+ */
783
+ export interface ServiceInfo {
784
+ /**
785
+ * 服务名称
786
+ 注意:此字段可能返回 null,表示取不到有效值。
787
+ */
788
+ Name?: string;
789
+ /**
790
+ * 服务的版本
791
+ 注意:此字段可能返回 null,表示取不到有效值。
792
+ */
793
+ Version?: string;
794
+ }
675
795
  /**
676
796
  * 资源规格描述信息
677
797
  */
@@ -818,6 +938,27 @@ export interface MapConfigItem {
818
938
  */
819
939
  Items: Array<InstanceConfigInfo>;
820
940
  }
941
+ /**
942
+ * 集群内节点的规格磁盘规格描述
943
+ */
944
+ export interface AttachCBSSpec {
945
+ /**
946
+ * 节点磁盘类型,例如“CLOUD_SSD”\"CLOUD_PREMIUM"
947
+ */
948
+ DiskType?: string;
949
+ /**
950
+ * 磁盘容量,单位G
951
+ */
952
+ DiskSize?: number;
953
+ /**
954
+ * 磁盘总数
955
+ */
956
+ DiskCount?: number;
957
+ /**
958
+ * 描述
959
+ */
960
+ DiskDesc?: string;
961
+ }
821
962
  /**
822
963
  * ScaleOutInstance请求参数结构体
823
964
  */
@@ -955,6 +1096,41 @@ export interface NodesSummary {
955
1096
  * 磁盘描述
956
1097
  */
957
1098
  DiskDesc: string;
1099
+ /**
1100
+ * 挂载云盘信息
1101
+ 注意:此字段可能返回 null,表示取不到有效值。
1102
+ */
1103
+ AttachCBSSpec: AttachCBSSpec;
1104
+ /**
1105
+ * 子产品类型
1106
+ 注意:此字段可能返回 null,表示取不到有效值。
1107
+ */
1108
+ SubProductType?: string;
1109
+ /**
1110
+ * 规格对应的核数
1111
+ 注意:此字段可能返回 null,表示取不到有效值。
1112
+ */
1113
+ SpecCore?: number;
1114
+ /**
1115
+ * 规格对应的内存大小
1116
+ 注意:此字段可能返回 null,表示取不到有效值。
1117
+ */
1118
+ SpecMemory?: number;
1119
+ /**
1120
+ * 磁盘的数量
1121
+ 注意:此字段可能返回 null,表示取不到有效值。
1122
+ */
1123
+ DiskCount?: number;
1124
+ /**
1125
+ * 磁盘的最大大小
1126
+ 注意:此字段可能返回 null,表示取不到有效值。
1127
+ */
1128
+ MaxDiskSize?: number;
1129
+ /**
1130
+ * 是否为加密云盘
1131
+ 注意:此字段可能返回 null,表示取不到有效值。
1132
+ */
1133
+ Encrypt?: number;
958
1134
  }
959
1135
  /**
960
1136
  * DescribeInstanceShards返回参数结构体