tencentcloud-sdk-nodejs 4.0.531 → 4.0.533

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 (70) hide show
  1. package/CHANGELOG.md +378 -0
  2. package/SERVICE_CHANGELOG.md +550 -15
  3. package/package.json +1 -1
  4. package/products.md +26 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdwch/v20200915/cdwch_client.ts +92 -3
  7. package/src/services/cdwch/v20200915/cdwch_models.ts +532 -33
  8. package/src/services/clb/v20180317/clb_models.ts +2 -2
  9. package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -1
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +39 -14
  11. package/src/services/dasb/v20191018/dasb_client.ts +1 -0
  12. package/src/services/dasb/v20191018/dasb_models.ts +29 -0
  13. package/src/services/dlc/v20210125/dlc_client.ts +47 -10
  14. package/src/services/dlc/v20210125/dlc_models.ts +343 -35
  15. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  16. package/src/services/ess/v20201111/ess_client.ts +31 -4
  17. package/src/services/ess/v20201111/ess_models.ts +299 -71
  18. package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
  19. package/src/services/live/v20180801/live_client.ts +106 -20
  20. package/src/services/live/v20180801/live_models.ts +540 -220
  21. package/src/services/redis/v20180412/redis_models.ts +1 -1
  22. package/src/services/tem/v20210701/tem_models.ts +29 -9
  23. package/src/services/teo/v20220901/teo_models.ts +11 -10
  24. package/src/services/tiia/v20190529/tiia_models.ts +3 -3
  25. package/src/services/vm/v20201229/vm_models.ts +6 -0
  26. package/src/services/vod/v20180717/vod_client.ts +106 -53
  27. package/src/services/vod/v20180717/vod_models.ts +320 -100
  28. package/src/services/vpc/v20170312/vpc_models.ts +5 -0
  29. package/src/services/waf/v20180125/waf_client.ts +37 -0
  30. package/src/services/waf/v20180125/waf_models.ts +160 -0
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +29 -1
  34. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +42 -0
  35. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +455 -33
  36. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  38. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +34 -12
  40. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +25 -0
  41. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +15 -3
  42. package/tencentcloud/services/dlc/v20210125/dlc_client.js +21 -3
  43. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +289 -33
  44. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  45. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -1
  46. package/tencentcloud/services/ess/v20201111/ess_client.js +12 -0
  47. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +259 -65
  48. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4 -0
  49. package/tencentcloud/services/live/v20180801/live_client.d.ts +34 -5
  50. package/tencentcloud/services/live/v20180801/live_client.js +49 -6
  51. package/tencentcloud/services/live/v20180801/live_models.d.ts +453 -176
  52. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  53. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +25 -9
  54. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -10
  55. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +3 -3
  56. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +5 -0
  57. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +37 -18
  58. package/tencentcloud/services/vod/v20180717/vod_client.js +51 -24
  59. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +271 -84
  60. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  61. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -1
  62. package/tencentcloud/services/waf/v20180125/waf_client.js +18 -0
  63. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +135 -0
  64. package/test/cdwch.v20200915.test.js +70 -0
  65. package/test/cynosdb.v20190107.test.js +10 -0
  66. package/test/dlc.v20210125.test.js +32 -2
  67. package/test/ess.v20201111.test.js +20 -0
  68. package/test/live.v20180801.test.js +74 -4
  69. package/test/vod.v20180717.test.js +54 -14
  70. package/test/waf.v20180125.test.js +30 -0
@@ -423,6 +423,39 @@ export interface DescribeWafAutoDenyRulesRequest {
423
423
  */
424
424
  Domain: string;
425
425
  }
426
+ /**
427
+ * SearchAttackLog请求参数结构体
428
+ */
429
+ export interface SearchAttackLogRequest {
430
+ /**
431
+ * 查询的域名,所有域名使用all
432
+ */
433
+ Domain: string;
434
+ /**
435
+ * 查询起始时间
436
+ */
437
+ StartTime: string;
438
+ /**
439
+ * 查询结束时间
440
+ */
441
+ EndTime: string;
442
+ /**
443
+ * 查询的游标。第一次请求使用空字符串即可,后续请求使用上一次请求返回的最后一条记录的context的值即可。
444
+ */
445
+ Context: string;
446
+ /**
447
+ * Lucene语法
448
+ */
449
+ QueryString: string;
450
+ /**
451
+ * 查询的数量,默认10条,最多100条
452
+ */
453
+ Count?: number;
454
+ /**
455
+ * 默认为desc,可以取值desc和asc
456
+ */
457
+ Sort?: string;
458
+ }
426
459
  /**
427
460
  * AddCustomRule返回参数结构体
428
461
  */
