@alicloud/ecd20200930 4.2.4 → 4.3.0

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.
package/dist/client.d.ts CHANGED
@@ -337,6 +337,38 @@ export declare class ApplyCoordinationForMonitoringResponseBodyCoordinateFlowMod
337
337
  [key: string]: any;
338
338
  });
339
339
  }
340
+ export declare class BindConfigGroupRequestResourceInfos extends $dara.Model {
341
+ /**
342
+ * @example
343
+ * CLOUD_DESKTOP
344
+ */
345
+ productType?: string;
346
+ /**
347
+ * @example
348
+ * ecd-1bo4xotjvwyon****
349
+ */
350
+ resourceId?: string;
351
+ /**
352
+ * @example
353
+ * cn-hangzhou
354
+ */
355
+ resourceRegionId?: string;
356
+ /**
357
+ * @example
358
+ * CLOUD_DESKTOP
359
+ */
360
+ resourceType?: string;
361
+ static names(): {
362
+ [key: string]: string;
363
+ };
364
+ static types(): {
365
+ [key: string]: any;
366
+ };
367
+ validate(): void;
368
+ constructor(map?: {
369
+ [key: string]: any;
370
+ });
371
+ }
340
372
  export declare class CopyCdsFileResponseBodyCopyCdsFileModel extends $dara.Model {
341
373
  /**
342
374
  * @remarks
@@ -443,6 +475,62 @@ export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrder exte
443
475
  [key: string]: any;
444
476
  });
445
477
  }
478
+ export declare class CreateConfigGroupRequestConfigTimers extends $dara.Model {
479
+ /**
480
+ * @example
481
+ * true
482
+ */
483
+ allowClientSetting?: boolean;
484
+ /**
485
+ * @example
486
+ * 0 0 16 ? * 1,2,3,4,5,6,7
487
+ */
488
+ cronExpression?: string;
489
+ /**
490
+ * @example
491
+ * true
492
+ */
493
+ enforce?: boolean;
494
+ /**
495
+ * @example
496
+ * 10
497
+ */
498
+ interval?: number;
499
+ /**
500
+ * @example
501
+ * Shutdown
502
+ */
503
+ operationType?: string;
504
+ processWhitelist?: string[];
505
+ /**
506
+ * @example
507
+ * RESET_TYPE_SYSTEM
508
+ */
509
+ resetType?: string;
510
+ /**
511
+ * @remarks
512
+ * This parameter is required.
513
+ *
514
+ * @example
515
+ * TIMER_BOOT
516
+ */
517
+ timerType?: string;
518
+ /**
519
+ * @example
520
+ * Standard
521
+ */
522
+ triggerType?: string;
523
+ static names(): {
524
+ [key: string]: string;
525
+ };
526
+ static types(): {
527
+ [key: string]: any;
528
+ };
529
+ validate(): void;
530
+ constructor(map?: {
531
+ [key: string]: any;
532
+ });
533
+ }
446
534
  export declare class CreateDesktopGroupRequestTag extends $dara.Model {
447
535
  /**
448
536
  * @remarks
@@ -2778,6 +2866,48 @@ export declare class DescribeCloudDriveUsersResponseBodyCloudDriveUsers extends
2778
2866
  [key: string]: any;
2779
2867
  });
2780
2868
  }
2869
+ export declare class DescribeConfigGroupResponseBodyData extends $dara.Model {
2870
+ /**
2871
+ * @example
2872
+ * 4
2873
+ */
2874
+ bindCount?: number;
2875
+ bindCountMap?: {
2876
+ [key: string]: number;
2877
+ };
2878
+ description?: string;
2879
+ /**
2880
+ * @example
2881
+ * ccg-0cid8v30an12****
2882
+ */
2883
+ groupId?: string;
2884
+ name?: string;
2885
+ /**
2886
+ * @example
2887
+ * CLOUD_DESKTOP
2888
+ */
2889
+ productType?: string;
2890
+ /**
2891
+ * @example
2892
+ * AVAILABLE
2893
+ */
2894
+ status?: string;
2895
+ /**
2896
+ * @example
2897
+ * Timer
2898
+ */
2899
+ type?: string;
2900
+ static names(): {
2901
+ [key: string]: string;
2902
+ };
2903
+ static types(): {
2904
+ [key: string]: any;
2905
+ };
2906
+ validate(): void;
2907
+ constructor(map?: {
2908
+ [key: string]: any;
2909
+ });
2910
+ }
2781
2911
  export declare class DescribeCustomizedListHeadersResponseBodyHeaders extends $dara.Model {
2782
2912
  /**
2783
2913
  * @example
@@ -4013,6 +4143,7 @@ export declare class DescribeDesktopTypesResponseBodyDesktopTypes extends $dara.
4013
4143
  * ecd.graphics
4014
4144
  */
4015
4145
  instanceTypeFamily?: string;
4146
+ maxSessionCount?: number;
4016
4147
  /**
4017
4148
  * @remarks
4018
4149
  * The memory size. Unit: MiB.
@@ -7848,6 +7979,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $dara.Mo
7848
7979
  * Details of AD connectors.
7849
7980
  */
7850
7981
  ADConnectors?: DescribeOfficeSitesResponseBodyOfficeSitesADConnectors[];
7982
+ acceleratorId?: string;
7851
7983
  /**
7852
7984
  * @remarks
7853
7985
  * The hostname of the domain controller. The hostname must comply with the hostname naming convention of Windows.
@@ -10049,6 +10181,102 @@ export declare class DescribeSnapshotsResponseBodySnapshots extends $dara.Model
10049
10181
  [key: string]: any;
10050
10182
  });
10051
10183
  }
10184
+ export declare class DescribeTimerGroupResponseBodyDataConfigTimers extends $dara.Model {
10185
+ /**
10186
+ * @example
10187
+ * true
10188
+ */
10189
+ allowClientSetting?: boolean;
10190
+ /**
10191
+ * @example
10192
+ * 0 0 16 ? * 1,2,3,4,5,6,7
10193
+ */
10194
+ cronExpression?: string;
10195
+ /**
10196
+ * @example
10197
+ * false
10198
+ */
10199
+ enforce?: boolean;
10200
+ /**
10201
+ * @example
10202
+ * 10
10203
+ */
10204
+ interval?: number;
10205
+ /**
10206
+ * @example
10207
+ * Shutdown
10208
+ */
10209
+ operationType?: string;
10210
+ processWhitelist?: string[];
10211
+ /**
10212
+ * @example
10213
+ * RESET_TYPE_SYSTEM
10214
+ */
10215
+ resetType?: string;
10216
+ /**
10217
+ * @example
10218
+ * TimerBoot
10219
+ */
10220
+ timerType?: string;
10221
+ /**
10222
+ * @example
10223
+ * Standard
10224
+ */
10225
+ triggerType?: string;
10226
+ static names(): {
10227
+ [key: string]: string;
10228
+ };
10229
+ static types(): {
10230
+ [key: string]: any;
10231
+ };
10232
+ validate(): void;
10233
+ constructor(map?: {
10234
+ [key: string]: any;
10235
+ });
10236
+ }
10237
+ export declare class DescribeTimerGroupResponseBodyData extends $dara.Model {
10238
+ /**
10239
+ * @example
10240
+ * 50
10241
+ */
10242
+ bindCount?: number;
10243
+ bindCountMap?: {
10244
+ [key: string]: number;
10245
+ };
10246
+ configTimers?: DescribeTimerGroupResponseBodyDataConfigTimers[];
10247
+ description?: string;
10248
+ /**
10249
+ * @example
10250
+ * cg-75aazkg2tnqb2*****
10251
+ */
10252
+ groupId?: string;
10253
+ name?: string;
10254
+ /**
10255
+ * @example
10256
+ * CLOUD_DESKTOP
10257
+ */
10258
+ productType?: string;
10259
+ /**
10260
+ * @example
10261
+ * AVAILABLE
10262
+ */
10263
+ status?: string;
10264
+ /**
10265
+ * @example
10266
+ * Timer
10267
+ */
10268
+ type?: string;
10269
+ static names(): {
10270
+ [key: string]: string;
10271
+ };
10272
+ static types(): {
10273
+ [key: string]: any;
10274
+ };
10275
+ validate(): void;
10276
+ constructor(map?: {
10277
+ [key: string]: any;
10278
+ });
10279
+ }
10052
10280
  export declare class DescribeUserConnectTimeResponseBodyData extends $dara.Model {
10053
10281
  endConnectTime?: string;
10054
10282
  endUserId?: string;
@@ -12988,6 +13216,59 @@ export declare class ModifyPolicyGroupRequestUsbSupplyRedirectRule extends $dara
12988
13216
  [key: string]: any;
12989
13217
  });
