tencentcloud-sdk-nodejs 4.0.560 → 4.0.562

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 (80) hide show
  1. package/CHANGELOG.md +403 -0
  2. package/SERVICE_CHANGELOG.md +451 -149
  3. package/package.json +1 -1
  4. package/products.md +35 -35
  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/cfs/v20190719/cfs_client.ts +3 -2
  9. package/src/services/cfs/v20190719/cfs_models.ts +41 -25
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +12 -7
  11. package/src/services/dasb/v20191018/dasb_models.ts +6 -0
  12. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
  13. package/src/services/lcic/v20220817/lcic_client.ts +16 -2
  14. package/src/services/lcic/v20220817/lcic_models.ts +136 -41
  15. package/src/services/live/v20180801/live_models.ts +9 -2
  16. package/src/services/mariadb/v20170312/mariadb_client.ts +15 -2
  17. package/src/services/mariadb/v20170312/mariadb_models.ts +142 -16
  18. package/src/services/monitor/v20180724/monitor_models.ts +10 -5
  19. package/src/services/mps/v20190612/mps_models.ts +6 -0
  20. package/src/services/ocr/v20181119/ocr_models.ts +3 -2
  21. package/src/services/organization/v20210331/organization_models.ts +18 -12
  22. package/src/services/redis/v20180412/redis_client.ts +12 -0
  23. package/src/services/redis/v20180412/redis_models.ts +45 -0
  24. package/src/services/scf/v20180416/scf_models.ts +11 -15
  25. package/src/services/ssl/v20191205/ssl_models.ts +12 -1
  26. package/src/services/tag/v20180813/tag_models.ts +1 -1
  27. package/src/services/tcr/v20190924/tcr_models.ts +5 -0
  28. package/src/services/tcss/v20201101/tcss_models.ts +120 -63
  29. package/src/services/teo/v20220901/teo_client.ts +2 -1
  30. package/src/services/teo/v20220901/teo_models.ts +39 -19
  31. package/src/services/thpc/v20220401/thpc_client.ts +3 -0
  32. package/src/services/thpc/v20220401/thpc_models.ts +4 -4
  33. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  34. package/src/services/vpc/v20170312/vpc_models.ts +10 -5
  35. package/src/services/wedata/v20210820/wedata_models.ts +36 -0
  36. package/src/services/yinsuda/v20220527/yinsuda_client.ts +47 -8
  37. package/src/services/yinsuda/v20220527/yinsuda_models.ts +245 -10
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +176 -0
  41. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
  42. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +35 -22
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -7
  44. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +5 -0
  45. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
  46. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  47. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  48. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +117 -35
  49. package/tencentcloud/services/live/v20180801/live_models.d.ts +8 -2
  50. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  51. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  52. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +120 -16
  53. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -5
  54. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
  56. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -12
  57. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  58. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  59. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +38 -0
  60. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -14
  61. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -1
  62. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
  63. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
  64. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +113 -63
  65. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
  66. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +35 -17
  67. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +3 -0
  68. package/tencentcloud/services/thpc/v20220401/thpc_client.js +3 -0
  69. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -4
  70. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  71. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  72. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -5
  73. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
  74. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +15 -3
  75. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +21 -3
  76. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +210 -10
  77. package/test/lcic.v20220817.test.js +10 -0
  78. package/test/mariadb.v20170312.test.js +10 -0
  79. package/test/redis.v20180412.test.js +10 -0
  80. package/test/yinsuda.v20220527.test.js +32 -2
