tencentcloud-sdk-nodejs 4.0.442 → 4.0.444

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 (105) hide show
  1. package/CHANGELOG.md +447 -0
  2. package/SERVICE_CHANGELOG.md +490 -78
  3. package/package.json +1 -1
  4. package/products.md +23 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/v20210624/bma_models.ts +11 -11
  7. package/src/services/cat/v20180409/cat_models.ts +1 -1
  8. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  9. package/src/services/cdn/v20180606/cdn_models.ts +20 -1
  10. package/src/services/ckafka/v20190819/ckafka_client.ts +7 -2
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +306 -62
  12. package/src/services/cloudstudio/index.ts +5 -0
  13. package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +286 -0
  14. package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +1404 -0
  15. package/src/services/cloudstudio/v20210524/index.ts +6 -0
  16. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  17. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  18. package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
  19. package/src/services/dnspod/v20210323/dnspod_models.ts +57 -12
  20. package/src/services/es/v20180416/es_models.ts +16 -0
  21. package/src/services/ess/v20201111/ess_client.ts +3 -2
  22. package/src/services/ess/v20201111/ess_models.ts +35 -9
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +8 -4
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +15 -16
  25. package/src/services/iai/v20180301/iai_models.ts +1 -1
  26. package/src/services/iai/v20200303/iai_models.ts +1 -1
  27. package/src/services/index.ts +1 -0
  28. package/src/services/live/v20180801/live_client.ts +31 -19
  29. package/src/services/live/v20180801/live_models.ts +107 -49
  30. package/src/services/mongodb/v20190725/mongodb_models.ts +6 -5
  31. package/src/services/ms/v20180408/ms_models.ts +1 -1
  32. package/src/services/privatedns/v20201028/privatedns_models.ts +6 -0
  33. package/src/services/pts/v20210728/pts_client.ts +1 -0
  34. package/src/services/pts/v20210728/pts_models.ts +173 -2
  35. package/src/services/redis/v20180412/redis_client.ts +1 -1
  36. package/src/services/redis/v20180412/redis_models.ts +6 -6
  37. package/src/services/tiia/v20190529/tiia_client.ts +8 -8
  38. package/src/services/tiia/v20190529/tiia_models.ts +65 -50
  39. package/src/services/vm/v20210922/vm_models.ts +14 -7
  40. package/src/services/vod/v20180717/vod_client.ts +20 -1
  41. package/src/services/vod/v20180717/vod_models.ts +394 -51
  42. package/src/services/vpc/v20170312/vpc_client.ts +13 -0
  43. package/src/services/vpc/v20170312/vpc_models.ts +81 -0
  44. package/src/services/yinsuda/v20220527/yinsuda_client.ts +30 -3
  45. package/src/services/yinsuda/v20220527/yinsuda_models.ts +163 -16
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +11 -11
  49. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
  50. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +17 -1
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +254 -49
  53. package/tencentcloud/services/cloudstudio/index.d.ts +6 -0
  54. package/tencentcloud/services/cloudstudio/index.js +7 -0
  55. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +91 -0
  56. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +152 -0
  57. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +1178 -0
  58. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.js +18 -0
  59. package/tencentcloud/services/cloudstudio/v20210524/index.d.ts +6 -0
  60. package/tencentcloud/services/cloudstudio/v20210524/index.js +9 -0
  61. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  62. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  63. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
  64. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
  65. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +49 -11
  66. package/tencentcloud/services/es/v20180416/es_models.d.ts +13 -0
  67. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  68. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  69. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +31 -8
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -3
  71. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -3
  72. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -14
  73. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
  74. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  75. package/tencentcloud/services/index.d.ts +1 -0
  76. package/tencentcloud/services/index.js +2 -0
  77. package/tencentcloud/services/live/v20180801/live_client.d.ts +11 -7
  78. package/tencentcloud/services/live/v20180801/live_client.js +14 -8
  79. package/tencentcloud/services/live/v20180801/live_models.d.ts +96 -45
  80. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +5 -4
  81. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +1 -1
  82. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -0
  83. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +143 -0
  84. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  85. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  86. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
  87. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +8 -8
  88. package/tencentcloud/services/tiia/v20190529/tiia_client.js +8 -8
  89. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +62 -47
  90. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +13 -7
  91. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  92. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  93. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +334 -45
  94. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  95. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  96. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +68 -0
  97. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +9 -1
  98. package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +12 -0
  99. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +142 -16
  100. package/test/cloudstudio.v20210524.test.js +221 -0
  101. package/test/dnspod.v20210323.test.js +10 -0
  102. package/test/live.v20180801.test.js +14 -4
  103. package/test/vod.v20180717.test.js +10 -0
  104. package/test/vpc.v20170312.test.js +10 -0
  105. package/test/yinsuda.v20220527.test.js +20 -0
