tencentcloud-sdk-nodejs-cloudstudio 4.0.618 → 4.0.619

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.
@@ -3,29 +3,29 @@
3
3
  */
4
4
  export interface UserDefinedTemplatePatchedParams {
5
5
  /**
6
- * 模板来源
6
+ * 模板来源
7
7
  注意:此字段可能返回 null,表示取不到有效值。
8
- */
8
+ */
9
9
  Source: string;
10
10
  /**
11
- * 模板名称
11
+ * 模板名称
12
12
  注意:此字段可能返回 null,表示取不到有效值。
13
- */
13
+ */
14
14
  Name?: string;
15
15
  /**
16
- * 模板图标地址
16
+ * 模板图标地址
17
17
  注意:此字段可能返回 null,表示取不到有效值。
18
- */
18
+ */
19
19
  Icon?: string;
20
20
  /**
21
- * 模板描述
21
+ * 模板描述
22
22
  注意:此字段可能返回 null,表示取不到有效值。
23
- */
23
+ */
24
24
  Description?: string;
25
25
  /**
26
- * 模板标签列表
26
+ * 模板标签列表
27
27
  注意:此字段可能返回 null,表示取不到有效值。
28
- */
28
+ */
29
29
  Tags?: Array<string>;
30
30
  }
31
31
  /**
@@ -187,9 +187,9 @@ export interface WorkspaceResourceDTO {
187
187
  */
188
188
  export interface CreateCustomizeTemplatesResponse {
189
189
  /**
190
- * 无
190
+ * 无
191
191
  注意:此字段可能返回 null,表示取不到有效值。
192
- */
192
+ */
193
193
  Data: WorkspaceTemplateInfo;
194
194
  /**
195
195
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -205,9 +205,9 @@ export interface WorkspaceTokenInfoV0 {
205
205
  */
206
206
  Token: string;
207
207
  /**
208
- * token 过期时间
208
+ * token 过期时间
209
209
  注意:此字段可能返回 null,表示取不到有效值。
210
- */
210
+ */
211
211
  ExpiredTime: string;
212
212
  }
213
213
  /**
@@ -273,9 +273,9 @@ export interface RunWorkspaceRequest {
273
273
  */