@@ -7110,7 +7110,7 @@ export interface CreateNetworkInterfaceRequest {
7110
7110
  */
7111
7111
  NetworkInterfaceDescription?: string;
7112
7112
  /**
7113
- * 新申请的内网IP地址个数,内网IP地址个数总和不能超过配数。
7113
+ * 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
7114
7114
  */
7115
7115
  SecondaryPrivateIpAddressCount?: number;
7116
7116
  /**
@@ -7596,7 +7596,7 @@ export interface CreateAndAttachNetworkInterfaceRequest {
7596
7596
  */
7597
7597
  PrivateIpAddresses?: Array<PrivateIpAddressSpecification>;
7598
7598
  /**
7599
- * 新申请的内网IP地址个数,内网IP地址个数总和不能超过配数。
7599
+ * 新申请的内网IP地址个数,内网IP地址个数总和不能超过配额数。
7600
7600
  */
7601
7601
  SecondaryPrivateIpAddressCount?: number;
7602
7602
  /**
@@ -7608,7 +7608,7 @@ export interface CreateAndAttachNetworkInterfaceRequest {
7608
7608
  */
7609
7609
  NetworkInterfaceDescription?: string;
7610
7610
  /**
7611
- * 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
7611
+ * 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
7612
7612
  */
7613
7613
  Tags?: Array<Tag>;
7614
7614
  /**
@@ -9647,7 +9647,7 @@ export interface CreateAndAttachNetworkInterfaceResponse {
9647
9647
  /**
9648
9648
  * 弹性网卡实例。
9649
9649
  */
9650
- NetworkInterface: NetworkInterface;
9650
+ NetworkInterface?: NetworkInterface;
9651
9651
  /**
9652
9652
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9653
9653
  */
@@ -11576,7 +11576,7 @@ export interface CreateNetworkInterfaceResponse {
11576
11576
  /**
11577
11577
  * 弹性网卡实例。
11578
11578
  */
11579
- NetworkInterface: NetworkInterface;
11579
+ NetworkInterface?: NetworkInterface;
11580
11580
  /**
11581
11581
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11582
11582
  */
@@ -12408,6 +12408,10 @@ export interface CreateHaVipRequest {
12408
12408
  * 指定虚拟IP地址,必须在`VPC`网段内且未被占用。不指定则自动分配。
12409
12409
  */
12410
12410
  Vip?: string;
12411
+ /**
12412
+ * `HAVIP`所在弹性网卡`ID`。
12413
+ */
12414
+ NetworkInterfaceId?: string;
12411
12415
  }
12412
12416
  /**
12413
12417
  * IPv6子网段对象。
@@ -2220,6 +2220,36 @@ export interface Rule {
2220
2220
  注意:此字段可能返回 null,表示取不到有效值。
2221
2221
  */
2222
2222
  WhereFlag?: boolean;
2223
+ /**
2224
+ * 模版原始SQL
2225
+ 注意:此字段可能返回 null,表示取不到有效值。
2226
+ */
2227
+ TemplateSql?: string;
2228
+ /**
2229
+ * 模版子维度:0.父维度类型,1.一致性: 枚举范围一致性,2.一致性:数值范围一致性,3.一致性:字段数据相关性
2230
+ 注意:此字段可能返回 null,表示取不到有效值。
2231
+ */
2232
+ SubQualityDim?: number;
2233
+ /**
2234
+ * 规则适用的目标数据对象类型(1:常量,2:离线表级,3:离线字段级别)
2235
+ 注意:此字段可能返回 null,表示取不到有效值。
2236
+ */
2237
+ TargetObjectType?: number;
2238
+ /**
2239
+ * 规则适用的目标数据对象类型(1:数值,2:字符串)
2240
+ 注意:此字段可能返回 null,表示取不到有效值。
2241
+ */
2242
+ TargetObjectDataType?: number;
2243
+ /**
2244
+ * 目标字段详细类型,INT、STRING
2245
+ 注意:此字段可能返回 null,表示取不到有效值。
2246
+ */
2247
+ TargetObjectDataTypeName?: string;
2248
+ /**
2249
+ * 目标字段名称
2250
+ 注意:此字段可能返回 null,表示取不到有效值。
2251
+ */
2252
+ TargetObjectValue?: string;
2223
2253
  }
2224
2254
  /**
2225
2255
  * ModifyRuleGroupSubscription请求参数结构体
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { ApplyChorusResponse, DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, SyncKTVRobotCommandResponse, DescribeKTVRobotsResponse, BatchDescribeKTVMusicDetailsRequest, DescribeKTVMusicsByTagResponse, SearchKTVMusicsResponse, DescribeKTVMatchMusicsResponse, DescribeKTVTagsResponse, ApplyChorusRequest, BatchDescribeKTVMusicDetailsResponse, DescribeKTVMusicsByTagRequest, SearchKTVMusicsRequest, DestroyKTVRobotRequest, DescribeKTVRobotsRequest, DescribeKTVTagsRequest } from "./yinsuda_models";
3
+ import { ApplyChorusResponse, DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, SyncKTVRobotCommandResponse, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, RechargeLiveVipResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, DescribeLiveVipTradeInfosRequest, DescribeKTVRobotsResponse, BatchDescribeKTVMusicDetailsRequest, DescribeKTVMusicsByTagResponse, DescribeLiveVipTradeInfosResponse, SearchKTVMusicsResponse, DescribeKTVMatchMusicsResponse, DescribeKTVTagsResponse, RechargeLiveVipRequest, ApplyChorusRequest, BatchDescribeKTVMusicDetailsResponse, DescribeKTVMusicsByTagRequest, SearchKTVMusicsRequest, DescribeUserInfoRequest, DestroyKTVRobotRequest, DescribeUserInfoResponse, DescribeKTVRobotsRequest, DescribeKTVTagsRequest } from "./yinsuda_models";
4
4
  /**
5
5
  * yinsuda client
6
6
  * @class
@@ -12,9 +12,9 @@ export declare class Client extends AbstractClient {
12
12
  */
13
13
  CreateKTVRobot(req: CreateKTVRobotRequest, cb?: (error: string, rep: CreateKTVRobotResponse) => void): Promise<CreateKTVRobotResponse>;
14
14
  /**
15
- * 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
15
+ * 充值直播会员,使该用户可以在直播场景使用
16
16
  */
17
- SyncKTVRobotCommand(req: SyncKTVRobotCommandRequest, cb?: (error: string, rep: SyncKTVRobotCommandResponse) => void): Promise<SyncKTVRobotCommandResponse>;
17
+ RechargeLiveVip(req: RechargeLiveVipRequest, cb?: (error: string, rep: RechargeLiveVipResponse) => void): Promise<RechargeLiveVipResponse>;
18
18
  /**
19
19
  * 获取标签分组及分组下的标签列表信息。
20
20
  */
@@ -23,6 +23,10 @@ export declare class Client extends AbstractClient {
23
23
  * 根据歌单 Id 获取歌单详情。
24
24
  */
25
25
  DescribeKTVPlaylistDetail(req: DescribeKTVPlaylistDetailRequest, cb?: (error: string, rep: DescribeKTVPlaylistDetailResponse) => void): Promise<DescribeKTVPlaylistDetailResponse>;
26
+ /**
27
+ * 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
28
+ */
29
+ SyncKTVRobotCommand(req: SyncKTVRobotCommandRequest, cb?: (error: string, rep: SyncKTVRobotCommandResponse) => void): Promise<SyncKTVRobotCommandResponse>;
26
30
  /**
27
31
  * 销毁机器人,机器人退出 RTC 房间。
28
32
  */
@@ -31,6 +35,14 @@ export declare class Client extends AbstractClient {
31
35
  * 根据关键词获取联想词列表。
32
36
  */
33
37
  DescribeKTVSuggestions(req: DescribeKTVSuggestionsRequest, cb?: (error: string, rep: DescribeKTVSuggestionsResponse) => void): Promise<DescribeKTVSuggestionsResponse>;
38
+ /**
39
+ * 获取用户信息,包括是否为直播会员,及直播会员信息等
40
+ */
41
+ DescribeUserInfo(req: DescribeUserInfoRequest, cb?: (error: string, rep: DescribeUserInfoResponse) => void): Promise<DescribeUserInfoResponse>;
42
+ /**
43
+ * 批量获取直播会员充值流水详细信息,包括:流水号,订单状态,下订单时间等
44
+ */
45
+ DescribeLiveVipTradeInfos(req: DescribeLiveVipTradeInfosRequest, cb?: (error: string, rep: DescribeLiveVipTradeInfosResponse) => void): Promise<DescribeLiveVipTradeInfosResponse>;
34
46
  /**
35
47
  * 批量获取歌曲详细信息,包括:歌词下载链接、播放凭证、音高数据下载链接信息等。
36
48
  */
@@ -34,10 +34,10 @@ class Client extends abstract_client_1.AbstractClient {
34
34
  return this.request("CreateKTVRobot", req, cb);
35
35
  }
36
36
  /**
37
- * 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
37
+ * 充值直播会员,使该用户可以在直播场景使用
38
38
  */
39
- async SyncKTVRobotCommand(req, cb) {
40
- return this.request("SyncKTVRobotCommand", req, cb);
39
+ async RechargeLiveVip(req, cb) {
40
+ return this.request("RechargeLiveVip", req, cb);
41
41
  }
42
42
  /**
43
43
  * 获取标签分组及分组下的标签列表信息。
@@ -51,6 +51,12 @@ class Client extends abstract_client_1.AbstractClient {
51
51
  async DescribeKTVPlaylistDetail(req, cb) {
52
52
  return this.request("DescribeKTVPlaylistDetail", req, cb);
53
53
  }
54
+ /**
55
+ * 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
56
+ */
57
+ async SyncKTVRobotCommand(req, cb) {
58
+ return this.request("SyncKTVRobotCommand", req, cb);
59
+ }
54
60
  /**
55
61
  * 销毁机器人,机器人退出 RTC 房间。
56
62
  */
@@ -63,6 +69,18 @@ class Client extends abstract_client_1.AbstractClient {
63
69
  async DescribeKTVSuggestions(req, cb) {
64
70
  return this.request("DescribeKTVSuggestions", req, cb);
65
71
  }
72
+ /**
73
+ * 获取用户信息,包括是否为直播会员,及直播会员信息等
74
+ */
75
+ async DescribeUserInfo(req, cb) {
76
+ return this.request("DescribeUserInfo", req, cb);
77
+ }
78
+ /**
79
+ * 批量获取直播会员充值流水详细信息,包括:流水号,订单状态,下订单时间等
80
+ */
81
+ async DescribeLiveVipTradeInfos(req, cb) {
82
+ return this.request("DescribeLiveVipTradeInfos", req, cb);
83
+ }
66
84
  /**
67
85
  * 批量获取歌曲详细信息,包括:歌词下载链接、播放凭证、音高数据下载链接信息等。
68
86
  */
@@ -144,6 +144,19 @@ export interface SyncKTVRobotCommandRequest {
144
144
  */
145
145
  SyncRobotCommands: Array<SyncRobotCommand>;
146
146
  }
147
+ /**
148
+ * 标签信息。
149
+ */
150
+ export interface KTVTagInfo {
151
+ /**
152
+ * 标签 Id。
153
+ */
154
+ TagId: string;
155
+ /**
156
+ * 标签名称。
157
+ */
158
+ Name: string;
159
+ }
147
160
  /**
148
161
  * DescribeKTVPlaylistDetail请求参数结构体
149
162
  */
@@ -175,6 +188,15 @@ export interface DescribeKTVPlaylistDetailRequest {
175
188
  */
176
189
  RightFilters?: Array<string>;
177
190
  }
191
+ /**
192
+ * SyncKTVRobotCommand返回参数结构体
193
+ */
194
+ export interface SyncKTVRobotCommandResponse {
195
+ /**
196
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
197
+ */
198
+ RequestId?: string;
199
+ }
178
200
  /**
179
201
  * 歌曲详细信息。
180
202
  */
@@ -226,6 +248,24 @@ export interface CreateKTVRobotResponse {
226
248
  */
227
249
  RequestId?: string;
228
250
  }
251
+ /**
252
+ * 直播会员用户信息
253
+ */
254
+ export interface LiveVipUserInfo {
255
+ /**
256
+ * 房间标识。
257
+ */
258
+ RoomId?: string;
259
+ /**
260
+ * 直播会员结束时间。
261
+ */
262
+ LiveVipEndTime?: string;
263
+ /**
264
+ * 会员生效状态
265
+ <li>Valid:生效</li><li>Invalid:无效</li>
266
+ */
267
+ LiveVipStatus?: string;
268
+ }
229
269
  /**
230
270
  * DescribeKTVSuggestions请求参数结构体
231
271
  */
@@ -277,6 +317,19 @@ export interface DescribeKTVPlaylistsResponse {
277
317
  */
278
318
  RequestId?: string;
279
319
  }
320
+ /**
321
+ * RechargeLiveVip返回参数结构体
322
+ */
323
+ export interface RechargeLiveVipResponse {
324
+ /**
325
+ * 直播会员信息。
326
+ */
327
+ LiveVipUserInfo?: LiveVipUserInfo;
328
+ /**
329
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
330
+ */
331
+ RequestId?: string;
332
+ }
280
333
  /**
281
334
  * DescribeKTVPlaylists请求参数结构体
282
335
  */
@@ -323,13 +376,39 @@ export interface DescribeKTVPlaylistDetailResponse {
323
376
  RequestId?: string;
324
377
  }
325
378
  /**
326
- * SyncKTVRobotCommand返回参数结构体
379
+ * DescribeLiveVipTradeInfos请求参数结构体
327
380
  */
328
- export interface SyncKTVRobotCommandResponse {
381
+ export interface DescribeLiveVipTradeInfosRequest {
329
382
  /**
330
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
383
+ * 应用名称。
331
384
  */
332
- RequestId?: string;
385
+ AppName: string;
386
+ /**
387
+ * 直播会员充值下单起始时间,格式为 ISO。默认为当前时间前一天。
388
+ */
389
+ StartTime?: string;
390
+ /**
391
+ * 直播会员充值下单截止时间,格式为 ISO。默认为当前时间。 EndTime不能小于StartTime
392
+ */
393
+ EndTime?: string;
394
+ /**
395
+ * 交易流水号集合,匹配集合指定所有流水号 。
396
+ <li>数组长度限制:10。</li>
397
+ */
398
+ TradeSerialNos?: Array<string>;
399
+ /**
400
+ * 用户标识集合,匹配集合指定所有用户标识 。
401
+ <li>数组长度限制:10。</li>
402
+ */
403
+ UserIds?: Array<string>;
404
+ /**
405
+ * 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
406
+ */
407
+ Offset?: number;
408
+ /**
409
+ * 分页返回的记录条数,默认值:20,最大值:50。
410
+ */
411
+ Limit?: number;
333
412
  }
334
413
  /**
335
414
  * 设置销毁模式
@@ -488,17 +567,21 @@ export interface DescribeKTVMusicsByTagResponse {
488
567
  RequestId?: string;
489
568
  }
490
569
  /**
491
- * 标签信息。
570
+ * DescribeLiveVipTradeInfos返回参数结构体
492
571
  */
493
- export interface KTVTagInfo {
572
+ export interface DescribeLiveVipTradeInfosResponse {
494
573
  /**
495
- * 标签 Id。
574
+ * 直播会员充值流水信息列表
496
575
  */
497
- TagId: string;
576
+ LiveVipTradeInfoSet?: Array<LiveVipTradeInfo>;
498
577
  /**
499
- * 标签名称。
578
+ * 直播会员充值流水总数。
500
579
  */
501
- Name: string;
580
+ TotalCount?: number;
581
+ /**
582
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
583
+ */
584
+ RequestId?: string;
502
585
  }
503
586
  /**
504
587
  * 歌曲专辑信息。
@@ -669,6 +752,36 @@ export interface DescribeKTVTagsResponse {
669
752
  */
670
753
  RequestId?: string;
671
754
  }
755
+ /**
756
+ * RechargeLiveVip请求参数结构体
757
+ */
758
+ export interface RechargeLiveVipRequest {
759
+ /**
760
+ * 应用名称。
761
+ */
762
+ AppName: string;
763
+ /**
764
+ * 用户标识。
765
+ */
766
+ UserId: string;
767
+ /**
768
+ * 交易流水号,用于标记此次充值记录,多次充值记录传入相同的 TradeSerialNo 会判断为失败,可用于防止重提提交造成重复计费。
769
+ */
770
+ TradeSerialNo: string;
771
+ /**
772
+ * 房间标识。
773
+ */
774
+ RoomId: string;
775
+ /**
776
+ * 充值会员天数。
777
+ 取值有:
778
+ <li>31</li>
779
+ <li>93</li>
780
+ <li>186</li>
781
+ <li>372</li>
782
+ */
783
+ VipDays: number;
784
+ }
672
785
  /**
673
786
  * 副歌片段信息。
674
787
  */
@@ -915,6 +1028,19 @@ export interface KTVPlaylistBaseInfo {
915
1028
  */
916
1029
  Title: string;
917
1030
  }
1031
+ /**
1032
+ * DescribeUserInfo请求参数结构体
1033
+ */
1034
+ export interface DescribeUserInfoRequest {
1035
+ /**
1036
+ * 应用名称。
1037
+ */
1038
+ AppName: string;
1039
+ /**
1040
+ * 用户标识。
1041
+ */
1042
+ UserId: string;
1043
+ }
918
1044
  /**
919
1045
  * 发送自定义信息指令参数
920
1046
  */
@@ -945,6 +1071,80 @@ export interface DestroyKTVRobotRequest {
945
1071
  */
946
1072
  RobotId: string;
947
1073
  }
1074
+ /**
1075
+ * 充值直播会员流水信息
1076
+ */
1077
+ export interface LiveVipTradeInfo {
1078
+ /**
1079
+ * 交易流水号。
1080
+ */
1081
+ TradeSerialNo?: string;
1082
+ /**
1083
+ * 应用名称。
1084
+ */
1085
+ AppName?: string;
1086
+ /**
1087
+ * 用户标识。
1088
+ */
1089
+ UserId?: string;
1090
+ /**
1091
+ * 房间标识。
1092
+ */
1093
+ RoomId?: string;
1094
+ /**
1095
+ * 充值会员天数。
1096
+ 取值有:
1097
+ <li>31</li> <li>93</li><li>186</li> <li>372</li>
1098
+ */
1099
+ VipDays?: number;
1100
+ /**
1101
+ * 订单状态。
1102
+ 取值有:
1103
+ <li>Success:成功</li><li>Fail:失败</li><li>Processing:订单处理中</li>
1104
+ */
1105
+ Status?: string;
1106
+ /**
1107
+ * 创建时间。
1108
+ */
1109
+ CreateTime?: string;
1110
+ }
1111
+ /**
1112
+ * 用户信息
1113
+ */
1114
+ export interface UserInfo {
1115
+ /**
1116
+ * 应用名称。
1117
+ */
1118
+ AppName?: string;
1119
+ /**
1120
+ * 用户标识。
1121
+ */
1122
+ UserId?: string;
1123
+ /**
1124
+ * 直播会员详细信息。
1125
+ 注意:此字段可能返回 null,表示取不到有效值。
1126
+ */
1127
+ LiveVipUserInfo?: LiveVipUserInfo;
1128
+ /**
1129
+ * 用户类型
1130
+ <li>Normal:普通用户</li>
1131
+ <li>LiveVip:直播会员用户</li>
1132
+ */
1133
+ UserType?: string;
1134
+ }
1135
+ /**
1136
+ * DescribeUserInfo返回参数结构体
1137
+ */
1138
+ export interface DescribeUserInfoResponse {
1139
+ /**
1140
+ * 用户信息。
1141
+ */
1142
+ UserInfo?: UserInfo;
1143
+ /**
1144
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1145
+ */
1146
+ RequestId?: string;
1147
+ }
948
1148
  /**
949
1149
  * DescribeKTVRobots请求参数结构体
950
1150
  */
@@ -208,6 +208,16 @@ it("lcic.v20220817.BatchDeleteGroupMember", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("lcic.v20220817.GetRoomEvent", async function () {
212
+ try {
213
+ const data = await client.GetRoomEvent({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
211
221
  it("lcic.v20220817.DescribeRoom", async function () {
212
222
  try {
213
223
  const data = await client.DescribeRoom({})
@@ -498,6 +498,16 @@ it("mariadb.v20170312.CreateTmpInstances", async function () {
498
498
  }
499
499
  })
500
500
 
501
+ it("mariadb.v20170312.DescribeBackupFiles", async function () {
502
+ try {
503
+ const data = await client.DescribeBackupFiles({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
501
511
  it("mariadb.v20170312.ModifyDBEncryptAttributes", async function () {
502
512
  try {
503
513
  const data = await client.ModifyDBEncryptAttributes({})
@@ -628,6 +628,16 @@ it("redis.v20180412.AssociateSecurityGroups", async function () {
628
628
  }
629
629
  })
630
630
 
631
+ it("redis.v20180412.DescribeSSLStatus", async function () {
632
+ try {
633
+ const data = await client.DescribeSSLStatus({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
631
641
  it("redis.v20180412.DescribeInstanceMonitorBigKey", async function () {
632
642
  try {
633
643
  const data = await client.DescribeInstanceMonitorBigKey({})
@@ -28,9 +28,9 @@ it("yinsuda.v20220527.CreateKTVRobot", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("yinsuda.v20220527.SyncKTVRobotCommand", async function () {
31
+ it("yinsuda.v20220527.RechargeLiveVip", async function () {
32
32
  try {
33
- const data = await client.SyncKTVRobotCommand({})
33
+ const data = await client.RechargeLiveVip({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -58,6 +58,16 @@ it("yinsuda.v20220527.DescribeKTVPlaylistDetail", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("yinsuda.v20220527.SyncKTVRobotCommand", async function () {
62
+ try {
63
+ const data = await client.SyncKTVRobotCommand({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
61
71
  it("yinsuda.v20220527.DestroyKTVRobot", async function () {
62
72
  try {
63
73
  const data = await client.DestroyKTVRobot({})
@@ -78,6 +88,26 @@ it("yinsuda.v20220527.DescribeKTVSuggestions", async function () {
78
88
  }
79
89
  })
80
90
 
91
+ it("yinsuda.v20220527.DescribeUserInfo", async function () {
92
+ try {
93
+ const data = await client.DescribeUserInfo({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
101
+ it("yinsuda.v20220527.DescribeLiveVipTradeInfos", async function () {
102
+ try {
103
+ const data = await client.DescribeLiveVipTradeInfos({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
81
111
  it("yinsuda.v20220527.BatchDescribeKTVMusicDetails", async function () {
82
112
  try {
83
113
  const data = await client.BatchDescribeKTVMusicDetails({})