@@ -8099,6 +8099,39 @@ export interface AddressChargePrepaid {
8099
8099
  */
8100
8100
  AutoRenewFlag?: number;
8101
8101
  }
8102
+ /**
8103
+ * DescribeCrossBorderFlowMonitor请求参数结构体
8104
+ */
8105
+ export interface DescribeCrossBorderFlowMonitorRequest {
8106
+ /**
8107
+ * 源地域
8108
+ */
8109
+ SourceRegion: string;
8110
+ /**
8111
+ * 目的地域
8112
+ */
8113
+ DestinationRegion: string;
8114
+ /**
8115
+ * 云联网Id
8116
+ */
8117
+ CcnId: string;
8118
+ /**
8119
+ * 云联网所属账号
8120
+ */
8121
+ CcnUin: string;
8122
+ /**
8123
+ * 时间粒度
8124
+ */
8125
+ Period: number;
8126
+ /**
8127
+ * 开始时间
8128
+ */
8129
+ StartTime: string;
8130
+ /**
8131
+ * 结束时间
8132
+ */
8133
+ EndTime: string;
8134
+ }
8102
8135
  /**
8103
8136
  * DescribeVpnGatewayRoutes返回参数结构体
8104
8137
  */
@@ -9521,6 +9554,27 @@ export interface ModifyVpnGatewayRoutesResponse {
9521
9554
  */
9522
9555
  RequestId?: string;
9523
9556
  }
9557
+ /**
9558
+ * 跨境带宽监控数据
9559
+ */
9560
+ export interface CrossBorderFlowMonitorData {
9561
+ /**
9562
+ * 入带宽
9563
+ */
9564
+ InBandwidth: Array<number>;
9565
+ /**
9566
+ * 出带宽
9567
+ */
9568
+ OutBandwidth: Array<number>;
9569
+ /**
9570
+ * 入包
9571
+ */
9572
+ InPkg: Array<number>;
9573
+ /**
9574
+ * 出包
9575
+ */
9576
+ OutPkg: Array<number>;
9577
+ }
9524
9578
  /**
9525
9579
  * ModifyRouteTableAttribute返回参数结构体
9526
9580
  */
@@ -12289,6 +12343,20 @@ export interface ModifyVpcEndPointServiceWhiteListResponse {
12289
12343
  */
12290
12344
  RequestId?: string;
12291
12345
  }
12346
+ /**
12347
+ * DescribeCrossBorderFlowMonitor返回参数结构体
12348
+ */
12349
+ export interface DescribeCrossBorderFlowMonitorResponse {
12350
+ /**
12351
+ * 云联网跨境带宽监控数据
12352
+ 注意:此字段可能返回 null,表示取不到有效值。
12353
+ */
12354
+ CrossBorderFlowMonitorData: Array<CrossBorderFlowMonitorData>;
12355
+ /**
12356
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12357
+ */
12358
+ RequestId?: string;
12359
+ }
12292
12360
  /**
12293
12361
  * DescribeBandwidthPackageQuota请求参数结构体
12294
12362
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, DescribeKTVRobotsResponse, BatchDescribeKTVMusicDetailsRequest, SearchKTVMusicsResponse, DescribeKTVMatchMusicsResponse, SyncKTVRobotCommandResponse, BatchDescribeKTVMusicDetailsResponse, SearchKTVMusicsRequest, DestroyKTVRobotRequest, DescribeKTVRobotsRequest } from "./yinsuda_models";
3
+ import { DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, DescribeKTVRobotsResponse, BatchDescribeKTVMusicDetailsRequest, DescribeKTVMusicsByTagResponse, SearchKTVMusicsResponse, DescribeKTVMatchMusicsResponse, DescribeKTVTagsResponse, SyncKTVRobotCommandResponse, BatchDescribeKTVMusicDetailsResponse, DescribeKTVMusicsByTagRequest, SearchKTVMusicsRequest, DestroyKTVRobotRequest, DescribeKTVRobotsRequest, DescribeKTVTagsRequest } from "./yinsuda_models";
4
4
  /**
5
5
  * yinsuda client
6
6
  * @class
@@ -15,6 +15,10 @@ export declare class Client extends AbstractClient {
15
15
  * 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
16
16
  */