274
274
  export interface DescribeWorkspaceStatusResponse {
275
275
  /**
276
- * 无
276
+ * 无
277
277
  注意:此字段可能返回 null,表示取不到有效值。
278
- */
278
+ */
279
279
  Data: WorkspaceStatusInfo;
280
280
  /**
281
281
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -330,9 +330,9 @@ export interface StopWorkspaceRequest {
330
330
  */
331
331
  export interface DescribeWorkspaceEnvListResponse {
332
332
  /**
333
- * 无
333
+ * 无
334
334
  注意:此字段可能返回 null,表示取不到有效值。
335
- */
335
+ */
336
336
  Data: Array<ImageUserDTO>;
337
337
  /**
338
338
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -348,19 +348,19 @@ export interface WorkspaceShareInfo {
348
348
  */
349
349
  Status: boolean;
350
350
  /**
351
- * 是否与我共享
351
+ * 是否与我共享
352
352
  注意:此字段可能返回 null,表示取不到有效值。
353
- */
353
+ */
354
354
  WithMe: boolean;
355
355
  /**
356
- * 开始共享的时间
356
+ * 开始共享的时间
357
357
  注意:此字段可能返回 null,表示取不到有效值。
358
- */
358
+ */
359
359
  BeginDate: string;
360
360
  /**
361
- * 停止共享的时间
361
+ * 停止共享的时间
362
362
  注意:此字段可能返回 null,表示取不到有效值。
363
- */
363
+ */
364
364
  EndDate: string;
365
365
  /**
366
366
  * 停止共享的时间
@@ -384,89 +384,89 @@ export interface WorkspaceTemplateInfo {
384
384
  */
385
385
  Name: string;
386
386
  /**
387
- * 模板描述
387
+ * 模板描述
388
388
  注意:此字段可能返回 null,表示取不到有效值。
389
- */
389
+ */
390
390
  Description: string;
391
391
  /**
392
- * 中文描述
392
+ * 中文描述
393
393
  注意:此字段可能返回 null,表示取不到有效值。
394
- */
394
+ */
395
395
  DescriptionEN: string;
396
396
  /**
397
- * 模板标签
397
+ * 模板标签
398
398
  注意:此字段可能返回 null,表示取不到有效值。
399
- */
399
+ */
400
400
  Tags: string;
401
401
  /**
402
- * 模板图标地址
402
+ * 模板图标地址
403
403
  注意:此字段可能返回 null,表示取不到有效值。
404
- */
404
+ */
405
405
  Icon: string;
406
406
  /**
407
- * 默认仓库类型
407
+ * 默认仓库类型
408
408
  注意:此字段可能返回 null,表示取不到有效值。
409
- */
409
+ */
410
410
  VersionControlType: string;
411
411
  /**
412
- * 默认仓库地址
412
+ * 默认仓库地址
413
413
  注意:此字段可能返回 null,表示取不到有效值。
414
- */
414
+ */
415
415
  VersionControlUrl: string;
416
416
  /**
417
- * 默认仓库描述
417
+ * 默认仓库描述
418
418
  注意:此字段可能返回 null,表示取不到有效值。
419
- */
419
+ */
420
420
  VersionControlDesc: string;
421
421
  /**
422
- * 默认仓库所属人
422
+ * 默认仓库所属人
423
423
  注意:此字段可能返回 null,表示取不到有效值。
424
- */
424
+ */
425
425
  VersionControlOwner: string;
426
426
  /**
427
- * 默认仓库引用地址
427
+ * 默认仓库引用地址
428
428
  注意:此字段可能返回 null,表示取不到有效值。
429
- */
429
+ */
430
430
  VersionControlRef: string;
431
431
  /**
432
- * 默认仓库引用类型
432
+ * 默认仓库引用类型
433
433
  注意:此字段可能返回 null,表示取不到有效值。
434
- */
434
+ */
435
435
  VersionControlRefType: string;
436
436
  /**
437
- * 用户自定义仓库地址
437
+ * 用户自定义仓库地址
438
438
  注意:此字段可能返回 null,表示取不到有效值。
439
- */
439
+ */
440
440
  UserVersionControlUrl: string;
441
441
  /**
442
- * 用户自定义仓库类型
442
+ * 用户自定义仓库类型
443
443
  注意:此字段可能返回 null,表示取不到有效值。
444
- */
444
+ */
445
445
  UserVersionControlType: string;
446
446
  /**
447
- * 用户自定义仓库引用
447
+ * 用户自定义仓库引用
448
448
  注意:此字段可能返回 null,表示取不到有效值。
449
- */
449
+ */
450
450
  UserVersionControlRef: string;
451
451
  /**
452
- * 用户自定义仓库引用类型
452
+ * 用户自定义仓库引用类型
453
453
  注意:此字段可能返回 null,表示取不到有效值。
454
- */
454
+ */
455
455
  UserVersionControlRefType: string;
456
456
  /**
457
- * xxx
457
+ * xxx
458
458
  注意:此字段可能返回 null,表示取不到有效值。
459
- */
459
+ */
460
460
  DevFile: string;
461
461
  /**
462
- * xxx
462
+ * xxx
463
463
  注意:此字段可能返回 null,表示取不到有效值。
464
- */
464
+ */
465
465
  PluginFile: string;
466
466
  /**
467
- * xxx
467
+ * xxx
468
468
  注意:此字段可能返回 null,表示取不到有效值。
469
- */
469
+ */
470
470
  PrebuildFile: string;
471
471
  /**
472
472
  * 是否标记
@@ -481,37 +481,37 @@ export interface WorkspaceTemplateInfo {
481
481
  */
482
482
  CreateDate: string;
483
483
  /**
484
- * 最后修改时间
484
+ * 最后修改时间
485
485
  注意:此字段可能返回 null,表示取不到有效值。
486
- */
486
+ */
487
487
  LastModified: string;
488
488
  /**
489
489
  * 编号
490
490
  */
491
491
  Sort: number;
492
492
  /**
493
- * xxx
493
+ * xxx
494
494
  注意:此字段可能返回 null,表示取不到有效值。
495
- */
495
+ */
496
496
  SnapshotUid: string;
497
497
  /**
498
- * 用户ID
498
+ * 用户ID
499
499
  注意:此字段可能返回 null,表示取不到有效值。
500
- */
500
+ */
501
501
  UserId: number;
502
502
  /**
503
- * 用户名
503
+ * 用户名
504
504
  注意:此字段可能返回 null,表示取不到有效值。
505
- */
505
+ */
506
506
  Author: string;
507
507
  /**
508
508
  * 是否属于当前用户
509
509
  */
510
510
  Me: boolean;
511
511
  /**
512
- * xxx
512
+ * xxx
513
513
  注意:此字段可能返回 null,表示取不到有效值。
514
- */
514
+ */
515
515
  AuthorAvatar: string;
516
516
  }
517
517
  /**
@@ -535,9 +535,9 @@ export interface UserSubInfo {
535
535
  */
536
536
  IsAdmin: boolean;
537
537
  /**
538
- * xxx
538
+ * xxx
539
539
  注意:此字段可能返回 null,表示取不到有效值。
540
- */
540
+ */
541
541
  IsTrial: boolean;
542
542
  }
