@alicloud/ecd20200930 4.2.4 → 4.4.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.
@@ -18401,6 +18878,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
18401
18878
  */
18402
18879
  regionId?: string;
18403
18880
  resourceGroupId?: string;
18881
+ savingPlanId?: string;
18404
18882
  snapshotPolicyId?: string;
18405
18883
  /**
18406
18884
  * @remarks
@@ -18724,6 +19202,7 @@ export declare class CreateDesktopsShrinkRequest extends $dara.Model {
18724
19202
  */
18725
19203
  regionId?: string;
18726
19204
  resourceGroupId?: string;
19205
+ savingPlanId?: string;
18727
19206
  snapshotPolicyId?: string;
18728
19207
  /**
18729
19208
  * @remarks
@@ -21343,6 +21822,58 @@ export declare class DeleteCloudDriveUsersResponse extends $dara.Model {
21343
21822
  [key: string]: any;
21344
21823
  });
21345
21824
  }
21825
+ export declare class DeleteConfigGroupRequest extends $dara.Model {
21826
+ groupIds?: string[];
21827
+ /**
21828
+ * @example
21829
+ * cn-hangzhou
21830
+ */
21831
+ regionId?: string;
21832
+ static names(): {
21833
+ [key: string]: string;
21834
+ };
21835
+ static types(): {
21836
+ [key: string]: any;
21837
+ };
21838
+ validate(): void;
21839
+ constructor(map?: {
21840
+ [key: string]: any;
21841
+ });
21842
+ }
21843
+ export declare class DeleteConfigGroupResponseBody extends $dara.Model {
21844
+ /**
21845
+ * @example
21846
+ * F7E4322D-D679-5ACB-A909-490D2F0E****
21847
+ */
21848
+ requestId?: string;
21849
+ static names(): {
21850
+ [key: string]: string;
21851
+ };
21852
+ static types(): {
21853
+ [key: string]: any;
21854
+ };
21855
+ validate(): void;
21856
+ constructor(map?: {
21857
+ [key: string]: any;
21858
+ });
21859
+ }
21860
+ export declare class DeleteConfigGroupResponse extends $dara.Model {
21861
+ headers?: {
21862
+ [key: string]: string;
21863
+ };
21864
+ statusCode?: number;
21865
+ body?: DeleteConfigGroupResponseBody;
21866
+ static names(): {
21867
+ [key: string]: string;
21868
+ };
21869
+ static types(): {
21870
+ [key: string]: any;
21871
+ };
21872
+ validate(): void;
21873
+ constructor(map?: {
21874
+ [key: string]: any;
21875
+ });
21876
+ }
21346
21877
  export declare class DeleteDesktopGroupRequest extends $dara.Model {
21347
21878
  /**
21348
21879
  * @remarks
@@ -22199,6 +22730,7 @@ export declare class DescribeAclEntriesRequest extends $dara.Model {
22199
22730
  * AAAAAV3MpHK1AP0pfERHZN5pu6kRxd1mKkNnHlUy14zdjl/I
22200
22731
  */
22201
22732
  nextToken?: string;
22733
+ officeSiteId?: string;
22202
22734
  /**
22203
22735
  * @remarks
22204
22736
  * 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 +24058,101 @@ export declare class DescribeCloudDriveUsersResponse extends $dara.Model {
23526
24058
  [key: string]: any;
23527
24059
  });
23528
24060
  }
24061
+ export declare class DescribeConfigGroupRequest extends $dara.Model {
24062
+ /**
24063
+ * @example
24064
+ * cg-i1ruuudp92qpj****
24065
+ */
24066
+ groupId?: string;
24067
+ groupIds?: string[];
24068
+ name?: string;
24069
+ /**
24070
+ * @example
24071
+ * 1
24072
+ */
24073
+ pageNumber?: number;
24074
+ /**
24075
+ * @example
24076
+ * 20
24077
+ */
24078
+ pageSize?: number;
24079
+ /**
24080
+ * @example
24081
+ * CLOUD_DESKTOP
24082
+ */
24083
+ productType?: string;
24084
+ /**
24085
+ * @example
24086
+ * cn-hangzhou
24087
+ */
24088
+ regionId?: string;
24089
+ statuses?: string[];
24090
+ /**
24091
+ * @example
24092
+ * Timer
24093
+ */
24094
+ type?: string;
24095
+ static names(): {
24096
+ [key: string]: string;
24097
+ };
24098
+ static types(): {
24099
+ [key: string]: any;
24100
+ };
24101
+ validate(): void;
24102
+ constructor(map?: {
24103
+ [key: string]: any;
24104
+ });
24105
+ }
24106
+ export declare class DescribeConfigGroupResponseBody extends $dara.Model {
24107
+ data?: DescribeConfigGroupResponseBodyData[];
24108
+ /**
24109
+ * @example
24110
+ * 1
24111
+ */
24112
+ pageNumber?: number;
24113
+ /**
24114
+ * @example
24115
+ * 20
24116
+ */
24117
+ pageSize?: number;
24118
+ /**
24119
+ * @example
24120
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
24121
+ */
24122
+ requestId?: string;
24123
+ /**
24124
+ * @example
24125
+ * 20
24126
+ */
24127
+ totalCount?: number;
24128
+ static names(): {
24129
+ [key: string]: string;
24130
+ };
24131
+ static types(): {
24132
+ [key: string]: any;
24133
+ };
24134
+ validate(): void;
24135
+ constructor(map?: {
24136
+ [key: string]: any;
24137
+ });
24138
+ }
24139
+ export declare class DescribeConfigGroupResponse extends $dara.Model {
24140
+ headers?: {
24141
+ [key: string]: string;
24142
+ };
24143
+ statusCode?: number;
24144
+ body?: DescribeConfigGroupResponseBody;
24145
+ static names(): {
24146
+ [key: string]: string;
24147
+ };
24148
+ static types(): {
24149
+ [key: string]: any;
24150
+ };
24151
+ validate(): void;
24152
+ constructor(map?: {
24153
+ [key: string]: any;
24154
+ });
24155
+ }
23529
24156
  export declare class DescribeCustomizedListHeadersRequest extends $dara.Model {
23530
24157
  /**
23531
24158
  * @example
@@ -23762,6 +24389,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
23762
24389
  * dg-2i8qxpv6t1a03****
23763
24390
  */
23764
24391
  desktopGroupId?: string;
24392
+ desktopGroupIds?: string[];
23765
24393
  /**
23766
24394
  * @remarks
23767
24395
  * The name of the cloud computer pool to query. Fuzzy search is supported.
@@ -23796,6 +24424,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
23796
24424
  * 10
23797
24425
  */
23798
24426
  maxResults?: number;
24427
+ multiResource?: boolean;
23799
24428
  /**
23800
24429
  * @remarks
23801
24430
  * 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 +25290,8 @@ export declare class DescribeDesktopTypesRequest extends $dara.Model {
24661
25290
  regionId?: string;
24662
25291
  scope?: string;
24663
25292
  sortType?: string;
25293
+ supportMinSessionCount?: number;
25294
+ zoneId?: string;
24664
25295
  static names(): {
24665
25296
  [key: string]: string;
24666
25297
  };
@@ -24846,6 +25477,7 @@ export declare class DescribeDesktopsRequest extends $dara.Model {
24846
25477
  * 10
24847
25478
  */
24848
25479
  maxResults?: number;
25480
+ multiResource?: boolean;
24849
25481
  /**
24850
25482
  * @remarks
24851
25483
  * The token that determines the start point of the next query. If this parameter is left empty, all results are returned.
@@ -28442,6 +29074,66 @@ export declare class DescribeSnapshotsResponse extends $dara.Model {
28442
29074
  [key: string]: any;
28443
29075
  });
28444
29076
  }
29077
+ export declare class DescribeTimerGroupRequest extends $dara.Model {
29078
+ /**
29079
+ * @remarks
29080
+ * This parameter is required.
29081
+ *
29082
+ * @example
29083
+ * cg-hs3i1w39o68ma****
29084
+ */
29085
+ groupId?: string;
29086
+ /**
29087
+ * @example
29088
+ * cn-hangzhou
29089
+ */
29090
+ regionId?: string;
29091
+ static names(): {
29092
+ [key: string]: string;
29093
+ };
29094
+ static types(): {
29095
+ [key: string]: any;
29096
+ };
29097
+ validate(): void;
29098
+ constructor(map?: {
29099
+ [key: string]: any;
29100
+ });
29101
+ }
29102
+ export declare class DescribeTimerGroupResponseBody extends $dara.Model {
29103
+ data?: DescribeTimerGroupResponseBodyData;
29104
+ /**
29105
+ * @example
29106
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
29107
+ */
29108
+ requestId?: string;
29109
+ static names(): {
29110
+ [key: string]: string;
29111
+ };
29112
+ static types(): {
29113
+ [key: string]: any;
29114
+ };
29115
+ validate(): void;
29116
+ constructor(map?: {
29117
+ [key: string]: any;
29118
+ });
29119
+ }
29120
+ export declare class DescribeTimerGroupResponse extends $dara.Model {
29121
+ headers?: {
29122
+ [key: string]: string;
29123
+ };
29124
+ statusCode?: number;
29125
+ body?: DescribeTimerGroupResponseBody;
29126
+ static names(): {
29127
+ [key: string]: string;
29128
+ };
29129
+ static types(): {
29130
+ [key: string]: any;
29131
+ };
29132
+ validate(): void;
29133
+ constructor(map?: {
29134
+ [key: string]: any;
29135
+ });
29136
+ }
28445
29137
  export declare class DescribeUserConnectTimeRequest extends $dara.Model {
28446
29138
  endTime?: string;
28447
29139
  endUserId?: string;
@@ -33987,6 +34679,72 @@ export declare class ModifyCloudDriveUsersResponse extends $dara.Model {
33987
34679
  [key: string]: any;
33988
34680
  });
