tencentcloud-sdk-nodejs 4.0.979 → 4.0.980
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 +221 -0
- package/SERVICE_CHANGELOG.md +346 -41
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +15 -18
- package/src/services/bsca/v20210811/bsca_models.ts +5 -1
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
- package/src/services/dbdc/v20201029/dbdc_models.ts +30 -30
- package/src/services/dcdb/v20180411/dcdb_models.ts +8 -8
- package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/gwlb/v20240906/gwlb_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -4
- package/src/services/live/v20180801/live_client.ts +251 -88
- package/src/services/live/v20180801/live_models.ts +751 -192
- package/src/services/lke/v20231130/lke_client.ts +9 -2
- package/src/services/lke/v20231130/lke_models.ts +353 -68
- package/src/services/svp/v20240125/svp_models.ts +0 -1
- package/src/services/tke/v20180525/tke_models.ts +4 -0
- package/src/services/trtc/v20190722/trtc_models.ts +22 -1
- package/src/services/tse/v20201207/tse_models.ts +12 -12
- package/src/services/wedata/v20210820/wedata_models.ts +3 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -18
- package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +5 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +30 -30
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +8 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -4
- package/tencentcloud/services/live/v20180801/live_client.d.ts +83 -28
- package/tencentcloud/services/live/v20180801/live_client.js +118 -37
- package/tencentcloud/services/live/v20180801/live_models.d.ts +725 -196
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +346 -68
- package/tencentcloud/services/svp/v20240125/svp_models.d.ts +0 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +22 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +12 -12
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +3 -3
- package/test/live.v20180801.test.js +150 -20
|
@@ -5733,6 +5733,10 @@ export interface DescribeOpenPolicyListResponse {
|
|
|
5733
5733
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5734
5734
|
*/
|
|
5735
5735
|
OpenPolicyInfoList?: Array<OpenPolicyInfo>;
|
|
5736
|
+
/**
|
|
5737
|
+
* 集群内是否安装了gatekeeper addon
|
|
5738
|
+
*/
|
|
5739
|
+
GatekeeperStatus?: number;
|
|
5736
5740
|
/**
|
|
5737
5741
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5738
5742
|
*/
|
|
@@ -2720,7 +2720,28 @@ export interface RecognizeConfig {
|
|
|
2720
2720
|
*/
|
|
2721
2721
|
Model?: string;
|
|
2722
2722
|
/**
|
|
2723
|
-
*
|
|
2723
|
+
* 填写则翻译,目前支持的语言:
|
|
2724
|
+
中文: zh
|
|
2725
|
+
英语: en
|
|
2726
|
+
越南语: vi
|
|
2727
|
+
日语: ja
|
|
2728
|
+
韩语: ko
|
|
2729
|
+
印度尼西亚语: id
|
|
2730
|
+
泰语: th
|
|
2731
|
+
葡萄牙语: pt
|
|
2732
|
+
土耳其语: tr
|
|
2733
|
+
阿拉伯语: ar
|
|
2734
|
+
西班牙语: es
|
|
2735
|
+
印地语: hi
|
|
2736
|
+
法语: fr
|
|
2737
|
+
马来语: ms
|
|
2738
|
+
菲律宾语: fil
|
|
2739
|
+
德语: de
|
|
2740
|
+
意大利语: it
|
|
2741
|
+
俄语: ru
|
|
2742
|
+
瑞典语: sv
|
|
2743
|
+
挪威语: no
|
|
2744
|
+
丹麦语: da
|
|
2724
2745
|
* @deprecated
|
|
2725
2746
|
*/
|
|
2726
2747
|
TranslationLanguage?: string;
|
|
@@ -2882,7 +2882,7 @@ export interface UnbindAutoScalerResourceStrategyFromGroupsResponse {
|
|
|
2882
2882
|
/**
|
|
2883
2883
|
* 是否成功
|
|
2884
2884
|
*/
|
|
2885
|
-
Result
|
|
2885
|
+
Result?: boolean;
|
|
2886
2886
|
/**
|
|
2887
2887
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2888
2888
|
*/
|
|
@@ -3005,7 +3005,7 @@ export interface BindAutoScalerResourceStrategyToGroupsResponse {
|
|
|
3005
3005
|
/**
|
|
3006
3006
|
* 是否成功
|
|
3007
3007
|
*/
|
|
3008
|
-
Result
|
|
3008
|
+
Result?: boolean;
|
|
3009
3009
|
/**
|
|
3010
3010
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3011
3011
|
*/
|
|
@@ -3809,15 +3809,15 @@ export interface DescribeNativeGatewayServerGroupsRequest {
|
|
|
3809
3809
|
*/
|
|
3810
3810
|
GatewayId: string;
|
|
3811
3811
|
/**
|
|
3812
|
-
*
|
|
3812
|
+
* 偏移量,默认为 0。
|
|
3813
3813
|
*/
|
|
3814
3814
|
Offset?: number;
|
|
3815
3815
|
/**
|
|
3816
|
-
*
|
|
3816
|
+
* 返回数量,默认为 20。
|
|
3817
3817
|
*/
|
|
3818
3818
|
Limit?: number;
|
|
3819
3819
|
/**
|
|
3820
|
-
*
|
|
3820
|
+
* 过滤参数,支持按照分组名称、分组ID(Name、GroupId)筛选
|
|
3821
3821
|
*/
|
|
3822
3822
|
Filters?: Array<Filter>;
|
|
3823
3823
|
}
|
|
@@ -4498,7 +4498,7 @@ export interface DescribeCloudNativeAPIGatewayResponse {
|
|
|
4498
4498
|
/**
|
|
4499
4499
|
* 获取云原生API网关基础信息响应结果。
|
|
4500
4500
|
*/
|
|
4501
|
-
Result
|
|
4501
|
+
Result?: DescribeCloudNativeAPIGatewayResult;
|
|
4502
4502
|
/**
|
|
4503
4503
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4504
4504
|
*/
|
|
@@ -4584,27 +4584,27 @@ export interface CloudNativeAPIGatewayStrategyBindingGroupInfo {
|
|
|
4584
4584
|
* 网关分组ID
|
|
4585
4585
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4586
4586
|
*/
|
|
4587
|
-
GroupId
|
|
4587
|
+
GroupId?: string;
|
|
4588
4588
|
/**
|
|
4589
4589
|
* 节点配置
|
|
4590
4590
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4591
4591
|
*/
|
|
4592
|
-
NodeConfig
|
|
4592
|
+
NodeConfig?: CloudNativeAPIGatewayNodeConfig;
|
|
4593
4593
|
/**
|
|
4594
4594
|
* 绑定时间
|
|
4595
4595
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4596
4596
|
*/
|
|
4597
|
-
BindTime
|
|
4597
|
+
BindTime?: string;
|
|
4598
4598
|
/**
|
|
4599
4599
|
* 网关分组名称
|
|
4600
4600
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4601
4601
|
*/
|
|
4602
|
-
GroupName
|
|
4602
|
+
GroupName?: string;
|
|
4603
4603
|
/**
|
|
4604
4604
|
* 绑定状态
|
|
4605
4605
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4606
4606
|
*/
|
|
4607
|
-
Status
|
|
4607
|
+
Status?: string;
|
|
4608
4608
|
}
|
|
4609
4609
|
/**
|
|
4610
4610
|
* DescribeGovernanceServiceContractVersions返回参数结构体
|
|
@@ -6037,7 +6037,7 @@ export interface DescribeNativeGatewayServerGroupsResponse {
|
|
|
6037
6037
|
/**
|
|
6038
6038
|
* 分组列表信息
|
|
6039
6039
|
*/
|
|
6040
|
-
Result
|
|
6040
|
+
Result?: NativeGatewayServerGroups;
|
|
6041
6041
|
/**
|
|
6042
6042
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6043
6043
|
*/
|
|
@@ -4343,15 +4343,15 @@ export interface DescribeInstanceLogDetailRequest {
|
|
|
4343
4343
|
*/
|
|
4344
4344
|
ExecutionFileType?: string;
|
|
4345
4345
|
/**
|
|
4346
|
-
* 统一执行平台执行id
|
|
4346
|
+
* 统一执行平台执行id, 注意: ExecutionJobId 跟 "BrokerIp+OriginFileName" 必须有一个不为空
|
|
4347
4347
|
*/
|
|
4348
4348
|
ExecutionJobId?: string;
|
|
4349
4349
|
/**
|
|
4350
|
-
* 服务器Ip
|
|
4350
|
+
* 服务器Ip, 注意: "BrokerIp+OriginFileName"跟ExecutionJobId必须有一个不为空
|
|
4351
4351
|
*/
|
|
4352
4352
|
BrokerIp?: string;
|
|
4353
4353
|
/**
|
|
4354
|
-
* 文件Name
|
|
4354
|
+
* 文件Name, 注意: "BrokerIp+OriginFileName"跟ExecutionJobId必须有一个不为空
|
|
4355
4355
|
*/
|
|
4356
4356
|
OriginFileName?: string;
|
|
4357
4357
|
/**
|
|
@@ -198,9 +198,9 @@ it("live.v20180801.DescribeTimeShiftStreamList", async function () {
|
|
|
198
198
|
}
|
|
199
199
|
})
|
|
200
200
|
|
|
201
|
-
it("live.v20180801.
|
|
201
|
+
it("live.v20180801.AddCasterInputInfo", async function () {
|
|
202
202
|
try {
|
|
203
|
-
const data = await client.
|
|
203
|
+
const data = await client.AddCasterInputInfo({})
|
|
204
204
|
expect(data).to.be.ok
|
|
205
205
|
} catch(error) {
|
|
206
206
|
expect(error.requestId).to.be.ok
|
|
@@ -238,6 +238,16 @@ it("live.v20180801.DescribeLiveDomainReferer", async function () {
|
|
|
238
238
|
}
|
|
239
239
|
})
|
|
240
240
|
|
|
241
|
+
it("live.v20180801.DescribeLiveTranscodeTemplate", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.DescribeLiveTranscodeTemplate({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
241
251
|
it("live.v20180801.DescribeLiveTimeShiftWriteSizeInfoList", async function () {
|
|
242
252
|
try {
|
|
243
253
|
const data = await client.DescribeLiveTimeShiftWriteSizeInfoList({})
|
|
@@ -248,6 +258,16 @@ it("live.v20180801.DescribeLiveTimeShiftWriteSizeInfoList", async function () {
|
|
|
248
258
|
}
|
|
249
259
|
})
|
|
250
260
|
|
|
261
|
+
it("live.v20180801.ModifyLiveDomainReferer", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.ModifyLiveDomainReferer({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
251
271
|
it("live.v20180801.DescribeTopClientIpSumInfoList", async function () {
|
|
252
272
|
try {
|
|
253
273
|
const data = await client.DescribeTopClientIpSumInfoList({})
|
|
@@ -258,9 +278,19 @@ it("live.v20180801.DescribeTopClientIpSumInfoList", async function () {
|
|
|
258
278
|
}
|
|
259
279
|
})
|
|
260
280
|
|
|
261
|
-
it("live.v20180801.
|
|
281
|
+
it("live.v20180801.CreateCasterInputPushUrl", async function () {
|
|
262
282
|
try {
|
|
263
|
-
const data = await client.
|
|
283
|
+
const data = await client.CreateCasterInputPushUrl({})
|
|
284
|
+
expect(data).to.be.ok
|
|
285
|
+
} catch(error) {
|
|
286
|
+
expect(error.requestId).to.be.ok
|
|
287
|
+
expect(error.code).to.be.ok
|
|
288
|
+
}
|
|
289
|
+
})
|
|
290
|
+
|
|
291
|
+
it("live.v20180801.DescribeCasterOutputInfos", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.DescribeCasterOutputInfos({})
|
|
264
294
|
expect(data).to.be.ok
|
|
265
295
|
} catch(error) {
|
|
266
296
|
expect(error.requestId).to.be.ok
|
|
@@ -328,6 +358,16 @@ it("live.v20180801.ModifyLiveRecordTemplate", async function () {
|
|
|
328
358
|
}
|
|
329
359
|
})
|
|
330
360
|
|
|
361
|
+
it("live.v20180801.AddCasterLayoutInfo", async function () {
|
|
362
|
+
try {
|
|
363
|
+
const data = await client.AddCasterLayoutInfo({})
|
|
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
|
+
|
|
331
371
|
it("live.v20180801.DescribeLiveDomainCert", async function () {
|
|
332
372
|
try {
|
|
333
373
|
const data = await client.DescribeLiveDomainCert({})
|
|
@@ -358,6 +398,16 @@ it("live.v20180801.DescribeAreaBillBandwidthAndFluxList", async function () {
|
|
|
358
398
|
}
|
|
359
399
|
})
|
|
360
400
|
|
|
401
|
+
it("live.v20180801.DeleteCasterLayoutInfo", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DeleteCasterLayoutInfo({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
361
411
|
it("live.v20180801.DeleteLiveWatermarkRule", async function () {
|
|
362
412
|
try {
|
|
363
413
|
const data = await client.DeleteLiveWatermarkRule({})
|
|
@@ -488,9 +538,9 @@ it("live.v20180801.DescribeLiveRecordTemplate", async function () {
|
|
|
488
538
|
}
|
|
489
539
|
})
|
|
490
540
|
|
|
491
|
-
it("live.v20180801.
|
|
541
|
+
it("live.v20180801.DescribeLivePadTemplate", async function () {
|
|
492
542
|
try {
|
|
493
|
-
const data = await client.
|
|
543
|
+
const data = await client.DescribeLivePadTemplate({})
|
|
494
544
|
expect(data).to.be.ok
|
|
495
545
|
} catch(error) {
|
|
496
546
|
expect(error.requestId).to.be.ok
|
|
@@ -768,6 +818,16 @@ it("live.v20180801.CreateLiveCallbackTemplate", async function () {
|
|
|
768
818
|
}
|
|
769
819
|
})
|
|
770
820
|
|
|
821
|
+
it("live.v20180801.ModifyCasterOutputInfo", async function () {
|
|
822
|
+
try {
|
|
823
|
+
const data = await client.ModifyCasterOutputInfo({})
|
|
824
|
+
expect(data).to.be.ok
|
|
825
|
+
} catch(error) {
|
|
826
|
+
expect(error.requestId).to.be.ok
|
|
827
|
+
expect(error.code).to.be.ok
|
|
828
|
+
}
|
|
829
|
+
})
|
|
830
|
+
|
|
771
831
|
it("live.v20180801.ResumeLiveStream", async function () {
|
|
772
832
|
try {
|
|
773
833
|
const data = await client.ResumeLiveStream({})
|
|
@@ -808,9 +868,9 @@ it("live.v20180801.ModifyLiveCallbackTemplate", async function () {
|
|
|
808
868
|
}
|
|
809
869
|
})
|
|
810
870
|
|
|
811
|
-
it("live.v20180801.
|
|
871
|
+
it("live.v20180801.DeleteLiveTimeShiftTemplate", async function () {
|
|
812
872
|
try {
|
|
813
|
-
const data = await client.
|
|
873
|
+
const data = await client.DeleteLiveTimeShiftTemplate({})
|
|
814
874
|
expect(data).to.be.ok
|
|
815
875
|
} catch(error) {
|
|
816
876
|
expect(error.requestId).to.be.ok
|
|
@@ -848,6 +908,16 @@ it("live.v20180801.DescribeCasterUserStatus", async function () {
|
|
|
848
908
|
}
|
|
849
909
|
})
|
|
850
910
|
|
|
911
|
+
it("live.v20180801.DescribeCasterLayoutInfos", async function () {
|
|
912
|
+
try {
|
|
913
|
+
const data = await client.DescribeCasterLayoutInfos({})
|
|
914
|
+
expect(data).to.be.ok
|
|
915
|
+
} catch(error) {
|
|
916
|
+
expect(error.requestId).to.be.ok
|
|
917
|
+
expect(error.code).to.be.ok
|
|
918
|
+
}
|
|
919
|
+
})
|
|
920
|
+
|
|
851
921
|
it("live.v20180801.DescribeLivePullStreamTaskStatus", async function () {
|
|
852
922
|
try {
|
|
853
923
|
const data = await client.DescribeLivePullStreamTaskStatus({})
|
|
@@ -948,9 +1018,9 @@ it("live.v20180801.DeleteCaster", async function () {
|
|
|
948
1018
|
}
|
|
949
1019
|
})
|
|
950
1020
|
|
|
951
|
-
it("live.v20180801.
|
|
1021
|
+
it("live.v20180801.DeleteLiveTranscodeTemplate", async function () {
|
|
952
1022
|
try {
|
|
953
|
-
const data = await client.
|
|
1023
|
+
const data = await client.DeleteLiveTranscodeTemplate({})
|
|
954
1024
|
expect(data).to.be.ok
|
|
955
1025
|
} catch(error) {
|
|
956
1026
|
expect(error.requestId).to.be.ok
|
|
@@ -1008,6 +1078,16 @@ it("live.v20180801.DescribeLogDownloadList", async function () {
|
|
|
1008
1078
|
}
|
|
1009
1079
|
})
|
|
1010
1080
|
|
|
1081
|
+
it("live.v20180801.DescribeLiveTimeShiftTemplates", async function () {
|
|
1082
|
+
try {
|
|
1083
|
+
const data = await client.DescribeLiveTimeShiftTemplates({})
|
|
1084
|
+
expect(data).to.be.ok
|
|
1085
|
+
} catch(error) {
|
|
1086
|
+
expect(error.requestId).to.be.ok
|
|
1087
|
+
expect(error.code).to.be.ok
|
|
1088
|
+
}
|
|
1089
|
+
})
|
|
1090
|
+
|
|
1011
1091
|
it("live.v20180801.DescribeLiveRecordRules", async function () {
|
|
1012
1092
|
try {
|
|
1013
1093
|
const data = await client.DescribeLiveRecordRules({})
|
|
@@ -1018,9 +1098,29 @@ it("live.v20180801.DescribeLiveRecordRules", async function () {
|
|
|
1018
1098
|
}
|
|
1019
1099
|
})
|
|
1020
1100
|
|
|
1021
|
-
it("live.v20180801.
|
|
1101
|
+
it("live.v20180801.DeleteCasterOutputInfo", async function () {
|
|
1022
1102
|
try {
|
|
1023
|
-
const data = await client.
|
|
1103
|
+
const data = await client.DeleteCasterOutputInfo({})
|
|
1104
|
+
expect(data).to.be.ok
|
|
1105
|
+
} catch(error) {
|
|
1106
|
+
expect(error.requestId).to.be.ok
|
|
1107
|
+
expect(error.code).to.be.ok
|
|
1108
|
+
}
|
|
1109
|
+
})
|
|
1110
|
+
|
|
1111
|
+
it("live.v20180801.ModifyCasterLayoutInfo", async function () {
|
|
1112
|
+
try {
|
|
1113
|
+
const data = await client.ModifyCasterLayoutInfo({})
|
|
1114
|
+
expect(data).to.be.ok
|
|
1115
|
+
} catch(error) {
|
|
1116
|
+
expect(error.requestId).to.be.ok
|
|
1117
|
+
expect(error.code).to.be.ok
|
|
1118
|
+
}
|
|
1119
|
+
})
|
|
1120
|
+
|
|
1121
|
+
it("live.v20180801.AddCasterOutputInfo", async function () {
|
|
1122
|
+
try {
|
|
1123
|
+
const data = await client.AddCasterOutputInfo({})
|
|
1024
1124
|
expect(data).to.be.ok
|
|
1025
1125
|
} catch(error) {
|
|
1026
1126
|
expect(error.requestId).to.be.ok
|
|
@@ -1198,6 +1298,16 @@ it("live.v20180801.AddLiveDomain", async function () {
|
|
|
1198
1298
|
}
|
|
1199
1299
|
})
|
|
1200
1300
|
|
|
1301
|
+
it("live.v20180801.ModifyPullStreamStatus", async function () {
|
|
1302
|
+
try {
|
|
1303
|
+
const data = await client.ModifyPullStreamStatus({})
|
|
1304
|
+
expect(data).to.be.ok
|
|
1305
|
+
} catch(error) {
|
|
1306
|
+
expect(error.requestId).to.be.ok
|
|
1307
|
+
expect(error.code).to.be.ok
|
|
1308
|
+
}
|
|
1309
|
+
})
|
|
1310
|
+
|
|
1201
1311
|
it("live.v20180801.DescribeDeliverBandwidthList", async function () {
|
|
1202
1312
|
try {
|
|
1203
1313
|
const data = await client.DescribeDeliverBandwidthList({})
|
|
@@ -1338,9 +1448,9 @@ it("live.v20180801.RestartLivePullStreamTask", async function () {
|
|
|
1338
1448
|
}
|
|
1339
1449
|
})
|
|
1340
1450
|
|
|
1341
|
-
it("live.v20180801.
|
|
1451
|
+
it("live.v20180801.DescribeLivePadTemplates", async function () {
|
|
1342
1452
|
try {
|
|
1343
|
-
const data = await client.
|
|
1453
|
+
const data = await client.DescribeLivePadTemplates({})
|
|
1344
1454
|
expect(data).to.be.ok
|
|
1345
1455
|
} catch(error) {
|
|
1346
1456
|
expect(error.requestId).to.be.ok
|
|
@@ -1368,6 +1478,16 @@ it("live.v20180801.DescribeLivePadRules", async function () {
|
|
|
1368
1478
|
}
|
|
1369
1479
|
})
|
|
1370
1480
|
|
|
1481
|
+
it("live.v20180801.DeleteCasterInputInfo", async function () {
|
|
1482
|
+
try {
|
|
1483
|
+
const data = await client.DeleteCasterInputInfo({})
|
|
1484
|
+
expect(data).to.be.ok
|
|
1485
|
+
} catch(error) {
|
|
1486
|
+
expect(error.requestId).to.be.ok
|
|
1487
|
+
expect(error.code).to.be.ok
|
|
1488
|
+
}
|
|
1489
|
+
})
|
|
1490
|
+
|
|
1371
1491
|
it("live.v20180801.DeleteLiveRecord", async function () {
|
|
1372
1492
|
try {
|
|
1373
1493
|
const data = await client.DeleteLiveRecord({})
|
|
@@ -1428,9 +1548,9 @@ it("live.v20180801.DescribeCaster", async function () {
|
|
|
1428
1548
|
}
|
|
1429
1549
|
})
|
|
1430
1550
|
|
|
1431
|
-
it("live.v20180801.
|
|
1551
|
+
it("live.v20180801.DescribeLivePullStreamTasks", async function () {
|
|
1432
1552
|
try {
|
|
1433
|
-
const data = await client.
|
|
1553
|
+
const data = await client.DescribeLivePullStreamTasks({})
|
|
1434
1554
|
expect(data).to.be.ok
|
|
1435
1555
|
} catch(error) {
|
|
1436
1556
|
expect(error.requestId).to.be.ok
|
|
@@ -1518,9 +1638,9 @@ it("live.v20180801.DescribeLiveStreamState", async function () {
|
|
|
1518
1638
|
}
|
|
1519
1639
|
})
|
|
1520
1640
|
|
|
1521
|
-
it("live.v20180801.
|
|
1641
|
+
it("live.v20180801.DescribeCasterInputInfos", async function () {
|
|
1522
1642
|
try {
|
|
1523
|
-
const data = await client.
|
|
1643
|
+
const data = await client.DescribeCasterInputInfos({})
|
|
1524
1644
|
expect(data).to.be.ok
|
|
1525
1645
|
} catch(error) {
|
|
1526
1646
|
expect(error.requestId).to.be.ok
|
|
@@ -1548,6 +1668,16 @@ it("live.v20180801.CopyCaster", async function () {
|
|
|
1548
1668
|
}
|
|
1549
1669
|
})
|
|
1550
1670
|
|
|
1671
|
+
it("live.v20180801.ModifyCasterInputInfo", async function () {
|
|
1672
|
+
try {
|
|
1673
|
+
const data = await client.ModifyCasterInputInfo({})
|
|
1674
|
+
expect(data).to.be.ok
|
|
1675
|
+
} catch(error) {
|
|
1676
|
+
expect(error.requestId).to.be.ok
|
|
1677
|
+
expect(error.code).to.be.ok
|
|
1678
|
+
}
|
|
1679
|
+
})
|
|
1680
|
+
|
|
1551
1681
|
it("live.v20180801.DescribeBackupStreamList", async function () {
|
|
1552
1682
|
try {
|
|
1553
1683
|
const data = await client.DescribeBackupStreamList({})
|
|
@@ -1648,9 +1778,9 @@ it("live.v20180801.DescribeLivePackageInfo", async function () {
|
|
|
1648
1778
|
}
|
|
1649
1779
|
})
|
|
1650
1780
|
|
|
1651
|
-
it("live.v20180801.
|
|
1781
|
+
it("live.v20180801.CreatePullStreamConfig", async function () {
|
|
1652
1782
|
try {
|
|
1653
|
-
const data = await client.
|
|
1783
|
+
const data = await client.CreatePullStreamConfig({})
|
|
1654
1784
|
expect(data).to.be.ok
|
|
1655
1785
|
} catch(error) {
|
|
1656
1786
|
expect(error.requestId).to.be.ok
|