tencentcloud-sdk-nodejs 4.0.979 → 4.0.981

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 (92) hide show
  1. package/CHANGELOG.md +516 -0
  2. package/SERVICE_CHANGELOG.md +664 -48
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +18 -61
  7. package/src/services/bsca/v20210811/bsca_models.ts +5 -1
  8. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  9. package/src/services/cls/v20201016/cls_models.ts +3 -0
  10. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  12. package/src/services/dbdc/v20201029/dbdc_models.ts +30 -30
  13. package/src/services/dcdb/v20180411/dcdb_models.ts +62 -62
  14. package/src/services/dnspod/v20210323/dnspod_client.ts +34 -10
  15. package/src/services/dnspod/v20210323/dnspod_models.ts +117 -61
  16. package/src/services/dts/v20211206/dts_models.ts +1 -1
  17. package/src/services/ess/v20201111/ess_client.ts +1 -1
  18. package/src/services/ess/v20201111/ess_models.ts +9 -5
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -3
  21. package/src/services/goosefs/v20220519/goosefs_models.ts +4 -0
  22. package/src/services/gwlb/v20240906/gwlb_models.ts +1 -1
  23. package/src/services/hunyuan/v20230901/hunyuan_models.ts +5 -0
  24. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -4
  25. package/src/services/lcic/v20220817/lcic_models.ts +5 -1
  26. package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -2
  27. package/src/services/live/v20180801/live_client.ts +344 -105
  28. package/src/services/live/v20180801/live_models.ts +1220 -471
  29. package/src/services/lke/v20231130/lke_client.ts +9 -2
  30. package/src/services/lke/v20231130/lke_models.ts +364 -69
  31. package/src/services/mariadb/v20170312/mariadb_models.ts +56 -56
  32. package/src/services/mps/v20190612/mps_models.ts +6 -1
  33. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  34. package/src/services/ocr/v20181119/ocr_models.ts +12 -0
  35. package/src/services/privatedns/v20201028/privatedns_client.ts +49 -172
  36. package/src/services/privatedns/v20201028/privatedns_models.ts +547 -1012
  37. package/src/services/svp/v20240125/svp_models.ts +0 -1
  38. package/src/services/tke/v20180525/tke_models.ts +4 -0
  39. package/src/services/tke/v20220501/tke_models.ts +3 -1
  40. package/src/services/trtc/v20190722/trtc_models.ts +22 -1
  41. package/src/services/tse/v20201207/tse_models.ts +12 -12
  42. package/src/services/vod/v20180717/vod_models.ts +8 -0
  43. package/src/services/vpc/v20170312/vpc_models.ts +8 -0
  44. package/src/services/wedata/v20210820/wedata_models.ts +3 -3
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +18 -61
  48. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +5 -1
  49. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  50. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -0
  51. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  52. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  53. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +30 -30
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +62 -62
  55. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +11 -3
  56. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +15 -3
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +113 -61
  58. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -5
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -3
  65. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +4 -0
  66. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +1 -1
  67. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +5 -0
  68. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -4
  69. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -2
  71. package/tencentcloud/services/live/v20180801/live_client.d.ts +113 -30
  72. package/tencentcloud/services/live/v20180801/live_client.js +161 -40
  73. package/tencentcloud/services/live/v20180801/live_models.d.ts +1197 -490
  74. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +357 -69
  75. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +56 -56
  76. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -1
  77. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  78. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +12 -0
  79. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +3 -43
  80. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +3 -63
  81. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +548 -990
  82. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +0 -1
  83. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  84. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +3 -1
  85. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +22 -1
  86. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +12 -12
  87. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -0
  88. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  89. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +3 -3
  90. package/test/dnspod.v20210323.test.js +22 -2
  91. package/test/live.v20180801.test.js +212 -22
  92. package/test/privatedns.v20201028.test.js +2 -102
@@ -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
  /**
@@ -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
  */
