tencentcloud-sdk-nodejs 4.0.978 → 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.
Files changed (83) hide show
  1. package/CHANGELOG.md +343 -0
  2. package/SERVICE_CHANGELOG.md +445 -42
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +15 -18
  7. package/src/services/bsca/v20210811/bsca_models.ts +5 -1
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +4 -2
  10. package/src/services/cdn/v20180606/cdn_client.ts +0 -2
  11. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  12. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +20 -0
  13. package/src/services/cfg/v20210820/cfg_client.ts +22 -9
  14. package/src/services/cfg/v20210820/cfg_models.ts +121 -63
  15. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  16. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -1
  18. package/src/services/dbdc/v20201029/dbdc_models.ts +30 -30
  19. package/src/services/dcdb/v20180411/dcdb_models.ts +8 -8
  20. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
  21. package/src/services/dts/v20211206/dts_models.ts +1 -1
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  24. package/src/services/gwlb/v20240906/gwlb_models.ts +1 -1
  25. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -4
  26. package/src/services/live/v20180801/live_client.ts +251 -88
  27. package/src/services/live/v20180801/live_models.ts +751 -192
  28. package/src/services/lke/v20231130/lke_client.ts +23 -3
  29. package/src/services/lke/v20231130/lke_models.ts +447 -102
  30. package/src/services/ocr/v20181119/ocr_models.ts +12 -0
  31. package/src/services/svp/v20240125/svp_models.ts +0 -1
  32. package/src/services/thpc/v20230321/thpc_models.ts +2 -2
  33. package/src/services/tke/v20180525/tke_models.ts +4 -0
  34. package/src/services/trtc/v20190722/trtc_models.ts +23 -2
  35. package/src/services/tse/v20201207/tse_models.ts +14 -14
  36. package/src/services/vpc/v20170312/vpc_client.ts +0 -2
  37. package/src/services/vpc/v20170312/vpc_models.ts +0 -3
  38. package/src/services/wedata/v20210820/wedata_models.ts +3 -3
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -18
  42. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +5 -1
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  44. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  45. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -2
  46. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +0 -2
  47. package/tencentcloud/services/cdn/v20180606/cdn_client.js +0 -2
  48. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  49. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +20 -0
  50. package/tencentcloud/services/cfg/v20210820/cfg_client.d.ts +7 -3
  51. package/tencentcloud/services/cfg/v20210820/cfg_client.js +9 -3
  52. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +117 -62
  53. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -1
  56. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +30 -30
  57. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +8 -8
  58. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
  59. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  63. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +1 -1
  64. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -4
  65. package/tencentcloud/services/live/v20180801/live_client.d.ts +83 -28
  66. package/tencentcloud/services/live/v20180801/live_client.js +118 -37
  67. package/tencentcloud/services/live/v20180801/live_models.d.ts +725 -196
  68. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +5 -1
  69. package/tencentcloud/services/lke/v20231130/lke_client.js +6 -0
  70. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +437 -102
  71. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +12 -0
  72. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +0 -1
  73. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +2 -2
  74. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +23 -2
  76. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +14 -14
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -2
  78. package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -2
  79. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +0 -3
  80. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +3 -3
  81. package/test/cfg.v20210820.test.js +12 -2
  82. package/test/live.v20180801.test.js +150 -20
  83. package/test/lke.v20231130.test.js +10 -0
