@alicloud/ecd20200930 4.5.0 → 4.5.2

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
@@ -4445,6 +4445,30 @@ export declare class DescribeDesktopsRequestTag extends $dara.Model {
4445
4445
  [key: string]: any;
4446
4446
  });
4447
4447
  }
4448
+ export declare class DescribeDesktopsResponseBodyDesktopsDesktopDurationList extends $dara.Model {
4449
+ orderInstanceId?: string;
4450
+ packageCreationTime?: string;
4451
+ packageExpiredTime?: string;
4452
+ packageId?: string;
4453
+ packageStatus?: string;
4454
+ packageType?: string;
4455
+ packageUsedUpStrategy?: string;
4456
+ periodEndTime?: string;
4457
+ periodStartTime?: string;
4458
+ postPaidLimitFee?: number;
4459
+ totalDuration?: number;
4460
+ usedDuration?: number;
4461
+ static names(): {
4462
+ [key: string]: string;
4463
+ };
4464
+ static types(): {
4465
+ [key: string]: any;
4466
+ };
4467
+ validate(): void;
4468
+ constructor(map?: {
4469
+ [key: string]: any;
4470
+ });
4471
+ }
4448
4472
  export declare class DescribeDesktopsResponseBodyDesktopsDisks extends $dara.Model {
4449
4473
  /**
4450
4474
  * @remarks
@@ -4784,6 +4808,7 @@ export declare class DescribeDesktopsResponseBodyDesktops extends $dara.Model {
4784
4808
  * null
4785
4809
  */
4786
4810
  dataDiskSize?: string;
4811
+ desktopDurationList?: DescribeDesktopsResponseBodyDesktopsDesktopDurationList[];
4787
4812
  /**
4788
4813
  * @remarks
4789
4814
  * The ID of the cloud computer pool to which cloud computers belong. Default value: null.``
@@ -5386,7 +5411,7 @@ export declare class DescribeDesktopsInGroupResponseBodyPaidDesktops extends $da
5386
5411
  diskType?: string;
5387
5412
  /**
5388
5413
  * @remarks
5389
- * The ID of the authorized user of the cloud computer.
5414
+ * The ID of the authorized user.
5390
5415
  *
5391
5416
  * @example
5392
5417
  * alice
@@ -5394,7 +5419,7 @@ export declare class DescribeDesktopsInGroupResponseBodyPaidDesktops extends $da
5394
5419
  endUserId?: string;
5395
5420
  /**
5396
5421
  * @remarks
5397
- * The IDs of the end users who are connected to the cloud computers in the cloud computer pool. If no end users are connected, no values are returned for this parameter.
5422
+ * The IDs of the end users who are connected to the cloud computers in the cloud computer share. If no end users are connected, no values are returned for this parameter.
5398
5423
  */
5399
5424
  endUserIds?: string[];
5400
5425
  /**
@@ -5407,7 +5432,7 @@ export declare class DescribeDesktopsInGroupResponseBodyPaidDesktops extends $da
5407
5432
  endUserName?: string;
5408
5433
  /**
5409
5434
  * @remarks
5410
- * The usernames of the end users who are connected to the cloud computers in the cloud computer pool. If no end users are connected, no values are returned for this parameter.
5435
+ * The usernames of the end users who are connected to the cloud computers in the cloud computer share. If no end users are connected, no values are returned for this parameter.
5411
5436
  */
5412
5437
  endUserNames?: string[];
5413
5438
  /**
@@ -5605,7 +5630,7 @@ export declare class DescribeDesktopsInGroupResponseBodyPostPaidDesktops extends
5605
5630
  connectionStatus?: string;
5606
5631
  /**
5607
5632
  * @remarks
5608
- * The retention period of the cloud computer.
5633
+ * The retention period. Unit: milliseconds.
5609
5634
  *
5610
5635
  * @example
5611
5636
  * 4153958447
@@ -20318,6 +20343,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
20318
20343
  * 123456789
20319
20344
  */
20320
20345
  endUserId?: string[];
20346
+ extendInfo?: string;
20321
20347
  /**
20322
20348
  * @remarks
20323
20349
  * The ID of the cloud computer pool.
@@ -20674,6 +20700,7 @@ export declare class CreateDesktopsShrinkRequest extends $dara.Model {
20674
20700
  * 123456789
20675
20701
  */
20676
20702
  endUserId?: string[];
20703
+ extendInfo?: string;
20677
20704
  /**
20678
20705
  * @remarks
20679
20706
  * The ID of the cloud computer pool.
@@ -23433,7 +23460,7 @@ export declare class DeleteConfigGroupResponse extends $dara.Model {
23433
23460
  export declare class DeleteDesktopGroupRequest extends $dara.Model {
23434
23461
  /**
23435
23462
  * @remarks
23436
- * The ID of the desktop group.
23463
+ * The ID of the cloud computer share.
23437
23464
  *
23438
23465
  * This parameter is required.
23439
23466
  *
@@ -26022,6 +26049,10 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
26022
26049
  * dg-2i8qxpv6t1a03****
26023
26050
  */
26024
26051
  desktopGroupId?: string;
26052
+ /**
26053
+ * @remarks
26054
+ * The IDs of the cloud computer pool.
26055
+ */
26025
26056
  desktopGroupIds?: string[];
26026
26057
  /**
26027
26058
  * @remarks
@@ -26057,6 +26088,18 @@ export declare class DescribeDesktopGroupsRequest extends $dara.Model {
26057
26088
  * 10
26058
26089
  */
26059
26090
  maxResults?: number;
26091
+ /**
26092
+ * @remarks
26093
+ * Specifies whether the shared group is a multi-cloud computer type.
26094
+ *
26095
+ * Valid values:
26096
+ *
26097
+ * - true: a multi-cloud computer type.
26098
+ * - false: a single-cloud computer type.
26099
+ *
26100
+ * @example
26101
+ * true
26102
+ */
26060
26103
  multiResource?: boolean;
26061
26104
  /**
26062
26105
  * @remarks
@@ -27491,7 +27534,7 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
27491
27534
  customStartTimePeriod?: number;
27492
27535
  /**
27493
27536
  * @remarks
27494
- * The ID of the cloud computer pool.
27537
+ * The ID of the cloud computer share.
27495
27538
  *
27496
27539
  * This parameter is required.
27497
27540
  *
@@ -27514,7 +27557,10 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
27514
27557
  ignoreDeleted?: boolean;
27515
27558
  /**
27516
27559
  * @remarks
27517
- * The number of entries to return on each page. Valid values: 1 to 100. Default value: 10.
27560
+ * The maximum number of entries per page.
27561
+ *
27562
+ * * Default value: 10.
27563
+ * * Maximum value: 100.
27518
27564
  *
27519
27565
  * @example
27520
27566
  * 10
@@ -27522,7 +27568,7 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
27522
27568
  maxResults?: number;
27523
27569
  /**
27524
27570
  * @remarks
27525
- * 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.
27571
+ * The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of NextToken.
27526
27572
  *
27527
27573
  * @example
27528
27574
  * caeba0bbb2be03f84eb48b699f0a4883
@@ -27530,7 +27576,7 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
27530
27576
  nextToken?: string;
27531
27577
  /**
27532
27578
  * @remarks
27533
- * The billing method of the desktop group.
27579
+ * The billing method of the cloud computer share.
27534
27580
  *
27535
27581
  * @example
27536
27582
  * PrePaid
@@ -27560,7 +27606,8 @@ export declare class DescribeDesktopsInGroupRequest extends $dara.Model {
27560
27606
  export declare class DescribeDesktopsInGroupResponseBody extends $dara.Model {
27561
27607
  /**
27562
27608
  * @remarks
27563
- * The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.
27609
+ * A pagination token. It can be used in the next request to retrieve a new page of results.
27610
+ * If NextToken is empty, no next page exists.
27564
27611
  *
27565
27612
  * @example
27566
27613
  * caeba0bbb2be03f84eb48b699f0a4883
@@ -27576,12 +27623,12 @@ export declare class DescribeDesktopsInGroupResponseBody extends $dara.Model {
27576
27623
  onlinePrePaidDesktopsCount?: number;
27577
27624
  /**
27578
27625
  * @remarks
27579
- * The details about subscription cloud computers.
27626
+ * The subscription cloud computers.
27580
27627
  */
27581
27628
  paidDesktops?: DescribeDesktopsInGroupResponseBodyPaidDesktops[];
27582
27629
  /**
27583
27630
  * @remarks
27584
- * The total number of queried subscription cloud computers.
27631
+ * The total number of subscription cloud computers.
27585
27632
  *
27586
27633
  * @example
27587
27634
  * 10
@@ -27589,12 +27636,12 @@ export declare class DescribeDesktopsInGroupResponseBody extends $dara.Model {
27589
27636
  paidDesktopsCount?: number;
27590
27637
  /**
27591
27638
  * @remarks
27592
- * The details about pay-as-you-go cloud computers.
27639
+ * The pay-as-you-go cloud computers.
27593
27640
  */
27594
27641
  postPaidDesktops?: DescribeDesktopsInGroupResponseBodyPostPaidDesktops[];
27595
27642
  /**
27596
27643
  * @remarks
27597
- * The total number of queried pay-as-you-go cloud computers.
27644
+ * The total number of pay-as-you-go cloud computers.
27598
27645
  *
27599
27646
  * @example
27600
27647
  * 10
@@ -29989,7 +30036,7 @@ export declare class DescribePriceRequest extends $dara.Model {
29989
30036
  duration?: number;
29990
30037
  /**
29991
30038
  * @remarks
29992
- * The number of cloud computers in the cloud computer pool. Default value: 1.
30039
+ * The number of cloud computer shares. Default value: 1.
29993
30040
  *
29994
30041
  * > This parameter takes effect only if you set `ResourceType` to `DesktopGroup`.
29995
30042
  *
@@ -29999,31 +30046,10 @@ export declare class DescribePriceRequest extends $dara.Model {
29999
30046
  groupDesktopCount?: number;
30000
30047
  /**
30001
30048
  * @remarks
30002
- * The resource specifications.
30003
- *
30004
- * * If you set `ResourceType` to `Desktop`, you must specify this parameter.
30005
- *
30006
- * * ecd.basic.small
30007
- * * ecd.basic.large
30008
- * * ecd.advanced.large
30009
- * * ecd.advanced.xlarge
30010
- * * ecd.performance.2xlarge
30011
- * * ecd.graphics.xlarge
30012
- * * ecd.graphics.2xlarge
30013
- * * ecd.advanced.xlarge_s8d2
30014
- * * ecd.advanced.xlarge_s8d7
30015
- * * ecd.graphics.1g72c
30016
- * * eds.general.2c2g
30017
- * * eds.general.2c4g
30018
- * * eds.general.2c8g
30019
- * * eds.general.4c8g
30020
- * * eds.general.4c16g
30021
- * * eds.general.8c16g
30022
- * * eds.general.8c32g
30023
- * * eds.general.16c32g
30049
+ * The specifications of the resource.
30024
30050
  *
30051
+ * * This parameter is required if you set `ResourceType` to `Desktop`. You can call the [DescribeDesktopTypes](~~DescribeDesktopTypes~~) to query the available cloud computer types that correspond to the value of `DesktopTypeId`.
30025
30052
  * * If you set `ResourceType` to `DesktopGroup`, set the value of this parameter to `large`.
30026
- *
30027
30053
  * * If you set `ResourceType` to `Bandwidth`, you can leave this parameter empty.
30028
30054
  *
30029
30055
  * @example
@@ -30104,20 +30130,29 @@ export declare class DescribePriceRequest extends $dara.Model {
30104
30130
  regionId?: string;
30105
30131
  /**
30106
30132
  * @remarks
30107
- * The resource type.
30133
+ * The type of the resource.
30108
30134
  *
30109
30135
  * Valid values:
30110
30136
  *
30111
- * * DesktopMonthPackage: the monthly subscription plan (also known as the 120-hour or 250-hour computing plan).
30112
- * * Desktop (default): the pay-as-you-go cloud computer or the monthly subscription cloud computer (also known as the Unlimited computing plan).
30113
- * * Bandwidth: the premium bandwidth plan.
30114
- * * DesktopGroup: the cloud computer pool.
30137
+ * * DesktopMonthPackage: monthly subscription cloud computers that use hourly limit plans.
30138
+ * * Desktop (default): pay-as-you-go cloud computers/monthly subscription cloud computers that use unlimited plans.
30139
+ * * Bandwidth: premium bandwidth plans.
30140
+ * * DesktopGroup: cloud computer shares.
30115
30141
  *
30116
30142
  * @example
30117
30143
  * Desktop
30118
30144
  */
30119
30145
  resourceType?: string;
30120
30146
  /**
30147
+ * @remarks
30148
+ * The category of the system disk.
30149
+ *
30150
+ * Valid values:
30151
+ *
30152
+ * * cloud_efficiency: the ultra disk
30153
+ * * cloud_auto: the standard SSD.
30154
+ * * cloud_essd: the Enterprise SSD (ESSD). Take note that only specific cloud computer types support ESSDs.
30155
+ *
30121
30156
  * @example
30122
30157
  * 40
30123
30158
  */
@@ -30131,6 +30166,15 @@ export declare class DescribePriceRequest extends $dara.Model {
30131
30166
  */
30132
30167
  rootDiskSizeGib?: number;
30133
30168
  /**
30169
+ * @remarks
30170
+ * The category of the data disk.
30171
+ *
30172
+ * Valid values:
30173
+ *
30174
+ * * cloud_efficiency: the ultra disk
30175
+ * * cloud_auto: the standard SSD.
30176
+ * * cloud_essd: the ESSD. Take note that only specific cloud computer types support ESSDs.
30177
+ *
30134
30178
  * @example
30135
30179
  * 80
30136
30180
  */
@@ -30157,7 +30201,7 @@ export declare class DescribePriceRequest extends $dara.Model {
30157
30201
  export declare class DescribePriceResponseBody extends $dara.Model {
30158
30202
  /**
30159
30203
  * @remarks
30160
- * The price information.
30204
+ * The price details.
30161
30205
  */
30162
30206
  priceInfo?: DescribePriceResponseBodyPriceInfo;
30163
30207
  /**
@@ -32021,7 +32065,7 @@ export declare class DetachEndUserResponse extends $dara.Model {
32021
32065
  export declare class DisableDesktopsInGroupRequest extends $dara.Model {
32022
32066
  /**
32023
32067
  * @remarks
32024
- * The ID of the desktop group.
32068
+ * The ID of the cloud computer share.
32025
32069
  *
32026
32070
  * This parameter is required.
32027
32071
  *
@@ -32031,14 +32075,14 @@ export declare class DisableDesktopsInGroupRequest extends $dara.Model {
32031
32075
  desktopGroupId?: string;
32032
32076
  /**
32033
32077
  * @remarks
32034
- * The IDs of cloud desktops.
32078
+ * The IDs of the cloud computers.
32035
32079
  *
32036
32080
  * This parameter is required.
32037
32081
  */
32038
32082
  desktopIds?: string[];
32039
32083
  /**
32040
32084
  * @remarks
32041
- * The region ID.
32085
+ * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
32042
32086
  *
32043
32087
  * This parameter is required.
32044
32088
  *
@@ -32060,7 +32104,7 @@ export declare class DisableDesktopsInGroupRequest extends $dara.Model {
32060
32104
  export declare class DisableDesktopsInGroupResponseBody extends $dara.Model {
32061
32105
  /**
32062
32106
  * @remarks
32063
- * The request ID.
32107
+ * The ID of the request.
32064
32108
  *
32065
32109
  * @example
32066
32110
  * 34FB4D97-C0D9-5534-ABC6-90C7EBD5****
@@ -44565,12 +44609,12 @@ export default class Client extends OpenApi {
44565
44609
  */
44566
44610
  deleteConfigGroup(request: DeleteConfigGroupRequest): Promise<DeleteConfigGroupResponse>;
44567
44611
  /**
44568
- * Releases a desktop group.
44612
+ * Releases a cloud computer share.
44569
44613
  *
44570
44614
  * @remarks
44571
- * Before you delete a desktop group, make sure that cloud desktops in the desktop group are not connected and no users are authorized to use the cloud desktops.
44572
- * * You cannot delete a subscription desktop group when cloud desktops in the group are in valid period.
44573
- * * If you delete a pay-as-you-go desktop group, cloud desktops in the group are deleted.
44615
+ * Before releasing a cloud computer share, ensure that no cloud computers within it are in the Connected state and that no end users have access permissions to it.
44616
+ * * You cannot delete a cloud computer share with an active subscription if it contains cloud computers that have not yet expired.
44617
+ * * Deleting a pay-as-you-go cloud computer share will release all pay-as-you-go cloud computers within it.
44574
44618
  *
44575
44619
  * @param request - DeleteDesktopGroupRequest
44576
44620
  * @param runtime - runtime options for this request RuntimeOptions
@@ -44578,12 +44622,12 @@ export default class Client extends OpenApi {
44578
44622
  */
44579
44623
  deleteDesktopGroupWithOptions(request: DeleteDesktopGroupRequest, runtime: $dara.RuntimeOptions): Promise<DeleteDesktopGroupResponse>;
44580
44624
  /**
44581
- * Releases a desktop group.
44625
+ * Releases a cloud computer share.
44582
44626
  *
44583
44627
  * @remarks
44584
- * Before you delete a desktop group, make sure that cloud desktops in the desktop group are not connected and no users are authorized to use the cloud desktops.
44585
- * * You cannot delete a subscription desktop group when cloud desktops in the group are in valid period.
44586
- * * If you delete a pay-as-you-go desktop group, cloud desktops in the group are deleted.
44628
+ * Before releasing a cloud computer share, ensure that no cloud computers within it are in the Connected state and that no end users have access permissions to it.
44629
+ * * You cannot delete a cloud computer share with an active subscription if it contains cloud computers that have not yet expired.
44630
+ * * Deleting a pay-as-you-go cloud computer share will release all pay-as-you-go cloud computers within it.
44587
44631
  *
44588
44632
  * @param request - DeleteDesktopGroupRequest
44589
44633
  * @returns DeleteDesktopGroupResponse
@@ -45131,7 +45175,7 @@ export default class Client extends OpenApi {
45131
45175
  */
45132
45176
  describeDesktops(request: DescribeDesktopsRequest): Promise<DescribeDesktopsResponse>;
45133
45177
  /**
45134
- * Queries the cloud computers in a cloud computer pool by billing method.
45178
+ * Queries the cloud computers in a share by billing method.
45135
45179
  *
45136
45180
  * @param request - DescribeDesktopsInGroupRequest
45137
45181
  * @param runtime - runtime options for this request RuntimeOptions
@@ -45139,7 +45183,7 @@ export default class Client extends OpenApi {
45139
45183
  */
45140
45184
  describeDesktopsInGroupWithOptions(request: DescribeDesktopsInGroupRequest, runtime: $dara.RuntimeOptions): Promise<DescribeDesktopsInGroupResponse>;
45141
45185
  /**
45142
- * Queries the cloud computers in a cloud computer pool by billing method.
45186
+ * Queries the cloud computers in a share by billing method.
45143
45187
  *
45144
45188
  * @param request - DescribeDesktopsInGroupRequest
45145
45189
  * @returns DescribeDesktopsInGroupResponse
@@ -45725,7 +45769,7 @@ export default class Client extends OpenApi {
45725
45769
  */
45726
45770
  detachEndUser(request: DetachEndUserRequest): Promise<DetachEndUserResponse>;
45727
45771
  /**
45728
- * Disables cloud desktops in a desktop group.
45772
+ * Disables specific cloud computers in a cloud computer share. After you call this operation to disable specific cloud computers, they enter the unavailable state.
45729
45773
  *
45730
45774
  * @param request - DisableDesktopsInGroupRequest
45731
45775
  * @param runtime - runtime options for this request RuntimeOptions
@@ -45733,7 +45777,7 @@ export default class Client extends OpenApi {
45733
45777
  */
45734
45778
  disableDesktopsInGroupWithOptions(request: DisableDesktopsInGroupRequest, runtime: $dara.RuntimeOptions): Promise<DisableDesktopsInGroupResponse>;
45735
45779
  /**
45736
- * Disables cloud desktops in a desktop group.
45780
+ * Disables specific cloud computers in a cloud computer share. After you call this operation to disable specific cloud computers, they enter the unavailable state.
45737
45781
  *
45738
45782
  * @param request - DisableDesktopsInGroupRequest
45739
45783
  * @returns DisableDesktopsInGroupResponse