@@ -872,7 +872,9 @@ export interface DeleteHealthCheckPolicyResponse {
872
872
  */
873
873
  export interface TagSpecification {
874
874
  /**
875
- * 标签绑定的资源类型,当前支持类型:"cluster"
875
+ * 标签绑定的资源类型,当前支持类型:
876
+ 1.cluster:集群相关接口,TagSpecification 的 ResourceType 传参为 cluster
877
+ 2.machine:节点池相关接口,如:CreateNodePool, DescribeNodePools 等,TagSpecification 的 ResourceType 传参为 machine
876
878
  注意:此字段可能返回 null,表示取不到有效值。
877
879
  */
878
880
  ResourceType?: string;
@@ -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: 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
  */
@@ -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返回参数结构体
@@ -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
  */
@@ -4772,6 +4772,10 @@ export interface CreateVodDomainRequest {
4772
4772
  如果没有设置 AccelerateArea, 点播会根据用户在腾讯云设置的地域信息自动开通中国境内或者中国境外的 CDN 加速。开启中国境内加速的域名,需要先[备案域名](/document/product/243/18905)。
4773
4773
  */
4774
4774
  AccelerateArea?: string;
4775
+ /**
4776
+ * 域名类型,取值有: <li>VOD:使用 VOD 产品分发的域名;</li> <li>EdgeOne:使用 EdgeOne 产品分发的域名。</li>不填默认取值为 VOD 。
4777
+ */
4778
+ Type?: string;
4775
4779
  }
4776
4780
  /**
4777
4781
  * 文本全文本识别任务控制参数
@@ -11281,6 +11285,10 @@ export interface DomainDetailInfo {
11281
11285
  注意:此字段可能返回 null,表示取不到有效值。
11282
11286
  */
11283
11287
  IPFilterPolicy?: IPFilterPolicy;
11288
+ /**
11289
+ * 域名类型,取值有: <li>VOD:使用 VOD 产品分发的域名;</li> <li>EdgeOne:使用 EdgeOne 产品分发的域名。</li>
11290
+ */
11291
+ Type?: string;
11284
11292
  }
11285
11293
  /**
11286
11294
  * 音视频审核涉及令人不安全的信息的任务结果类型
@@ -9005,6 +9005,10 @@ export interface DescribePrivateNatGatewayTranslationAclRulesRequest {
9005
9005
  * 返回数目,默认值为20。
9006
9006
  */
9007
9007
  Limit?: number;
9008
+ /**
9009
+ * ACL规则描述
9010
+ */
9011
+ Description?: string;
9008
9012
  }
9009
9013
  /**
9010
9014
  * 冲突资源条目信息。
@@ -16347,6 +16351,10 @@ export interface TranslationAclRule {
16347
16351
  * 是否匹配。
16348
16352
  */
16349
16353
  Action?: number;
16354
+ /**
16355
+ * ACL规则描述
16356
+ */
16357
+ Description?: string;
16350
16358
  }
