tencentcloud-sdk-nodejs 4.0.765 → 4.0.767
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 +401 -0
- package/SERVICE_CHANGELOG.md +530 -28
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/billing/v20180709/billing_models.ts +15 -4
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cat/v20180409/cat_models.ts +5 -1
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +182 -7
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1152 -181
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -23
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/v20211206/dts_models.ts +97 -97
- package/src/services/ess/v20201111/ess_client.ts +65 -18
- package/src/services/ess/v20201111/ess_models.ts +133 -26
- package/src/services/essbasic/v20210526/essbasic_client.ts +38 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +147 -25
- package/src/services/faceid/v20180301/faceid_models.ts +8 -8
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/iss/v20230517/iss_models.ts +12 -8
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_client.ts +4 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +75 -13
- package/src/services/monitor/v20180724/monitor_models.ts +7 -7
- package/src/services/organization/index.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +6 -6
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +2 -2
- package/src/services/tcb/v20180608/tcb_models.ts +3 -3
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +3 -2
- package/src/services/tke/v20180525/tke_models.ts +33 -7
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +4 -3
- package/src/services/vod/v20180717/vod_models.ts +179 -180
- package/src/services/vpc/v20170312/vpc_models.ts +12 -0
- package/src/services/waf/v20180125/waf_models.ts +5 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +43 -7
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +155 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -4
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +57 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +84 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1117 -181
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -23
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +97 -97
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +52 -14
- package/tencentcloud/services/ess/v20201111/ess_client.js +54 -14
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +130 -26
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +29 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +144 -25
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -8
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +12 -8
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +73 -13
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +3 -3
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +32 -7
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +179 -180
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +5 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +15 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +21 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +149 -6
- package/test/cdwdoris.v20211228.test.js +140 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +32 -2
|
@@ -1000,6 +1000,10 @@ export interface AssignIpv6SubnetCidrBlockRequest {
|
|
|
1000
1000
|
* 分配 `IPv6` 子网段列表。
|
|
1001
1001
|
*/
|
|
1002
1002
|
Ipv6SubnetCidrBlocks: Array<Ipv6SubnetCidrBlock>;
|
|
1003
|
+
/**
|
|
1004
|
+
* 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
|
1005
|
+
*/
|
|
1006
|
+
ClientToken?: string;
|
|
1003
1007
|
}
|
|
1004
1008
|
/**
|
|
1005
1009
|
* DeleteVpnGatewaySslClient返回参数结构体
|
|
@@ -10506,6 +10510,14 @@ export interface ModifyCcnAttributeRequest {
|
|
|
10506
10510
|
* CCN描述信息,最大长度不能超过100个字节,限制:CcnName和CcnDescription必须至少选择一个参数输入,否则报错。
|
|
10507
10511
|
*/
|
|
10508
10512
|
CcnDescription?: string;
|
|
10513
|
+
/**
|
|
10514
|
+
* 是否开启等价路由功能。`False` 不开启,`True` 开启。
|
|
10515
|
+
*/
|
|
10516
|
+
RouteECMPFlag?: boolean;
|
|
10517
|
+
/**
|
|
10518
|
+
* 是否开启路由重叠功能。`False` 不开启,`True` 开启。
|
|
10519
|
+
*/
|
|
10520
|
+
RouteOverlapFlag?: boolean;
|
|
10509
10521
|
}
|
|
10510
10522
|
/**
|
|
10511
10523
|
* 资源统计信息
|
|
@@ -5413,6 +5413,11 @@ export interface InstanceInfo {
|
|
|
5413
5413
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5414
5414
|
*/
|
|
5415
5415
|
MiniMaxQPS?: number;
|
|
5416
|
+
/**
|
|
5417
|
+
* 最近一次超量时间
|
|
5418
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5419
|
+
*/
|
|
5420
|
+
LastQpsExceedTime?: string;
|
|
5416
5421
|
}
|
|
5417
5422
|
/**
|
|
5418
5423
|
* CLB回调WAF接口(获取、删除)的参数
|
|
@@ -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, SyncKTVRobotCommandResponse, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, RechargeLiveVipResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, DescribeLiveVipTradeInfosRequest, DescribeKTVRobotsResponse, DescribeKTVMusicAccompanySegmentUrlRequest, BatchDescribeKTVMusicDetailsRequest, DescribeKTVMusicsByTagResponse, DescribeLiveVipTradeInfosResponse,
|
|
3
|
+
import { ApplyChorusResponse, DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, SyncKTVRobotCommandResponse, CreateKTVRobotResponse, DescribeKTVMusicAccompanySegmentUrlVipResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, RechargeLiveVipResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, DescribeLiveVipTradeInfosRequest, RechargeVipResponse, DescribeKTVRobotsResponse, DescribeKTVMusicAccompanySegmentUrlRequest, DescribeVipUserInfoRequest, BatchDescribeKTVMusicDetailsRequest, DescribeKTVMusicsByTagResponse, DescribeLiveVipTradeInfosResponse, DescribeVipUserInfoResponse, DescribeKTVMatchMusicsResponse, DescribeKTVTagsResponse, RechargeLiveVipRequest, SearchKTVMusicsResponse, RechargeVipRequest, ApplyChorusRequest, BatchDescribeKTVMusicDetailsResponse, DescribeKTVMusicsByTagRequest, SearchKTVMusicsRequest, DescribeKTVMusicAccompanySegmentUrlResponse, DescribeUserInfoRequest, DescribeKTVMusicAccompanySegmentUrlVipRequest, DestroyKTVRobotRequest, DescribeUserInfoResponse, DescribeKTVRobotsRequest, DescribeKTVTagsRequest } from "./yinsuda_models";
|
|
4
4
|
/**
|
|
5
5
|
* yinsuda client
|
|
6
6
|
* @class
|
|
@@ -19,18 +19,26 @@ export declare class Client extends AbstractClient {
|
|
|
19
19
|
* 获取标签分组及分组下的标签列表信息。
|
|
20
20
|
*/
|
|
21
21
|
DescribeKTVTags(req: DescribeKTVTagsRequest, cb?: (error: string, rep: DescribeKTVTagsResponse) => void): Promise<DescribeKTVTagsResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* 充值会员
|
|
24
|
+
*/
|
|
25
|
+
RechargeVip(req: RechargeVipRequest, cb?: (error: string, rep: RechargeVipResponse) => void): Promise<RechargeVipResponse>;
|
|
22
26
|
/**
|
|
23
27
|
* 根据歌单 Id 获取歌单详情。
|
|
24
28
|
*/
|
|
25
29
|
DescribeKTVPlaylistDetail(req: DescribeKTVPlaylistDetailRequest, cb?: (error: string, rep: DescribeKTVPlaylistDetailResponse) => void): Promise<DescribeKTVPlaylistDetailResponse>;
|
|
26
30
|
/**
|
|
27
|
-
*
|
|
31
|
+
* 获取会员信息:获取用户是否开通会员
|
|
28
32
|
*/
|
|
29
|
-
|
|
33
|
+
DescribeVipUserInfo(req: DescribeVipUserInfoRequest, cb?: (error: string, rep: DescribeVipUserInfoResponse) => void): Promise<DescribeVipUserInfoResponse>;
|
|
30
34
|
/**
|
|
31
35
|
* 销毁机器人,机器人退出 RTC 房间。
|
|
32
36
|
*/
|
|
33
37
|
DestroyKTVRobot(req: DestroyKTVRobotRequest, cb?: (error: string, rep: DestroyKTVRobotResponse) => void): Promise<DestroyKTVRobotResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 获取歌曲伴奏高潮的开始、结束时间,可用于抢唱
|
|
40
|
+
*/
|
|
41
|
+
DescribeKTVMusicAccompanySegmentUrlVip(req: DescribeKTVMusicAccompanySegmentUrlVipRequest, cb?: (error: string, rep: DescribeKTVMusicAccompanySegmentUrlVipResponse) => void): Promise<DescribeKTVMusicAccompanySegmentUrlVipResponse>;
|
|
34
42
|
/**
|
|
35
43
|
* 根据关键词获取联想词列表。
|
|
36
44
|
*/
|
|
@@ -63,6 +71,10 @@ export declare class Client extends AbstractClient {
|
|
|
63
71
|
* 获取歌曲伴奏片段链接,可用于抢唱
|
|
64
72
|
*/
|
|
65
73
|
DescribeKTVMusicAccompanySegmentUrl(req: DescribeKTVMusicAccompanySegmentUrlRequest, cb?: (error: string, rep: DescribeKTVMusicAccompanySegmentUrlResponse) => void): Promise<DescribeKTVMusicAccompanySegmentUrlResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
|
|
76
|
+
*/
|
|
77
|
+
SyncKTVRobotCommand(req: SyncKTVRobotCommandRequest, cb?: (error: string, rep: SyncKTVRobotCommandResponse) => void): Promise<SyncKTVRobotCommandResponse>;
|
|
66
78
|
/**
|
|
67
79
|
* 根据输入的规则匹配曲库中的歌曲。
|
|
68
80
|
*/
|
|
@@ -45,6 +45,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
45
45
|
async DescribeKTVTags(req, cb) {
|
|
46
46
|
return this.request("DescribeKTVTags", req, cb);
|
|
47
47
|
}
|
|
48
|
+
/**
|
|
49
|
+
* 充值会员
|
|
50
|
+
*/
|
|
51
|
+
async RechargeVip(req, cb) {
|
|
52
|
+
return this.request("RechargeVip", req, cb);
|
|
53
|
+
}
|
|
48
54
|
/**
|
|
49
55
|
* 根据歌单 Id 获取歌单详情。
|
|
50
56
|
*/
|
|
@@ -52,10 +58,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
52
58
|
return this.request("DescribeKTVPlaylistDetail", req, cb);
|
|
53
59
|
}
|
|
54
60
|
/**
|
|
55
|
-
*
|
|
61
|
+
* 获取会员信息:获取用户是否开通会员
|
|
56
62
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
63
|
+
async DescribeVipUserInfo(req, cb) {
|
|
64
|
+
return this.request("DescribeVipUserInfo", req, cb);
|
|
59
65
|
}
|
|
60
66
|
/**
|
|
61
67
|
* 销毁机器人,机器人退出 RTC 房间。
|
|
@@ -63,6 +69,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
63
69
|
async DestroyKTVRobot(req, cb) {
|
|
64
70
|
return this.request("DestroyKTVRobot", req, cb);
|
|
65
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* 获取歌曲伴奏高潮的开始、结束时间,可用于抢唱
|
|
74
|
+
*/
|
|
75
|
+
async DescribeKTVMusicAccompanySegmentUrlVip(req, cb) {
|
|
76
|
+
return this.request("DescribeKTVMusicAccompanySegmentUrlVip", req, cb);
|
|
77
|
+
}
|
|
66
78
|
/**
|
|
67
79
|
* 根据关键词获取联想词列表。
|
|
68
80
|
*/
|
|
@@ -111,6 +123,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
111
123
|
async DescribeKTVMusicAccompanySegmentUrl(req, cb) {
|
|
112
124
|
return this.request("DescribeKTVMusicAccompanySegmentUrl", req, cb);
|
|
113
125
|
}
|
|
126
|
+
/**
|
|
127
|
+
* 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
|
|
128
|
+
*/
|
|
129
|
+
async SyncKTVRobotCommand(req, cb) {
|
|
130
|
+
return this.request("SyncKTVRobotCommand", req, cb);
|
|
131
|
+
}
|
|
114
132
|
/**
|
|
115
133
|
* 根据输入的规则匹配曲库中的歌曲。
|
|
116
134
|
*/
|
|
@@ -259,6 +259,44 @@ export interface CreateKTVRobotResponse {
|
|
|
259
259
|
*/
|
|
260
260
|
RequestId?: string;
|
|
261
261
|
}
|
|
262
|
+
/**
|
|
263
|
+
* DescribeKTVMusicAccompanySegmentUrlVip返回参数结构体
|
|
264
|
+
*/
|
|
265
|
+
export interface DescribeKTVMusicAccompanySegmentUrlVipResponse {
|
|
266
|
+
/**
|
|
267
|
+
* 0:成功获取 1:歌曲下架 2:无权限 3: 非包月会员 4:没有对应的链接
|
|
268
|
+
*/
|
|
269
|
+
Status?: number;
|
|
270
|
+
/**
|
|
271
|
+
* 伴奏链接
|
|
272
|
+
|
|
273
|
+
*/
|
|
274
|
+
Url?: string;
|
|
275
|
+
/**
|
|
276
|
+
* 伴奏类型,如mkv,mp3等
|
|
277
|
+
|
|
278
|
+
*/
|
|
279
|
+
ExtName?: string;
|
|
280
|
+
/**
|
|
281
|
+
* 高潮开始时间
|
|
282
|
+
|
|
283
|
+
*/
|
|
284
|
+
SegmentBegin?: number;
|
|
285
|
+
/**
|
|
286
|
+
* 高潮结束时间
|
|
287
|
+
|
|
288
|
+
*/
|
|
289
|
+
SegmentEnd?: number;
|
|
290
|
+
/**
|
|
291
|
+
* 链接文件大小 (单位:字节)
|
|
292
|
+
|
|
293
|
+
*/
|
|
294
|
+
FileSize?: number;
|
|
295
|
+
/**
|
|
296
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
297
|
+
*/
|
|
298
|
+
RequestId?: string;
|
|
299
|
+
}
|
|
262
300
|
/**
|
|
263
301
|
* 直播会员用户信息
|
|
264
302
|
*/
|
|
@@ -496,6 +534,27 @@ export interface TRTCJoinRoomInput {
|
|
|
496
534
|
*/
|
|
497
535
|
RoomIdType?: string;
|
|
498
536
|
}
|
|
537
|
+
/**
|
|
538
|
+
* RechargeVip返回参数结构体
|
|
539
|
+
*/
|
|
540
|
+
export interface RechargeVipResponse {
|
|
541
|
+
/**
|
|
542
|
+
* 厂商订单号。
|
|
543
|
+
*/
|
|
544
|
+
PartnerNo?: string;
|
|
545
|
+
/**
|
|
546
|
+
* TME订单号。
|
|
547
|
+
*/
|
|
548
|
+
OrderNo?: string;
|
|
549
|
+
/**
|
|
550
|
+
* 订单创建时间。
|
|
551
|
+
*/
|
|
552
|
+
CreateTime?: string;
|
|
553
|
+
/**
|
|
554
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
555
|
+
*/
|
|
556
|
+
RequestId?: string;
|
|
557
|
+
}
|
|
499
558
|
/**
|
|
500
559
|
* 其它片段时间(可用于抢唱)
|
|
501
560
|
*/
|
|
@@ -571,6 +630,19 @@ export interface KTVTagGroupInfo {
|
|
|
571
630
|
*/
|
|
572
631
|
TagInfoSet: Array<KTVTagInfo>;
|
|
573
632
|
}
|
|
633
|
+
/**
|
|
634
|
+
* DescribeVipUserInfo请求参数结构体
|
|
635
|
+
*/
|
|
636
|
+
export interface DescribeVipUserInfoRequest {
|
|
637
|
+
/**
|
|
638
|
+
* 应用名称。
|
|
639
|
+
*/
|
|
640
|
+
AppName: string;
|
|
641
|
+
/**
|
|
642
|
+
* 用户标识。
|
|
643
|
+
*/
|
|
644
|
+
UserId: string;
|
|
645
|
+
}
|
|
574
646
|
/**
|
|
575
647
|
* BatchDescribeKTVMusicDetails请求参数结构体
|
|
576
648
|
*/
|
|
@@ -726,17 +798,29 @@ export interface SyncRobotCommand {
|
|
|
726
798
|
SetDestroyModeCommandInput?: SetDestroyModeCommandInput;
|
|
727
799
|
}
|
|
728
800
|
/**
|
|
729
|
-
*
|
|
801
|
+
* DescribeVipUserInfo返回参数结构体
|
|
730
802
|
*/
|
|
731
|
-
export interface
|
|
803
|
+
export interface DescribeVipUserInfoResponse {
|
|
732
804
|
/**
|
|
733
|
-
*
|
|
805
|
+
* 是否是会员。(0:不是会员 1:是会员)
|
|
734
806
|
*/
|
|
735
|
-
|
|
807
|
+
IsVip?: number;
|
|
736
808
|
/**
|
|
737
|
-
*
|
|
809
|
+
* 主播id
|
|
738
810
|
*/
|
|
739
|
-
|
|
811
|
+
AnchorId?: string;
|
|
812
|
+
/**
|
|
813
|
+
* 房间id
|
|
814
|
+
*/
|
|
815
|
+
RoomId?: string;
|
|
816
|
+
/**
|
|
817
|
+
* 会员过期时间
|
|
818
|
+
*/
|
|
819
|
+
EndTime?: string;
|
|
820
|
+
/**
|
|
821
|
+
* 会员状态。(-1:未开通过;1:已开通,未过期;2:已开通,已过期)
|
|
822
|
+
*/
|
|
823
|
+
Status?: number;
|
|
740
824
|
/**
|
|
741
825
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
742
826
|
*/
|
|
@@ -860,6 +944,23 @@ export interface RechargeLiveVipRequest {
|
|
|
860
944
|
*/
|
|
861
945
|
PlayScene?: string;
|
|
862
946
|
}
|
|
947
|
+
/**
|
|
948
|
+
* SearchKTVMusics返回参数结构体
|
|
949
|
+
*/
|
|
950
|
+
export interface SearchKTVMusicsResponse {
|
|
951
|
+
/**
|
|
952
|
+
* 歌曲信息列表。
|
|
953
|
+
*/
|
|
954
|
+
KTVMusicInfoSet?: Array<KTVMusicBaseInfo>;
|
|
955
|
+
/**
|
|
956
|
+
* 滚动标记,用于设置下次请求的 ScrollToken 参数。
|
|
957
|
+
*/
|
|
958
|
+
ScrollToken?: string;
|
|
959
|
+
/**
|
|
960
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
961
|
+
*/
|
|
962
|
+
RequestId?: string;
|
|
963
|
+
}
|
|
863
964
|
/**
|
|
864
965
|
* 副歌片段信息。
|
|
865
966
|
*/
|
|
@@ -873,6 +974,31 @@ export interface ChorusClip {
|
|
|
873
974
|
*/
|
|
874
975
|
EndTime: number;
|
|
875
976
|
}
|
|
977
|
+
/**
|
|
978
|
+
* RechargeVip请求参数结构体
|
|
979
|
+
*/
|
|
980
|
+
export interface RechargeVipRequest {
|
|
981
|
+
/**
|
|
982
|
+
* 应用名称。
|
|
983
|
+
*/
|
|
984
|
+
AppName: string;
|
|
985
|
+
/**
|
|
986
|
+
* 用户标识。
|
|
987
|
+
*/
|
|
988
|
+
UserId: string;
|
|
989
|
+
/**
|
|
990
|
+
* 房间Id。
|
|
991
|
+
*/
|
|
992
|
+
RoomId: string;
|
|
993
|
+
/**
|
|
994
|
+
* 充值会员天数。(取值有:31、93、186、372)
|
|
995
|
+
*/
|
|
996
|
+
VipDays: number;
|
|
997
|
+
/**
|
|
998
|
+
* 主播id。
|
|
999
|
+
*/
|
|
1000
|
+
AnchorId: string;
|
|
1001
|
+
}
|
|
876
1002
|
/**
|
|
877
1003
|
* 设置播放列表指令参数
|
|
878
1004
|
*/
|
|
@@ -1192,6 +1318,23 @@ export interface SendMessageCommandInput {
|
|
|
1192
1318
|
*/
|
|
1193
1319
|
Repeat?: number;
|
|
1194
1320
|
}
|
|
1321
|
+
/**
|
|
1322
|
+
* DescribeKTVMusicAccompanySegmentUrlVip请求参数结构体
|
|
1323
|
+
*/
|
|
1324
|
+
export interface DescribeKTVMusicAccompanySegmentUrlVipRequest {
|
|
1325
|
+
/**
|
|
1326
|
+
* 应用名称
|
|
1327
|
+
*/
|
|
1328
|
+
AppName: string;
|
|
1329
|
+
/**
|
|
1330
|
+
* 用户标识
|
|
1331
|
+
*/
|
|
1332
|
+
UserId: string;
|
|
1333
|
+
/**
|
|
1334
|
+
* 歌曲 Id
|
|
1335
|
+
*/
|
|
1336
|
+
MusicId: string;
|
|
1337
|
+
}
|
|
1195
1338
|
/**
|
|
1196
1339
|
* DestroyKTVRobot请求参数结构体
|
|
1197
1340
|
*/
|
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.cdwdoris.v20211228.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("cdwdoris.v20211228.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("cdwdoris.v20211228.ScaleUpInstance", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.ScaleUpInstance({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
21
31
|
it("cdwdoris.v20211228.DescribeInstances", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.DescribeInstances({})
|
|
@@ -28,6 +38,66 @@ it("cdwdoris.v20211228.DescribeInstances", async function () {
|
|
|
28
38
|
}
|
|
29
39
|
})
|
|
30
40
|
|
|
41
|
+
it("cdwdoris.v20211228.DestroyInstance", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DestroyInstance({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
51
|
+
it("cdwdoris.v20211228.DescribeInstanceState", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeInstanceState({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
61
|
+
it("cdwdoris.v20211228.DescribeDatabaseAuditRecords", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeDatabaseAuditRecords({})
|
|
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
|
+
|
|
71
|
+
it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeClusterConfigs({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
81
|
+
it("cdwdoris.v20211228.ResizeDisk", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.ResizeDisk({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
91
|
+
it("cdwdoris.v20211228.DescribeDatabaseAuditDownload", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeDatabaseAuditDownload({})
|
|
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
|
+
|
|
31
101
|
it("cdwdoris.v20211228.DescribeInstance", async function () {
|
|
32
102
|
try {
|
|
33
103
|
const data = await client.DescribeInstance({})
|
|
@@ -38,6 +108,16 @@ it("cdwdoris.v20211228.DescribeInstance", async function () {
|
|
|
38
108
|
}
|
|
39
109
|
})
|
|
40
110
|
|
|
111
|
+
it("cdwdoris.v20211228.RestartClusterForNode", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.RestartClusterForNode({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
41
121
|
it("cdwdoris.v20211228.DescribeInstanceNodes", async function () {
|
|
42
122
|
try {
|
|
43
123
|
const data = await client.DescribeInstanceNodes({})
|
|
@@ -48,4 +128,64 @@ it("cdwdoris.v20211228.DescribeInstanceNodes", async function () {
|
|
|
48
128
|
}
|
|
49
129
|
})
|
|
50
130
|
|
|
131
|
+
it("cdwdoris.v20211228.DescribeSlowQueryRecordsDownload", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeSlowQueryRecordsDownload({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
141
|
+
it("cdwdoris.v20211228.DescribeInstanceNodesInfo", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.DescribeInstanceNodesInfo({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
151
|
+
it("cdwdoris.v20211228.CreateInstanceNew", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.CreateInstanceNew({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
161
|
+
it("cdwdoris.v20211228.ScaleOutInstance", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.ScaleOutInstance({})
|
|
164
|
+
expect(data).to.be.ok
|
|
165
|
+
} catch(error) {
|
|
166
|
+
expect(error.requestId).to.be.ok
|
|
167
|
+
expect(error.code).to.be.ok
|
|
168
|
+
}
|
|
169
|
+
})
|
|
170
|
+
|
|
171
|
+
it("cdwdoris.v20211228.ModifyInstance", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.ModifyInstance({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
181
|
+
it("cdwdoris.v20211228.DescribeSlowQueryRecords", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeSlowQueryRecords({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
51
191
|
})
|
|
@@ -118,9 +118,9 @@ it("ess.v20201111.CreateUserAutoSignEnableUrl", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
-
it("ess.v20201111.
|
|
121
|
+
it("ess.v20201111.CreateFlowGroupSignReview", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
123
|
+
const data = await client.CreateFlowGroupSignReview({})
|
|
124
124
|
expect(data).to.be.ok
|
|
125
125
|
} catch(error) {
|
|
126
126
|
expect(error.requestId).to.be.ok
|
|
@@ -488,6 +488,16 @@ it("ess.v20201111.DescribeFlowBriefs", async function () {
|
|
|
488
488
|
}
|
|
489
489
|
})
|
|
490
490
|
|
|
491
|
+
it("ess.v20201111.CreateIntegrationRole", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.CreateIntegrationRole({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
491
501
|
it("ess.v20201111.CreateIntegrationUserRoles", async function () {
|
|
492
502
|
try {
|
|
493
503
|
const data = await client.CreateIntegrationUserRoles({})
|
|
@@ -518,6 +518,16 @@ it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
|
|
|
518
518
|
}
|
|
519
519
|
})
|
|
520
520
|
|
|
521
|
+
it("essbasic.v20210526.CreateFlowGroupSignReview", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.CreateFlowGroupSignReview({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
521
531
|
it("essbasic.v20210526.ChannelCreateUserRoles", async function () {
|
|
522
532
|
try {
|
|
523
533
|
const data = await client.ChannelCreateUserRoles({})
|
|
@@ -48,6 +48,16 @@ it("yinsuda.v20220527.DescribeKTVTags", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("yinsuda.v20220527.RechargeVip", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.RechargeVip({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
51
61
|
it("yinsuda.v20220527.DescribeKTVPlaylistDetail", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.DescribeKTVPlaylistDetail({})
|
|
@@ -58,9 +68,9 @@ it("yinsuda.v20220527.DescribeKTVPlaylistDetail", async function () {
|
|
|
58
68
|
}
|
|
59
69
|
})
|
|
60
70
|
|
|
61
|
-
it("yinsuda.v20220527.
|
|
71
|
+
it("yinsuda.v20220527.DescribeVipUserInfo", async function () {
|
|
62
72
|
try {
|
|
63
|
-
const data = await client.
|
|
73
|
+
const data = await client.DescribeVipUserInfo({})
|
|
64
74
|
expect(data).to.be.ok
|
|
65
75
|
} catch(error) {
|
|
66
76
|
expect(error.requestId).to.be.ok
|
|
@@ -78,6 +88,16 @@ it("yinsuda.v20220527.DestroyKTVRobot", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
91
|
+
it("yinsuda.v20220527.DescribeKTVMusicAccompanySegmentUrlVip", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeKTVMusicAccompanySegmentUrlVip({})
|
|
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
|
+
|
|
81
101
|
it("yinsuda.v20220527.DescribeKTVSuggestions", async function () {
|
|
82
102
|
try {
|
|
83
103
|
const data = await client.DescribeKTVSuggestions({})
|
|
@@ -158,6 +178,16 @@ it("yinsuda.v20220527.DescribeKTVMusicAccompanySegmentUrl", async function () {
|
|
|
158
178
|
}
|
|
159
179
|
})
|
|
160
180
|
|
|
181
|
+
it("yinsuda.v20220527.SyncKTVRobotCommand", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.SyncKTVRobotCommand({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
161
191
|
it("yinsuda.v20220527.DescribeKTVMatchMusics", async function () {
|
|
162
192
|
try {
|
|
163
193
|
const data = await client.DescribeKTVMatchMusics({})
|