12990
13218
  }
13219
+ export declare class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
13220
+ /**
13221
+ * @example
13222
+ * true
13223
+ */
13224
+ allowClientSetting?: boolean;
13225
+ /**
13226
+ * @example
13227
+ * 0 0 16 ? * 1,2,3,4,5,6,7
13228
+ */
13229
+ cronExpression?: string;
13230
+ /**
13231
+ * @example
13232
+ * false
13233
+ */
13234
+ enforce?: boolean;
13235
+ /**
13236
+ * @example
13237
+ * 10
13238
+ */
13239
+ interval?: number;
13240
+ /**
13241
+ * @example
13242
+ * Shutdown
13243
+ */
13244
+ operationType?: string;
13245
+ processWhitelist?: string[];
13246
+ /**
13247
+ * @example
13248
+ * RESET_TYPE_SYSTEM
13249
+ */
13250
+ resetType?: string;
13251
+ /**
13252
+ * @example
13253
+ * TIMER_BOOT
13254
+ */
13255
+ timerType?: string;
13256
+ /**
13257
+ * @example
13258
+ * Standard
13259
+ */
13260
+ triggerType?: string;
13261
+ static names(): {
13262
+ [key: string]: string;
13263
+ };
13264
+ static types(): {
13265
+ [key: string]: any;
13266
+ };
13267
+ validate(): void;
13268
+ constructor(map?: {
13269
+ [key: string]: any;
13270
+ });
13271
+ }
12991
13272
  export declare class MoveCdsFileResponseBodyMoveCdsFileModel extends $dara.Model {
12992
13273
  /**
12993
13274
  * @remarks
@@ -13600,6 +13881,38 @@ export declare class TagResourcesRequestTag extends $dara.Model {
13600
13881
  [key: string]: any;
13601
13882
  });
13602
13883
  }
13884
+ export declare class UnbindConfigGroupRequestResourceInfos extends $dara.Model {
13885
+ /**
13886
+ * @example
13887
+ * CLOUD_DESKTOP
13888
+ */
13889
+ productType?: string;
13890
+ /**
13891
+ * @example
13892
+ * ecd-ctwj0bk3l5nz****
13893
+ */
13894
+ resourceId?: string;
13895
+ /**
13896
+ * @example
13897
+ * cn-chengdu
13898
+ */
13899
+ resourceRegionId?: string;
13900
+ /**
13901
+ * @example
13902
+ * CLOUD_DESKTOP
13903
+ */
13904
+ resourceType?: string;
13905
+ static names(): {
13906
+ [key: string]: string;
13907
+ };
13908
+ static types(): {
13909
+ [key: string]: any;
13910
+ };
13911
+ validate(): void;
13912
+ constructor(map?: {
13913
+ [key: string]: any;
13914
+ });
13915
+ }
13603
13916
  export declare class VerifyCenResponseBodyRouteEntries extends $dara.Model {
13604
13917
  /**
13605
13918
  * @remarks
@@ -14920,6 +15233,75 @@ export declare class AttachEndUserResponse extends $dara.Model {
14920
15233
  [key: string]: any;
14921
15234
  });
14922
15235
  }
15236
+ export declare class BindConfigGroupRequest extends $dara.Model {
15237
+ /**
15238
+ * @remarks
15239
+ * This parameter is required.
15240
+ *
15241
+ * @example
15242
+ * ccg-0chlk9b65lj8z****
15243
+ */
15244
+ groupId?: string;
15245
+ /**
15246
+ * @example
15247
+ * cn-hangzhou
15248
+ */
15249
+ regionId?: string;
15250
+ /**
15251
+ * @remarks
15252
+ * This parameter is required.
15253
+ */
15254
+ resourceInfos?: BindConfigGroupRequestResourceInfos[];
15255
+ static names(): {
15256
+ [key: string]: string;
15257
+ };
15258
+ static types(): {
15259
+ [key: string]: any;
15260
+ };
15261
+ validate(): void;
15262
+ constructor(map?: {
15263
+ [key: string]: any;
15264
+ });
15265
+ }
15266
+ export declare class BindConfigGroupResponseBody extends $dara.Model {
15267
+ /**
15268
+ * @example
15269
+ * ccg-0chlk9b65lj****
15270
+ */
15271
+ groupId?: string;
15272
+ /**
15273
+ * @example
15274
+ * E54EB497-D7B7-5F04-B744-D8DFA7B******
15275
+ */
15276
+ requestId?: string;
15277
+ static names(): {
15278
+ [key: string]: string;
15279
+ };
15280
+ static types(): {
15281
+ [key: string]: any;
15282
+ };
15283
+ validate(): void;
15284
+ constructor(map?: {
15285
+ [key: string]: any;
15286
+ });
15287
+ }
15288
+ export declare class BindConfigGroupResponse extends $dara.Model {
15289
+ headers?: {
15290
+ [key: string]: string;
15291
+ };
15292
+ statusCode?: number;
15293
+ body?: BindConfigGroupResponseBody;
15294
+ static names(): {
15295
+ [key: string]: string;
15296
+ };
15297
+ static types(): {
15298
+ [key: string]: any;
15299
+ };
15300
+ validate(): void;
15301
+ constructor(map?: {
15302
+ [key: string]: any;
15303
+ });
15304
+ }
14923
15305
  export declare class CancelAutoSnapshotPolicyRequest extends $dara.Model {
14924
15306
  /**
14925
15307
  * @remarks
@@ -17690,6 +18072,86 @@ export declare class CreateCloudDriveUsersResponse extends $dara.Model {
17690
18072
  [key: string]: any;
17691
18073
  });
17692
18074
  }
18075
+ export declare class CreateConfigGroupRequest extends $dara.Model {
18076
+ configTimers?: CreateConfigGroupRequestConfigTimers[];
18077
+ description?: string;
18078
+ /**
18079
+ * @remarks
18080
+ * This parameter is required.
18081
+ */
18082
+ name?: string;
18083
+ /**
18084
+ * @remarks
18085
+ * This parameter is required.
18086
+ *
18087
+ * @example
18088
+ * CLOUD_DESKTOP
18089
+ */
18090
+ productType?: string;
18091
+ /**
18092
+ * @example
18093
+ * cn-hangzhou
18094
+ */
18095
+ regionId?: string;
18096
+ /**
18097
+ * @remarks
18098
+ * This parameter is required.
18099
+ *
18100
+ * @example
18101
+ * Timer
18102
+ */
18103
+ type?: string;
18104
+ static names(): {
18105
+ [key: string]: string;
18106
+ };
18107
+ static types(): {
18108
+ [key: string]: any;
18109
+ };
18110
+ validate(): void;
18111
+ constructor(map?: {
18112
+ [key: string]: any;
18113
+ });
18114
+ }
18115
+ export declare class CreateConfigGroupResponseBody extends $dara.Model {
18116
+ /**
18117
+ * @example
18118
+ * ccg-0ctwi5zbswtql****
18119
+ */
18120
+ groupId?: string;
18121
+ message?: string;
18122
+ /**
18123
+ * @example
18124
+ * EE9472BC-0B5D-5458-85CD-C52BDD******
18125
+ */
18126
+ requestId?: string;
18127
+ static names(): {
18128
+ [key: string]: string;
18129
+ };
18130
+ static types(): {
18131
+ [key: string]: any;
18132
+ };
18133
+ validate(): void;
18134
+ constructor(map?: {
18135
+ [key: string]: any;
18136
+ });
18137
+ }
18138
+ export declare class CreateConfigGroupResponse extends $dara.Model {
18139
+ headers?: {
18140
+ [key: string]: string;
18141
+ };
18142
+ statusCode?: number;
18143
+ body?: CreateConfigGroupResponseBody;
18144
+ static names(): {
18145
+ [key: string]: string;
18146
+ };
18147
+ static types(): {
18148
+ [key: string]: any;
18149
+ };
18150
+ validate(): void;
18151
+ constructor(map?: {
18152
+ [key: string]: any;
18153
+ });
18154
+ }
17693
18155
  export declare class CreateDesktopGroupRequest extends $dara.Model {
17694
18156
  /**
17695
18157
  * @remarks
@@ -17761,8 +18223,6 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
17761
18223
  * @remarks
17762
18224
  * The ID of the desktop template.
17763
18225
  *
17764
- * This parameter is required.
17765
- *
17766
18226
  * @example
17767
18227
  * b-je9hani001wfn****
17768
18228
  */
@@ -17817,6 +18277,9 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
17817
18277
  * 300000
17818
18278
  */
17819
18279
  connectDuration?: number;
18280
+ dataDiskCategory?: string;
18281
+ dataDiskPerLevel?: string;
18282
+ dataDiskSize?: number;
17820
18283
  /**
17821
18284
  * @remarks
17822
18285
  * The default number of cloud desktops to create when you create the desktop group. Default value: 1.
@@ -17825,6 +18288,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
17825
18288
  * 1
17826
18289
  */
17827
18290
  defaultInitDesktopCount?: number;
18291
+ defaultLanguage?: string;
17828
18292
  /**
17829
18293
  * @remarks
17830
18294
  * The name of the desktop group.
@@ -17833,6 +18297,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
17833
18297
  * desktopGroupName1
17834
18298
  */
17835
18299
  desktopGroupName?: string;
18300
+ desktopType?: string;
17836
18301
  /**
17837
18302
  * @remarks
17838
18303
  * The ID of the directory.
@@ -17846,6 +18311,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
17846
18311
  * The end users that can use the desktop group.
17847
18312
  */
17848
18313
  endUserIds?: string[];
18314
+ exclusiveType?: string;
17849
18315
  /**
17850
18316
  * @remarks
17851
18317
  * The File Storage NAS (NAS) file system that is used after data roaming is enabled.
@@ -17854,6 +18320,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
17854
18320
  * 04f314****
17855
18321
  */
17856
18322
  fileSystemId?: string;
18323
+ groupAmount?: number;
17857
18324
  /**
17858
18325
  * @remarks
17859
18326
  * The desktop group version.
@@ -17862,6 +18329,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
17862
18329
  * 2
17863
18330
  */
17864
18331
  groupVersion?: number;
18332
+ hostname?: string;
17865
18333
  /**
17866
18334
  * @remarks
17867
18335
  * The maximum period of time for which a session remains idle. If an end user performs no operations on a cloud desktop by using keyboards or mouses during a session, the session becomes idle. When the specified maximum period of time is reached, the session automatically disconnects. Unit: milliseconds. This parameter is required only for cloud desktops in the same desktop group.
@@ -17870,6 +18338,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
17870
18338
  * 300000
17871
18339
  */
17872
18340
  idleDisconnectDuration?: number;
18341
+ imageId?: string;
17873
18342
  /**
17874
18343
  * @remarks
17875
18344
  * The retention period of the cloud desktop after the end user disconnects from the cloud desktop. Unit: milliseconds.
@@ -17902,6 +18371,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
17902
18371
  * 1
17903
18372
  */
17904
18373
  minDesktopsCount?: number;
18374
+ multiResource?: boolean;
17905
18375
  /**
17906
18376
  * @remarks
17907
18377
  * The ID of the workspace.
@@ -18006,6 +18476,8 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
18006
18476
  * hide
18007
18477
  */
18008
18478
  scaleStrategyId?: string;
18479
+ sessionType?: string;
18480
+ snapshotPolicyId?: string;
18009
18481
  /**
18010
18482
  * @remarks
18011
18483
  * The period of time before the idle cloud desktop is stopped. When the specified period of time is reached, the idle cloud desktop automatically stops. If an end user connects to a stopped cloud desktop, the cloud desktop automatically starts. Unit: milliseconds.
@@ -18014,11 +18486,15 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
18014
18486
  * 300000
18015
18487
  */
18016
18488
  stopDuration?: number;
18489
+ systemDiskCategory?: string;
18490
+ systemDiskPerLevel?: string;
18491
+ systemDiskSize?: number;
18017
18492
  /**
18018
18493
  * @remarks
18019
18494
  * The tags that you want to attach to the cloud computer pool. You can specify 1 to 20 tags.
18020
18495
  */
18021
18496
  tag?: CreateDesktopGroupRequestTag[];
18497
+ timerGroupId?: string;
18022
18498
  /**
18023
18499
  * @remarks
18024
18500
  * Specifies whether to enable disk encryption.
@@ -18063,6 +18539,7 @@ export declare class CreateDesktopGroupResponseBody extends $dara.Model {
18063
18539
  * dg-2i8qxpv6t1a03****
18064
18540
  */
18065
18541
  desktopGroupId?: string;
18542
+ desktopGroupIds?: string[];
18066
18543
  /**
18067
18544
  * @remarks
18068
18545
  * The IDs of the orders.
@@ -21343,6 +21820,58 @@ export declare class DeleteCloudDriveUsersResponse extends $dara.Model {
21343
21820
  [key: string]: any;
21344
21821
  });
21345
21822
  }
21823
+ export declare class DeleteConfigGroupRequest extends $dara.Model {
21824
+ groupIds?: string[];
21825
+ /**
21826
+ * @example
21827
+ * cn-hangzhou
21828
+ */
21829
+ regionId?: string;
21830
+ static names(): {
21831
+ [key: string]: string;
21832
+ };
21833
+ static types(): {
21834
+ [key: string]: any;
21835
+ };
21836
+ validate(): void;
21837
+ constructor(map?: {
21838
+ [key: string]: any;
21839
+ });
21840
+ }
21841
+ export declare class DeleteConfigGroupResponseBody extends $dara.Model {
21842
+ /**
21843
+ * @example
21844
+ * F7E4322D-D679-5ACB-A909-490D2F0E****
21845
+ */
21846
+ requestId?: string;
21847
+ static names(): {
21848
+ [key: string]: string;
21849
+ };
21850
+ static types(): {
21851
+ [key: string]: any;
21852
+ };
21853
+ validate(): void;
21854
+ constructor(map?: {
21855
+ [key: string]: any;
21856
+ });
21857
+ }
21858
+ export declare class DeleteConfigGroupResponse extends $dara.Model {
21859
+ headers?: {
21860
+ [key: string]: string;
21861
+ };
21862
+ statusCode?: number;
21863
+ body?: DeleteConfigGroupResponseBody;
21864
+ static names(): {
21865
+ [key: string]: string;
21866
+ };
21867
+ static types(): {
21868
+ [key: string]: any;
21869
+ };
21870
+ validate(): void;
21871
+ constructor(map?: {
21872
+ [key: string]: any;
21873
+ });
21874
+ }
21346
21875
  export declare class DeleteDesktopGroupRequest extends $dara.Model {
21347
21876
  /**
21348
21877
  * @remarks
@@ -22199,6 +22728,7 @@ export declare class DescribeAclEntriesRequest extends $dara.Model {
22199
22728
  * AAAAAV3MpHK1AP0pfERHZN5pu6kRxd1mKkNnHlUy14zdjl/I
22200
22729
  */
22201
22730
  nextToken?: string;
22731
+ officeSiteId?: string;
22202
22732
  /**
22203
22733
  * @remarks
22204
22734
  * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
@@ -23526,6 +24056,101 @@ export declare class DescribeCloudDriveUsersResponse extends $dara.Model {
23526
24056
  [key: string]: any;
23527
24057
  });
23528
24058
  }
24059
+ export declare class DescribeConfigGroupRequest extends $dara.Model {
24060
+ /**
24061
+ * @example
24062
+ * cg-i1ruuudp92qpj****
24063
+ */
24064
+ groupId?: string;
24065
+ groupIds?: string[];
24066
+ name?: string;
24067
+ /**
24068
+ * @example
24069
+ * 1
24070
+ */
24071
+ pageNumber?: number;
24072
+ /**
24073
+ * @example
24074
+ * 20
24075
+ */
24076
+ pageSize?: number;
24077
+ /**
24078
+ * @example
24079
+ * CLOUD_DESKTOP
24080
+ */
24081
+ productType?: string;
24082
+ /**
24083
+ * @example
24084
+ * cn-hangzhou
24085
+ */
24086
+ regionId?: string;
24087
+ statuses?: string[];
24088
+ /**
24089
+ * @example
24090
+ * Timer
24091
+ */
24092
+ type?: string;
24093
+ static names(): {
24094
+ [key: string]: string;
24095
+ };
24096
+ static types(): {
24097
+ [key: string]: any;
24098
+ };
24099
+ validate(): void;
24100
+ constructor(map?: {
24101
+ [key: string]: any;
24102
+ });
24103
+ }
24104
+ export declare class DescribeConfigGroupResponseBody extends $dara.Model {
24105
+ data?: DescribeConfigGroupResponseBodyData[];
24106
+ /**
24107
+ * @example
24108
+ * 1
24109
+ */
24110
+ pageNumber?: number;
24111
+ /**
24112
+ * @example
24113
+ * 20
24114
+ */
24115
+ pageSize?: number;
24116
+ /**
24117
+ * @example
24118
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
24119
+ */
24120
+ requestId?: string;
24121
+ /**
24122
+ * @example
24123
+ * 20
24124
+ */
24125
+ totalCount?: number;
24126
+ static names(): {
24127
+ [key: string]: string;
24128
+ };
24129
+ static types(): {
24130
+ [key: string]: any;
24131
+ };
24132
+ validate(): void;
24133
+ constructor(map?: {
24134
+ [key: string]: any;
24135
+ });
24136
+ }
24137
+ export declare class DescribeConfigGroupResponse extends $dara.Model {
24138
+ headers?: {
24139
+ [key: string]: string;
24140
+ };
24141
+ statusCode?: number;
24142
+ body?: DescribeConfigGroupResponseBody;
24143
+ static names(): {
24144
+ [key: string]: string;
24145
+ };
24146
+ static types(): {
24147
+ [key: string]: any;
24148
+ };
24149
+ validate(): void;
24150
+ constructor(map?: {
24151
+ [key: string]: any;
24152
+ });
24153
+ }
23529
24154
  export declare class DescribeCustomizedListHeadersRequest extends $dara.Model {
23530
24155
  /**
23531
24156
  * @example
@@ -23762,6 +24387,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
23762
24387
  * dg-2i8qxpv6t1a03****
23763
24388
  */
23764
24389
  desktopGroupId?: string;
24390
+ desktopGroupIds?: string[];
23765
24391
  /**
23766
24392
  * @remarks
23767
24393
  * The name of the cloud computer pool to query. Fuzzy search is supported.
@@ -23796,6 +24422,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
23796
24422
  * 10
23797
24423
  */
23798
24424
  maxResults?: number;
24425
+ multiResource?: boolean;
23799
24426
  /**
23800
24427
  * @remarks
23801
24428
  * The pagination token that is used in the next request to retrieve a new page of results. If the NextToken parameter is empty, no next page exists.
@@ -24661,6 +25288,8 @@ export declare class DescribeDesktopTypesRequest extends $dara.Model {
24661
25288
  regionId?: string;
24662
25289
  scope?: string;
24663
25290
  sortType?: string;
25291
+ supportMinSessionCount?: number;
25292
+ zoneId?: string;
24664
25293
  static names(): {
24665
25294
  [key: string]: string;
24666
25295
  };
@@ -24846,6 +25475,7 @@ export declare class DescribeDesktopsRequest extends $dara.Model {
24846
25475
  * 10
24847
25476
  */
24848
25477
  maxResults?: number;
25478
+ multiResource?: boolean;
24849
25479
  /**
24850
25480
  * @remarks
24851
25481
  * The token that determines the start point of the next query. If this parameter is left empty, all results are returned.
@@ -28442,6 +29072,66 @@ export declare class DescribeSnapshotsResponse extends $dara.Model {
28442
29072
  [key: string]: any;
28443
29073
  });
28444
29074
  }
29075
+ export declare class DescribeTimerGroupRequest extends $dara.Model {
29076
+ /**
29077
+ * @remarks
29078
+ * This parameter is required.
29079
+ *
29080
+ * @example
29081
+ * cg-hs3i1w39o68ma****
29082
+ */
29083
+ groupId?: string;
29084
+ /**
29085
+ * @example
29086
+ * cn-hangzhou
29087
+ */
29088
+ regionId?: string;
29089
+ static names(): {
29090
+ [key: string]: string;
29091
+ };
29092
+ static types(): {
29093
+ [key: string]: any;
29094
+ };
29095
+ validate(): void;
29096
+ constructor(map?: {
29097
+ [key: string]: any;
29098
+ });
29099
+ }
29100
+ export declare class DescribeTimerGroupResponseBody extends $dara.Model {
29101
+ data?: DescribeTimerGroupResponseBodyData;
29102
+ /**
29103
+ * @example
29104
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
29105
+ */
29106
+ requestId?: string;
29107
+ static names(): {
29108
+ [key: string]: string;
29109
+ };
29110
+ static types(): {
29111
+ [key: string]: any;
29112
+ };
29113
+ validate(): void;
29114
+ constructor(map?: {
29115
+ [key: string]: any;
29116
+ });
29117
+ }
29118
+ export declare class DescribeTimerGroupResponse extends $dara.Model {
29119
+ headers?: {
29120
+ [key: string]: string;
29121
+ };
29122
+ statusCode?: number;
29123
+ body?: DescribeTimerGroupResponseBody;
29124
+ static names(): {
29125
+ [key: string]: string;
29126
+ };
29127
+ static types(): {
29128
+ [key: string]: any;
29129
+ };
29130
+ validate(): void;
29131
+ constructor(map?: {
29132
+ [key: string]: any;
29133
+ });
29134
+ }
28445
29135
  export declare class DescribeUserConnectTimeRequest extends $dara.Model {
28446
29136
  endTime?: string;
28447
29137
  endUserId?: string;
@@ -33987,6 +34677,72 @@ export declare class ModifyCloudDriveUsersResponse extends $dara.Model {
33987
34677
  [key: string]: any;
33988
34678
  });
