tencentcloud-sdk-nodejs 4.0.441 → 4.0.443
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 +419 -0
- package/SERVICE_CHANGELOG.md +447 -145
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfw/v20190904/cfw_client.ts +19 -93
- package/src/services/cfw/v20190904/cfw_models.ts +127 -471
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +57 -12
- package/src/services/es/v20180416/es_models.ts +16 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +33 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +8 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -7
- package/src/services/live/v20180801/live_client.ts +31 -19
- package/src/services/live/v20180801/live_models.ts +107 -49
- package/src/services/mna/v20210119/mna_client.ts +13 -0
- package/src/services/mna/v20210119/mna_models.ts +75 -0
- package/src/services/monitor/v20180724/monitor_models.ts +22 -1
- package/src/services/mps/v20190612/mps_models.ts +5 -0
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +6 -6
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +40 -0
- package/src/services/tiia/v20190529/tiia_client.ts +8 -8
- package/src/services/tiia/v20190529/tiia_models.ts +65 -50
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/vm/v20210922/vm_models.ts +14 -7
- package/src/services/vod/v20180717/vod_client.ts +20 -1
- package/src/services/vod/v20180717/vod_models.ts +394 -51
- package/src/services/vpc/v20170312/vpc_client.ts +13 -0
- package/src/services/vpc/v20170312/vpc_models.ts +81 -0
- package/src/services/waf/v20180125/waf_models.ts +36 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +30 -3
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +163 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -29
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -42
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +111 -402
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +49 -11
- package/tencentcloud/services/es/v20180416/es_models.d.ts +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +29 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -6
- package/tencentcloud/services/live/v20180801/live_client.d.ts +11 -7
- package/tencentcloud/services/live/v20180801/live_client.js +14 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +96 -45
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +63 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +18 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +34 -0
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +8 -8
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +8 -8
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +62 -47
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +13 -7
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +334 -45
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +68 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +29 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +9 -1
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +12 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +142 -16
- package/test/cfw.v20190904.test.js +4 -64
- package/test/dnspod.v20210323.test.js +10 -0
- package/test/live.v20180801.test.js +14 -4
- package/test/mna.v20210119.test.js +10 -0
- package/test/vod.v20180717.test.js +10 -0
- package/test/vpc.v20170312.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +20 -0
|
@@ -8099,6 +8099,39 @@ export interface AddressChargePrepaid {
|
|
|
8099
8099
|
*/
|
|
8100
8100
|
AutoRenewFlag?: number;
|
|
8101
8101
|
}
|
|
8102
|
+
/**
|
|
8103
|
+
* DescribeCrossBorderFlowMonitor请求参数结构体
|
|
8104
|
+
*/
|
|
8105
|
+
export interface DescribeCrossBorderFlowMonitorRequest {
|
|
8106
|
+
/**
|
|
8107
|
+
* 源地域
|
|
8108
|
+
*/
|
|
8109
|
+
SourceRegion: string;
|
|
8110
|
+
/**
|
|
8111
|
+
* 目的地域
|
|
8112
|
+
*/
|
|
8113
|
+
DestinationRegion: string;
|
|
8114
|
+
/**
|
|
8115
|
+
* 云联网Id
|
|
8116
|
+
*/
|
|
8117
|
+
CcnId: string;
|
|
8118
|
+
/**
|
|
8119
|
+
* 云联网所属账号
|
|
8120
|
+
*/
|
|
8121
|
+
CcnUin: string;
|
|
8122
|
+
/**
|
|
8123
|
+
* 时间粒度
|
|
8124
|
+
*/
|
|
8125
|
+
Period: number;
|
|
8126
|
+
/**
|
|
8127
|
+
* 开始时间
|
|
8128
|
+
*/
|
|
8129
|
+
StartTime: string;
|
|
8130
|
+
/**
|
|
8131
|
+
* 结束时间
|
|
8132
|
+
*/
|
|
8133
|
+
EndTime: string;
|
|
8134
|
+
}
|
|
8102
8135
|
/**
|
|
8103
8136
|
* DescribeVpnGatewayRoutes返回参数结构体
|
|
8104
8137
|
*/
|
|
@@ -9521,6 +9554,27 @@ export interface ModifyVpnGatewayRoutesResponse {
|
|
|
9521
9554
|
*/
|
|
9522
9555
|
RequestId?: string;
|
|
9523
9556
|
}
|
|
9557
|
+
/**
|
|
9558
|
+
* 跨境带宽监控数据
|
|
9559
|
+
*/
|
|
9560
|
+
export interface CrossBorderFlowMonitorData {
|
|
9561
|
+
/**
|
|
9562
|
+
* 入带宽
|
|
9563
|
+
*/
|
|
9564
|
+
InBandwidth: Array<number>;
|
|
9565
|
+
/**
|
|
9566
|
+
* 出带宽
|
|
9567
|
+
*/
|
|
9568
|
+
OutBandwidth: Array<number>;
|
|
9569
|
+
/**
|
|
9570
|
+
* 入包
|
|
9571
|
+
*/
|
|
9572
|
+
InPkg: Array<number>;
|
|
9573
|
+
/**
|
|
9574
|
+
* 出包
|
|
9575
|
+
*/
|
|
9576
|
+
OutPkg: Array<number>;
|
|
9577
|
+
}
|
|
9524
9578
|
/**
|
|
9525
9579
|
* ModifyRouteTableAttribute返回参数结构体
|
|
9526
9580
|
*/
|
|
@@ -12289,6 +12343,20 @@ export interface ModifyVpcEndPointServiceWhiteListResponse {
|
|
|
12289
12343
|
*/
|
|
12290
12344
|
RequestId?: string;
|
|
12291
12345
|
}
|
|
12346
|
+
/**
|
|
12347
|
+
* DescribeCrossBorderFlowMonitor返回参数结构体
|
|
12348
|
+
*/
|
|
12349
|
+
export interface DescribeCrossBorderFlowMonitorResponse {
|
|
12350
|
+
/**
|
|
12351
|
+
* 云联网跨境带宽监控数据
|
|
12352
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12353
|
+
*/
|
|
12354
|
+
CrossBorderFlowMonitorData: Array<CrossBorderFlowMonitorData>;
|
|
12355
|
+
/**
|
|
12356
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12357
|
+
*/
|
|
12358
|
+
RequestId?: string;
|
|
12359
|
+
}
|
|
12292
12360
|
/**
|
|
12293
12361
|
* DescribeBandwidthPackageQuota请求参数结构体
|
|
12294
12362
|
*/
|
|
@@ -308,6 +308,10 @@ export interface UpsertIpAccessControlRequest {
|
|
|
308
308
|
* clb-waf或者sparta-waf
|
|
309
309
|
*/
|
|
310
310
|
Edition?: string;
|
|
311
|
+
/**
|
|
312
|
+
* 是否为多域名黑白名单
|
|
313
|
+
*/
|
|
314
|
+
SourceType?: string;
|
|
311
315
|
}
|
|
312
316
|
/**
|
|
313
317
|
* DeleteDownloadRecord请求参数结构体
|
|
@@ -720,6 +724,22 @@ export interface AddSpartaProtectionRequest {
|
|
|
720
724
|
* src权重
|
|
721
725
|
*/
|
|
722
726
|
Weights?: Array<number>;
|
|
727
|
+
/**
|
|
728
|
+
* 是否开启主动健康检测,1表示开启,0表示不开启
|
|
729
|
+
*/
|
|
730
|
+
ActiveCheck?: number;
|
|
731
|
+
/**
|
|
732
|
+
* TLS版本信息
|
|
733
|
+
*/
|
|
734
|
+
TLSVersion?: number;
|
|
735
|
+
/**
|
|
736
|
+
* 加密套件信息
|
|
737
|
+
*/
|
|
738
|
+
Ciphers?: Array<number>;
|
|
739
|
+
/**
|
|
740
|
+
* 0:不支持选择:默认模版 1:通用型模版 2:安全型模版 3:自定义模版
|
|
741
|
+
*/
|
|
742
|
+
CipherTemplate?: number;
|
|
723
743
|
}
|
|
724
744
|
/**
|
|
725
745
|
* PostAttackDownloadTask请求参数结构体
|
|
@@ -791,6 +811,10 @@ export interface DeleteIpAccessControlRequest {
|
|
|
791
811
|
* 删除对应的域名下的所有黑/白IP名额单
|
|
792
812
|
*/
|
|
793
813
|
DeleteAll?: boolean;
|
|
814
|
+
/**
|
|
815
|
+
* 是否为多域名黑白名单
|
|
816
|
+
*/
|
|
817
|
+
SourceType?: string;
|
|
794
818
|
}
|
|
795
819
|
/**
|
|
796
820
|
* DeleteDomainWhiteRules返回参数结构体
|
|
@@ -1331,6 +1355,11 @@ export interface InstanceInfo {
|
|
|
1331
1355
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1332
1356
|
*/
|
|
1333
1357
|
BotQPS?: BotQPS;
|
|
1358
|
+
/**
|
|
1359
|
+
* qps弹性计费上限
|
|
1360
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1361
|
+
*/
|
|
1362
|
+
ElasticBilling?: number;
|
|
1334
1363
|
}
|
|
1335
1364
|
/**
|
|
1336
1365
|
* 用于 DescribeAccessIndex 的出参
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, DescribeKTVRobotsResponse, BatchDescribeKTVMusicDetailsRequest, SearchKTVMusicsResponse, DescribeKTVMatchMusicsResponse, SyncKTVRobotCommandResponse, BatchDescribeKTVMusicDetailsResponse, SearchKTVMusicsRequest, DestroyKTVRobotRequest, DescribeKTVRobotsRequest } from "./yinsuda_models";
|
|
3
|
+
import { DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, DescribeKTVRobotsResponse, BatchDescribeKTVMusicDetailsRequest, DescribeKTVMusicsByTagResponse, SearchKTVMusicsResponse, DescribeKTVMatchMusicsResponse, DescribeKTVTagsResponse, SyncKTVRobotCommandResponse, BatchDescribeKTVMusicDetailsResponse, DescribeKTVMusicsByTagRequest, SearchKTVMusicsRequest, DestroyKTVRobotRequest, DescribeKTVRobotsRequest, DescribeKTVTagsRequest } from "./yinsuda_models";
|
|
4
4
|
/**
|
|
5
5
|
* yinsuda client
|
|
6
6
|
* @class
|
|
@@ -15,6 +15,10 @@ export declare class Client extends AbstractClient {
|
|
|
15
15
|
* 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
|
|
16
16
|
*/
|
|
17
17
|
SyncKTVRobotCommand(req: SyncKTVRobotCommandRequest, cb?: (error: string, rep: SyncKTVRobotCommandResponse) => void): Promise<SyncKTVRobotCommandResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* 获取标签分组及分组下的标签列表信息。
|
|
20
|
+
*/
|
|
21
|
+
DescribeKTVTags(req: DescribeKTVTagsRequest, cb?: (error: string, rep: DescribeKTVTagsResponse) => void): Promise<DescribeKTVTagsResponse>;
|
|
18
22
|
/**
|
|
19
23
|
* 根据歌单 Id 获取歌单详情。
|
|
20
24
|
*/
|
|
@@ -47,4 +51,8 @@ export declare class Client extends AbstractClient {
|
|
|
47
51
|
* 根据关键词搜索歌曲,返回相关歌曲列表。
|
|
48
52
|
*/
|
|
49
53
|
SearchKTVMusics(req: SearchKTVMusicsRequest, cb?: (error: string, rep: SearchKTVMusicsResponse) => void): Promise<SearchKTVMusicsResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* 通过标签过滤歌曲列表。
|
|
56
|
+
*/
|
|
57
|
+
DescribeKTVMusicsByTag(req: DescribeKTVMusicsByTagRequest, cb?: (error: string, rep: DescribeKTVMusicsByTagResponse) => void): Promise<DescribeKTVMusicsByTagResponse>;
|
|
50
58
|
}
|
|
@@ -39,6 +39,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
39
39
|
async SyncKTVRobotCommand(req, cb) {
|
|
40
40
|
return this.request("SyncKTVRobotCommand", req, cb);
|
|
41
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* 获取标签分组及分组下的标签列表信息。
|
|
44
|
+
*/
|
|
45
|
+
async DescribeKTVTags(req, cb) {
|
|
46
|
+
return this.request("DescribeKTVTags", req, cb);
|
|
47
|
+
}
|
|
42
48
|
/**
|
|
43
49
|
* 根据歌单 Id 获取歌单详情。
|
|
44
50
|
*/
|
|
@@ -87,5 +93,11 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
87
93
|
async SearchKTVMusics(req, cb) {
|
|
88
94
|
return this.request("SearchKTVMusics", req, cb);
|
|
89
95
|
}
|
|
96
|
+
/**
|
|
97
|
+
* 通过标签过滤歌曲列表。
|
|
98
|
+
*/
|
|
99
|
+
async DescribeKTVMusicsByTag(req, cb) {
|
|
100
|
+
return this.request("DescribeKTVMusicsByTag", req, cb);
|
|
101
|
+
}
|
|
90
102
|
}
|
|
91
103
|
exports.Client = Client;
|
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 节拍信息。
|
|
3
|
+
*/
|
|
4
|
+
export interface KTVBPMInfo {
|
|
5
|
+
/**
|
|
6
|
+
* 节拍类型,取值有:
|
|
7
|
+
<li>Slow:慢;</li>
|
|
8
|
+
<li>Middle:中等;</li>
|
|
9
|
+
<li>Fast:快;</li>
|
|
10
|
+
<li>Unknown:未知。</li>
|
|
11
|
+
*/
|
|
12
|
+
Type: string;
|
|
13
|
+
/**
|
|
14
|
+
* BPM 值。
|
|
15
|
+
*/
|
|
16
|
+
Value: number;
|
|
17
|
+
}
|
|
1
18
|
/**
|
|
2
19
|
* DescribeKTVSuggestions返回参数结构体
|
|
3
20
|
*/
|
|
@@ -12,17 +29,17 @@ export interface DescribeKTVSuggestionsResponse {
|
|
|
12
29
|
RequestId?: string;
|
|
13
30
|
}
|
|
14
31
|
/**
|
|
15
|
-
*
|
|
32
|
+
* 歌曲信息匹配。
|
|
16
33
|
*/
|
|
17
|
-
export interface
|
|
34
|
+
export interface KTVMatchRuleMusicInfo {
|
|
18
35
|
/**
|
|
19
|
-
*
|
|
36
|
+
* 歌曲名称。
|
|
20
37
|
*/
|
|
21
|
-
|
|
38
|
+
MusicName: string;
|
|
22
39
|
/**
|
|
23
|
-
*
|
|
40
|
+
* 歌手列表。
|
|
24
41
|
*/
|
|
25
|
-
|
|
42
|
+
SingerSet: Array<string>;
|
|
26
43
|
}
|
|
27
44
|
/**
|
|
28
45
|
* 直播进房输入参数
|
|
@@ -320,13 +337,21 @@ export interface DescribeKTVRobotsResponse {
|
|
|
320
337
|
RequestId?: string;
|
|
321
338
|
}
|
|
322
339
|
/**
|
|
323
|
-
*
|
|
340
|
+
* 标签分组信息。
|
|
324
341
|
*/
|
|
325
|
-
export interface
|
|
342
|
+
export interface KTVTagGroupInfo {
|
|
326
343
|
/**
|
|
327
|
-
*
|
|
344
|
+
* 分组 Id。
|
|
328
345
|
*/
|
|
329
|
-
|
|
346
|
+
GroupId: string;
|
|
347
|
+
/**
|
|
348
|
+
* 分组名。
|
|
349
|
+
*/
|
|
350
|
+
Name: string;
|
|
351
|
+
/**
|
|
352
|
+
* 标签列表。
|
|
353
|
+
*/
|
|
354
|
+
TagInfoSet: Array<KTVTagInfo>;
|
|
330
355
|
}
|
|
331
356
|
/**
|
|
332
357
|
* BatchDescribeKTVMusicDetails请求参数结构体
|
|
@@ -377,6 +402,41 @@ export interface KTVMusicDetailInfo {
|
|
|
377
402
|
* 歌曲流派列表。
|
|
378
403
|
*/
|
|
379
404
|
GenreSet: Array<string>;
|
|
405
|
+
/**
|
|
406
|
+
* 节拍信息。
|
|
407
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
408
|
+
*/
|
|
409
|
+
BPMInfo: KTVBPMInfo;
|
|
410
|
+
}
|
|
411
|
+
/**
|
|
412
|
+
* DescribeKTVMusicsByTag返回参数结构体
|
|
413
|
+
*/
|
|
414
|
+
export interface DescribeKTVMusicsByTagResponse {
|
|
415
|
+
/**
|
|
416
|
+
* 歌曲信息列表。
|
|
417
|
+
*/
|
|
418
|
+
KTVMusicInfoSet: Array<KTVMusicBaseInfo>;
|
|
419
|
+
/**
|
|
420
|
+
* 滚动标记,用于设置下次请求的 ScrollToken 参数。
|
|
421
|
+
*/
|
|
422
|
+
ScrollToken: string;
|
|
423
|
+
/**
|
|
424
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
425
|
+
*/
|
|
426
|
+
RequestId?: string;
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* 标签信息。
|
|
430
|
+
*/
|
|
431
|
+
export interface KTVTagInfo {
|
|
432
|
+
/**
|
|
433
|
+
* 标签 Id。
|
|
434
|
+
*/
|
|
435
|
+
TagId: string;
|
|
436
|
+
/**
|
|
437
|
+
* 标签名称。
|
|
438
|
+
*/
|
|
439
|
+
Name: string;
|
|
380
440
|
}
|
|
381
441
|
/**
|
|
382
442
|
* 歌曲专辑信息。
|
|
@@ -535,17 +595,30 @@ export interface DescribeKTVMatchMusicsResponse {
|
|
|
535
595
|
RequestId?: string;
|
|
536
596
|
}
|
|
537
597
|
/**
|
|
538
|
-
*
|
|
598
|
+
* DescribeKTVTags返回参数结构体
|
|
539
599
|
*/
|
|
540
|
-
export interface
|
|
600
|
+
export interface DescribeKTVTagsResponse {
|
|
541
601
|
/**
|
|
542
|
-
*
|
|
602
|
+
* 标签分组列表。
|
|
543
603
|
*/
|
|
544
|
-
|
|
604
|
+
TagGroupInfoSet: Array<KTVTagGroupInfo>;
|
|
545
605
|
/**
|
|
546
|
-
*
|
|
606
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
547
607
|
*/
|
|
548
|
-
|
|
608
|
+
RequestId?: string;
|
|
609
|
+
}
|
|
610
|
+
/**
|
|
611
|
+
* 副歌片段信息。
|
|
612
|
+
*/
|
|
613
|
+
export interface ChorusClip {
|
|
614
|
+
/**
|
|
615
|
+
* 开始时间,单位:毫秒。
|
|
616
|
+
*/
|
|
617
|
+
StartTime: number;
|
|
618
|
+
/**
|
|
619
|
+
* 结束时间,单位:毫秒。
|
|
620
|
+
*/
|
|
621
|
+
EndTime: number;
|
|
549
622
|
}
|
|
550
623
|
/**
|
|
551
624
|
* 设置播放列表指令参数
|
|
@@ -657,6 +730,37 @@ export interface KTVMusicBaseInfo {
|
|
|
657
730
|
*/
|
|
658
731
|
RecommendType: string;
|
|
659
732
|
}
|
|
733
|
+
/**
|
|
734
|
+
* DescribeKTVMusicsByTag请求参数结构体
|
|
735
|
+
*/
|
|
736
|
+
export interface DescribeKTVMusicsByTagRequest {
|
|
737
|
+
/**
|
|
738
|
+
* 应用名称。
|
|
739
|
+
*/
|
|
740
|
+
AppName: string;
|
|
741
|
+
/**
|
|
742
|
+
* 用户标识。
|
|
743
|
+
*/
|
|
744
|
+
UserId: string;
|
|
745
|
+
/**
|
|
746
|
+
* 标签 Id。
|
|
747
|
+
*/
|
|
748
|
+
TagId: string;
|
|
749
|
+
/**
|
|
750
|
+
* 滚动标记。
|
|
751
|
+
*/
|
|
752
|
+
ScrollToken?: string;
|
|
753
|
+
/**
|
|
754
|
+
* 返回条数限制,默认 20,最大 50。
|
|
755
|
+
*/
|
|
756
|
+
Limit?: number;
|
|
757
|
+
/**
|
|
758
|
+
* 权益过滤,取值有:
|
|
759
|
+
<li>Play:可播;</li>
|
|
760
|
+
<li>Sing:可唱。</li>
|
|
761
|
+
*/
|
|
762
|
+
RightFilters?: Array<string>;
|
|
763
|
+
}
|
|
660
764
|
/**
|
|
661
765
|
* SearchKTVMusics请求参数结构体
|
|
662
766
|
*/
|
|
@@ -688,6 +792,15 @@ export interface SearchKTVMusicsRequest {
|
|
|
688
792
|
*/
|
|
689
793
|
RightFilters?: Array<string>;
|
|
690
794
|
}
|
|
795
|
+
/**
|
|
796
|
+
* 播放指令输入参数
|
|
797
|
+
*/
|
|
798
|
+
export interface PlayCommandInput {
|
|
799
|
+
/**
|
|
800
|
+
* 歌曲位置索引。
|
|
801
|
+
*/
|
|
802
|
+
Index: number;
|
|
803
|
+
}
|
|
691
804
|
/**
|
|
692
805
|
* 时间范围
|
|
693
806
|
*/
|
|
@@ -783,6 +896,19 @@ export interface DescribeKTVRobotsRequest {
|
|
|
783
896
|
*/
|
|
784
897
|
Limit?: number;
|
|
785
898
|
}
|
|
899
|
+
/**
|
|
900
|
+
* DescribeKTVTags请求参数结构体
|
|
901
|
+
*/
|
|
902
|
+
export interface DescribeKTVTagsRequest {
|
|
903
|
+
/**
|
|
904
|
+
* 应用名称。
|
|
905
|
+
*/
|
|
906
|
+
AppName: string;
|
|
907
|
+
/**
|
|
908
|
+
* 用户标识。
|
|
909
|
+
*/
|
|
910
|
+
UserId: string;
|
|
911
|
+
}
|
|
786
912
|
/**
|
|
787
913
|
* 调整播放进度指令参数
|
|
788
914
|
*/
|
|
@@ -128,16 +128,6 @@ it("cfw.v20190904.ModifyResourceGroup", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("cfw.v20190904.CreateSecurityGroupApiRules", async function () {
|
|
132
|
-
try {
|
|
133
|
-
const data = await client.CreateSecurityGroupApiRules({})
|
|
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
131
|
it("cfw.v20190904.DescribeResourceGroupNew", async function () {
|
|
142
132
|
try {
|
|
143
133
|
const data = await client.DescribeResourceGroupNew({})
|
|
@@ -268,19 +258,9 @@ it("cfw.v20190904.CreateAcRules", async function () {
|
|
|
268
258
|
}
|
|
269
259
|
})
|
|
270
260
|
|
|
271
|
-
it("cfw.v20190904.
|
|
272
|
-
try {
|
|
273
|
-
const data = await client.ModifySecurityGroupAllRuleStatus({})
|
|
274
|
-
expect(data).to.be.ok
|
|
275
|
-
} catch(error) {
|
|
276
|
-
expect(error.requestId).to.be.ok
|
|
277
|
-
expect(error.code).to.be.ok
|
|
278
|
-
}
|
|
279
|
-
})
|
|
280
|
-
|
|
281
|
-
it("cfw.v20190904.DescribeAcLists", async function () {
|
|
261
|
+
it("cfw.v20190904.DeleteNatFwInstance", async function () {
|
|
282
262
|
try {
|
|
283
|
-
const data = await client.
|
|
263
|
+
const data = await client.DeleteNatFwInstance({})
|
|
284
264
|
expect(data).to.be.ok
|
|
285
265
|
} catch(error) {
|
|
286
266
|
expect(error.requestId).to.be.ok
|
|
@@ -618,19 +598,9 @@ it("cfw.v20190904.ModifySecurityGroupItemRuleStatus", async function () {
|
|
|
618
598
|
}
|
|
619
599
|
})
|
|
620
600
|
|
|
621
|
-
it("cfw.v20190904.
|
|
622
|
-
try {
|
|
623
|
-
const data = await client.ModifyAllSwitchStatus({})
|
|
624
|
-
expect(data).to.be.ok
|
|
625
|
-
} catch(error) {
|
|
626
|
-
expect(error.requestId).to.be.ok
|
|
627
|
-
expect(error.code).to.be.ok
|
|
628
|
-
}
|
|
629
|
-
})
|
|
630
|
-
|
|
631
|
-
it("cfw.v20190904.DeleteNatFwInstance", async function () {
|
|
601
|
+
it("cfw.v20190904.DescribeAcLists", async function () {
|
|
632
602
|
try {
|
|
633
|
-
const data = await client.
|
|
603
|
+
const data = await client.DescribeAcLists({})
|
|
634
604
|
expect(data).to.be.ok
|
|
635
605
|
} catch(error) {
|
|
636
606
|
expect(error.requestId).to.be.ok
|
|
@@ -648,16 +618,6 @@ it("cfw.v20190904.ModifyPublicIPSwitchStatus", async function () {
|
|
|
648
618
|
}
|
|
649
619
|
})
|
|
650
620
|
|
|
651
|
-
it("cfw.v20190904.DescribeSyncAssetStatus", async function () {
|
|
652
|
-
try {
|
|
653
|
-
const data = await client.DescribeSyncAssetStatus({})
|
|
654
|
-
expect(data).to.be.ok
|
|
655
|
-
} catch(error) {
|
|
656
|
-
expect(error.requestId).to.be.ok
|
|
657
|
-
expect(error.code).to.be.ok
|
|
658
|
-
}
|
|
659
|
-
})
|
|
660
|
-
|
|
661
621
|
it("cfw.v20190904.ExpandCfwVertical", async function () {
|
|
662
622
|
try {
|
|
663
623
|
const data = await client.ExpandCfwVertical({})
|
|
@@ -678,16 +638,6 @@ it("cfw.v20190904.DescribeBlockByIpTimesList", async function () {
|
|
|
678
638
|
}
|
|
679
639
|
})
|
|
680
640
|
|
|
681
|
-
it("cfw.v20190904.DescribeAddrTemplateList", async function () {
|
|
682
|
-
try {
|
|
683
|
-
const data = await client.DescribeAddrTemplateList({})
|
|
684
|
-
expect(data).to.be.ok
|
|
685
|
-
} catch(error) {
|
|
686
|
-
expect(error.requestId).to.be.ok
|
|
687
|
-
expect(error.code).to.be.ok
|
|
688
|
-
}
|
|
689
|
-
})
|
|
690
|
-
|
|
691
641
|
it("cfw.v20190904.DescribeBlockStaticList", async function () {
|
|
692
642
|
try {
|
|
693
643
|
const data = await client.DescribeBlockStaticList({})
|
|
@@ -698,14 +648,4 @@ it("cfw.v20190904.DescribeBlockStaticList", async function () {
|
|
|
698
648
|
}
|
|
699
649
|
})
|
|
700
650
|
|
|
701
|
-
it("cfw.v20190904.ModifyItemSwitchStatus", async function () {
|
|
702
|
-
try {
|
|
703
|
-
const data = await client.ModifyItemSwitchStatus({})
|
|
704
|
-
expect(data).to.be.ok
|
|
705
|
-
} catch(error) {
|
|
706
|
-
expect(error.requestId).to.be.ok
|
|
707
|
-
expect(error.code).to.be.ok
|
|
708
|
-
}
|
|
709
|
-
})
|
|
710
|
-
|
|
711
651
|
})
|
|
@@ -28,6 +28,16 @@ it("dnspod.v20210323.DescribeRecordList", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("dnspod.v20210323.DescribeDomainGroupList", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeDomainGroupList({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
31
41
|
it("dnspod.v20210323.DescribeDomainPurview", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.DescribeDomainPurview({})
|
|
@@ -108,9 +108,9 @@ it("live.v20180801.DescribeLiveStreamEventList", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
-
it("live.v20180801.
|
|
111
|
+
it("live.v20180801.CreateCommonMixStream", async function () {
|
|
112
112
|
try {
|
|
113
|
-
const data = await client.
|
|
113
|
+
const data = await client.CreateCommonMixStream({})
|
|
114
114
|
expect(data).to.be.ok
|
|
115
115
|
} catch(error) {
|
|
116
116
|
expect(error.requestId).to.be.ok
|
|
@@ -228,6 +228,16 @@ it("live.v20180801.DescribeLiveRecordTemplates", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("live.v20180801.AuthenticateDomainOwner", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.AuthenticateDomainOwner({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
231
241
|
it("live.v20180801.DescribeVisitTopSumInfoList", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.DescribeVisitTopSumInfoList({})
|
|
@@ -378,9 +388,9 @@ it("live.v20180801.StopScreenshotTask", async function () {
|
|
|
378
388
|
}
|
|
379
389
|
})
|
|
380
390
|
|
|
381
|
-
it("live.v20180801.
|
|
391
|
+
it("live.v20180801.DescribePullStreamConfigs", async function () {
|
|
382
392
|
try {
|
|
383
|
-
const data = await client.
|
|
393
|
+
const data = await client.DescribePullStreamConfigs({})
|
|
384
394
|
expect(data).to.be.ok
|
|
385
395
|
} catch(error) {
|
|
386
396
|
expect(error.requestId).to.be.ok
|
|
@@ -58,6 +58,16 @@ it("mna.v20210119.DescribeQos", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("mna.v20210119.GetFlowStatistic", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.GetFlowStatistic({})
|
|
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("mna.v20210119.GetDevices", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.GetDevices({})
|
|
@@ -48,6 +48,16 @@ it("vod.v20180717.ModifyDefaultStorageRegion", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("vod.v20180717.ExtractTraceWatermark", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ExtractTraceWatermark({})
|
|
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("vod.v20180717.EditMedia", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.EditMedia({})
|
|
@@ -548,6 +548,16 @@ it("vpc.v20170312.DescribeVpcEndPointService", async function () {
|
|
|
548
548
|
}
|
|
549
549
|
})
|
|
550
550
|
|
|
551
|
+
it("vpc.v20170312.DescribeCrossBorderFlowMonitor", async function () {
|
|
552
|
+
try {
|
|
553
|
+
const data = await client.DescribeCrossBorderFlowMonitor({})
|
|
554
|
+
expect(data).to.be.ok
|
|
555
|
+
} catch(error) {
|
|
556
|
+
expect(error.requestId).to.be.ok
|
|
557
|
+
expect(error.code).to.be.ok
|
|
558
|
+
}
|
|
559
|
+
})
|
|
560
|
+
|
|
551
561
|
it("vpc.v20170312.EnableRoutes", async function () {
|
|
552
562
|
try {
|
|
553
563
|
const data = await client.EnableRoutes({})
|
|
@@ -38,6 +38,16 @@ it("yinsuda.v20220527.SyncKTVRobotCommand", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("yinsuda.v20220527.DescribeKTVTags", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeKTVTags({})
|
|
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
|
+
|
|
41
51
|
it("yinsuda.v20220527.DescribeKTVPlaylistDetail", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.DescribeKTVPlaylistDetail({})
|
|
@@ -118,4 +128,14 @@ it("yinsuda.v20220527.SearchKTVMusics", async function () {
|
|
|
118
128
|
}
|
|
119
129
|
})
|
|
120
130
|
|
|
131
|
+
it("yinsuda.v20220527.DescribeKTVMusicsByTag", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeKTVMusicsByTag({})
|
|
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
|
+
|
|
121
141
|
})
|