@@ -615,6 +648,15 @@ export interface DescribeAutoDenyIPResponse {
615
648
  */
616
649
  RequestId?: string;
617
650
  }
651
+ /**
652
+ * SwitchDomainRules返回参数结构体
653
+ */
654
+ export interface SwitchDomainRulesResponse {
655
+ /**
656
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
657
+ */
658
+ RequestId?: string;
659
+ }
618
660
  /**
619
661
  * SearchAccessLog返回参数结构体
620
662
  */
@@ -684,6 +726,27 @@ export interface IpAccessControlItem {
684
726
  */
685
727
  ValidTs: number;
686
728
  }
729
+ /**
730
+ * SwitchDomainRules请求参数结构体
731
+ */
732
+ export interface SwitchDomainRulesRequest {
733
+ /**
734
+ * 域名
735
+ */
736
+ Domain: string;
737
+ /**
738
+ * 规则列表
739
+ */
740
+ Ids: Array<number>;
741
+ /**
742
+ * 开关状态
743
+ */
744
+ Status: number;
745
+ /**
746
+ * 设置为观察模式原因
747
+ */
748
+ Reason?: number;
749
+ }
687
750
  /**
688
751
  * saas域名详情
689
752
  */
@@ -901,6 +964,19 @@ export interface DescribeIpAccessControlRequest {
901
964
  */
902
965
  Ip?: string;
903
966
  }
967
+ /**
968
+ * ModifyAreaBanStatus请求参数结构体
969
+ */
970
+ export interface ModifyAreaBanStatusRequest {
971
+ /**
972
+ * 修要修改的域名
973
+ */
974
+ Domain: string;
975
+ /**
976
+ * 状态值,0表示关闭,1表示开启
977
+ */
978
+ Status: number;
979
+ }
904
980
  /**
905
981
  * AddSpartaProtection请求参数结构体
906
982
  */
@@ -1101,6 +1177,27 @@ export interface DeleteIpAccessControlRequest {
1101
1177
  */
1102
1178
  SourceType?: string;
1103
1179
  }
1180
+ /**
1181
+ * 攻击日志详情
1182
+ */
1183
+ export interface AttackLogInfo {
1184
+ /**
1185
+ * 攻击日志的详情内容
1186
+ */
1187
+ Content: string;
1188
+ /**
1189
+ * CLS返回内容
1190
+ */
1191
+ FileName: string;
1192
+ /**
1193
+ * CLS返回内容
1194
+ */
1195
+ Source: string;
1196
+ /**
1197
+ * CLS返回内容
1198
+ */
1199
+ TimeStamp: string;
1200
+ }
1104
1201
  /**
1105
1202
  * DeleteDomainWhiteRules返回参数结构体
1106
1203
  */
@@ -1440,6 +1537,35 @@ export interface ModifyWafAutoDenyRulesResponse {
1440
1537
  */
1441
1538
  RequestId?: string;
1442
1539
  }
1540
+ /**
1541
+ * SearchAttackLog返回参数结构体
1542
+ */
1543
+ export interface SearchAttackLogResponse {
1544
+ /**
1545
+ * 当前返回的攻击日志条数
1546
+ */
1547
+ Count?: number;
1548
+ /**
1549
+ * 翻页游标,如果没有下一页了,这个参数为空""
1550
+ */
1551
+ Context?: string;
1552
+ /**
1553
+ * 攻击日志数组条目内容
1554
+ */
1555
+ Data?: Array<AttackLogInfo>;
1556
+ /**
1557
+ * CLS接口返回内容
1558
+ */
1559
+ ListOver?: boolean;
1560
+ /**
1561
+ * CLS接口返回内容,标志是否启动新版本索引
1562
+ */
1563
+ SqlFlag?: boolean;
1564
+ /**
1565
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1566
+ */
1567
+ RequestId?: string;
1568
+ }
1443
1569
  /**
1444
1570
  * DescribeInstances请求参数结构体
1445
1571
  */
@@ -1790,6 +1916,15 @@ export interface FraudPkg {
1790
1916
  */
1791
1917
  UsedNum?: number;
1792
1918
  }