33989
34681
  }
34682
+ export declare class ModifyConfigGroupRequest extends $dara.Model {
34683
+ description?: string;
34684
+ /**
34685
+ * @remarks
34686
+ * This parameter is required.
34687
+ *
34688
+ * @example
34689
+ * cg-i1ruuudp92qpj****
34690
+ */
34691
+ groupId?: string;
34692
+ name?: string;
34693
+ /**
34694
+ * @example
34695
+ * cn-hangzhou
34696
+ */
34697
+ regionId?: string;
34698
+ static names(): {
34699
+ [key: string]: string;
34700
+ };
34701
+ static types(): {
34702
+ [key: string]: any;
34703
+ };
34704
+ validate(): void;
34705
+ constructor(map?: {
34706
+ [key: string]: any;
34707
+ });
34708
+ }
34709
+ export declare class ModifyConfigGroupResponseBody extends $dara.Model {
34710
+ /**
34711
+ * @example
34712
+ * cg-i1ruuudp92qpj****
34713
+ */
34714
+ groupId?: string;
34715
+ /**
34716
+ * @example
34717
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
34718
+ */
34719
+ requestId?: string;
34720
+ static names(): {
34721
+ [key: string]: string;
34722
+ };
34723
+ static types(): {
34724
+ [key: string]: any;
34725
+ };
34726
+ validate(): void;
34727
+ constructor(map?: {
34728
+ [key: string]: any;
34729
+ });
34730
+ }
34731
+ export declare class ModifyConfigGroupResponse extends $dara.Model {
34732
+ headers?: {
34733
+ [key: string]: string;
34734
+ };
34735
+ statusCode?: number;
34736
+ body?: ModifyConfigGroupResponseBody;
34737
+ static names(): {
34738
+ [key: string]: string;
34739
+ };
34740
+ static types(): {
34741
+ [key: string]: any;
34742
+ };
34743
+ validate(): void;
34744
+ constructor(map?: {
34745
+ [key: string]: any;
34746
+ });
34747
+ }
33990
34748
  export declare class ModifyCustomizedListHeadersRequest extends $dara.Model {
33991
34749
  /**
33992
34750
  * @remarks
@@ -36771,6 +37529,73 @@ export declare class ModifyPolicyGroupResponse extends $dara.Model {
36771
37529
  [key: string]: any;
36772
37530
  });
36773
37531
  }
37532
+ export declare class ModifyTimerGroupRequest extends $dara.Model {
37533
+ configTimers?: ModifyTimerGroupRequestConfigTimers[];
37534
+ description?: string;
37535
+ /**
37536
+ * @remarks
37537
+ * This parameter is required.
37538
+ *
37539
+ * @example
37540
+ * cg-i1ruuudp92qpj****
37541
+ */
37542
+ groupId?: string;
37543
+ name?: string;
37544
+ /**
37545
+ * @example
37546
+ * cn-hangzhou
37547
+ */
37548
+ regionId?: string;
37549
+ static names(): {
37550
+ [key: string]: string;
37551
+ };
37552
+ static types(): {
37553
+ [key: string]: any;
37554
+ };
37555
+ validate(): void;
37556
+ constructor(map?: {
37557
+ [key: string]: any;
37558
+ });
37559
+ }
37560
+ export declare class ModifyTimerGroupResponseBody extends $dara.Model {
37561
+ /**
37562
+ * @example
37563
+ * cg-i1ruuudp92qpj****
37564
+ */
37565
+ groupId?: string;
37566
+ /**
37567
+ * @example
37568
+ * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
37569
+ */
37570
+ requestId?: string;
37571
+ static names(): {
37572
+ [key: string]: string;
37573
+ };
37574
+ static types(): {
37575
+ [key: string]: any;
37576
+ };
37577
+ validate(): void;
37578
+ constructor(map?: {
37579
+ [key: string]: any;
37580
+ });
37581
+ }
37582
+ export declare class ModifyTimerGroupResponse extends $dara.Model {
37583
+ headers?: {
37584
+ [key: string]: string;
37585
+ };
37586
+ statusCode?: number;
37587
+ body?: ModifyTimerGroupResponseBody;
37588
+ static names(): {
37589
+ [key: string]: string;
37590
+ };
37591
+ static types(): {
37592
+ [key: string]: any;
37593
+ };
37594
+ validate(): void;
37595
+ constructor(map?: {
37596
+ [key: string]: any;
37597
+ });
37598
+ }
36774
37599
  export declare class ModifyUserEntitlementRequest extends $dara.Model {
36775
37600
  /**
36776
37601
  * @remarks
@@ -39734,6 +40559,71 @@ export declare class TagResourcesResponse extends $dara.Model {
39734
40559
  [key: string]: any;
39735
40560
  });
39736
40561
  }
40562
+ export declare class UnbindConfigGroupRequest extends $dara.Model {
40563
+ /**
40564
+ * @example
40565
+ * cn-hangzhou
40566
+ */
40567
+ regionId?: string;
40568
+ /**
40569
+ * @remarks
40570
+ * This parameter is required.
40571
+ */
40572
+ resourceInfos?: UnbindConfigGroupRequestResourceInfos[];
40573
+ /**
40574
+ * @remarks
40575
+ * This parameter is required.
40576
+ *
40577
+ * @example
40578
+ * Timer
40579
+ */
40580
+ type?: string;
40581
+ static names(): {
40582
+ [key: string]: string;
40583
+ };
40584
+ static types(): {
40585
+ [key: string]: any;
40586
+ };
40587
+ validate(): void;
40588
+ constructor(map?: {
40589
+ [key: string]: any;
40590
+ });
40591
+ }
40592
+ export declare class UnbindConfigGroupResponseBody extends $dara.Model {
40593
+ groupIds?: string[];
40594
+ /**
40595
+ * @example
40596
+ * AD0FF13D-FC7D-56AD-934F-91C8487*****
40597
+ */
40598
+ requestId?: string;
40599
+ static names(): {
40600
+ [key: string]: string;
40601
+ };
40602
+ static types(): {
40603
+ [key: string]: any;
40604
+ };
40605
+ validate(): void;
40606
+ constructor(map?: {
40607
+ [key: string]: any;
40608
+ });
40609
+ }
40610
+ export declare class UnbindConfigGroupResponse extends $dara.Model {
40611
+ headers?: {
40612
+ [key: string]: string;
40613
+ };
40614
+ statusCode?: number;
40615
+ body?: UnbindConfigGroupResponseBody;
40616
+ static names(): {
40617
+ [key: string]: string;
40618
+ };
40619
+ static types(): {
40620
+ [key: string]: any;
40621
+ };
40622
+ validate(): void;
40623
+ constructor(map?: {
40624
+ [key: string]: any;
40625
+ });
40626
+ }
39737
40627
  export declare class UnbindUserDesktopRequest extends $dara.Model {
39738
40628
  desktopAgentIds?: string[];
39739
40629
  desktopGroupId?: string;
@@ -40650,6 +41540,21 @@ export default class Client extends OpenApi {
40650
41540
  * @returns AttachEndUserResponse
40651
41541
  */
40652
41542
  attachEndUser(request: AttachEndUserRequest): Promise<AttachEndUserResponse>;
41543
+ /**
41544
+ * 绑定配置组
41545
+ *
41546
+ * @param request - BindConfigGroupRequest
41547
+ * @param runtime - runtime options for this request RuntimeOptions
41548
+ * @returns BindConfigGroupResponse
41549
+ */
41550
+ bindConfigGroupWithOptions(request: BindConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<BindConfigGroupResponse>;
41551
+ /**
41552
+ * 绑定配置组
41553
+ *
41554
+ * @param request - BindConfigGroupRequest
41555
+ * @returns BindConfigGroupResponse
41556
+ */
41557
+ bindConfigGroup(request: BindConfigGroupRequest): Promise<BindConfigGroupResponse>;
40653
41558
  /**
40654
41559
  * Cancels an automatic snapshot policy for cloud computers.
40655
41560
  *
@@ -40973,6 +41878,21 @@ export default class Client extends OpenApi {
40973
41878
  * @returns CreateCloudDriveUsersResponse
40974
41879
  */
40975
41880
  createCloudDriveUsers(request: CreateCloudDriveUsersRequest): Promise<CreateCloudDriveUsersResponse>;
41881
+ /**
41882
+ * 创建配置组
41883
+ *
41884
+ * @param request - CreateConfigGroupRequest
41885
+ * @param runtime - runtime options for this request RuntimeOptions
41886
+ * @returns CreateConfigGroupResponse
41887
+ */
41888
+ createConfigGroupWithOptions(request: CreateConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<CreateConfigGroupResponse>;
41889
+ /**
41890
+ * 创建配置组
41891
+ *
41892
+ * @param request - CreateConfigGroupRequest
41893
+ * @returns CreateConfigGroupResponse
41894
+ */
41895
+ createConfigGroup(request: CreateConfigGroupRequest): Promise<CreateConfigGroupResponse>;
40976
41896
  /**
40977
41897
  * Creates a cloud computer pool (formerly desktop group).
40978
41898
  *
@@ -41287,6 +42207,21 @@ export default class Client extends OpenApi {
41287
42207
  * @returns DeleteCloudDriveUsersResponse
41288
42208
  */
41289
42209
  deleteCloudDriveUsers(request: DeleteCloudDriveUsersRequest): Promise<DeleteCloudDriveUsersResponse>;
42210
+ /**
42211
+ * 删除配置组
42212
+ *
42213
+ * @param request - DeleteConfigGroupRequest
42214
+ * @param runtime - runtime options for this request RuntimeOptions
42215
+ * @returns DeleteConfigGroupResponse
42216
+ */
42217
+ deleteConfigGroupWithOptions(request: DeleteConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<DeleteConfigGroupResponse>;
42218
+ /**
42219
+ * 删除配置组
42220
+ *
42221
+ * @param request - DeleteConfigGroupRequest
42222
+ * @returns DeleteConfigGroupResponse
42223
+ */
42224
+ deleteConfigGroup(request: DeleteConfigGroupRequest): Promise<DeleteConfigGroupResponse>;
41290
42225
  /**
41291
42226
  * Releases a desktop group.
41292
42227
  *
@@ -41672,6 +42607,21 @@ export default class Client extends OpenApi {
41672
42607
  * @returns DescribeCloudDriveUsersResponse
41673
42608
  */
41674
42609
  describeCloudDriveUsers(request: DescribeCloudDriveUsersRequest): Promise<DescribeCloudDriveUsersResponse>;
42610
+ /**
42611
+ * 查询配置组
42612
+ *
42613
+ * @param request - DescribeConfigGroupRequest
42614
+ * @param runtime - runtime options for this request RuntimeOptions
42615
+ * @returns DescribeConfigGroupResponse
42616
+ */
42617
+ describeConfigGroupWithOptions(request: DescribeConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<DescribeConfigGroupResponse>;
42618
+ /**
42619
+ * 查询配置组
42620
+ *
42621
+ * @param request - DescribeConfigGroupRequest
42622
+ * @returns DescribeConfigGroupResponse
42623
+ */
42624
+ describeConfigGroup(request: DescribeConfigGroupRequest): Promise<DescribeConfigGroupResponse>;
41675
42625
  /**
41676
42626
  * @param request - DescribeCustomizedListHeadersRequest
41677
42627
  * @param runtime - runtime options for this request RuntimeOptions
@@ -42270,6 +43220,21 @@ export default class Client extends OpenApi {
42270
43220
  * @returns DescribeSnapshotsResponse
42271
43221
  */
42272
43222
  describeSnapshots(request: DescribeSnapshotsRequest): Promise<DescribeSnapshotsResponse>;
43223
+ /**
43224
+ * 查询定时任务配置
43225
+ *
43226
+ * @param request - DescribeTimerGroupRequest
43227
+ * @param runtime - runtime options for this request RuntimeOptions
43228
+ * @returns DescribeTimerGroupResponse
43229
+ */
43230
+ describeTimerGroupWithOptions(request: DescribeTimerGroupRequest, runtime: $dara.RuntimeOptions): Promise<DescribeTimerGroupResponse>;
43231
+ /**
43232
+ * 查询定时任务配置
43233
+ *
43234
+ * @param request - DescribeTimerGroupRequest
43235
+ * @returns DescribeTimerGroupResponse
43236
+ */
43237
+ describeTimerGroup(request: DescribeTimerGroupRequest): Promise<DescribeTimerGroupResponse>;
42273
43238
  /**
42274
43239
  * 查询超卖组中用户连接数据
42275
43240
  *
@@ -43011,6 +43976,21 @@ export default class Client extends OpenApi {
43011
43976
  * @returns ModifyCloudDriveUsersResponse
43012
43977
  */
43013
43978
  modifyCloudDriveUsers(request: ModifyCloudDriveUsersRequest): Promise<ModifyCloudDriveUsersResponse>;
43979
+ /**
43980
+ * 修改配置组
43981
+ *
43982
+ * @param request - ModifyConfigGroupRequest
43983
+ * @param runtime - runtime options for this request RuntimeOptions
43984
+ * @returns ModifyConfigGroupResponse
43985
+ */
43986
+ modifyConfigGroupWithOptions(request: ModifyConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<ModifyConfigGroupResponse>;
43987
+ /**
43988
+ * 修改配置组
43989
+ *
43990
+ * @param request - ModifyConfigGroupRequest
43991
+ * @returns ModifyConfigGroupResponse
43992
+ */
43993
+ modifyConfigGroup(request: ModifyConfigGroupRequest): Promise<ModifyConfigGroupResponse>;
43014
43994
  /**
43015
43995
  * Modifies the layouts of cloud computer list headers, such as the required fields and the display and hide settings.
43016
43996
  *
@@ -43475,6 +44455,21 @@ export default class Client extends OpenApi {
43475
44455
  * @returns ModifyPolicyGroupResponse
43476
44456
  */
43477
44457
  modifyPolicyGroup(request: ModifyPolicyGroupRequest): Promise<ModifyPolicyGroupResponse>;
44458
+ /**
44459
+ * 修改定时任务配置
44460
+ *
44461
+ * @param request - ModifyTimerGroupRequest
44462
+ * @param runtime - runtime options for this request RuntimeOptions
44463
+ * @returns ModifyTimerGroupResponse
44464
+ */
44465
+ modifyTimerGroupWithOptions(request: ModifyTimerGroupRequest, runtime: $dara.RuntimeOptions): Promise<ModifyTimerGroupResponse>;
44466
+ /**
44467
+ * 修改定时任务配置
44468
+ *
44469
+ * @param request - ModifyTimerGroupRequest
44470
+ * @returns ModifyTimerGroupResponse
44471
+ */
44472
+ modifyTimerGroup(request: ModifyTimerGroupRequest): Promise<ModifyTimerGroupResponse>;
43478
44473
  /**
43479
44474
  * Grants permissions on cloud desktops to end users, or revokes the permissions from the end users.
43480
44475
  *
@@ -44021,6 +45016,21 @@ export default class Client extends OpenApi {
44021
45016
  * @returns TagResourcesResponse
44022
45017
  */
44023
45018
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
45019
+ /**
45020
+ * 解绑配置组
45021
+ *
45022
+ * @param request - UnbindConfigGroupRequest
45023
+ * @param runtime - runtime options for this request RuntimeOptions
45024
+ * @returns UnbindConfigGroupResponse
45025
+ */
45026
+ unbindConfigGroupWithOptions(request: UnbindConfigGroupRequest, runtime: $dara.RuntimeOptions): Promise<UnbindConfigGroupResponse>;
45027
+ /**
45028
+ * 解绑配置组
45029
+ *
45030
+ * @param request - UnbindConfigGroupRequest
45031
+ * @returns UnbindConfigGroupResponse
45032
+ */
45033
+ unbindConfigGroup(request: UnbindConfigGroupRequest): Promise<UnbindConfigGroupResponse>;
44024
45034
  /**
44025
45035
  * 解绑用户桌面
44026
45036
  *