17
17
  SyncKTVRobotCommand(req: SyncKTVRobotCommandRequest, cb?: (error: string, rep: SyncKTVRobotCommandResponse) => void): Promise<SyncKTVRobotCommandResponse>;
18
+ /**
19
+ * 获取标签分组及分组下的标签列表信息。
20
+ */
21
+ DescribeKTVTags(req: DescribeKTVTagsRequest, cb?: (error: string, rep: DescribeKTVTagsResponse) => void): Promise<DescribeKTVTagsResponse>;
18
22
  /**
19
23
  * 根据歌单 Id 获取歌单详情。
20
24
  */
@@ -47,4 +51,8 @@ export declare class Client extends AbstractClient {
47
51
  * 根据关键词搜索歌曲,返回相关歌曲列表。
48
52
  */
49
53
  SearchKTVMusics(req: SearchKTVMusicsRequest, cb?: (error: string, rep: SearchKTVMusicsResponse) => void): Promise<SearchKTVMusicsResponse>;
54
+ /**
55
+ * 通过标签过滤歌曲列表。
56
+ */
57
+ DescribeKTVMusicsByTag(req: DescribeKTVMusicsByTagRequest, cb?: (error: string, rep: DescribeKTVMusicsByTagResponse) => void): Promise<DescribeKTVMusicsByTagResponse>;
50
58
  }
