tencentcloud-sdk-nodejs 4.0.625 → 4.0.627
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 +384 -0
- package/SERVICE_CHANGELOG.md +389 -91
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +16 -16
- package/src/services/apm/v20210622/apm_models.ts +5 -1
- package/src/services/billing/v20180709/billing_models.ts +29 -23
- package/src/services/cdb/v20170320/cdb_client.ts +18 -6
- package/src/services/cdb/v20170320/cdb_models.ts +28 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +4 -4
- package/src/services/ckafka/v20190819/ckafka_models.ts +100 -65
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +33 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +26 -13
- package/src/services/dcdb/v20180411/dcdb_models.ts +114 -9
- package/src/services/dlc/v20210125/dlc_client.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
- package/src/services/emr/v20190103/emr_client.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +15 -1
- package/src/services/ess/v20201111/ess_models.ts +114 -15
- package/src/services/essbasic/v20210526/essbasic_client.ts +18 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +193 -72
- package/src/services/live/v20180801/live_client.ts +19 -6
- package/src/services/live/v20180801/live_models.ts +69 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +14 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +121 -16
- package/src/services/ocr/v20181119/ocr_models.ts +2 -2
- package/src/services/partners/v20180321/partners_models.ts +5 -0
- package/src/services/smh/v20210712/smh_models.ts +11 -11
- package/src/services/sts/v20180813/sts_client.ts +21 -8
- package/src/services/sts/v20180813/sts_models.ts +21 -21
- package/src/services/tbp/v20190311/tbp_models.ts +5 -5
- package/src/services/vod/v20180717/vod_client.ts +127 -41
- package/src/services/vod/v20180717/vod_models.ts +939 -164
- package/src/services/vpc/v20170312/vpc_models.ts +8 -6
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +13 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +87 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -16
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +5 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +7 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +9 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +26 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +99 -65
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +30 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +9 -5
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +12 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +111 -9
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +110 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +188 -71
- package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -3
- package/tencentcloud/services/live/v20180801/live_client.js +9 -3
- package/tencentcloud/services/live/v20180801/live_models.d.ts +66 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +118 -16
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +5 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +11 -11
- package/tencentcloud/services/sts/v20180813/sts_client.d.ts +18 -5
- package/tencentcloud/services/sts/v20180813/sts_client.js +18 -5
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +21 -21
- package/tencentcloud/services/tbp/v20190311/tbp_models.d.ts +5 -5
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +33 -13
- package/tencentcloud/services/vod/v20180717/vod_client.js +47 -17
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +909 -170
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -6
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +5 -1
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +6 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +84 -0
- package/test/cdb.v20170320.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/dcdb.v20180411.test.js +14 -4
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/live.v20180801.test.js +12 -2
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/vod.v20180717.test.js +66 -16
- package/test/yinsuda.v20220527.test.js +10 -0
|
@@ -7989,7 +7989,7 @@ export interface AllocateAddressesRequest {
|
|
|
7989
7989
|
InternetChargeType?: string;
|
|
7990
7990
|
/**
|
|
7991
7991
|
* EIP出带宽上限,单位:Mbps。
|
|
7992
|
-
<ul style="margin:0"><li>已开通标准账户类型白名单的用户,可选值范围取决于EIP计费方式:<ul><li>BANDWIDTH_PACKAGE:1 Mbps 至
|
|
7992
|
+
<ul style="margin:0"><li>已开通标准账户类型白名单的用户,可选值范围取决于EIP计费方式:<ul><li>BANDWIDTH_PACKAGE:1 Mbps 至 2000 Mbps</li>
|
|
7993
7993
|
<li>BANDWIDTH_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li>
|
|
7994
7994
|
<li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
|
|
7995
7995
|
<li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
|
|
@@ -8004,6 +8004,8 @@ export interface AllocateAddressesRequest {
|
|
|
8004
8004
|
* EIP类型。默认值:EIP。
|
|
8005
8005
|
<ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>AnycastEIP:加速IP,可参见 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)</li></ul>注意:仅部分地域支持加速IP。</li></ul>
|
|
8006
8006
|
<ul style="margin:0"><li>已开通精品IP白名单的用户,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅部分地域支持精品IP。</li></ul>
|
|
8007
|
+
</ul>
|
|
8008
|
+
<ul style="margin:0"><li>已开高防IP白名单的用户,可选值:<ul><li>AntiDDoSEIP:高防IP</li></ul>注意:仅部分地域支持高防IP。</li></ul>
|
|
8007
8009
|
*/
|
|
8008
8010
|
AddressType?: string;
|
|
8009
8011
|
/**
|
|
@@ -9174,11 +9176,11 @@ export interface DescribeTrafficPackagesResponse {
|
|
|
9174
9176
|
/**
|
|
9175
9177
|
* 按照条件查询出来的流量包数量
|
|
9176
9178
|
*/
|
|
9177
|
-
TotalCount
|
|
9179
|
+
TotalCount?: number;
|
|
9178
9180
|
/**
|
|
9179
9181
|
* 流量包信息
|
|
9180
9182
|
*/
|
|
9181
|
-
TrafficPackageSet
|
|
9183
|
+
TrafficPackageSet?: Array<TrafficPackage>;
|
|
9182
9184
|
/**
|
|
9183
9185
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9184
9186
|
*/
|
|
@@ -10336,11 +10338,11 @@ export interface AllocateAddressesResponse {
|
|
|
10336
10338
|
/**
|
|
10337
10339
|
* 申请到的 EIP 的唯一 ID 列表。
|
|
10338
10340
|
*/
|
|
10339
|
-
AddressSet
|
|
10341
|
+
AddressSet?: Array<string>;
|
|
10340
10342
|
/**
|
|
10341
10343
|
* 异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。
|
|
10342
10344
|
*/
|
|
10343
|
-
TaskId
|
|
10345
|
+
TaskId?: string;
|
|
10344
10346
|
/**
|
|
10345
10347
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10346
10348
|
*/
|
|
@@ -10570,7 +10572,7 @@ export interface DescribeBandwidthPackageQuotaResponse {
|
|
|
10570
10572
|
/**
|
|
10571
10573
|
* 带宽包配额详细信息
|
|
10572
10574
|
*/
|
|
10573
|
-
QuotaSet
|
|
10575
|
+
QuotaSet?: Array<Quota>;
|
|
10574
10576
|
/**
|
|
10575
10577
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10576
10578
|
*/
|
|
@@ -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, BatchDescribeKTVMusicDetailsRequest, DescribeKTVMusicsByTagResponse, DescribeLiveVipTradeInfosResponse, SearchKTVMusicsResponse, DescribeKTVMatchMusicsResponse, DescribeKTVTagsResponse, RechargeLiveVipRequest, ApplyChorusRequest, BatchDescribeKTVMusicDetailsResponse, DescribeKTVMusicsByTagRequest, SearchKTVMusicsRequest, DescribeUserInfoRequest, DestroyKTVRobotRequest, DescribeUserInfoResponse, DescribeKTVRobotsRequest, DescribeKTVTagsRequest } from "./yinsuda_models";
|
|
3
|
+
import { ApplyChorusResponse, DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, SyncKTVRobotCommandResponse, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, RechargeLiveVipResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, DescribeLiveVipTradeInfosRequest, DescribeKTVRobotsResponse, DescribeKTVMusicAccompanySegmentUrlRequest, BatchDescribeKTVMusicDetailsRequest, DescribeKTVMusicsByTagResponse, DescribeLiveVipTradeInfosResponse, SearchKTVMusicsResponse, DescribeKTVMatchMusicsResponse, DescribeKTVTagsResponse, RechargeLiveVipRequest, ApplyChorusRequest, BatchDescribeKTVMusicDetailsResponse, DescribeKTVMusicsByTagRequest, SearchKTVMusicsRequest, DescribeKTVMusicAccompanySegmentUrlResponse, DescribeUserInfoRequest, DestroyKTVRobotRequest, DescribeUserInfoResponse, DescribeKTVRobotsRequest, DescribeKTVTagsRequest } from "./yinsuda_models";
|
|
4
4
|
/**
|
|
5
5
|
* yinsuda client
|
|
6
6
|
* @class
|
|
@@ -59,6 +59,10 @@ export declare class Client extends AbstractClient {
|
|
|
59
59
|
* 获取机器人列表,支持 Id、状态等过滤条件。
|
|
60
60
|
*/
|
|
61
61
|
DescribeKTVRobots(req: DescribeKTVRobotsRequest, cb?: (error: string, rep: DescribeKTVRobotsResponse) => void): Promise<DescribeKTVRobotsResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* 获取歌曲伴奏片段链接,可用于抢唱
|
|
64
|
+
*/
|
|
65
|
+
DescribeKTVMusicAccompanySegmentUrl(req: DescribeKTVMusicAccompanySegmentUrlRequest, cb?: (error: string, rep: DescribeKTVMusicAccompanySegmentUrlResponse) => void): Promise<DescribeKTVMusicAccompanySegmentUrlResponse>;
|
|
62
66
|
/**
|
|
63
67
|
* 根据输入的规则匹配曲库中的歌曲。
|
|
64
68
|
*/
|
|
@@ -105,6 +105,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
105
105
|
async DescribeKTVRobots(req, cb) {
|
|
106
106
|
return this.request("DescribeKTVRobots", req, cb);
|
|
107
107
|
}
|
|
108
|
+
/**
|
|
109
|
+
* 获取歌曲伴奏片段链接,可用于抢唱
|
|
110
|
+
*/
|
|
111
|
+
async DescribeKTVMusicAccompanySegmentUrl(req, cb) {
|
|
112
|
+
return this.request("DescribeKTVMusicAccompanySegmentUrl", req, cb);
|
|
113
|
+
}
|
|
108
114
|
/**
|
|
109
115
|
* 根据输入的规则匹配曲库中的歌曲。
|
|
110
116
|
*/
|
|
@@ -487,6 +487,21 @@ export interface TRTCJoinRoomInput {
|
|
|
487
487
|
*/
|
|
488
488
|
UserId: string;
|
|
489
489
|
}
|
|
490
|
+
/**
|
|
491
|
+
* 其它片段时间(可用于抢唱)
|
|
492
|
+
*/
|
|
493
|
+
export interface KTVOtherSegments {
|
|
494
|
+
/**
|
|
495
|
+
* 片段开始时间
|
|
496
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
497
|
+
*/
|
|
498
|
+
SegmentBegin?: number;
|
|
499
|
+
/**
|
|
500
|
+
* 片段结束时间
|
|
501
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
502
|
+
*/
|
|
503
|
+
SegmentEnd?: number;
|
|
504
|
+
}
|
|
490
505
|
/**
|
|
491
506
|
* DescribeKTVRobots返回参数结构体
|
|
492
507
|
*/
|
|
@@ -504,6 +519,32 @@ export interface DescribeKTVRobotsResponse {
|
|
|
504
519
|
*/
|
|
505
520
|
RequestId?: string;
|
|
506
521
|
}
|
|
522
|
+
/**
|
|
523
|
+
* DescribeKTVMusicAccompanySegmentUrl请求参数结构体
|
|
524
|
+
*/
|
|
525
|
+
export interface DescribeKTVMusicAccompanySegmentUrlRequest {
|
|
526
|
+
/**
|
|
527
|
+
* 应用名称。
|
|
528
|
+
*/
|
|
529
|
+
AppName: string;
|
|
530
|
+
/**
|
|
531
|
+
* 用户标识。
|
|
532
|
+
*/
|
|
533
|
+
UserId: string;
|
|
534
|
+
/**
|
|
535
|
+
* 歌曲 Id 。
|
|
536
|
+
*/
|
|
537
|
+
MusicId: string;
|
|
538
|
+
/**
|
|
539
|
+
* 播放场景。默认为Chat
|
|
540
|
+
<li>Live:直播</li><li>Chat:语聊</li>
|
|
541
|
+
*/
|
|
542
|
+
PlayScene?: string;
|
|
543
|
+
/**
|
|
544
|
+
* 房间Id
|
|
545
|
+
*/
|
|
546
|
+
RoomId?: string;
|
|
547
|
+
}
|
|
507
548
|
/**
|
|
508
549
|
* 标签分组信息。
|
|
509
550
|
*/
|
|
@@ -1060,6 +1101,49 @@ export interface TimeRange {
|
|
|
1060
1101
|
*/
|
|
1061
1102
|
After?: string;
|
|
1062
1103
|
}
|
|
1104
|
+
/**
|
|
1105
|
+
* DescribeKTVMusicAccompanySegmentUrl返回参数结构体
|
|
1106
|
+
*/
|
|
1107
|
+
export interface DescribeKTVMusicAccompanySegmentUrlResponse {
|
|
1108
|
+
/**
|
|
1109
|
+
* 歌曲状态。
|
|
1110
|
+
0:可用
|
|
1111
|
+
1:下线
|
|
1112
|
+
2:没权限
|
|
1113
|
+
3:没伴奏
|
|
1114
|
+
当返回2时,其他参数有可能全部为空
|
|
1115
|
+
*/
|
|
1116
|
+
Status?: number;
|
|
1117
|
+
/**
|
|
1118
|
+
* 伴奏链接
|
|
1119
|
+
*/
|
|
1120
|
+
Url?: string;
|
|
1121
|
+
/**
|
|
1122
|
+
* 伴奏类型,如mkv,mp3等
|
|
1123
|
+
*/
|
|
1124
|
+
ExtName?: string;
|
|
1125
|
+
/**
|
|
1126
|
+
* 高潮开始时间
|
|
1127
|
+
*/
|
|
1128
|
+
SegmentBegin?: number;
|
|
1129
|
+
/**
|
|
1130
|
+
* 高潮结束时间
|
|
1131
|
+
*/
|
|
1132
|
+
SegmentEnd?: number;
|
|
1133
|
+
/**
|
|
1134
|
+
* 链接文件大小 单位 字节
|
|
1135
|
+
*/
|
|
1136
|
+
FileSize?: number;
|
|
1137
|
+
/**
|
|
1138
|
+
* 其它片段时间(可用于抢唱)
|
|
1139
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1140
|
+
*/
|
|
1141
|
+
OtherSegments?: Array<KTVOtherSegments>;
|
|
1142
|
+
/**
|
|
1143
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1144
|
+
*/
|
|
1145
|
+
RequestId?: string;
|
|
1146
|
+
}
|
|
1063
1147
|
/**
|
|
1064
1148
|
* 歌单基础信息。
|
|
1065
1149
|
*/
|
|
@@ -358,6 +358,16 @@ it("cdb.v20170320.SwitchDBInstanceMasterSlave", async function () {
|
|
|
358
358
|
}
|
|
359
359
|
})
|
|
360
360
|
|
|
361
|
+
it("cdb.v20170320.DeleteAuditPolicy", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.DeleteAuditPolicy({})
|
|
364
|
+
expect(data).to.be.ok
|
|
365
|
+
} catch(error) {
|
|
366
|
+
expect(error.requestId).to.be.ok
|
|
367
|
+
expect(error.code).to.be.ok
|
|
368
|
+
}
|
|
369
|
+
})
|
|
370
|
+
|
|
361
371
|
it("cdb.v20170320.DisassociateSecurityGroups", async function () {
|
|
362
372
|
try {
|
|
363
373
|
const data = await client.DisassociateSecurityGroups({})
|
|
@@ -578,9 +588,9 @@ it("cdb.v20170320.CreateCdbProxyAddress", async function () {
|
|
|
578
588
|
}
|
|
579
589
|
})
|
|
580
590
|
|
|
581
|
-
it("cdb.v20170320.
|
|
591
|
+
it("cdb.v20170320.CreateDatabase", async function () {
|
|
582
592
|
try {
|
|
583
|
-
const data = await client.
|
|
593
|
+
const data = await client.CreateDatabase({})
|
|
584
594
|
expect(data).to.be.ok
|
|
585
595
|
} catch(error) {
|
|
586
596
|
expect(error.requestId).to.be.ok
|
|
@@ -158,6 +158,16 @@ it("cynosdb.v20190107.CloseProxy", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
+
it("cynosdb.v20190107.DescribeProxySpecs", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DescribeProxySpecs({})
|
|
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
|
+
|
|
161
171
|
it("cynosdb.v20190107.DescribeClusterDetail", async function () {
|
|
162
172
|
try {
|
|
163
173
|
const data = await client.DescribeClusterDetail({})
|
|
@@ -298,9 +298,9 @@ it("dcdb.v20180411.ModifyDBInstancesProject", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
-
it("dcdb.v20180411.
|
|
301
|
+
it("dcdb.v20180411.DescribeDCDBInstanceDetail", async function () {
|
|
302
302
|
try {
|
|
303
|
-
const data = await client.
|
|
303
|
+
const data = await client.DescribeDCDBInstanceDetail({})
|
|
304
304
|
expect(data).to.be.ok
|
|
305
305
|
} catch(error) {
|
|
306
306
|
expect(error.requestId).to.be.ok
|
|
@@ -548,6 +548,16 @@ it("dcdb.v20180411.CopyAccountPrivileges", async function () {
|
|
|
548
548
|
}
|
|
549
549
|
})
|
|
550
550
|
|
|
551
|
+
it("dcdb.v20180411.DescribeDBTmpInstances", async function () {
|
|
552
|
+
try {
|
|
553
|
+
const data = await client.DescribeDBTmpInstances({})
|
|
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("dcdb.v20180411.DescribeDCDBShards", async function () {
|
|
552
562
|
try {
|
|
553
563
|
const data = await client.DescribeDCDBShards({})
|
|
@@ -668,9 +678,9 @@ it("dcdb.v20180411.CloneAccount", async function () {
|
|
|
668
678
|
}
|
|
669
679
|
})
|
|
670
680
|
|
|
671
|
-
it("dcdb.v20180411.
|
|
681
|
+
it("dcdb.v20180411.CreateTmpDCDBInstance", async function () {
|
|
672
682
|
try {
|
|
673
|
-
const data = await client.
|
|
683
|
+
const data = await client.CreateTmpDCDBInstance({})
|
|
674
684
|
expect(data).to.be.ok
|
|
675
685
|
} catch(error) {
|
|
676
686
|
expect(error.requestId).to.be.ok
|
|
@@ -438,6 +438,16 @@ it("ess.v20201111.UploadFiles", async function () {
|
|
|
438
438
|
}
|
|
439
439
|
})
|
|
440
440
|
|
|
441
|
+
it("ess.v20201111.DescribeFlowComponents", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.DescribeFlowComponents({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
441
451
|
it("ess.v20201111.CreateFlowReminds", async function () {
|
|
442
452
|
try {
|
|
443
453
|
const data = await client.CreateFlowReminds({})
|
|
@@ -448,4 +448,14 @@ it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
|
|
|
448
448
|
}
|
|
449
449
|
})
|
|
450
450
|
|
|
451
|
+
it("essbasic.v20210526.ChannelDescribeFlowComponents", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.ChannelDescribeFlowComponents({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
451
461
|
})
|
|
@@ -768,9 +768,9 @@ it("live.v20180801.DescribeStreamPlayInfoList", async function () {
|
|
|
768
768
|
}
|
|
769
769
|
})
|
|
770
770
|
|
|
771
|
-
it("live.v20180801.
|
|
771
|
+
it("live.v20180801.DescribeLivePullStreamTaskStatus", async function () {
|
|
772
772
|
try {
|
|
773
|
-
const data = await client.
|
|
773
|
+
const data = await client.DescribeLivePullStreamTaskStatus({})
|
|
774
774
|
expect(data).to.be.ok
|
|
775
775
|
} catch(error) {
|
|
776
776
|
expect(error.requestId).to.be.ok
|
|
@@ -1428,6 +1428,16 @@ it("live.v20180801.DescribeLiveCerts", async function () {
|
|
|
1428
1428
|
}
|
|
1429
1429
|
})
|
|
1430
1430
|
|
|
1431
|
+
it("live.v20180801.DescribeLiveTranscodeRules", async function () {
|
|
1432
|
+
try {
|
|
1433
|
+
const data = await client.DescribeLiveTranscodeRules({})
|
|
1434
|
+
expect(data).to.be.ok
|
|
1435
|
+
} catch(error) {
|
|
1436
|
+
expect(error.requestId).to.be.ok
|
|
1437
|
+
expect(error.code).to.be.ok
|
|
1438
|
+
}
|
|
1439
|
+
})
|
|
1440
|
+
|
|
1431
1441
|
it("live.v20180801.EnableLiveDomain", async function () {
|
|
1432
1442
|
try {
|
|
1433
1443
|
const data = await client.EnableLiveDomain({})
|
|
@@ -568,6 +568,16 @@ it("mariadb.v20170312.CopyAccountPrivileges", async function () {
|
|
|
568
568
|
}
|
|
569
569
|
})
|
|
570
570
|
|
|
571
|
+
it("mariadb.v20170312.DescribeDBTmpInstances", async function () {
|
|
572
|
+
try {
|
|
573
|
+
const data = await client.DescribeDBTmpInstances({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
571
581
|
it("mariadb.v20170312.IsolateHourDBInstance", async function () {
|
|
572
582
|
try {
|
|
573
583
|
const data = await client.IsolateHourDBInstance({})
|
|
@@ -138,6 +138,16 @@ it("vod.v20180717.ProcessMediaByProcedure", async function () {
|
|
|
138
138
|
}
|
|
139
139
|
})
|
|
140
140
|
|
|
141
|
+
it("vod.v20180717.CreateQualityInspectTemplate", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.CreateQualityInspectTemplate({})
|
|
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
|
+
|
|
141
151
|
it("vod.v20180717.ModifyRebuildMediaTemplate", async function () {
|
|
142
152
|
try {
|
|
143
153
|
const data = await client.ModifyRebuildMediaTemplate({})
|
|
@@ -308,9 +318,9 @@ it("vod.v20180717.DescribeTasks", async function () {
|
|
|
308
318
|
}
|
|
309
319
|
})
|
|
310
320
|
|
|
311
|
-
it("vod.v20180717.
|
|
321
|
+
it("vod.v20180717.CreateStorageRegion", async function () {
|
|
312
322
|
try {
|
|
313
|
-
const data = await client.
|
|
323
|
+
const data = await client.CreateStorageRegion({})
|
|
314
324
|
expect(data).to.be.ok
|
|
315
325
|
} catch(error) {
|
|
316
326
|
expect(error.requestId).to.be.ok
|
|
@@ -448,6 +458,16 @@ it("vod.v20180717.DescribeTranscodeTemplates", async function () {
|
|
|
448
458
|
}
|
|
449
459
|
})
|
|
450
460
|
|
|
461
|
+
it("vod.v20180717.InspectMediaQuality", async function () {
|
|
462
|
+
try {
|
|
463
|
+
const data = await client.InspectMediaQuality({})
|
|
464
|
+
expect(data).to.be.ok
|
|
465
|
+
} catch(error) {
|
|
466
|
+
expect(error.requestId).to.be.ok
|
|
467
|
+
expect(error.code).to.be.ok
|
|
468
|
+
}
|
|
469
|
+
})
|
|
470
|
+
|
|
451
471
|
it("vod.v20180717.DescribePrepaidProducts", async function () {
|
|
452
472
|
try {
|
|
453
473
|
const data = await client.DescribePrepaidProducts({})
|
|
@@ -698,9 +718,9 @@ it("vod.v20180717.EnhanceMediaByTemplate", async function () {
|
|
|
698
718
|
}
|
|
699
719
|
})
|
|
700
720
|
|
|
701
|
-
it("vod.v20180717.
|
|
721
|
+
it("vod.v20180717.ModifyPersonSample", async function () {
|
|
702
722
|
try {
|
|
703
|
-
const data = await client.
|
|
723
|
+
const data = await client.ModifyPersonSample({})
|
|
704
724
|
expect(data).to.be.ok
|
|
705
725
|
} catch(error) {
|
|
706
726
|
expect(error.requestId).to.be.ok
|
|
@@ -828,6 +848,16 @@ it("vod.v20180717.DescribeEventsState", async function () {
|
|
|
828
848
|
}
|
|
829
849
|
})
|
|
830
850
|
|
|
851
|
+
it("vod.v20180717.ModifyQualityInspectTemplate", async function () {
|
|
852
|
+
try {
|
|
853
|
+
const data = await client.ModifyQualityInspectTemplate({})
|
|
854
|
+
expect(data).to.be.ok
|
|
855
|
+
} catch(error) {
|
|
856
|
+
expect(error.requestId).to.be.ok
|
|
857
|
+
expect(error.code).to.be.ok
|
|
858
|
+
}
|
|
859
|
+
})
|
|
860
|
+
|
|
831
861
|
it("vod.v20180717.CreateSuperPlayerConfig", async function () {
|
|
832
862
|
try {
|
|
833
863
|
const data = await client.CreateSuperPlayerConfig({})
|
|
@@ -858,6 +888,16 @@ it("vod.v20180717.ConfirmEvents", async function () {
|
|
|
858
888
|
}
|
|
859
889
|
})
|
|
860
890
|
|
|
891
|
+
it("vod.v20180717.DescribeRoundPlays", async function () {
|
|
892
|
+
try {
|
|
893
|
+
const data = await client.DescribeRoundPlays({})
|
|
894
|
+
expect(data).to.be.ok
|
|
895
|
+
} catch(error) {
|
|
896
|
+
expect(error.requestId).to.be.ok
|
|
897
|
+
expect(error.code).to.be.ok
|
|
898
|
+
}
|
|
899
|
+
})
|
|
900
|
+
|
|
861
901
|
it("vod.v20180717.ProcessMediaByUrl", async function () {
|
|
862
902
|
try {
|
|
863
903
|
const data = await client.ProcessMediaByUrl({})
|
|
@@ -1008,16 +1048,6 @@ it("vod.v20180717.CreateSubAppId", async function () {
|
|
|
1008
1048
|
}
|
|
1009
1049
|
})
|
|
1010
1050
|
|
|
1011
|
-
it("vod.v20180717.ModifyPersonSample", async function () {
|
|
1012
|
-
try {
|
|
1013
|
-
const data = await client.ModifyPersonSample({})
|
|
1014
|
-
expect(data).to.be.ok
|
|
1015
|
-
} catch(error) {
|
|
1016
|
-
expect(error.requestId).to.be.ok
|
|
1017
|
-
expect(error.code).to.be.ok
|
|
1018
|
-
}
|
|
1019
|
-
})
|
|
1020
|
-
|
|
1021
1051
|
it("vod.v20180717.DescribeAnimatedGraphicsTemplates", async function () {
|
|
1022
1052
|
try {
|
|
1023
1053
|
const data = await client.DescribeAnimatedGraphicsTemplates({})
|
|
@@ -1088,9 +1118,9 @@ it("vod.v20180717.CreateClass", async function () {
|
|
|
1088
1118
|
}
|
|
1089
1119
|
})
|
|
1090
1120
|
|
|
1091
|
-
it("vod.v20180717.
|
|
1121
|
+
it("vod.v20180717.CreateWordSamples", async function () {
|
|
1092
1122
|
try {
|
|
1093
|
-
const data = await client.
|
|
1123
|
+
const data = await client.CreateWordSamples({})
|
|
1094
1124
|
expect(data).to.be.ok
|
|
1095
1125
|
} catch(error) {
|
|
1096
1126
|
expect(error.requestId).to.be.ok
|
|
@@ -1238,6 +1268,26 @@ it("vod.v20180717.DescribeAIRecognitionTemplates", async function () {
|
|
|
1238
1268
|
}
|
|
1239
1269
|
})
|
|
1240
1270
|
|
|
1271
|
+
it("vod.v20180717.DeleteQualityInspectTemplate", async function () {
|
|
1272
|
+
try {
|
|
1273
|
+
const data = await client.DeleteQualityInspectTemplate({})
|
|
1274
|
+
expect(data).to.be.ok
|
|
1275
|
+
} catch(error) {
|
|
1276
|
+
expect(error.requestId).to.be.ok
|
|
1277
|
+
expect(error.code).to.be.ok
|
|
1278
|
+
}
|
|
1279
|
+
})
|
|
1280
|
+
|
|
1281
|
+
it("vod.v20180717.DescribeQualityInspectTemplates", async function () {
|
|
1282
|
+
try {
|
|
1283
|
+
const data = await client.DescribeQualityInspectTemplates({})
|
|
1284
|
+
expect(data).to.be.ok
|
|
1285
|
+
} catch(error) {
|
|
1286
|
+
expect(error.requestId).to.be.ok
|
|
1287
|
+
expect(error.code).to.be.ok
|
|
1288
|
+
}
|
|
1289
|
+
})
|
|
1290
|
+
|
|
1241
1291
|
it("vod.v20180717.DescribeSuperPlayerConfigs", async function () {
|
|
1242
1292
|
try {
|
|
1243
1293
|
const data = await client.DescribeSuperPlayerConfigs({})
|
|
@@ -148,6 +148,16 @@ it("yinsuda.v20220527.DescribeKTVRobots", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
+
it("yinsuda.v20220527.DescribeKTVMusicAccompanySegmentUrl", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeKTVMusicAccompanySegmentUrl({})
|
|
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
|
+
|
|
151
161
|
it("yinsuda.v20220527.DescribeKTVMatchMusics", async function () {
|
|
152
162
|
try {
|
|
153
163
|
const data = await client.DescribeKTVMatchMusics({})
|