16351
16359
  /**
16352
16360
  * CreateRouteTable返回参数结构体
@@ -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
  /**
@@ -18,9 +18,9 @@ const client = new tencentcloud.dnspod.v20210323.Client({
18
18
  })
19
19
  describe("dnspod.v20210323.test.js", function () {
20
20
 
21
- it("dnspod.v20210323.ModifyDomainToGroup", async function () {
21
+ it("dnspod.v20210323.CreateSubdomainValidateTXTValue", async function () {
22
22
  try {
23
- const data = await client.ModifyDomainToGroup({})
23
+ const data = await client.CreateSubdomainValidateTXTValue({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -448,6 +448,16 @@ it("dnspod.v20210323.RollbackSnapshot", async function () {
448
448
  }
449
449
  })
450
450
 
451
+ it("dnspod.v20210323.DescribeSubdomainValidateStatus", async function () {
452
+ try {
453
+ const data = await client.DescribeSubdomainValidateStatus({})
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
  it("dnspod.v20210323.DeleteRecord", async function () {
452
462
  try {
453
463
  const data = await client.DeleteRecord({})
@@ -768,6 +778,16 @@ it("dnspod.v20210323.DescribeSubdomainAnalytics", async function () {
768
778
  }
769
779
  })
770
780
 
781
+ it("dnspod.v20210323.ModifyDomainToGroup", async function () {
782
+ try {
783
+ const data = await client.ModifyDomainToGroup({})
784
+ expect(data).to.be.ok
785
+ } catch(error) {
786
+ expect(error.requestId).to.be.ok
787
+ expect(error.code).to.be.ok
788
+ }
789
+ })
790
+
771
791
  it("dnspod.v20210323.ModifyRecordBatch", async function () {
772
792
  try {
773
793
  const data = await client.ModifyRecordBatch({})
@@ -188,6 +188,16 @@ it("live.v20180801.DescribeLiveSnapshotRules", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("live.v20180801.ReleaseCaster", async function () {
192
+ try {
193
+ const data = await client.ReleaseCaster({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
191
201
  it("live.v20180801.DescribeTimeShiftStreamList", async function () {
192
202
  try {
193
203
  const data = await client.DescribeTimeShiftStreamList({})
@@ -198,9 +208,9 @@ it("live.v20180801.DescribeTimeShiftStreamList", async function () {
198
208
  }
199
209
  })
200
210
 
201
- it("live.v20180801.DeleteLiveTranscodeTemplate", async function () {
211
+ it("live.v20180801.AddCasterInputInfo", async function () {
202
212
  try {
203
- const data = await client.DeleteLiveTranscodeTemplate({})
213
+ const data = await client.AddCasterInputInfo({})
204
214
  expect(data).to.be.ok
205
215
  } catch(error) {
206
216
  expect(error.requestId).to.be.ok
@@ -238,6 +248,16 @@ it("live.v20180801.DescribeLiveDomainReferer", async function () {
238
248
  }
239
249
  })
240
250
 
251
+ it("live.v20180801.DescribeLiveTranscodeTemplate", async function () {
252
+ try {
253
+ const data = await client.DescribeLiveTranscodeTemplate({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
241
261
  it("live.v20180801.DescribeLiveTimeShiftWriteSizeInfoList", async function () {
242
262
  try {
243
263
  const data = await client.DescribeLiveTimeShiftWriteSizeInfoList({})
@@ -248,6 +268,16 @@ it("live.v20180801.DescribeLiveTimeShiftWriteSizeInfoList", async function () {
248
268
  }
249
269
  })
250
270
 
271
+ it("live.v20180801.ModifyLiveDomainReferer", async function () {
272
+ try {
273
+ const data = await client.ModifyLiveDomainReferer({})
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
+
251
281
  it("live.v20180801.DescribeTopClientIpSumInfoList", async function () {
252
282
  try {
253
283
  const data = await client.DescribeTopClientIpSumInfoList({})
@@ -258,9 +288,19 @@ it("live.v20180801.DescribeTopClientIpSumInfoList", async function () {
258
288
  }
259
289
  })
260
290
 
261
- it("live.v20180801.ModifyPullStreamStatus", async function () {
291
+ it("live.v20180801.CreateCasterInputPushUrl", async function () {
262
292
  try {
263
- const data = await client.ModifyPullStreamStatus({})
293
+ const data = await client.CreateCasterInputPushUrl({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
301
+ it("live.v20180801.DescribeCasterOutputInfos", async function () {
302
+ try {
303
+ const data = await client.DescribeCasterOutputInfos({})
264
304
  expect(data).to.be.ok
265
305
  } catch(error) {
266
306
  expect(error.requestId).to.be.ok
@@ -328,6 +368,16 @@ it("live.v20180801.ModifyLiveRecordTemplate", async function () {
328
368
  }
329
369
  })
330
370
 
371
+ it("live.v20180801.AddCasterLayoutInfo", async function () {
372
+ try {
373
+ const data = await client.AddCasterLayoutInfo({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
331
381
  it("live.v20180801.DescribeLiveDomainCert", async function () {
332
382
  try {
333
383
  const data = await client.DescribeLiveDomainCert({})
@@ -358,6 +408,26 @@ it("live.v20180801.DescribeAreaBillBandwidthAndFluxList", async function () {
358
408
  }
359
409
  })
360
410
 
411
+ it("live.v20180801.StopCasterPvw", async function () {
412
+ try {
413
+ const data = await client.StopCasterPvw({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
421
+ it("live.v20180801.DeleteCasterLayoutInfo", async function () {
422
+ try {
423
+ const data = await client.DeleteCasterLayoutInfo({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
361
431
  it("live.v20180801.DeleteLiveWatermarkRule", async function () {
362
432
  try {
363
433
  const data = await client.DeleteLiveWatermarkRule({})
@@ -488,9 +558,9 @@ it("live.v20180801.DescribeLiveRecordTemplate", async function () {
488
558
  }
489
559
  })
490
560
 
491
- it("live.v20180801.DescribeLiveTranscodeTemplate", async function () {
561
+ it("live.v20180801.DescribeLivePadTemplate", async function () {
492
562
  try {
493
- const data = await client.DescribeLiveTranscodeTemplate({})
563
+ const data = await client.DescribeLivePadTemplate({})
494
564
  expect(data).to.be.ok
495
565
  } catch(error) {
496
566
  expect(error.requestId).to.be.ok
@@ -728,9 +798,9 @@ it("live.v20180801.DescribeDeliverLogDownList", async function () {
728
798
  }
729
799
  })
730
800
 
731
- it("live.v20180801.DescribeLiveDomains", async function () {
801
+ it("live.v20180801.CreateCasterPgm", async function () {
732
802
  try {
733
- const data = await client.DescribeLiveDomains({})
803
+ const data = await client.CreateCasterPgm({})
734
804
  expect(data).to.be.ok
735
805
  } catch(error) {
736
806
  expect(error.requestId).to.be.ok
@@ -768,6 +838,36 @@ it("live.v20180801.CreateLiveCallbackTemplate", async function () {
768
838
  }
769
839
  })
770
840
 
841
+ it("live.v20180801.DescribeLiveDomains", async function () {
842
+ try {
843
+ const data = await client.DescribeLiveDomains({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
851
+ it("live.v20180801.ModifyCasterOutputInfo", async function () {
852
+ try {
853
+ const data = await client.ModifyCasterOutputInfo({})
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
+
861
+ it("live.v20180801.CreateCasterPvw", async function () {
862
+ try {
863
+ const data = await client.CreateCasterPvw({})
864
+ expect(data).to.be.ok
865
+ } catch(error) {
866
+ expect(error.requestId).to.be.ok
867
+ expect(error.code).to.be.ok
868
+ }
869
+ })
870
+
771
871
  it("live.v20180801.ResumeLiveStream", async function () {
772
872
  try {
773
873
  const data = await client.ResumeLiveStream({})
@@ -808,9 +908,9 @@ it("live.v20180801.ModifyLiveCallbackTemplate", async function () {
808
908
  }
809
909
  })
810
910
 
811
- it("live.v20180801.DescribeLivePullStreamTasks", async function () {
911
+ it("live.v20180801.DeleteLiveTimeShiftTemplate", async function () {
812
912
  try {
813
- const data = await client.DescribeLivePullStreamTasks({})
913
+ const data = await client.DeleteLiveTimeShiftTemplate({})
814
914
  expect(data).to.be.ok
815
915
  } catch(error) {
816
916
  expect(error.requestId).to.be.ok
@@ -848,6 +948,16 @@ it("live.v20180801.DescribeCasterUserStatus", async function () {
848
948
  }
849
949
  })
850
950
 
951
+ it("live.v20180801.DescribeCasterLayoutInfos", async function () {
952
+ try {
953
+ const data = await client.DescribeCasterLayoutInfos({})
954
+ expect(data).to.be.ok
955
+ } catch(error) {
956
+ expect(error.requestId).to.be.ok
957
+ expect(error.code).to.be.ok
958
+ }
959
+ })
960
+
851
961
  it("live.v20180801.DescribeLivePullStreamTaskStatus", async function () {
852
962
  try {
853
963
  const data = await client.DescribeLivePullStreamTaskStatus({})
@@ -948,9 +1058,9 @@ it("live.v20180801.DeleteCaster", async function () {
948
1058
  }
949
1059
  })
950
1060
 
951
- it("live.v20180801.DescribeLivePadTemplate", async function () {
1061
+ it("live.v20180801.DeleteLiveTranscodeTemplate", async function () {
952
1062
  try {
953
- const data = await client.DescribeLivePadTemplate({})
1063
+ const data = await client.DeleteLiveTranscodeTemplate({})
954
1064
  expect(data).to.be.ok
955
1065
  } catch(error) {
956
1066
  expect(error.requestId).to.be.ok
@@ -1008,6 +1118,16 @@ it("live.v20180801.DescribeLogDownloadList", async function () {
1008
1118
  }
1009
1119
  })
1010
1120
 
1121
+ it("live.v20180801.DescribeLiveTimeShiftTemplates", async function () {
1122
+ try {
1123
+ const data = await client.DescribeLiveTimeShiftTemplates({})
1124
+ expect(data).to.be.ok
1125
+ } catch(error) {
1126
+ expect(error.requestId).to.be.ok
1127
+ expect(error.code).to.be.ok
1128
+ }
1129
+ })
1130
+
1011
1131
  it("live.v20180801.DescribeLiveRecordRules", async function () {
1012
1132
  try {
1013
1133
  const data = await client.DescribeLiveRecordRules({})
@@ -1018,9 +1138,29 @@ it("live.v20180801.DescribeLiveRecordRules", async function () {
1018
1138
  }
1019
1139
  })
1020
1140
 
1021
- it("live.v20180801.DescribeLiveTimeShiftTemplates", async function () {
1141
+ it("live.v20180801.DeleteCasterOutputInfo", async function () {
1022
1142
  try {
1023
- const data = await client.DescribeLiveTimeShiftTemplates({})
1143
+ const data = await client.DeleteCasterOutputInfo({})
1144
+ expect(data).to.be.ok
1145
+ } catch(error) {
1146
+ expect(error.requestId).to.be.ok
1147
+ expect(error.code).to.be.ok
1148
+ }
1149
+ })
1150
+
1151
+ it("live.v20180801.ModifyCasterLayoutInfo", async function () {
1152
+ try {
1153
+ const data = await client.ModifyCasterLayoutInfo({})
1154
+ expect(data).to.be.ok
1155
+ } catch(error) {
1156
+ expect(error.requestId).to.be.ok
1157
+ expect(error.code).to.be.ok
1158
+ }
1159
+ })
1160
+
1161
+ it("live.v20180801.AddCasterOutputInfo", async function () {
1162
+ try {
1163
+ const data = await client.AddCasterOutputInfo({})
1024
1164
  expect(data).to.be.ok
1025
1165
  } catch(error) {
1026
1166
  expect(error.requestId).to.be.ok
@@ -1198,6 +1338,16 @@ it("live.v20180801.AddLiveDomain", async function () {
1198
1338
  }
1199
1339
  })
1200
1340
 
1341
+ it("live.v20180801.ModifyPullStreamStatus", async function () {
1342
+ try {
1343
+ const data = await client.ModifyPullStreamStatus({})
1344
+ expect(data).to.be.ok
1345
+ } catch(error) {
1346
+ expect(error.requestId).to.be.ok
1347
+ expect(error.code).to.be.ok
1348
+ }
1349
+ })
1350
+
1201
1351
  it("live.v20180801.DescribeDeliverBandwidthList", async function () {
1202
1352
  try {
1203
1353
  const data = await client.DescribeDeliverBandwidthList({})
@@ -1338,9 +1488,9 @@ it("live.v20180801.RestartLivePullStreamTask", async function () {
1338
1488
  }
1339
1489
  })
1340
1490
 
1341
- it("live.v20180801.CreatePullStreamConfig", async function () {
1491
+ it("live.v20180801.DescribeLivePadTemplates", async function () {
1342
1492
  try {
1343
- const data = await client.CreatePullStreamConfig({})
1493
+ const data = await client.DescribeLivePadTemplates({})
1344
1494
  expect(data).to.be.ok
1345
1495
  } catch(error) {
1346
1496
  expect(error.requestId).to.be.ok
@@ -1368,6 +1518,16 @@ it("live.v20180801.DescribeLivePadRules", async function () {
1368
1518
  }
1369
1519
  })
1370
1520
 
1521
+ it("live.v20180801.DeleteCasterInputInfo", async function () {
1522
+ try {
1523
+ const data = await client.DeleteCasterInputInfo({})
1524
+ expect(data).to.be.ok
1525
+ } catch(error) {
1526
+ expect(error.requestId).to.be.ok
1527
+ expect(error.code).to.be.ok
1528
+ }
1529
+ })
1530
+
1371
1531
  it("live.v20180801.DeleteLiveRecord", async function () {
1372
1532
  try {
1373
1533
  const data = await client.DeleteLiveRecord({})
@@ -1428,9 +1588,19 @@ it("live.v20180801.DescribeCaster", async function () {
1428
1588
  }
1429
1589
  })
1430
1590
 
1431
- it("live.v20180801.DeleteLiveTimeShiftTemplate", async function () {
1591
+ it("live.v20180801.DescribeLivePullStreamTasks", async function () {
1432
1592
  try {
1433
- const data = await client.DeleteLiveTimeShiftTemplate({})
1593
+ const data = await client.DescribeLivePullStreamTasks({})
1594
+ expect(data).to.be.ok
1595
+ } catch(error) {
1596
+ expect(error.requestId).to.be.ok
1597
+ expect(error.code).to.be.ok
1598
+ }
1599
+ })
1600
+
1601
+ it("live.v20180801.StopCasterPgm", async function () {
1602
+ try {
1603
+ const data = await client.StopCasterPgm({})
1434
1604
  expect(data).to.be.ok
1435
1605
  } catch(error) {
1436
1606
  expect(error.requestId).to.be.ok
@@ -1468,6 +1638,16 @@ it("live.v20180801.DescribeLivePlayAuthKey", async function () {
1468
1638
  }
1469
1639
  })
1470
1640
 
1641
+ it("live.v20180801.CreateCasterPgmFromPvw", async function () {
1642
+ try {
1643
+ const data = await client.CreateCasterPgmFromPvw({})
1644
+ expect(data).to.be.ok
1645
+ } catch(error) {
1646
+ expect(error.requestId).to.be.ok
1647
+ expect(error.code).to.be.ok
1648
+ }
1649
+ })
1650
+
1471
1651
  it("live.v20180801.DescribeCasterTransitionTypes", async function () {
1472
1652
  try {
1473
1653
  const data = await client.DescribeCasterTransitionTypes({})
@@ -1518,9 +1698,9 @@ it("live.v20180801.DescribeLiveStreamState", async function () {
1518
1698
  }
1519
1699
  })
1520
1700
 
1521
- it("live.v20180801.ModifyLiveDomainReferer", async function () {
1701
+ it("live.v20180801.DescribeCasterInputInfos", async function () {
1522
1702
  try {
1523
- const data = await client.ModifyLiveDomainReferer({})
1703
+ const data = await client.DescribeCasterInputInfos({})
1524
1704
  expect(data).to.be.ok
1525
1705
  } catch(error) {
1526
1706
  expect(error.requestId).to.be.ok
@@ -1548,6 +1728,16 @@ it("live.v20180801.CopyCaster", async function () {
1548
1728
  }
1549
1729
  })
1550
1730
 
1731
+ it("live.v20180801.ModifyCasterInputInfo", async function () {
1732
+ try {
1733
+ const data = await client.ModifyCasterInputInfo({})
1734
+ expect(data).to.be.ok
1735
+ } catch(error) {
1736
+ expect(error.requestId).to.be.ok
1737
+ expect(error.code).to.be.ok
1738
+ }
1739
+ })
1740
+
1551
1741
  it("live.v20180801.DescribeBackupStreamList", async function () {
1552
1742
  try {
1553
1743
  const data = await client.DescribeBackupStreamList({})
@@ -1648,9 +1838,9 @@ it("live.v20180801.DescribeLivePackageInfo", async function () {
1648
1838
  }
1649
1839
  })
1650
1840
 
1651
- it("live.v20180801.DescribeLivePadTemplates", async function () {
1841
+ it("live.v20180801.CreatePullStreamConfig", async function () {
1652
1842
  try {
1653
- const data = await client.DescribeLivePadTemplates({})
1843
+ const data = await client.CreatePullStreamConfig({})
1654
1844
  expect(data).to.be.ok
1655
1845
  } catch(error) {
1656
1846
  expect(error.requestId).to.be.ok