33989
34679
  }
34680
+ export declare class ModifyConfigGroupRequest extends $dara.Model {
34681
+ description?: string;
34682
+ /**
34683
+ * @remarks
34684
+ * This parameter is required.
34685
+ *
34686
+ * @example
34687
+ * cg-i1ruuudp92qpj****
34688
+ */
34689
+ groupId?: string;
34690
+ name?: string;
34691
+ /**
34692
+ * @example
34693
+ * cn-hangzhou
34694
+ */
34695
+ regionId?: string;
34696
+ static names(): {
34697
+ [key: string]: string;
34698
+ };
34699
+ static types(): {
34700
+ [key: string]: any;
34701
+ };
34702
+ validate(): void;
34703
+ constructor(map?: {
34704
+ [key: string]: any;
34705
+ });
34706
+ }
34707
+ export declare class ModifyConfigGroupResponseBody extends $dara.Model {
34708
+ /**
34709
+ * @example
34710
+ * cg-i1ruuudp92qpj****
34711
+ */
34712
+ groupId?: string;
34713
+ /**
34714
+ * @example
34715
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
34716
+ */
34717
+ requestId?: string;
34718
+ static names(): {
34719
+ [key: string]: string;
34720
+ };
34721
+ static types(): {
34722
+ [key: string]: any;
34723
+ };
34724
+ validate(): void;
34725
+ constructor(map?: {
34726
+ [key: string]: any;
34727
+ });
34728
+ }
34729
+ export declare class ModifyConfigGroupResponse extends $dara.Model {
34730
+ headers?: {
34731
+ [key: string]: string;
34732
+ };
34733
+ statusCode?: number;
34734
+ body?: ModifyConfigGroupResponseBody;
34735
+ static names(): {
34736
+ [key: string]: string;
34737
+ };
34738
+ static types(): {
34739
+ [key: string]: any;
34740
+ };
34741
+ validate(): void;
34742
+ constructor(map?: {
34743
+ [key: string]: any;
34744
+ });
34745
+ }
33990
34746
  export declare class ModifyCustomizedListHeadersRequest extends $dara.Model {
33991
34747
  /**
33992
34748
  * @remarks
@@ -36771,6 +37527,73 @@ export declare class ModifyPolicyGroupResponse extends $dara.Model {
36771
37527
  [key: string]: any;
36772
37528
  });
36773
37529
  }
37530
+ export declare class ModifyTimerGroupRequest extends $dara.Model {
37531
+ configTimers?: ModifyTimerGroupRequestConfigTimers[];
37532
+ description?: string;
37533
+ /**
37534
+ * @remarks
37535
+ * This parameter is required.
37536
+ *
37537
+ * @example
37538
+ * cg-i1ruuudp92qpj****
37539
+ */
37540
+ groupId?: string;
37541
+ name?: string;
37542
+ /**
37543
+ * @example
37544
+ * cn-hangzhou
37545
+ */
37546
+ regionId?: string;
37547
+ static names(): {
37548
+ [key: string]: string;
37549
+ };
37550
+ static types(): {
37551
+ [key: string]: any;
37552
+ };
37553
+ validate(): void;
37554
+ constructor(map?: {
37555
+ [key: string]: any;
37556
+ });
37557
+ }
37558
+ export declare class ModifyTimerGroupResponseBody extends $dara.Model {
37559
+ /**
37560
+ * @example
37561
+ * cg-i1ruuudp92qpj****
37562
+ */
37563
+ groupId?: string;
37564
+ /**
37565
+ * @example
37566
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
37567
+ */
37568
+ requestId?: string;
37569
+ static names(): {
37570
+ [key: string]: string;
37571
+ };
37572
+ static types(): {
37573
+ [key: string]: any;
37574
+ };
37575
+ validate(): void;
37576
+ constructor(map?: {
37577
+ [key: string]: any;
37578
+ });
37579
+ }
37580
+ export declare class ModifyTimerGroupResponse extends $dara.Model {
37581
+ headers?: {
37582
+ [key: string]: string;
37583
+ };
37584
+ statusCode?: number;
37585
+ body?: ModifyTimerGroupResponseBody;
37586
+ static names(): {
37587
+ [key: string]: string;
37588
+ };
37589
+ static types(): {
37590
+ [key: string]: any;
37591
+ };
37592
+ validate(): void;
37593
+ constructor(map?: {
37594
+ [key: string]: any;
37595
+ });
37596
+ }
36774
37597
  export declare class ModifyUserEntitlementRequest extends $dara.Model {
36775
37598
  /**
36776
37599
  * @remarks
@@ -39734,6 +40557,71 @@ export declare class TagResourcesResponse extends $dara.Model {
39734
40557
  [key: string]: any;
39735
40558
  });
39736
40559
  }
40560
+ export declare class UnbindConfigGroupRequest extends $dara.Model {
40561
+ /**
40562
+ * @example
40563
+ * cn-hangzhou
40564
+ */
40565
+ regionId?: string;
40566
+ /**
40567
+ * @remarks
40568
+ * This parameter is required.
40569
+ */
40570
+ resourceInfos?: UnbindConfigGroupRequestResourceInfos[];
40571
+ /**
40572
+ * @remarks
40573
+ * This parameter is required.
40574
+ *
40575
+ * @example
40576
+ * Timer
40577
+ */
40578
+ type?: string;
40579
+ static names(): {
40580
+ [key: string]: string;
40581
+ };
40582
+ static types(): {
40583
+ [key: string]: any;
40584
+ };
40585
+ validate(): void;
40586
+ constructor(map?: {
40587
+ [key: string]: any;
40588
+ });
40589
+ }
40590
+ export declare class UnbindConfigGroupResponseBody extends $dara.Model {
40591
+ groupIds?: string[];
40592
+ /**
40593
+ * @example
40594
+ * AD0FF13D-FC7D-56AD-934F-91C8487*****
40595
+ */
40596
+ requestId?: string;
40597
+ static names(): {
40598
+ [key: string]: string;
40599
+ };
40600
+ static types(): {
40601
+ [key: string]: any;
40602
+ };
40603
+ validate(): void;
40604
+ constructor(map?: {
40605
+ [key: string]: any;
40606
+ });
40607
+ }
40608
+ export declare class UnbindConfigGroupResponse extends $dara.Model {
40609
+ headers?: {
40610
+ [key: string]: string;
40611
+ };
40612
+ statusCode?: number;
40613
+ body?: UnbindConfigGroupResponseBody;
40614
+ static names(): {
40615
+ [key: string]: string;
40616
+ };
40617
+ static types(): {
40618
+ [key: string]: any;
40619
+ };
40620
+ validate(): void;
40621
+ constructor(map?: {
40622
+ [key: string]: any;
40623
+ });
40624
+ }
39737
40625
  export declare class UnbindUserDesktopRequest extends $dara.Model {
39738
40626
  desktopAgentIds?: string[];
39739
40627
  desktopGroupId?: string;
@@ -40650,6 +41538,21 @@ export default class Client extends OpenApi {
40650
41538
  * @returns AttachEndUserResponse
40651
41539
  */
40652
41540
  attachEndUser(request: AttachEndUserRequest): Promise<AttachEndUserResponse>;
41541
+ /**
41542
+ * 绑定配置组
41543
+ *
41544
+ * @param request - BindConfigGroupRequest
41545
+ * @param runtime - runtime options for this request RuntimeOptions
41546
+ * @returns BindConfigGroupResponse
41547
+ */
41548
+ bindConfigGroupWithOptions(request: BindConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<BindConfigGroupResponse>;
41549
+ /**
41550
+ * 绑定配置组
41551
+ *
41552
+ * @param request - BindConfigGroupRequest
41553
+ * @returns BindConfigGroupResponse
41554
+ */
41555
+ bindConfigGroup(request: BindConfigGroupRequest): Promise<BindConfigGroupResponse>;
40653
41556
  /**
40654
41557
  * Cancels an automatic snapshot policy for cloud computers.
40655
41558
  *
@@ -40973,6 +41876,21 @@ export default class Client extends OpenApi {
40973
41876
  * @returns CreateCloudDriveUsersResponse
40974
41877
  */
40975
41878
  createCloudDriveUsers(request: CreateCloudDriveUsersRequest): Promise<CreateCloudDriveUsersResponse>;
41879
+ /**
41880
+ * 创建配置组
41881
+ *
41882
+ * @param request - CreateConfigGroupRequest
41883
+ * @param runtime - runtime options for this request RuntimeOptions
41884
+ * @returns CreateConfigGroupResponse
41885
+ */
41886
+ createConfigGroupWithOptions(request: CreateConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<CreateConfigGroupResponse>;
41887
+ /**
41888
+ * 创建配置组
41889
+ *
41890
+ * @param request - CreateConfigGroupRequest
41891
+ * @returns CreateConfigGroupResponse
41892
+ */
41893
+ createConfigGroup(request: CreateConfigGroupRequest): Promise<CreateConfigGroupResponse>;
40976
41894
  /**
40977
41895
  * Creates a cloud computer pool (formerly desktop group).
40978
41896
  *
@@ -41287,6 +42205,21 @@ export default class Client extends OpenApi {
41287
42205
  * @returns DeleteCloudDriveUsersResponse
41288
42206
  */
41289
42207
  deleteCloudDriveUsers(request: DeleteCloudDriveUsersRequest): Promise<DeleteCloudDriveUsersResponse>;
42208
+ /**
42209
+ * 删除配置组
42210
+ *
42211
+ * @param request - DeleteConfigGroupRequest
42212
+ * @param runtime - runtime options for this request RuntimeOptions
42213
+ * @returns DeleteConfigGroupResponse
42214
+ */
42215
+ deleteConfigGroupWithOptions(request: DeleteConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<DeleteConfigGroupResponse>;
42216
+ /**
42217
+ * 删除配置组
42218
+ *
42219
+ * @param request - DeleteConfigGroupRequest
42220
+ * @returns DeleteConfigGroupResponse
42221
+ */
42222
+ deleteConfigGroup(request: DeleteConfigGroupRequest): Promise<DeleteConfigGroupResponse>;
41290
42223
  /**
41291
42224
  * Releases a desktop group.
41292
42225
  *
@@ -41672,6 +42605,21 @@ export default class Client extends OpenApi {
41672
42605
  * @returns DescribeCloudDriveUsersResponse
41673
42606
  */
41674
42607
  describeCloudDriveUsers(request: DescribeCloudDriveUsersRequest): Promise<DescribeCloudDriveUsersResponse>;
42608
+ /**
42609
+ * 查询配置组
42610
+ *
42611
+ * @param request - DescribeConfigGroupRequest
42612
+ * @param runtime - runtime options for this request RuntimeOptions
42613
+ * @returns DescribeConfigGroupResponse
42614
+ */
42615
+ describeConfigGroupWithOptions(request: DescribeConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<DescribeConfigGroupResponse>;
42616
+ /**
42617
+ * 查询配置组
42618
+ *
42619
+ * @param request - DescribeConfigGroupRequest
42620
+ * @returns DescribeConfigGroupResponse
42621
+ */
42622
+ describeConfigGroup(request: DescribeConfigGroupRequest): Promise<DescribeConfigGroupResponse>;
41675
42623
  /**
41676
42624
  * @param request - DescribeCustomizedListHeadersRequest
41677
42625
  * @param runtime - runtime options for this request RuntimeOptions
@@ -42270,6 +43218,21 @@ export default class Client extends OpenApi {
42270
43218
  * @returns DescribeSnapshotsResponse
42271
43219
  */
42272
43220
  describeSnapshots(request: DescribeSnapshotsRequest): Promise<DescribeSnapshotsResponse>;
43221
+ /**
43222
+ * 查询定时任务配置
43223
+ *
43224
+ * @param request - DescribeTimerGroupRequest
43225
+ * @param runtime - runtime options for this request RuntimeOptions
43226
+ * @returns DescribeTimerGroupResponse
43227
+ */
43228
+ describeTimerGroupWithOptions(request: DescribeTimerGroupRequest, runtime: $dara.RuntimeOptions): Promise<DescribeTimerGroupResponse>;
43229
+ /**
43230
+ * 查询定时任务配置
43231
+ *
43232
+ * @param request - DescribeTimerGroupRequest
43233
+ * @returns DescribeTimerGroupResponse
43234
+ */
43235
+ describeTimerGroup(request: DescribeTimerGroupRequest): Promise<DescribeTimerGroupResponse>;
42273
43236
  /**
42274
43237
  * 查询超卖组中用户连接数据
42275
43238
  *
@@ -43011,6 +43974,21 @@ export default class Client extends OpenApi {
43011
43974
  * @returns ModifyCloudDriveUsersResponse
43012
43975
  */
43013
43976
  modifyCloudDriveUsers(request: ModifyCloudDriveUsersRequest): Promise<ModifyCloudDriveUsersResponse>;
43977
+ /**
43978
+ * 修改配置组
43979
+ *
43980
+ * @param request - ModifyConfigGroupRequest
43981
+ * @param runtime - runtime options for this request RuntimeOptions
43982
+ * @returns ModifyConfigGroupResponse
43983
+ */
43984
+ modifyConfigGroupWithOptions(request: ModifyConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<ModifyConfigGroupResponse>;
43985
+ /**
43986
+ * 修改配置组
43987
+ *
43988
+ * @param request - ModifyConfigGroupRequest
43989
+ * @returns ModifyConfigGroupResponse
43990
+ */
43991
+ modifyConfigGroup(request: ModifyConfigGroupRequest): Promise<ModifyConfigGroupResponse>;
43014
43992
  /**
43015
43993
  * Modifies the layouts of cloud computer list headers, such as the required fields and the display and hide settings.
43016
43994
  *
@@ -43475,6 +44453,21 @@ export default class Client extends OpenApi {
43475
44453
  * @returns ModifyPolicyGroupResponse
43476
44454
  */
43477
44455
  modifyPolicyGroup(request: ModifyPolicyGroupRequest): Promise<ModifyPolicyGroupResponse>;
44456
+ /**
44457
+ * 修改定时任务配置
44458
+ *
44459
+ * @param request - ModifyTimerGroupRequest
44460
+ * @param runtime - runtime options for this request RuntimeOptions
44461
+ * @returns ModifyTimerGroupResponse
44462
+ */
44463
+ modifyTimerGroupWithOptions(request: ModifyTimerGroupRequest, runtime: $dara.RuntimeOptions): Promise<ModifyTimerGroupResponse>;
44464
+ /**
44465
+ * 修改定时任务配置
44466
+ *
44467
+ * @param request - ModifyTimerGroupRequest
44468
+ * @returns ModifyTimerGroupResponse
44469
+ */
44470
+ modifyTimerGroup(request: ModifyTimerGroupRequest): Promise<ModifyTimerGroupResponse>;
43478
44471
  /**
43479
44472
  * Grants permissions on cloud desktops to end users, or revokes the permissions from the end users.
43480
44473
  *
@@ -44021,6 +45014,21 @@ export default class Client extends OpenApi {
44021
45014
  * @returns TagResourcesResponse
44022
45015
  */
44023
45016
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
45017
+ /**
45018
+ * 解绑配置组
45019
+ *
45020
+ * @param request - UnbindConfigGroupRequest
45021
+ * @param runtime - runtime options for this request RuntimeOptions
45022
+ * @returns UnbindConfigGroupResponse
45023
+ */
45024
+ unbindConfigGroupWithOptions(request: UnbindConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<UnbindConfigGroupResponse>;
45025
+ /**
45026
+ * 解绑配置组
45027
+ *
45028
+ * @param request - UnbindConfigGroupRequest
45029
+ * @returns UnbindConfigGroupResponse
45030
+ */
45031
+ unbindConfigGroup(request: UnbindConfigGroupRequest): Promise<UnbindConfigGroupResponse>;
44024
45032
  /**
44025
45033
  * 解绑用户桌面
44026
45034
  *