@@ -39,6 +39,12 @@ class Client extends abstract_client_1.AbstractClient {
39
39
  async SyncKTVRobotCommand(req, cb) {
40
40
  return this.request("SyncKTVRobotCommand", req, cb);
41
41
  }
42
+ /**
43
+ * 获取标签分组及分组下的标签列表信息。
44
+ */
45
+ async DescribeKTVTags(req, cb) {
46
+ return this.request("DescribeKTVTags", req, cb);
47
+ }
42
48
  /**
43
49
  * 根据歌单 Id 获取歌单详情。
44
50
  */
@@ -87,5 +93,11 @@ class Client extends abstract_client_1.AbstractClient {
87
93
  async SearchKTVMusics(req, cb) {
88
94
  return this.request("SearchKTVMusics", req, cb);
89
95
  }
96
+ /**
97
+ * 通过标签过滤歌曲列表。
98
+ */
99
+ async DescribeKTVMusicsByTag(req, cb) {
100
+ return this.request("DescribeKTVMusicsByTag", req, cb);
101
+ }
90
102
  }
91
103
  exports.Client = Client;
@@ -1,3 +1,20 @@
1
+ /**
2
+ * 节拍信息。
3
+ */
4
+ export interface KTVBPMInfo {
5
+ /**
6
+ * 节拍类型,取值有:
7
+ <li>Slow:慢;</li>
8
+ <li>Middle:中等;</li>
9
+ <li>Fast:快;</li>
10
+ <li>Unknown:未知。</li>
11
+ */
12
+ Type: string;
13
+ /**
14
+ * BPM 值。
15
+ */
16
+ Value: number;
17
+ }
1
18
  /**
2
19
  * DescribeKTVSuggestions返回参数结构体
3
20
  */
@@ -12,17 +29,17 @@ export interface DescribeKTVSuggestionsResponse {
12
29
  RequestId?: string;
13
30
  }
14
31
  /**
15
- * 副歌片段信息。
32
+ * 歌曲信息匹配。
16
33
  */
17
- export interface ChorusClip {
34
+ export interface KTVMatchRuleMusicInfo {
18
35
  /**
19
- * 开始时间,单位:毫秒。
36
+ * 歌曲名称。
20
37
  */
21
- StartTime: number;
38
+ MusicName: string;
22
39
  /**
23
- * 结束时间,单位:毫秒。
40
+ * 歌手列表。
24
41
  */
25
- EndTime: number;
42
+ SingerSet: Array<string>;
26
43
  }
27
44
  /**
28
45
  * 直播进房输入参数
@@ -320,13 +337,21 @@ export interface DescribeKTVRobotsResponse {
320
337
  RequestId?: string;
321
338
  }
322
339
  /**
323
- * 播放指令输入参数
340
+ * 标签分组信息。
324
341
  */
325
- export interface PlayCommandInput {
342
+ export interface KTVTagGroupInfo {
326
343
  /**
327
- * 歌曲位置索引。
344
+ * 分组 Id。
328
345
  */
329
- Index: number;
346
+ GroupId: string;
347
+ /**
348
+ * 分组名。
349
+ */
350
+ Name: string;
351
+ /**
352
+ * 标签列表。
353
+ */
354
+ TagInfoSet: Array<KTVTagInfo>;
330
355
  }
331
356
  /**
332
357
  * BatchDescribeKTVMusicDetails请求参数结构体
@@ -377,6 +402,41 @@ export interface KTVMusicDetailInfo {
377
402
  * 歌曲流派列表。
378
403
  */
379
404
  GenreSet: Array<string>;
405
+ /**
406
+ * 节拍信息。
407
+ 注意:此字段可能返回 null,表示取不到有效值。
408
+ */
409
+ BPMInfo: KTVBPMInfo;
410
+ }
411
+ /**
412
+ * DescribeKTVMusicsByTag返回参数结构体
413
+ */
414
+ export interface DescribeKTVMusicsByTagResponse {
415
+ /**
416
+ * 歌曲信息列表。
417
+ */
418
+ KTVMusicInfoSet: Array<KTVMusicBaseInfo>;
419
+ /**
420
+ * 滚动标记,用于设置下次请求的 ScrollToken 参数。
421
+ */
422
+ ScrollToken: string;
423
+ /**
424
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
425
+ */
426
+ RequestId?: string;
427
+ }
428
+ /**
429
+ * 标签信息。
430
+ */
431
+ export interface KTVTagInfo {
432
+ /**
433
+ * 标签 Id。
434
+ */
435
+ TagId: string;
436
+ /**
437
+ * 标签名称。
438
+ */
439
+ Name: string;
380
440
  }
381
441
  /**
382
442
  * 歌曲专辑信息。
@@ -535,17 +595,30 @@ export interface DescribeKTVMatchMusicsResponse {
535
595
  RequestId?: string;
536
596
  }
537
597
  /**
538
- * 歌曲信息匹配。
598
+ * DescribeKTVTags返回参数结构体
539
599
  */
540
- export interface KTVMatchRuleMusicInfo {
600
+ export interface DescribeKTVTagsResponse {
541
601
  /**
542
- * 歌曲名称。
602
+ * 标签分组列表。
543
603
  */
544
- MusicName: string;
604
+ TagGroupInfoSet: Array<KTVTagGroupInfo>;
545
605
  /**
546
- * 歌手列表。
606
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
547
607
  */
548
- SingerSet: Array<string>;
608
+ RequestId?: string;
609
+ }
610
+ /**
611
+ * 副歌片段信息。
612
+ */
613
+ export interface ChorusClip {
614
+ /**
615
+ * 开始时间,单位:毫秒。
616
+ */
617
+ StartTime: number;
618
+ /**
619
+ * 结束时间,单位:毫秒。
620
+ */
621
+ EndTime: number;
549
622
  }
550
623
  /**
551
624
  * 设置播放列表指令参数
@@ -657,6 +730,37 @@ export interface KTVMusicBaseInfo {
657
730
  */
658
731
  RecommendType: string;
659
732
  }
733
+ /**
734
+ * DescribeKTVMusicsByTag请求参数结构体
735
+ */
736
+ export interface DescribeKTVMusicsByTagRequest {
737
+ /**
738
+ * 应用名称。
739
+ */
740
+ AppName: string;
741
+ /**
742
+ * 用户标识。
743
+ */
744
+ UserId: string;
745
+ /**
746
+ * 标签 Id。
747
+ */
748
+ TagId: string;
749
+ /**
750
+ * 滚动标记。
751
+ */
752
+ ScrollToken?: string;
753
+ /**
754
+ * 返回条数限制,默认 20,最大 50。
755
+ */
756
+ Limit?: number;
757
+ /**
758
+ * 权益过滤,取值有:
759
+ <li>Play:可播;</li>
760
+ <li>Sing:可唱。</li>
761
+ */
762
+ RightFilters?: Array<string>;
763
+ }
660
764
  /**
661
765
  * SearchKTVMusics请求参数结构体
662
766
  */
@@ -688,6 +792,15 @@ export interface SearchKTVMusicsRequest {
688
792
  */
689
793
  RightFilters?: Array<string>;
690
794
  }
795
+ /**
796
+ * 播放指令输入参数
797
+ */
798
+ export interface PlayCommandInput {
799
+ /**
800
+ * 歌曲位置索引。
801
+ */
802
+ Index: number;
803
+ }
691
804
  /**
692
805
  * 时间范围
693
806
  */
@@ -783,6 +896,19 @@ export interface DescribeKTVRobotsRequest {
783
896
  */
784
897
  Limit?: number;
785
898
  }
899
+ /**
900
+ * DescribeKTVTags请求参数结构体
901
+ */
902
+ export interface DescribeKTVTagsRequest {
903
+ /**
904
+ * 应用名称。
905
+ */
906
+ AppName: string;
907
+ /**
908
+ * 用户标识。
909
+ */
910
+ UserId: string;
911
+ }
786
912
  /**
787
913
  * 调整播放进度指令参数
788
914
  */
@@ -0,0 +1,221 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.cloudstudio.v20210524.Client({
5
+ credential: {
6
+ secretId: process.env.secretId,
7
+ secretKey: process.env.secretKey,
8
+ },
9
+ region: "ap-shanghai",
10
+ profile: {
11
+ signMethod: "TC3-HMAC-SHA256",
12
+ httpProfile: {
13
+ reqMethod: "POST",
14
+ reqTimeout: 30,
15
+ endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
16
+ },
17
+ },
18
+ })
19
+ describe("cloudstudio.v20210524.test.js", function () {
20
+
21
+ it("cloudstudio.v20210524.DescribeWorkspaceStatus", async function () {
22
+ try {
23
+ const data = await client.DescribeWorkspaceStatus({})
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
+
31
+ it("cloudstudio.v20210524.DescribeCustomizeTemplatesById", async function () {
32
+ try {
33
+ const data = await client.DescribeCustomizeTemplatesById({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("cloudstudio.v20210524.CreateWorkspaceByVersionControl", async function () {
42
+ try {
43
+ const data = await client.CreateWorkspaceByVersionControl({})
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
+
51
+ it("cloudstudio.v20210524.CreateWorkspaceByTemplate", async function () {
52
+ try {
53
+ const data = await client.CreateWorkspaceByTemplate({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
61
+ it("cloudstudio.v20210524.ModifyCustomizeTemplateVersionControl", async function () {
62
+ try {
63
+ const data = await client.ModifyCustomizeTemplateVersionControl({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
71
+ it("cloudstudio.v20210524.RecoverWorkspace", async function () {
72
+ try {
73
+ const data = await client.RecoverWorkspace({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("cloudstudio.v20210524.DescribeWorkspaceStatusList", async function () {
82
+ try {
83
+ const data = await client.DescribeWorkspaceStatusList({})
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
+
91
+ it("cloudstudio.v20210524.RemoveWorkspace", async function () {
92
+ try {
93
+ const data = await client.RemoveWorkspace({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
101
+ it("cloudstudio.v20210524.DescribeWorkspaceNameExist", async function () {
102
+ try {
103
+ const data = await client.DescribeWorkspaceNameExist({})
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
+
111
+ it("cloudstudio.v20210524.ModifyCustomizeTemplatesFullById", async function () {
112
+ try {
113
+ const data = await client.ModifyCustomizeTemplatesFullById({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
121
+ it("cloudstudio.v20210524.RunWorkspace", async function () {
122
+ try {
123
+ const data = await client.RunWorkspace({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
131
+ it("cloudstudio.v20210524.DeleteCustomizeTemplatesById", async function () {
132
+ try {
133
+ const data = await client.DeleteCustomizeTemplatesById({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
141
+ it("cloudstudio.v20210524.ModifyCustomizeTemplatesPartById", async function () {
142
+ try {
143
+ const data = await client.ModifyCustomizeTemplatesPartById({})
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
+
151
+ it("cloudstudio.v20210524.StopWorkspace", async function () {
152
+ try {
153
+ const data = await client.StopWorkspace({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
161
+ it("cloudstudio.v20210524.DescribeCustomizeTemplatesPresets", async function () {
162
+ try {
163
+ const data = await client.DescribeCustomizeTemplatesPresets({})
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("cloudstudio.v20210524.DescribeWorkspaceEnvList", async function () {
172
+ try {
173
+ const data = await client.DescribeWorkspaceEnvList({})
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
+
181
+ it("cloudstudio.v20210524.ModifyWorkspaceAttributes", async function () {
182
+ try {
183
+ const data = await client.ModifyWorkspaceAttributes({})
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
+
191
+ it("cloudstudio.v20210524.CreateWorkspaceByAgent", async function () {
192
+ try {
193
+ const data = await client.CreateWorkspaceByAgent({})
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
+
201
+ it("cloudstudio.v20210524.CreateCustomizeTemplates", async function () {
202
+ try {
203
+ const data = await client.CreateCustomizeTemplates({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
211
+ it("cloudstudio.v20210524.DescribeCustomizeTemplates", async function () {
212
+ try {
213
+ const data = await client.DescribeCustomizeTemplates({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ })
@@ -28,6 +28,16 @@ it("dnspod.v20210323.DescribeRecordList", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("dnspod.v20210323.DescribeDomainGroupList", async function () {
32
+ try {
33
+ const data = await client.DescribeDomainGroupList({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
31
41
  it("dnspod.v20210323.DescribeDomainPurview", async function () {
32
42
  try {
33
43
  const data = await client.DescribeDomainPurview({})
@@ -108,9 +108,9 @@ it("live.v20180801.DescribeLiveStreamEventList", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("live.v20180801.DescribePullStreamConfigs", async function () {
111
+ it("live.v20180801.CreateCommonMixStream", async function () {
112
112
  try {
113
- const data = await client.DescribePullStreamConfigs({})
113
+ const data = await client.CreateCommonMixStream({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -228,6 +228,16 @@ it("live.v20180801.DescribeLiveRecordTemplates", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("live.v20180801.AuthenticateDomainOwner", async function () {
232
+ try {
233
+ const data = await client.AuthenticateDomainOwner({})
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("live.v20180801.DescribeVisitTopSumInfoList", async function () {
232
242
  try {
233
243
  const data = await client.DescribeVisitTopSumInfoList({})
@@ -378,9 +388,9 @@ it("live.v20180801.StopScreenshotTask", async function () {
378
388
  }
379
389
  })
380
390
 
381
- it("live.v20180801.CreateCommonMixStream", async function () {
391
+ it("live.v20180801.DescribePullStreamConfigs", async function () {
382
392
  try {
383
- const data = await client.CreateCommonMixStream({})
393
+ const data = await client.DescribePullStreamConfigs({})
384
394
  expect(data).to.be.ok
385
395
  } catch(error) {
386
396
  expect(error.requestId).to.be.ok
@@ -48,6 +48,16 @@ it("vod.v20180717.ModifyDefaultStorageRegion", async function () {
48
48
  }
49
49
  })
50
50
 
51
+ it("vod.v20180717.ExtractTraceWatermark", async function () {
52
+ try {
53
+ const data = await client.ExtractTraceWatermark({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
51
61
  it("vod.v20180717.EditMedia", async function () {
52
62
  try {
53
63
  const data = await client.EditMedia({})
@@ -548,6 +548,16 @@ it("vpc.v20170312.DescribeVpcEndPointService", async function () {
548
548
  }
549
549
  })
550
550
 
551
+ it("vpc.v20170312.DescribeCrossBorderFlowMonitor", async function () {
552
+ try {
553
+ const data = await client.DescribeCrossBorderFlowMonitor({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
551
561
  it("vpc.v20170312.EnableRoutes", async function () {
552
562
  try {
553
563
  const data = await client.EnableRoutes({})