543
543
  /**
@@ -545,9 +545,9 @@ export interface UserSubInfo {
545
545
  */
546
546
  export interface DescribeWorkspaceStatusListResponse {
547
547
  /**
548
- * xxx
548
+ * xxx
549
549
  注意:此字段可能返回 null,表示取不到有效值。
550
- */
550
+ */
551
551
  Data: Array<WorkspaceStatusInfo>;
552
552
  /**
553
553
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -576,9 +576,9 @@ export interface ModifyCustomizeTemplatesFullByIdRequest {
576
576
  */
577
577
  export interface ModifyCustomizeTemplateVersionControlResponse {
578
578
  /**
579
- * 无
579
+ * 无
580
580
  注意:此字段可能返回 null,表示取不到有效值。
581
- */
581
+ */
582
582
  Data: WorkspaceTemplateInfo;
583
583
  /**
584
584
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -598,14 +598,14 @@ export interface UserInfoRsp {
598
598
  */
599
599
  AuthenticationUserInfo: UserSubInfo;
600
600
  /**
601
- * 头像地址
601
+ * 头像地址
602
602
  注意:此字段可能返回 null,表示取不到有效值。
603
- */
603
+ */
604
604
  Avatar: string;
605
605
  /**
606
- * 介绍
606
+ * 介绍
607
607
  注意:此字段可能返回 null,表示取不到有效值。
608
- */
608
+ */
609
609
  Features: string;
610
610
  /**
611
611
  * 状况
@@ -655,14 +655,14 @@ export interface WorkspaceStatusInfo {
655
655
  */
656
656
  Status: string;
657
657
  /**
658
- * 最后操作时间
658
+ * 最后操作时间
659
659
  注意:此字段可能返回 null,表示取不到有效值。
660
- */
660
+ */
661
661
  LastOpsDate: string;
662
662
  /**
663
- * 描述
663
+ * 描述
664
664
  注意:此字段可能返回 null,表示取不到有效值。
665
- */
665
+ */
666
666
  Description: string;
667
667
  /**
668
668
  * 共享状态
@@ -673,9 +673,9 @@ export interface WorkspaceStatusInfo {
673
673
  */
674
674
  WorkspaceType: string;
675
675
  /**
676
- * 标签
676
+ * 标签
677
677
  注意:此字段可能返回 null,表示取不到有效值。
678
- */
678
+ */
679
679
  Label: string;
680
680
  /**
681
681
  * 空间版本
@@ -686,58 +686,58 @@ export interface WorkspaceStatusInfo {
686
686
  */
687
687
  ImageIcon: string;
688
688
  /**
689
- * 创建时间
689
+ * 创建时间
690
690
  注意:此字段可能返回 null,表示取不到有效值。
691
- */
691
+ */
692
692
  CreateDate: string;
693
693
  /**
694
- * 版本控制地址
694
+ * 版本控制地址
695
695
  注意:此字段可能返回 null,表示取不到有效值。
696
- */
696
+ */
697
697
  VersionControlUrl: string;
698
698
  /**
699
- * 版本控制描述
699
+ * 版本控制描述
700
700
  注意:此字段可能返回 null,表示取不到有效值。
701
- */
701
+ */
702
702
  VersionControlDesc: string;
703
703
  /**
704
- * 版本控制引用
704
+ * 版本控制引用
705
705
  注意:此字段可能返回 null,表示取不到有效值。
706
- */
706
+ */
707
707
  VersionControlRef: string;
708
708
  /**
709
- * 版本控制引用类型
709
+ * 版本控制引用类型
710
710
  注意:此字段可能返回 null,表示取不到有效值。
711
- */
711
+ */
712
712
  VersionControlRefType: string;
713
713
  /**
714
714
  * 版本控制类型
715
715
  */
716
716
  VersionControlType: string;
717
717
  /**
718
- * 模板ID
718
+ * 模板ID
719
719
  注意:此字段可能返回 null,表示取不到有效值。
720
- */
720
+ */
721
721
  TemplateId: number;
722
722
  /**
723
- * 快照ID
723
+ * 快照ID
724
724
  注意:此字段可能返回 null,表示取不到有效值。
725
- */
725
+ */
726
726
  SnapshotUid: string;
727
727
  /**
728
- * 类型
728
+ * 类型
729
729
  注意:此字段可能返回 null,表示取不到有效值。
730
- */
730
+ */
731
731
  SpecDesc: string;
732
732
  /**
733
- * CPU数量
733
+ * CPU数量
734
734
  注意:此字段可能返回 null,表示取不到有效值。
735
- */
735
+ */
736
736
  Cpu: number;
737
737
  /**
738
- * 内存
738
+ * 内存
739
739
  注意:此字段可能返回 null,表示取不到有效值。
740
- */
740
+ */
741
741
  Memory: number;
742
742
  }
743
743
  /**
@@ -819,19 +819,19 @@ export interface DescribeCustomizeTemplatesRequest {
819
819
  */
820
820
  export interface CustomizeTemplatesPresetsInfo {
821
821
  /**
822
- * 模板tag列表
822
+ * 模板tag列表
823
823
  注意:此字段可能返回 null,表示取不到有效值。
824
- */
824
+ */
825
825
  Tags: Array<string>;
826
826
  /**
827
- * 模板图标列表
827
+ * 模板图标列表
828
828
  注意:此字段可能返回 null,表示取不到有效值。
829
- */
829
+ */
830
830
  Icons: Array<string>;
831
831
  /**
832
- * 无
832
+ * 无
833
833
  注意:此字段可能返回 null,表示取不到有效值。
834
- */
834
+ */
835
835
  Templates: UserDefinedTemplateParams;
836
836
  }
837
837
  /**
@@ -848,9 +848,9 @@ export interface RunWorkspaceResponse {
848
848
  */
849
849
  export interface DescribeCustomizeTemplatesByIdResponse {
850
850
  /**
851
- * 无
851
+ * 无
852
852
  注意:此字段可能返回 null,表示取不到有效值。
853
- */
853
+ */
854
854
  Data: WorkspaceTemplateInfo;
855
855
  /**
856
856
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -862,9 +862,9 @@ export interface DescribeCustomizeTemplatesByIdResponse {
862
862
  */
863
863
  export interface DescribeWorkspaceNameExistResponse {
864
864
  /**
865
- * 工作空间信息
865
+ * 工作空间信息
866
866
  注意:此字段可能返回 null,表示取不到有效值。
867
- */
867
+ */
868
868
  Data?: WorkspaceInfoDTO;
869
869
  /**
870
870
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -889,9 +889,9 @@ export interface CreateWorkspaceByTemplateResponse {
889
889
  */
890
890
  export interface CreateWorkspaceByAgentResponse {
891
891
  /**
892
- * 无
892
+ * 无
893
893
  注意:此字段可能返回 null,表示取不到有效值。
894
- */
894
+ */
895
895
  Data: WorkspaceInfoDTO;
896
896
  /**
897
897
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -999,9 +999,9 @@ export interface ModifyCustomizeTemplatesFullByIdResponse {
999
999
  */
1000
1000
  export interface DescribeCustomizeTemplatesResponse {
1001
1001
  /**
1002
- * 无
1002
+ * 无
1003
1003
  注意:此字段可能返回 null,表示取不到有效值。
1004
- */
1004
+ */
1005
1005
  Data: Array<WorkspaceTemplateInfo>;
1006
1006
  /**
1007
1007
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1013,9 +1013,9 @@ export interface DescribeCustomizeTemplatesResponse {
1013
1013
  */
1014
1014
  export interface CreateWorkspaceByVersionControlResponse {
1015
1015
  /**
1016
- * 无
1016
+ * 无
1017
1017
  注意:此字段可能返回 null,表示取不到有效值。
1018
- */
1018
+ */
1019
1019
  Data: WorkspaceInfoDTO;
1020
1020
  /**
1021
1021
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1044,9 +1044,9 @@ export interface ModifyCustomizeTemplatesPartByIdRequest {
1044
1044
  */
1045
1045
  export interface DescribeWorkspaceIsReadyResponse {
1046
1046
  /**
1047
- * 工作空间是否就绪
1047
+ * 工作空间是否就绪
1048
1048
  注意:此字段可能返回 null,表示取不到有效值。
1049
- */
1049
+ */
1050
1050
  Data?: boolean;
1051
1051
  /**
1052
1052
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1071,39 +1071,39 @@ export interface WorkspaceTokenDTO {
1071
1071
  */
1072
1072
  export interface UserDefinedTemplateParams {
1073
1073
  /**
1074
- * 模板名称
1074
+ * 模板名称
1075
1075
  注意:此字段可能返回 null,表示取不到有效值。
1076
- */
1076
+ */
1077
1077
  Name: string;
1078
1078
  /**
1079
- * 模板图标地址
1079
+ * 模板图标地址
1080
1080
  注意:此字段可能返回 null,表示取不到有效值。
1081
- */
1081
+ */
1082
1082
  Icon: string;
1083
1083
  /**
1084
- * 模板标签列表
1084
+ * 模板标签列表
1085
1085
  注意:此字段可能返回 null,表示取不到有效值。
1086
- */
1086
+ */
1087
1087
  Tags: Array<string>;
1088
1088
  /**
1089
- * 模板来源
1089
+ * 模板来源
1090
1090
  注意:此字段可能返回 null,表示取不到有效值。
1091
- */
1091
+ */
1092
1092
  Source: string;
1093
1093
  /**
1094
- * 模板描述
1094
+ * 模板描述
1095
1095
  注意:此字段可能返回 null,表示取不到有效值。
1096
- */
1096
+ */
1097
1097
  Description?: string;
1098
1098
  /**
1099
- * 模板仓库类型
1099
+ * 模板仓库类型
1100
1100
  注意:此字段可能返回 null,表示取不到有效值。
1101
- */
1101
+ */
1102
1102
  VersionControlType?: string;
1103
1103
  /**
1104
- * 模板地址
1104
+ * 模板地址
1105
1105
  注意:此字段可能返回 null,表示取不到有效值。
1106
- */
1106
+ */
1107
1107
  VersionControlUrl?: string;
1108
1108
  }
1109
1109
  /**
@@ -1120,19 +1120,19 @@ export interface DeleteCustomizeTemplatesByIdResponse {
1120
1120
  */
1121
1121
  export interface WorkspaceInfo {
1122
1122
  /**
1123
- * 工作空间ID
1123
+ * 工作空间ID
1124
1124
  注意:此字段可能返回 null,表示取不到有效值。
1125
- */
1125
+ */
1126
1126
  WorkspaceId: number;
1127
1127
  /**
1128
- * 工作空间标识
1128
+ * 工作空间标识
1129
1129
  注意:此字段可能返回 null,表示取不到有效值。
1130
- */
1130
+ */
1131
1131
  SpaceKey: string;
1132
1132
  /**
1133
- * 工作空间名称
1133
+ * 工作空间名称
1134
1134
  注意:此字段可能返回 null,表示取不到有效值。
1135
- */
1135
+ */
1136
1136
  Name?: string;
1137
1137
  }
1138
1138
  /**
@@ -1198,9 +1198,9 @@ export interface AgentSpaceDTO {
1198
1198
  */
1199
1199
  export interface DescribeCustomizeTemplatesPresetsResponse {
1200
1200
  /**
1201
- * 无
1201
+ * 无
1202
1202
  注意:此字段可能返回 null,表示取不到有效值。
1203
- */
1203
+ */
1204
1204
  Data: CustomizeTemplatesPresetsInfo;
1205
1205
  /**
1206
1206
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。