1919
+ /**
1920
+ * ModifyAreaBanStatus返回参数结构体
1921
+ */
1922
+ export interface ModifyAreaBanStatusResponse {
1923
+ /**
1924
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1925
+ */
1926
+ RequestId?: string;
1927
+ }
1793
1928
  /**
1794
1929
  * ModifyDomainWhiteRule返回参数结构体
1795
1930
  */
@@ -18,6 +18,16 @@ const client = new tencentcloud.cdwch.v20200915.Client({
18
18
  })
19
19
  describe("cdwch.v20200915.test.js", function () {
20
20
 
21
+ it("cdwch.v20200915.DescribeBackUpSchedule", async function () {
22
+ try {
23
+ const data = await client.DescribeBackUpSchedule({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
21
31
  it("cdwch.v20200915.CreateBackUpSchedule", async function () {
22
32
  try {
23
33
  const data = await client.CreateBackUpSchedule({})
@@ -28,6 +38,16 @@ it("cdwch.v20200915.CreateBackUpSchedule", async function () {
28
38
  }
29
39
  })
30
40
 
41
+ it("cdwch.v20200915.ScaleUpInstance", async function () {
42
+ try {
43
+ const data = await client.ScaleUpInstance({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
31
51
  it("cdwch.v20200915.DescribeCkSqlApis", async function () {
32
52
  try {
33
53
  const data = await client.DescribeCkSqlApis({})
@@ -58,6 +78,16 @@ it("cdwch.v20200915.OpenBackUp", async function () {
58
78
  }
59
79
  })
60
80
 
81
+ it("cdwch.v20200915.DescribeInstanceKeyValConfigs", async function () {
82
+ try {
83
+ const data = await client.DescribeInstanceKeyValConfigs({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
61
91
  it("cdwch.v20200915.DescribeSpec", async function () {
62
92
  try {
63
93
  const data = await client.DescribeSpec({})
@@ -68,6 +98,16 @@ it("cdwch.v20200915.DescribeSpec", async function () {
68
98
  }
69
99
  })
70
100
 
101
+ it("cdwch.v20200915.DescribeClusterConfigs", async function () {
102
+ try {
103
+ const data = await client.DescribeClusterConfigs({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
71
111
  it("cdwch.v20200915.ModifyClusterConfigs", async function () {
72
112
  try {
73
113
  const data = await client.ModifyClusterConfigs({})
@@ -98,6 +138,16 @@ it("cdwch.v20200915.CreateInstanceNew", async function () {
98
138
  }
99
139
  })
100
140
 
141
+ it("cdwch.v20200915.ModifyInstanceKeyValConfigs", async function () {
142
+ try {
143
+ const data = await client.ModifyInstanceKeyValConfigs({})
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
+
101
151
  it("cdwch.v20200915.ModifyUserNewPrivilege", async function () {
102
152
  try {
103
153
  const data = await client.ModifyUserNewPrivilege({})
@@ -108,6 +158,26 @@ it("cdwch.v20200915.ModifyUserNewPrivilege", async function () {
108
158
  }
109
159
  })
110
160
 
161
+ it("cdwch.v20200915.ScaleOutInstance", async function () {
162
+ try {
163
+ const data = await client.ScaleOutInstance({})
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
+
171
+ it("cdwch.v20200915.ResizeDisk", async function () {
172
+ try {
173
+ const data = await client.ResizeDisk({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
111
181
  it("cdwch.v20200915.DescribeInstanceShards", async function () {
112
182
  try {
113
183
  const data = await client.DescribeInstanceShards({})
@@ -228,6 +228,16 @@ it("cynosdb.v20190107.DescribeRollbackTimeRange", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("cynosdb.v20190107.DescribeFlow", async function () {
232
+ try {
233
+ const data = await client.DescribeFlow({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
231
241
  it("cynosdb.v20190107.ModifyBackupConfig", async function () {
232
242
  try {
233
243
  const data = await client.ModifyBackupConfig({})
@@ -78,6 +78,16 @@ it("dlc.v20210125.AlterDMSTable", async function () {
78
78
  }
79
79
  })
80
80
 
81
+ it("dlc.v20210125.DescribeNotebookSession", async function () {
82
+ try {
83
+ const data = await client.DescribeNotebookSession({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
81
91
  it("dlc.v20210125.DropDMSDatabase", async function () {
82
92
  try {
83
93
  const data = await client.DropDMSDatabase({})
@@ -158,9 +168,9 @@ it("dlc.v20210125.DeleteSparkApp", async function () {
158
168
  }
159
169
  })
160
170
 
161
- it("dlc.v20210125.DescribeUsers", async function () {
171
+ it("dlc.v20210125.CreateNotebookSession", async function () {
162
172
  try {
163
- const data = await client.DescribeUsers({})
173
+ const data = await client.CreateNotebookSession({})
164
174
  expect(data).to.be.ok
165
175
  } catch(error) {
166
176
  expect(error.requestId).to.be.ok
@@ -308,6 +318,16 @@ it("dlc.v20210125.UnbindWorkGroupsFromUser", async function () {
308
318
  }
309
319
  })
310
320
 
321
+ it("dlc.v20210125.DescribeUsers", async function () {
322
+ try {
323
+ const data = await client.DescribeUsers({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
311
331
  it("dlc.v20210125.AttachWorkGroupPolicy", async function () {
312
332
  try {
313
333
  const data = await client.AttachWorkGroupPolicy({})
@@ -598,6 +618,16 @@ it("dlc.v20210125.CreateResultDownload", async function () {
598
618
  }
599
619
  })
600
620
 
621
+ it("dlc.v20210125.ModifyGovernEventRule", async function () {
622
+ try {
623
+ const data = await client.ModifyGovernEventRule({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
601
631
  it("dlc.v20210125.DescribeSparkAppTasks", async function () {
602
632
  try {
603
633
  const data = await client.DescribeSparkAppTasks({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.ess.v20201111.Client({
18
18
  })
19
19
  describe("ess.v20201111.test.js", function () {
20
20
 
21
+ it("ess.v20201111.DescribeOrganizationGroupOrganizations", async function () {
22
+ try {
23
+ const data = await client.DescribeOrganizationGroupOrganizations({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
21
31
  it("ess.v20201111.StartFlow", async function () {
22
32
  try {
23
33
  const data = await client.StartFlow({})
@@ -258,6 +268,16 @@ it("ess.v20201111.CreateFlowReminds", async function () {
258
268
  }
259
269
  })
260
270
 
271
+ it("ess.v20201111.DescribeIntegrationMainOrganizationUser", async function () {
272
+ try {
273
+ const data = await client.DescribeIntegrationMainOrganizationUser({})
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
+
261
281
  it("ess.v20201111.DescribeThirdPartyAuthCode", async function () {
262
282
  try {
263
283
  const data = await client.DescribeThirdPartyAuthCode({})
@@ -658,9 +658,9 @@ it("live.v20180801.DescribeLivePullStreamTasks", async function () {
658
658
  }
659
659
  })
660
660
 
661
- it("live.v20180801.DescribeProIspPlaySumInfoList", async function () {
661
+ it("live.v20180801.DescribeGroupProIspPlayInfoList", async function () {
662
662
  try {
663
- const data = await client.DescribeProIspPlaySumInfoList({})
663
+ const data = await client.DescribeGroupProIspPlayInfoList({})
664
664
  expect(data).to.be.ok
665
665
  } catch(error) {
666
666
  expect(error.requestId).to.be.ok
@@ -718,6 +718,16 @@ it("live.v20180801.StopRecordTask", async function () {
718
718
  }
719
719
  })
720
720
 
721
+ it("live.v20180801.ModifyLiveTimeShiftTemplate", async function () {
722
+ try {
723
+ const data = await client.ModifyLiveTimeShiftTemplate({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
721
731
  it("live.v20180801.DescribeLiveSnapshotTemplates", async function () {
722
732
  try {
723
733
  const data = await client.DescribeLiveSnapshotTemplates({})
@@ -818,6 +828,16 @@ it("live.v20180801.DescribeLiveRecordRules", async function () {
818
828
  }
819
829
  })
820
830
 
831
+ it("live.v20180801.DescribeLiveTimeShiftTemplates", async function () {
832
+ try {
833
+ const data = await client.DescribeLiveTimeShiftTemplates({})
834
+ expect(data).to.be.ok
835
+ } catch(error) {
836
+ expect(error.requestId).to.be.ok
837
+ expect(error.code).to.be.ok
838
+ }
839
+ })
840
+
821
841
  it("live.v20180801.DescribeLiveDelayInfoList", async function () {
822
842
  try {
823
843
  const data = await client.DescribeLiveDelayInfoList({})
@@ -828,6 +848,16 @@ it("live.v20180801.DescribeLiveDelayInfoList", async function () {
828
848
  }
829
849
  })
830
850
 
851
+ it("live.v20180801.DescribeLiveTimeShiftRules", async function () {
852
+ try {
853
+ const data = await client.DescribeLiveTimeShiftRules({})
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("live.v20180801.DeleteLiveRecordRule", async function () {
832
862
  try {
833
863
  const data = await client.DeleteLiveRecordRule({})
@@ -968,6 +998,16 @@ it("live.v20180801.DescribeLiveDomainPlayInfoList", async function () {
968
998
  }
969
999
  })
970
1000
 
1001
+ it("live.v20180801.CreateLiveTimeShiftRule", async function () {
1002
+ try {
1003
+ const data = await client.CreateLiveTimeShiftRule({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
971
1011
  it("live.v20180801.DescribeCallbackRecordsList", async function () {
972
1012
  try {
973
1013
  const data = await client.DescribeCallbackRecordsList({})
@@ -1048,6 +1088,16 @@ it("live.v20180801.CreateLiveTranscodeRule", async function () {
1048
1088
  }
1049
1089
  })
1050
1090
 
1091
+ it("live.v20180801.DeleteLiveTimeShiftRule", async function () {
1092
+ try {
1093
+ const data = await client.DeleteLiveTimeShiftRule({})
1094
+ expect(data).to.be.ok
1095
+ } catch(error) {
1096
+ expect(error.requestId).to.be.ok
1097
+ expect(error.code).to.be.ok
1098
+ }
1099
+ })
1100
+
1051
1101
  it("live.v20180801.DescribeLiveWatermarkRules", async function () {
1052
1102
  try {
1053
1103
  const data = await client.DescribeLiveWatermarkRules({})
@@ -1078,9 +1128,29 @@ it("live.v20180801.CreateLiveSnapshotRule", async function () {
1078
1128
  }
1079
1129
  })
1080
1130
 
1081
- it("live.v20180801.DescribeGroupProIspPlayInfoList", async function () {
1131
+ it("live.v20180801.CreateLiveTimeShiftTemplate", async function () {
1082
1132
  try {
1083
- const data = await client.DescribeGroupProIspPlayInfoList({})
1133
+ const data = await client.CreateLiveTimeShiftTemplate({})
1134
+ expect(data).to.be.ok
1135
+ } catch(error) {
1136
+ expect(error.requestId).to.be.ok
1137
+ expect(error.code).to.be.ok
1138
+ }
1139
+ })
1140
+
1141
+ it("live.v20180801.DeleteLiveTimeShiftTemplate", async function () {
1142
+ try {
1143
+ const data = await client.DeleteLiveTimeShiftTemplate({})
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.DescribeProIspPlaySumInfoList", async function () {
1152
+ try {
1153
+ const data = await client.DescribeProIspPlaySumInfoList({})
1084
1154
  expect(data).to.be.ok
1085
1155
  } catch(error) {
1086
1156
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("vod.v20180717.CreateImageProcessingTemplate", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("vod.v20180717.CreateSnapshotByTimeOffsetTemplate", async function () {
31
+ it("vod.v20180717.CreateRoundPlay", async function () {
32
32
  try {
33
- const data = await client.CreateSnapshotByTimeOffsetTemplate({})
33
+ const data = await client.CreateRoundPlay({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("vod.v20180717.ApplyUpload", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("vod.v20180717.DeleteAnimatedGraphicsTemplate", async function () {
101
+ it("vod.v20180717.CreateSnapshotByTimeOffsetTemplate", async function () {
102
102
  try {
103
- const data = await client.DeleteAnimatedGraphicsTemplate({})
103
+ const data = await client.CreateSnapshotByTimeOffsetTemplate({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -298,9 +298,9 @@ it("vod.v20180717.DescribeTasks", async function () {
298
298
  }
299
299
  })
300
300
 
301
- it("vod.v20180717.CreateStorageRegion", async function () {
301
+ it("vod.v20180717.CreateWordSamples", async function () {
302
302
  try {
303
- const data = await client.CreateStorageRegion({})
303
+ const data = await client.CreateWordSamples({})
304
304
  expect(data).to.be.ok
305
305
  } catch(error) {
306
306
  expect(error.requestId).to.be.ok
@@ -658,9 +658,19 @@ it("vod.v20180717.DescribeImageReviewUsageData", async function () {
658
658
  }
659
659
  })
660
660
 
661
- it("vod.v20180717.ModifyPersonSample", async function () {
661
+ it("vod.v20180717.CreateStorageRegion", async function () {
662
662
  try {
663
- const data = await client.ModifyPersonSample({})
663
+ const data = await client.CreateStorageRegion({})
664
+ expect(data).to.be.ok
665
+ } catch(error) {
666
+ expect(error.requestId).to.be.ok
667
+ expect(error.code).to.be.ok
668
+ }
669
+ })
670
+
671
+ it("vod.v20180717.ModifyRoundPlay", async function () {
672
+ try {
673
+ const data = await client.ModifyRoundPlay({})
664
674
  expect(data).to.be.ok
665
675
  } catch(error) {
666
676
  expect(error.requestId).to.be.ok
@@ -678,6 +688,16 @@ it("vod.v20180717.DescribeDailyMediaPlayStat", async function () {
678
688
  }
679
689
  })
680
690
 
691
+ it("vod.v20180717.DeleteAnimatedGraphicsTemplate", async function () {
692
+ try {
693
+ const data = await client.DeleteAnimatedGraphicsTemplate({})
694
+ expect(data).to.be.ok
695
+ } catch(error) {
696
+ expect(error.requestId).to.be.ok
697
+ expect(error.code).to.be.ok
698
+ }
699
+ })
700
+
681
701
  it("vod.v20180717.DeleteContentReviewTemplate", async function () {
682
702
  try {
683
703
  const data = await client.DeleteContentReviewTemplate({})
@@ -918,6 +938,16 @@ it("vod.v20180717.CreateSubAppId", async function () {
918
938
  }
919
939
  })
920
940
 
941
+ it("vod.v20180717.ModifyPersonSample", async function () {
942
+ try {
943
+ const data = await client.ModifyPersonSample({})
944
+ expect(data).to.be.ok
945
+ } catch(error) {
946
+ expect(error.requestId).to.be.ok
947
+ expect(error.code).to.be.ok
948
+ }
949
+ })
950
+
921
951
  it("vod.v20180717.DescribeAnimatedGraphicsTemplates", async function () {
922
952
  try {
923
953
  const data = await client.DescribeAnimatedGraphicsTemplates({})
@@ -988,9 +1018,9 @@ it("vod.v20180717.CreateClass", async function () {
988
1018
  }
989
1019
  })
990
1020
 
991
- it("vod.v20180717.CreateWordSamples", async function () {
1021
+ it("vod.v20180717.DescribeRoundPlays", async function () {
992
1022
  try {
993
- const data = await client.CreateWordSamples({})
1023
+ const data = await client.DescribeRoundPlays({})
994
1024
  expect(data).to.be.ok
995
1025
  } catch(error) {
996
1026
  expect(error.requestId).to.be.ok
@@ -1118,9 +1148,9 @@ it("vod.v20180717.DescribeAIRecognitionTemplates", async function () {
1118
1148
  }
1119
1149
  })
1120
1150
 
1121
- it("vod.v20180717.CreateAIRecognitionTemplate", async function () {
1151
+ it("vod.v20180717.DescribeSuperPlayerConfigs", async function () {
1122
1152
  try {
1123
- const data = await client.CreateAIRecognitionTemplate({})
1153
+ const data = await client.DescribeSuperPlayerConfigs({})
1124
1154
  expect(data).to.be.ok
1125
1155
  } catch(error) {
1126
1156
  expect(error.requestId).to.be.ok
@@ -1348,6 +1378,16 @@ it("vod.v20180717.ModifySubAppIdStatus", async function () {
1348
1378
  }
1349
1379
  })
1350
1380
 
1381
+ it("vod.v20180717.DeleteRoundPlay", async function () {
1382
+ try {
1383
+ const data = await client.DeleteRoundPlay({})
1384
+ expect(data).to.be.ok
1385
+ } catch(error) {
1386
+ expect(error.requestId).to.be.ok
1387
+ expect(error.code).to.be.ok
1388
+ }
1389
+ })
1390
+
1351
1391
  it("vod.v20180717.ModifyContentReviewTemplate", async function () {
1352
1392
  try {
1353
1393
  const data = await client.ModifyContentReviewTemplate({})
@@ -1368,9 +1408,9 @@ it("vod.v20180717.DeleteVodDomain", async function () {
1368
1408
  }
1369
1409
  })
1370
1410
 
1371
- it("vod.v20180717.DescribeSuperPlayerConfigs", async function () {
1411
+ it("vod.v20180717.CreateAIRecognitionTemplate", async function () {
1372
1412
  try {
1373
- const data = await client.DescribeSuperPlayerConfigs({})
1413
+ const data = await client.CreateAIRecognitionTemplate({})
1374
1414
  expect(data).to.be.ok
1375
1415
  } catch(error) {
1376
1416
  expect(error.requestId).to.be.ok