@alicloud/ecd20200930 4.2.3 → 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 +1018 -2
- package/dist/client.js +2738 -226
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3971 -787
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.
|
|
@@ -8829,6 +8961,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
8829
8961
|
* on
|
|
8830
8962
|
*/
|
|
8831
8963
|
endUserGroupCoordinate?: string;
|
|
8964
|
+
fileTransfer?: string;
|
|
8832
8965
|
/**
|
|
8833
8966
|
* @remarks
|
|
8834
8967
|
* Indicates whether the image quality feature is enabled for Graphics cloud desktops. If you have high requirements for desktop performance and user experience, we recommend that you enable this feature. For example, you can enable this feature in professional graphic design scenarios.
|
|
@@ -9057,6 +9190,9 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
9057
9190
|
* 30
|
|
9058
9191
|
*/
|
|
9059
9192
|
recordContentExpires?: number;
|
|
9193
|
+
recordEventDuration?: number;
|
|
9194
|
+
recordEventFilePaths?: string[];
|
|
9195
|
+
recordEventRegisters?: string[];
|
|
9060
9196
|
/**
|
|
9061
9197
|
* @remarks
|
|
9062
9198
|
* Indicates whether the screen recording feature is enabled.
|
|
@@ -9155,6 +9291,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
9155
9291
|
* fullControl
|
|
9156
9292
|
*/
|
|
9157
9293
|
remoteCoordinate?: string;
|
|
9294
|
+
resetDesktop?: string;
|
|
9158
9295
|
resourceGroupCount?: number;
|
|
9159
9296
|
resourceRegionId?: string;
|
|
9160
9297
|
/**
|
|
@@ -10044,6 +10181,102 @@ export declare class DescribeSnapshotsResponseBodySnapshots extends $dara.Model
|
|
|
10044
10181
|
[key: string]: any;
|
|
10045
10182
|
});
|
|
10046
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
|
+
}
|
|
10047
10280
|
export declare class DescribeUserConnectTimeResponseBodyData extends $dara.Model {
|
|
10048
10281
|
endConnectTime?: string;
|
|
10049
10282
|
endUserId?: string;
|
|
@@ -12983,6 +13216,59 @@ export declare class ModifyPolicyGroupRequestUsbSupplyRedirectRule extends $dara
|
|
|
12983
13216
|
[key: string]: any;
|
|
12984
13217
|
});
|
|
12985
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
|
+
}
|
|
12986
13272
|
export declare class MoveCdsFileResponseBodyMoveCdsFileModel extends $dara.Model {
|
|
12987
13273
|
/**
|
|
12988
13274
|
* @remarks
|
|
@@ -13595,6 +13881,38 @@ export declare class TagResourcesRequestTag extends $dara.Model {
|
|
|
13595
13881
|
[key: string]: any;
|
|
13596
13882
|
});
|
|
13597
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
|
+
}
|
|
13598
13916
|
export declare class VerifyCenResponseBodyRouteEntries extends $dara.Model {
|
|
13599
13917
|
/**
|
|
13600
13918
|
* @remarks
|
|
@@ -14915,6 +15233,75 @@ export declare class AttachEndUserResponse extends $dara.Model {
|
|
|
14915
15233
|
[key: string]: any;
|
|
14916
15234
|
});
|
|
14917
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
|
+
}
|
|
14918
15305
|
export declare class CancelAutoSnapshotPolicyRequest extends $dara.Model {
|
|
14919
15306
|
/**
|
|
14920
15307
|
* @remarks
|
|
@@ -17685,6 +18072,86 @@ export declare class CreateCloudDriveUsersResponse extends $dara.Model {
|
|
|
17685
18072
|
[key: string]: any;
|
|
17686
18073
|
});
|
|
17687
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
|
+
}
|
|
17688
18155
|
export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
17689
18156
|
/**
|
|
17690
18157
|
* @remarks
|
|
@@ -17756,8 +18223,6 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
17756
18223
|
* @remarks
|
|
17757
18224
|
* The ID of the desktop template.
|
|
17758
18225
|
*
|
|
17759
|
-
* This parameter is required.
|
|
17760
|
-
*
|
|
17761
18226
|
* @example
|
|
17762
18227
|
* b-je9hani001wfn****
|
|
17763
18228
|
*/
|
|
@@ -17812,6 +18277,9 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
17812
18277
|
* 300000
|
|
17813
18278
|
*/
|
|
17814
18279
|
connectDuration?: number;
|
|
18280
|
+
dataDiskCategory?: string;
|
|
18281
|
+
dataDiskPerLevel?: string;
|
|
18282
|
+
dataDiskSize?: number;
|
|
17815
18283
|
/**
|
|
17816
18284
|
* @remarks
|
|
17817
18285
|
* The default number of cloud desktops to create when you create the desktop group. Default value: 1.
|
|
@@ -17820,6 +18288,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
17820
18288
|
* 1
|
|
17821
18289
|
*/
|
|
17822
18290
|
defaultInitDesktopCount?: number;
|
|
18291
|
+
defaultLanguage?: string;
|
|
17823
18292
|
/**
|
|
17824
18293
|
* @remarks
|
|
17825
18294
|
* The name of the desktop group.
|
|
@@ -17828,6 +18297,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
17828
18297
|
* desktopGroupName1
|
|
17829
18298
|
*/
|
|
17830
18299
|
desktopGroupName?: string;
|
|
18300
|
+
desktopType?: string;
|
|
17831
18301
|
/**
|
|
17832
18302
|
* @remarks
|
|
17833
18303
|
* The ID of the directory.
|
|
@@ -17841,6 +18311,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
17841
18311
|
* The end users that can use the desktop group.
|
|
17842
18312
|
*/
|
|
17843
18313
|
endUserIds?: string[];
|
|
18314
|
+
exclusiveType?: string;
|
|
17844
18315
|
/**
|
|
17845
18316
|
* @remarks
|
|
17846
18317
|
* The File Storage NAS (NAS) file system that is used after data roaming is enabled.
|
|
@@ -17849,6 +18320,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
17849
18320
|
* 04f314****
|
|
17850
18321
|
*/
|
|
17851
18322
|
fileSystemId?: string;
|
|
18323
|
+
groupAmount?: number;
|
|
17852
18324
|
/**
|
|
17853
18325
|
* @remarks
|
|
17854
18326
|
* The desktop group version.
|
|
@@ -17857,6 +18329,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
17857
18329
|
* 2
|
|
17858
18330
|
*/
|
|
17859
18331
|
groupVersion?: number;
|
|
18332
|
+
hostname?: string;
|
|
17860
18333
|
/**
|
|
17861
18334
|
* @remarks
|
|
17862
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.
|
|
@@ -17865,6 +18338,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
17865
18338
|
* 300000
|
|
17866
18339
|
*/
|
|
17867
18340
|
idleDisconnectDuration?: number;
|
|
18341
|
+
imageId?: string;
|
|
17868
18342
|
/**
|
|
17869
18343
|
* @remarks
|
|
17870
18344
|
* The retention period of the cloud desktop after the end user disconnects from the cloud desktop. Unit: milliseconds.
|
|
@@ -17897,6 +18371,7 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
17897
18371
|
* 1
|
|
17898
18372
|
*/
|
|
17899
18373
|
minDesktopsCount?: number;
|
|
18374
|
+
multiResource?: boolean;
|
|
17900
18375
|
/**
|
|
17901
18376
|
* @remarks
|
|
17902
18377
|
* The ID of the workspace.
|
|
@@ -18001,6 +18476,8 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
18001
18476
|
* hide
|
|
18002
18477
|
*/
|
|
18003
18478
|
scaleStrategyId?: string;
|
|
18479
|
+
sessionType?: string;
|
|
18480
|
+
snapshotPolicyId?: string;
|
|
18004
18481
|
/**
|
|
18005
18482
|
* @remarks
|
|
18006
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.
|
|
@@ -18009,11 +18486,15 @@ export declare class CreateDesktopGroupRequest extends $dara.Model {
|
|
|
18009
18486
|
* 300000
|
|
18010
18487
|
*/
|
|
18011
18488
|
stopDuration?: number;
|
|
18489
|
+
systemDiskCategory?: string;
|
|
18490
|
+
systemDiskPerLevel?: string;
|
|
18491
|
+
systemDiskSize?: number;
|
|
18012
18492
|
/**
|
|
18013
18493
|
* @remarks
|
|
18014
18494
|
* The tags that you want to attach to the cloud computer pool. You can specify 1 to 20 tags.
|
|
18015
18495
|
*/
|
|
18016
18496
|
tag?: CreateDesktopGroupRequestTag[];
|
|
18497
|
+
timerGroupId?: string;
|
|
18017
18498
|
/**
|
|
18018
18499
|
* @remarks
|
|
18019
18500
|
* Specifies whether to enable disk encryption.
|
|
@@ -18058,6 +18539,7 @@ export declare class CreateDesktopGroupResponseBody extends $dara.Model {
|
|
|
18058
18539
|
* dg-2i8qxpv6t1a03****
|
|
18059
18540
|
*/
|
|
18060
18541
|
desktopGroupId?: string;
|
|
18542
|
+
desktopGroupIds?: string[];
|
|
18061
18543
|
/**
|
|
18062
18544
|
* @remarks
|
|
18063
18545
|
* The IDs of the orders.
|
|
@@ -21338,6 +21820,58 @@ export declare class DeleteCloudDriveUsersResponse extends $dara.Model {
|
|
|
21338
21820
|
[key: string]: any;
|
|
21339
21821
|
});
|
|
21340
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
|
+
}
|
|
21341
21875
|
export declare class DeleteDesktopGroupRequest extends $dara.Model {
|
|
21342
21876
|
/**
|
|
21343
21877
|
* @remarks
|
|
@@ -22194,6 +22728,7 @@ export declare class DescribeAclEntriesRequest extends $dara.Model {
|
|
|
22194
22728
|
* AAAAAV3MpHK1AP0pfERHZN5pu6kRxd1mKkNnHlUy14zdjl/I
|
|
22195
22729
|
*/
|
|
22196
22730
|
nextToken?: string;
|
|
22731
|
+
officeSiteId?: string;
|
|
22197
22732
|
/**
|
|
22198
22733
|
* @remarks
|
|
22199
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.
|
|
@@ -23521,6 +24056,101 @@ export declare class DescribeCloudDriveUsersResponse extends $dara.Model {
|
|
|
23521
24056
|
[key: string]: any;
|
|
23522
24057
|
});
|
|
23523
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
|
+
}
|
|
23524
24154
|
export declare class DescribeCustomizedListHeadersRequest extends $dara.Model {
|
|
23525
24155
|
/**
|
|
23526
24156
|
* @example
|
|
@@ -23757,6 +24387,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
23757
24387
|
* dg-2i8qxpv6t1a03****
|
|
23758
24388
|
*/
|
|
23759
24389
|
desktopGroupId?: string;
|
|
24390
|
+
desktopGroupIds?: string[];
|
|
23760
24391
|
/**
|
|
23761
24392
|
* @remarks
|
|
23762
24393
|
* The name of the cloud computer pool to query. Fuzzy search is supported.
|
|
@@ -23791,6 +24422,7 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
|
|
|
23791
24422
|
* 10
|
|
23792
24423
|
*/
|
|
23793
24424
|
maxResults?: number;
|
|
24425
|
+
multiResource?: boolean;
|
|
23794
24426
|
/**
|
|
23795
24427
|
* @remarks
|
|
23796
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.
|
|
@@ -24656,6 +25288,8 @@ export declare class DescribeDesktopTypesRequest extends $dara.Model {
|
|
|
24656
25288
|
regionId?: string;
|
|
24657
25289
|
scope?: string;
|
|
24658
25290
|
sortType?: string;
|
|
25291
|
+
supportMinSessionCount?: number;
|
|
25292
|
+
zoneId?: string;
|
|
24659
25293
|
static names(): {
|
|
24660
25294
|
[key: string]: string;
|
|
24661
25295
|
};
|
|
@@ -24841,6 +25475,7 @@ export declare class DescribeDesktopsRequest extends $dara.Model {
|
|
|
24841
25475
|
* 10
|
|
24842
25476
|
*/
|
|
24843
25477
|
maxResults?: number;
|
|
25478
|
+
multiResource?: boolean;
|
|
24844
25479
|
/**
|
|
24845
25480
|
* @remarks
|
|
24846
25481
|
* The token that determines the start point of the next query. If this parameter is left empty, all results are returned.
|
|
@@ -27341,6 +27976,7 @@ export declare class DescribeOfficeSitesResponse extends $dara.Model {
|
|
|
27341
27976
|
});
|
|
27342
27977
|
}
|
|
27343
27978
|
export declare class DescribePolicyGroupsRequest extends $dara.Model {
|
|
27979
|
+
externalPolicyGroupIds?: string[];
|
|
27344
27980
|
/**
|
|
27345
27981
|
* @remarks
|
|
27346
27982
|
* The number of entries per page.
|
|
@@ -27843,6 +28479,8 @@ export declare class DescribeRecordingsRequest extends $dara.Model {
|
|
|
27843
28479
|
* 10
|
|
27844
28480
|
*/
|
|
27845
28481
|
signedUrlExpireMinutes?: number;
|
|
28482
|
+
standardEndTime?: string;
|
|
28483
|
+
standardStartTime?: string;
|
|
27846
28484
|
/**
|
|
27847
28485
|
* @example
|
|
27848
28486
|
* 20230424000000
|
|
@@ -28434,6 +29072,66 @@ export declare class DescribeSnapshotsResponse extends $dara.Model {
|
|
|
28434
29072
|
[key: string]: any;
|
|
28435
29073
|
});
|
|
28436
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
|
+
}
|
|
28437
29135
|
export declare class DescribeUserConnectTimeRequest extends $dara.Model {
|
|
28438
29136
|
endTime?: string;
|
|
28439
29137
|
endUserId?: string;
|
|
@@ -33979,6 +34677,72 @@ export declare class ModifyCloudDriveUsersResponse extends $dara.Model {
|
|
|
33979
34677
|
[key: string]: any;
|
|
33980
34678
|
});
|
|
33981
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
|
+
}
|
|
33982
34746
|
export declare class ModifyCustomizedListHeadersRequest extends $dara.Model {
|
|
33983
34747
|
/**
|
|
33984
34748
|
* @remarks
|
|
@@ -36763,6 +37527,73 @@ export declare class ModifyPolicyGroupResponse extends $dara.Model {
|
|
|
36763
37527
|
[key: string]: any;
|
|
36764
37528
|
});
|
|
36765
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
|
+
}
|
|
36766
37597
|
export declare class ModifyUserEntitlementRequest extends $dara.Model {
|
|
36767
37598
|
/**
|
|
36768
37599
|
* @remarks
|
|
@@ -39726,6 +40557,71 @@ export declare class TagResourcesResponse extends $dara.Model {
|
|
|
39726
40557
|
[key: string]: any;
|
|
39727
40558
|
});
|
|
39728
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
|
+
}
|
|
39729
40625
|
export declare class UnbindUserDesktopRequest extends $dara.Model {
|
|
39730
40626
|
desktopAgentIds?: string[];
|
|
39731
40627
|
desktopGroupId?: string;
|
|
@@ -40642,6 +41538,21 @@ export default class Client extends OpenApi {
|
|
|
40642
41538
|
* @returns AttachEndUserResponse
|
|
40643
41539
|
*/
|
|
40644
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>;
|
|
40645
41556
|
/**
|
|
40646
41557
|
* Cancels an automatic snapshot policy for cloud computers.
|
|
40647
41558
|
*
|
|
@@ -40965,6 +41876,21 @@ export default class Client extends OpenApi {
|
|
|
40965
41876
|
* @returns CreateCloudDriveUsersResponse
|
|
40966
41877
|
*/
|
|
40967
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>;
|
|
40968
41894
|
/**
|
|
40969
41895
|
* Creates a cloud computer pool (formerly desktop group).
|
|
40970
41896
|
*
|
|
@@ -41279,6 +42205,21 @@ export default class Client extends OpenApi {
|
|
|
41279
42205
|
* @returns DeleteCloudDriveUsersResponse
|
|
41280
42206
|
*/
|
|
41281
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>;
|
|
41282
42223
|
/**
|
|
41283
42224
|
* Releases a desktop group.
|
|
41284
42225
|
*
|
|
@@ -41664,6 +42605,21 @@ export default class Client extends OpenApi {
|
|
|
41664
42605
|
* @returns DescribeCloudDriveUsersResponse
|
|
41665
42606
|
*/
|
|
41666
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>;
|
|
41667
42623
|
/**
|
|
41668
42624
|
* @param request - DescribeCustomizedListHeadersRequest
|
|
41669
42625
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -42262,6 +43218,21 @@ export default class Client extends OpenApi {
|
|
|
42262
43218
|
* @returns DescribeSnapshotsResponse
|
|
42263
43219
|
*/
|
|
42264
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>;
|
|
42265
43236
|
/**
|
|
42266
43237
|
* 查询超卖组中用户连接数据
|
|
42267
43238
|
*
|
|
@@ -43003,6 +43974,21 @@ export default class Client extends OpenApi {
|
|
|
43003
43974
|
* @returns ModifyCloudDriveUsersResponse
|
|
43004
43975
|
*/
|
|
43005
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>;
|
|
43006
43992
|
/**
|
|
43007
43993
|
* Modifies the layouts of cloud computer list headers, such as the required fields and the display and hide settings.
|
|
43008
43994
|
*
|
|
@@ -43467,6 +44453,21 @@ export default class Client extends OpenApi {
|
|
|
43467
44453
|
* @returns ModifyPolicyGroupResponse
|
|
43468
44454
|
*/
|
|
43469
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>;
|
|
43470
44471
|
/**
|
|
43471
44472
|
* Grants permissions on cloud desktops to end users, or revokes the permissions from the end users.
|
|
43472
44473
|
*
|
|
@@ -44013,6 +45014,21 @@ export default class Client extends OpenApi {
|
|
|
44013
45014
|
* @returns TagResourcesResponse
|
|
44014
45015
|
*/
|
|
44015
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>;
|
|
44016
45032
|
/**
|
|
44017
45033
|
* 解绑用户桌面
|
|
44018
45034
|
*
|