@@ -3885,6 +3885,18 @@ export interface RecognizeThaiIDCardOCRResponse {
3885
3885
  -9109 告警能力未开通
3886
3886
  */
3887
3887
  WarnCardInfos?: Array<number | bigint>;
3888
+ /**
3889
+ * 字段置信度:
3890
+ {
3891
+ "ID": {
3892
+ "Confidence": 0.9999
3893
+ },
3894
+ "ThaiName": {
3895
+ "Confidence": 0.9996
3896
+ }
3897
+ }
3898
+ */
3899
+ AdvancedInfo?: string;
3888
3900
  /**
3889
3901
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3890
3902
  */
@@ -302,7 +302,6 @@ export interface DescribeSavingPlanUsageResponse {
302
302
  Total?: number;
303
303
  /**
304
304
  * 节省计划使用率数据
305
- 注意:此字段可能返回 null,表示取不到有效值。
306
305
  */
307
306
  Usages?: Array<SavingPlanUsageDetail>;
308
307
  /**
@@ -1039,7 +1039,7 @@ export interface CreateClusterRequest {
1039
1039
  */
1040
1040
  SchedulerVersion?: string;
1041
1041
  /**
1042
- * 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818)
1042
+ * 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818#.E9.95.9C.E5.83.8F)
1043
1043
  */
1044
1044
  ImageId?: string;
1045
1045
  /**
@@ -1877,7 +1877,7 @@ export interface AddNodesRequest {
1877
1877
  */
1878
1878
  Count: number;
1879
1879
  /**
1880
- * 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前仅支持公有镜像和特定自定义镜像。
1880
+ * 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818#.E9.95.9C.E5.83.8F)
1881
1881
  */
1882
1882
  ImageId?: string;
1883
1883
  /**
@@ -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;
@@ -3744,7 +3765,7 @@ export interface RecordParams {
3744
3765
  */
3745
3766
  RecordMode: number;
3746
3767
  /**
3747
- * 房间内持续没有用户(主播)上行推流的状态超过MaxIdleTime的时长,自动停止录制,单位:秒。默认值为 30 秒,该值需大于等于 5秒,且小于等于 86400秒(24小时)。
3768
+ * 房间内持续没有主播的状态超过MaxIdleTime的时长,自动停止录制,单位:秒。默认值为 30 秒,该值需大于等于 5秒,且小于等于 86400秒(24小时)。
3748
3769
  */
3749
3770
  MaxIdleTime?: number;
3750
3771
  /**
@@ -2882,7 +2882,7 @@ export interface UnbindAutoScalerResourceStrategyFromGroupsResponse {
2882
2882
  /**
2883
2883
  * 是否成功
2884
2884
  */
2885
- Result: boolean;
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: boolean;
3008
+ Result?: boolean;
3009
3009
  /**
3010
3010
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3011
3011
  */
@@ -3157,7 +3157,7 @@ export interface KongCertificatesPreview {
3157
3157
  * Id
3158
3158
  注意:此字段可能返回 null,表示取不到有效值。
3159
3159
  */
3160
- Id: string;
3160
+ Id?: string;
3161
3161
  /**
3162
3162
  * 绑定的域名
3163
3163
  注意:此字段可能返回 null,表示取不到有效值。
@@ -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: DescribeCloudNativeAPIGatewayResult;
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: string;
4587
+ GroupId?: string;
4588
4588
  /**
4589
4589
  * 节点配置
4590
4590
  注意:此字段可能返回 null,表示取不到有效值。
4591
4591
  */
4592
- NodeConfig: CloudNativeAPIGatewayNodeConfig;
4592
+ NodeConfig?: CloudNativeAPIGatewayNodeConfig;
4593
4593
  /**
4594
4594
  * 绑定时间
4595
4595
  注意:此字段可能返回 null,表示取不到有效值。
4596
4596
  */
4597
- BindTime: string;
4597
+ BindTime?: string;
4598
4598
  /**
4599
4599
  * 网关分组名称
4600
4600
  注意:此字段可能返回 null,表示取不到有效值。
4601
4601
  */
4602
- GroupName: string;
4602
+ GroupName?: string;
4603
4603
  /**
4604
4604
  * 绑定状态
4605
4605
  注意:此字段可能返回 null,表示取不到有效值。
4606
4606
  */
4607
- Status: string;
4607
+ Status?: string;
4608
4608
  }
4609
4609
  /**
4610
4610
  * DescribeGovernanceServiceContractVersions返回参数结构体
@@ -5218,7 +5218,7 @@ export interface DescribeCloudNativeAPIGatewaysResponse {
5218
5218
  /**
5219
5219
  * 获取云原生API网关实例列表响应结果。
5220
5220
  */
5221
- Result: ListCloudNativeAPIGatewayResult;
5221
+ Result?: ListCloudNativeAPIGatewayResult;
5222
5222
  /**
5223
5223
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5224
5224
  */
@@ -6037,7 +6037,7 @@ export interface DescribeNativeGatewayServerGroupsResponse {
6037
6037
  /**
6038
6038
  * 分组列表信息
6039
6039
  */
6040
- Result: NativeGatewayServerGroups;
6040
+ Result?: NativeGatewayServerGroups;
6041
6041
  /**
6042
6042
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6043
6043
  */
@@ -1698,8 +1698,6 @@ LimitTypes取值范围:
1698
1698
  该接口一般用来解封禁出口限速的云联网实例, 目前联通内部运营系统通过云API调用, 因为出口限速无法按地域间解封禁, 只能按更粗的云联网实例粒度解封禁, 如果是地域间限速, 一般可以通过更细的限速实例粒度解封禁(UnlockCcnBandwidths)
1699
1699
 
1700
1700
  如有需要, 可以封禁任意限速实例, 可接入到内部运营系统
1701
-
1702
-
1703
1701
  */
1704
1702
  UnlockCcns(req?: UnlockCcnsRequest, cb?: (error: string, rep: UnlockCcnsResponse) => void): Promise<UnlockCcnsResponse>;
1705
1703
  /**
@@ -2412,8 +2412,6 @@ LimitTypes取值范围:
2412
2412
  该接口一般用来解封禁出口限速的云联网实例, 目前联通内部运营系统通过云API调用, 因为出口限速无法按地域间解封禁, 只能按更粗的云联网实例粒度解封禁, 如果是地域间限速, 一般可以通过更细的限速实例粒度解封禁(UnlockCcnBandwidths)
2413
2413
 
2414
2414
  如有需要, 可以封禁任意限速实例, 可接入到内部运营系统
2415
-
2416
-
2417
2415
  */
2418
2416
  async UnlockCcns(req, cb) {
2419
2417
  return this.request("UnlockCcns", req, cb);
@@ -3079,12 +3079,10 @@ export interface CcnRouteTableInputPolicy {
3079
3079
  Description: string;
3080
3080
  /**
3081
3081
  * as-path操作
3082
- 注意:此字段可能返回 null,表示取不到有效值。
3083
3082
  */
3084
3083
  OperateAsPath?: string;
3085
3084
  /**
3086
3085
  * as-path操作模式
3087
- 注意:此字段可能返回 null,表示取不到有效值。
3088
3086
  */
3089
3087
  AsPathOperateMode?: string;
3090
3088
  }
@@ -3107,7 +3105,6 @@ export interface DescribeSecurityGroupAssociationStatisticsResponse {
3107
3105
  export interface ModifyAssistantCidrResponse {
3108
3106
  /**
3109
3107
  * 辅助CIDR数组。
3110
- 注意:此字段可能返回 null,表示取不到有效值。
3111
3108
  */
3112
3109
  AssistantCidrSet?: Array<AssistantCidr>;
3113
3110
  /**
@@ -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
  /**
@@ -38,9 +38,9 @@ it("cfg.v20210820.CreateTaskFromTemplate", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("cfg.v20210820.DescribeTemplate", async function () {
41
+ it("cfg.v20210820.CreateTaskFromMultiAction", async function () {
42
42
  try {
43
- const data = await client.DescribeTemplate({})
43
+ const data = await client.CreateTaskFromMultiAction({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -178,4 +178,14 @@ it("cfg.v20210820.DescribeTask", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("cfg.v20210820.DescribeTemplate", async function () {
182
+ try {
183
+ const data = await client.DescribeTemplate({})
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
+
181
191
  })
@@ -198,9 +198,9 @@ it("live.v20180801.DescribeTimeShiftStreamList", async function () {
198
198
  }
199
199
  })
200
200
 
201
- it("live.v20180801.DeleteLiveTranscodeTemplate", async function () {
201
+ it("live.v20180801.AddCasterInputInfo", async function () {
202
202
  try {
203
- const data = await client.DeleteLiveTranscodeTemplate({})
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.ModifyPullStreamStatus", async function () {
281
+ it("live.v20180801.CreateCasterInputPushUrl", async function () {
262
282
  try {
263
- const data = await client.ModifyPullStreamStatus({})
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.DescribeLiveTranscodeTemplate", async function () {
541
+ it("live.v20180801.DescribeLivePadTemplate", async function () {
492
542
  try {
493
- const data = await client.DescribeLiveTranscodeTemplate({})
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.DescribeLivePullStreamTasks", async function () {
871
+ it("live.v20180801.DeleteLiveTimeShiftTemplate", async function () {
812
872
  try {
813
- const data = await client.DescribeLivePullStreamTasks({})
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.DescribeLivePadTemplate", async function () {
1021
+ it("live.v20180801.DeleteLiveTranscodeTemplate", async function () {
952
1022
  try {
953
- const data = await client.DescribeLivePadTemplate({})
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.DescribeLiveTimeShiftTemplates", async function () {
1101
+ it("live.v20180801.DeleteCasterOutputInfo", async function () {
1022
1102
  try {
1023
- const data = await client.DescribeLiveTimeShiftTemplates({})
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.CreatePullStreamConfig", async function () {
1451
+ it("live.v20180801.DescribeLivePadTemplates", async function () {
1342
1452
  try {
1343
- const data = await client.CreatePullStreamConfig({})
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.DeleteLiveTimeShiftTemplate", async function () {
1551
+ it("live.v20180801.DescribeLivePullStreamTasks", async function () {
1432
1552
  try {
1433
- const data = await client.DeleteLiveTimeShiftTemplate({})
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.ModifyLiveDomainReferer", async function () {
1641
+ it("live.v20180801.DescribeCasterInputInfos", async function () {
1522
1642
  try {
1523
- const data = await client.ModifyLiveDomainReferer({})
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.DescribeLivePadTemplates", async function () {
1781
+ it("live.v20180801.CreatePullStreamConfig", async function () {
1652
1782
  try {
1653
- const data = await client.DescribeLivePadTemplates({})
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
@@ -158,6 +158,16 @@ it("lke.v20231130.ListRejectedQuestionPreview", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("lke.v20231130.RunReRank", async function () {
162
+ try {
163
+ const data = await client.RunReRank({})
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("lke.v20231130.RetryDocParse", async function () {
162
172
  try {
163
173
  const data = await client.RetryDocParse({})