@alicloud/ecd20200930 3.2.0 → 3.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 +20 -10
- package/dist/client.js +46 -10
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +60 -10
package/dist/client.d.ts
CHANGED
|
@@ -1444,7 +1444,10 @@ export declare class CreateCdsFileShareLinkResponse extends $tea.Model {
|
|
|
1444
1444
|
});
|
|
1445
1445
|
}
|
|
1446
1446
|
export declare class CreateCloudDriveServiceRequest extends $tea.Model {
|
|
1447
|
+
autoPay?: boolean;
|
|
1448
|
+
autoRenew?: boolean;
|
|
1447
1449
|
bizType?: number;
|
|
1450
|
+
cdsChargeType?: string;
|
|
1448
1451
|
cenId?: string;
|
|
1449
1452
|
domainName?: string;
|
|
1450
1453
|
endUserId?: string[];
|
|
@@ -1452,8 +1455,11 @@ export declare class CreateCloudDriveServiceRequest extends $tea.Model {
|
|
|
1452
1455
|
name?: string;
|
|
1453
1456
|
officeSiteId?: string;
|
|
1454
1457
|
officeSiteType?: string;
|
|
1458
|
+
period?: number;
|
|
1459
|
+
periodUnit?: string;
|
|
1455
1460
|
regionId?: string;
|
|
1456
1461
|
solutionId?: string;
|
|
1462
|
+
userCount?: number;
|
|
1457
1463
|
userMaxSize?: number;
|
|
1458
1464
|
static names(): {
|
|
1459
1465
|
[key: string]: string;
|
|
@@ -1470,8 +1476,10 @@ export declare class CreateCloudDriveServiceResponseBody extends $tea.Model {
|
|
|
1470
1476
|
cdsName?: string;
|
|
1471
1477
|
cenId?: string;
|
|
1472
1478
|
domainName?: string;
|
|
1479
|
+
errorCode?: string;
|
|
1473
1480
|
maxSize?: string;
|
|
1474
1481
|
officeSiteType?: string;
|
|
1482
|
+
orderId?: string;
|
|
1475
1483
|
requestId?: string;
|
|
1476
1484
|
static names(): {
|
|
1477
1485
|
[key: string]: string;
|
|
@@ -12228,7 +12236,7 @@ export default class Client extends OpenApi {
|
|
|
12228
12236
|
* * When you create a workspace of the enterprise AD account type, AD connectors are automatically created to allow you to connect to enterprise AD systems. You are charged for the AD connectors. For more information, see [Billing overview](~~188395~~).
|
|
12229
12237
|
* * After you call this operation to create a workspace of the enterprise AD account type, perform the following steps to configure the AD domain: 1. Configure the conditional forwarder in the Domain Name System (DNS) server. 2. Configure the trust relationship in the AD domain server, and call the [ConfigADConnectorTrust](~~311258~~) operation to configure the trust relationship for the workspace of the enterprise AD account type. 3. Call the [ListUserAdOrganizationUnits](~~311259~~) operation to obtain the organizational unit (OU) details of the AD domain. Then, call the [ConfigADConnectorUser](~~311262~~) operation to specify an OU and an administrator for the workspace of the enterprise AD account type.
|
|
12230
12238
|
* **
|
|
12231
|
-
* **Note**If you specify DomainUserName and DomainPassword when you create a workspace of the enterprise AD account type, you must configure only the conditional forwarder. If you do not specify DomainUserName or DomainPassword, you must configure the conditional forwarder, trust relationship, and OU.
|
|
12239
|
+
* **Note** If you specify DomainUserName and DomainPassword when you create a workspace of the enterprise AD account type, you must configure only the conditional forwarder. If you do not specify DomainUserName or DomainPassword, you must configure the conditional forwarder, trust relationship, and OU.
|
|
12232
12240
|
* For more information, see [Create a workspace of the enterprise AD account type](~~214469~~).
|
|
12233
12241
|
*
|
|
12234
12242
|
* @param request CreateADConnectorOfficeSiteRequest
|
|
@@ -12240,7 +12248,7 @@ export default class Client extends OpenApi {
|
|
|
12240
12248
|
* * When you create a workspace of the enterprise AD account type, AD connectors are automatically created to allow you to connect to enterprise AD systems. You are charged for the AD connectors. For more information, see [Billing overview](~~188395~~).
|
|
12241
12249
|
* * After you call this operation to create a workspace of the enterprise AD account type, perform the following steps to configure the AD domain: 1. Configure the conditional forwarder in the Domain Name System (DNS) server. 2. Configure the trust relationship in the AD domain server, and call the [ConfigADConnectorTrust](~~311258~~) operation to configure the trust relationship for the workspace of the enterprise AD account type. 3. Call the [ListUserAdOrganizationUnits](~~311259~~) operation to obtain the organizational unit (OU) details of the AD domain. Then, call the [ConfigADConnectorUser](~~311262~~) operation to specify an OU and an administrator for the workspace of the enterprise AD account type.
|
|
12242
12250
|
* **
|
|
12243
|
-
* **Note**If you specify DomainUserName and DomainPassword when you create a workspace of the enterprise AD account type, you must configure only the conditional forwarder. If you do not specify DomainUserName or DomainPassword, you must configure the conditional forwarder, trust relationship, and OU.
|
|
12251
|
+
* **Note** If you specify DomainUserName and DomainPassword when you create a workspace of the enterprise AD account type, you must configure only the conditional forwarder. If you do not specify DomainUserName or DomainPassword, you must configure the conditional forwarder, trust relationship, and OU.
|
|
12244
12252
|
* For more information, see [Create a workspace of the enterprise AD account type](~~214469~~).
|
|
12245
12253
|
*
|
|
12246
12254
|
* @param request CreateADConnectorOfficeSiteRequest
|
|
@@ -12570,7 +12578,7 @@ export default class Client extends OpenApi {
|
|
|
12570
12578
|
describeCensWithOptions(request: DescribeCensRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCensResponse>;
|
|
12571
12579
|
describeCens(request: DescribeCensRequest): Promise<DescribeCensResponse>;
|
|
12572
12580
|
/**
|
|
12573
|
-
*
|
|
12581
|
+
* You can audit the operation logs of regular users to improve security. The operation logs record events such as desktop startup, shutdown, and session disconnection.
|
|
12574
12582
|
*
|
|
12575
12583
|
* @param request DescribeClientEventsRequest
|
|
12576
12584
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12578,7 +12586,7 @@ export default class Client extends OpenApi {
|
|
|
12578
12586
|
*/
|
|
12579
12587
|
describeClientEventsWithOptions(request: DescribeClientEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClientEventsResponse>;
|
|
12580
12588
|
/**
|
|
12581
|
-
*
|
|
12589
|
+
* You can audit the operation logs of regular users to improve security. The operation logs record events such as desktop startup, shutdown, and session disconnection.
|
|
12582
12590
|
*
|
|
12583
12591
|
* @param request DescribeClientEventsRequest
|
|
12584
12592
|
* @return DescribeClientEventsResponse
|
|
@@ -12939,9 +12947,10 @@ export default class Client extends OpenApi {
|
|
|
12939
12947
|
modifyCustomizedListHeadersWithOptions(request: ModifyCustomizedListHeadersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCustomizedListHeadersResponse>;
|
|
12940
12948
|
modifyCustomizedListHeaders(request: ModifyCustomizedListHeadersRequest): Promise<ModifyCustomizedListHeadersResponse>;
|
|
12941
12949
|
/**
|
|
12942
|
-
* * Before you call this operation, make sure that you are familiar with the billing methods of cloud desktops. For more information, see [Billing overview](~~188395~~).
|
|
12950
|
+
* * Before you call this operation, make sure that you are familiar with the billing methods of cloud desktops in Elastic Desktop Service (EDS). For more information, see [Billing overview](~~188395~~).
|
|
12943
12951
|
* * Before you call this operation, make sure that the cloud desktop that you want to manage is in the Running or Stopped state and no overdue payments of the cloud desktop are generated.
|
|
12944
12952
|
* * After the order payment is completed, the system starts to change the billing method of the cloud desktop. During the change, you cannot perform operations, such as starting or stopping the cloud desktop, and changing configurations of the cloud desktop.
|
|
12953
|
+
* * After you change the billing method of the cloud desktop from subscription to pay-as-you-go, you may get a refund. For more information, see [Change a subscription cloud desktop to a pay-as-you-go one](https://help.aliyun.com/document_detail/439964.html).
|
|
12945
12954
|
*
|
|
12946
12955
|
* @param request ModifyDesktopChargeTypeRequest
|
|
12947
12956
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12949,9 +12958,10 @@ export default class Client extends OpenApi {
|
|
|
12949
12958
|
*/
|
|
12950
12959
|
modifyDesktopChargeTypeWithOptions(request: ModifyDesktopChargeTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDesktopChargeTypeResponse>;
|
|
12951
12960
|
/**
|
|
12952
|
-
* * Before you call this operation, make sure that you are familiar with the billing methods of cloud desktops. For more information, see [Billing overview](~~188395~~).
|
|
12961
|
+
* * Before you call this operation, make sure that you are familiar with the billing methods of cloud desktops in Elastic Desktop Service (EDS). For more information, see [Billing overview](~~188395~~).
|
|
12953
12962
|
* * Before you call this operation, make sure that the cloud desktop that you want to manage is in the Running or Stopped state and no overdue payments of the cloud desktop are generated.
|
|
12954
12963
|
* * After the order payment is completed, the system starts to change the billing method of the cloud desktop. During the change, you cannot perform operations, such as starting or stopping the cloud desktop, and changing configurations of the cloud desktop.
|
|
12964
|
+
* * After you change the billing method of the cloud desktop from subscription to pay-as-you-go, you may get a refund. For more information, see [Change a subscription cloud desktop to a pay-as-you-go one](https://help.aliyun.com/document_detail/439964.html).
|
|
12955
12965
|
*
|
|
12956
12966
|
* @param request ModifyDesktopChargeTypeRequest
|
|
12957
12967
|
* @return ModifyDesktopChargeTypeResponse
|
|
@@ -13263,7 +13273,7 @@ export default class Client extends OpenApi {
|
|
|
13263
13273
|
* Before you call this operation, make sure that the following operations are performed:
|
|
13264
13274
|
* * The data that you want to retain in the disk is backed up.
|
|
13265
13275
|
* **
|
|
13266
|
-
* **Note**The disk restoration operation is irreversible. After you restore data on a disk, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore a disk from a snapshot, make sure that you back up important data.
|
|
13276
|
+
* **Note** The disk restoration operation is irreversible. After you restore data on a disk, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore a disk from a snapshot, make sure that you back up important data.
|
|
13267
13277
|
* * The cloud desktop whose disk you want to restore is stopped.
|
|
13268
13278
|
*
|
|
13269
13279
|
* @param request ResetSnapshotRequest
|
|
@@ -13275,7 +13285,7 @@ export default class Client extends OpenApi {
|
|
|
13275
13285
|
* Before you call this operation, make sure that the following operations are performed:
|
|
13276
13286
|
* * The data that you want to retain in the disk is backed up.
|
|
13277
13287
|
* **
|
|
13278
|
-
* **Note**The disk restoration operation is irreversible. After you restore data on a disk, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore a disk from a snapshot, make sure that you back up important data.
|
|
13288
|
+
* **Note** The disk restoration operation is irreversible. After you restore data on a disk, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore a disk from a snapshot, make sure that you back up important data.
|
|
13279
13289
|
* * The cloud desktop whose disk you want to restore is stopped.
|
|
13280
13290
|
*
|
|
13281
13291
|
* @param request ResetSnapshotRequest
|
|
@@ -13387,7 +13397,7 @@ export default class Client extends OpenApi {
|
|
|
13387
13397
|
*/
|
|
13388
13398
|
stopDesktops(request: StopDesktopsRequest): Promise<StopDesktopsResponse>;
|
|
13389
13399
|
/**
|
|
13390
|
-
*
|
|
13400
|
+
* When you stop a one-time execution of a command, the command continues to run on the cloud desktops where it has started to run, and will not run on the cloud desktops where it has not started to run.
|
|
13391
13401
|
*
|
|
13392
13402
|
* @param request StopInvocationRequest
|
|
13393
13403
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13395,7 +13405,7 @@ export default class Client extends OpenApi {
|
|
|
13395
13405
|
*/
|
|
13396
13406
|
stopInvocationWithOptions(request: StopInvocationRequest, runtime: $Util.RuntimeOptions): Promise<StopInvocationResponse>;
|
|
13397
13407
|
/**
|
|
13398
|
-
*
|
|
13408
|
+
* When you stop a one-time execution of a command, the command continues to run on the cloud desktops where it has started to run, and will not run on the cloud desktops where it has not started to run.
|
|
13399
13409
|
*
|
|
13400
13410
|
* @param request StopInvocationRequest
|
|
13401
13411
|
* @return StopInvocationResponse
|
package/dist/client.js
CHANGED
|
@@ -2052,7 +2052,10 @@ class CreateCloudDriveServiceRequest extends $tea.Model {
|
|
|
2052
2052
|
}
|
|
2053
2053
|
static names() {
|
|
2054
2054
|
return {
|
|
2055
|
+
autoPay: 'AutoPay',
|
|
2056
|
+
autoRenew: 'AutoRenew',
|
|
2055
2057
|
bizType: 'BizType',
|
|
2058
|
+
cdsChargeType: 'CdsChargeType',
|
|
2056
2059
|
cenId: 'CenId',
|
|
2057
2060
|
domainName: 'DomainName',
|
|
2058
2061
|
endUserId: 'EndUserId',
|
|
@@ -2060,14 +2063,20 @@ class CreateCloudDriveServiceRequest extends $tea.Model {
|
|
|
2060
2063
|
name: 'Name',
|
|
2061
2064
|
officeSiteId: 'OfficeSiteId',
|
|
2062
2065
|
officeSiteType: 'OfficeSiteType',
|
|
2066
|
+
period: 'Period',
|
|
2067
|
+
periodUnit: 'PeriodUnit',
|
|
2063
2068
|
regionId: 'RegionId',
|
|
2064
2069
|
solutionId: 'SolutionId',
|
|
2070
|
+
userCount: 'UserCount',
|
|
2065
2071
|
userMaxSize: 'UserMaxSize',
|
|
2066
2072
|
};
|
|
2067
2073
|
}
|
|
2068
2074
|
static types() {
|
|
2069
2075
|
return {
|
|
2076
|
+
autoPay: 'boolean',
|
|
2077
|
+
autoRenew: 'boolean',
|
|
2070
2078
|
bizType: 'number',
|
|
2079
|
+
cdsChargeType: 'string',
|
|
2071
2080
|
cenId: 'string',
|
|
2072
2081
|
domainName: 'string',
|
|
2073
2082
|
endUserId: { 'type': 'array', 'itemType': 'string' },
|
|
@@ -2075,8 +2084,11 @@ class CreateCloudDriveServiceRequest extends $tea.Model {
|
|
|
2075
2084
|
name: 'string',
|
|
2076
2085
|
officeSiteId: 'string',
|
|
2077
2086
|
officeSiteType: 'string',
|
|
2087
|
+
period: 'number',
|
|
2088
|
+
periodUnit: 'string',
|
|
2078
2089
|
regionId: 'string',
|
|
2079
2090
|
solutionId: 'string',
|
|
2091
|
+
userCount: 'number',
|
|
2080
2092
|
userMaxSize: 'number',
|
|
2081
2093
|
};
|
|
2082
2094
|
}
|
|
@@ -2092,8 +2104,10 @@ class CreateCloudDriveServiceResponseBody extends $tea.Model {
|
|
|
2092
2104
|
cdsName: 'CdsName',
|
|
2093
2105
|
cenId: 'CenId',
|
|
2094
2106
|
domainName: 'DomainName',
|
|
2107
|
+
errorCode: 'ErrorCode',
|
|
2095
2108
|
maxSize: 'MaxSize',
|
|
2096
2109
|
officeSiteType: 'OfficeSiteType',
|
|
2110
|
+
orderId: 'OrderId',
|
|
2097
2111
|
requestId: 'RequestId',
|
|
2098
2112
|
};
|
|
2099
2113
|
}
|
|
@@ -2103,8 +2117,10 @@ class CreateCloudDriveServiceResponseBody extends $tea.Model {
|
|
|
2103
2117
|
cdsName: 'string',
|
|
2104
2118
|
cenId: 'string',
|
|
2105
2119
|
domainName: 'string',
|
|
2120
|
+
errorCode: 'string',
|
|
2106
2121
|
maxSize: 'string',
|
|
2107
2122
|
officeSiteType: 'string',
|
|
2123
|
+
orderId: 'string',
|
|
2108
2124
|
requestId: 'string',
|
|
2109
2125
|
};
|
|
2110
2126
|
}
|
|
@@ -18394,7 +18410,7 @@ class Client extends openapi_client_1.default {
|
|
|
18394
18410
|
* * When you create a workspace of the enterprise AD account type, AD connectors are automatically created to allow you to connect to enterprise AD systems. You are charged for the AD connectors. For more information, see [Billing overview](~~188395~~).
|
|
18395
18411
|
* * After you call this operation to create a workspace of the enterprise AD account type, perform the following steps to configure the AD domain: 1. Configure the conditional forwarder in the Domain Name System (DNS) server. 2. Configure the trust relationship in the AD domain server, and call the [ConfigADConnectorTrust](~~311258~~) operation to configure the trust relationship for the workspace of the enterprise AD account type. 3. Call the [ListUserAdOrganizationUnits](~~311259~~) operation to obtain the organizational unit (OU) details of the AD domain. Then, call the [ConfigADConnectorUser](~~311262~~) operation to specify an OU and an administrator for the workspace of the enterprise AD account type.
|
|
18396
18412
|
* **
|
|
18397
|
-
* **Note**If you specify DomainUserName and DomainPassword when you create a workspace of the enterprise AD account type, you must configure only the conditional forwarder. If you do not specify DomainUserName or DomainPassword, you must configure the conditional forwarder, trust relationship, and OU.
|
|
18413
|
+
* **Note** If you specify DomainUserName and DomainPassword when you create a workspace of the enterprise AD account type, you must configure only the conditional forwarder. If you do not specify DomainUserName or DomainPassword, you must configure the conditional forwarder, trust relationship, and OU.
|
|
18398
18414
|
* For more information, see [Create a workspace of the enterprise AD account type](~~214469~~).
|
|
18399
18415
|
*
|
|
18400
18416
|
* @param request CreateADConnectorOfficeSiteRequest
|
|
@@ -18484,7 +18500,7 @@ class Client extends openapi_client_1.default {
|
|
|
18484
18500
|
* * When you create a workspace of the enterprise AD account type, AD connectors are automatically created to allow you to connect to enterprise AD systems. You are charged for the AD connectors. For more information, see [Billing overview](~~188395~~).
|
|
18485
18501
|
* * After you call this operation to create a workspace of the enterprise AD account type, perform the following steps to configure the AD domain: 1. Configure the conditional forwarder in the Domain Name System (DNS) server. 2. Configure the trust relationship in the AD domain server, and call the [ConfigADConnectorTrust](~~311258~~) operation to configure the trust relationship for the workspace of the enterprise AD account type. 3. Call the [ListUserAdOrganizationUnits](~~311259~~) operation to obtain the organizational unit (OU) details of the AD domain. Then, call the [ConfigADConnectorUser](~~311262~~) operation to specify an OU and an administrator for the workspace of the enterprise AD account type.
|
|
18486
18502
|
* **
|
|
18487
|
-
* **Note**If you specify DomainUserName and DomainPassword when you create a workspace of the enterprise AD account type, you must configure only the conditional forwarder. If you do not specify DomainUserName or DomainPassword, you must configure the conditional forwarder, trust relationship, and OU.
|
|
18503
|
+
* **Note** If you specify DomainUserName and DomainPassword when you create a workspace of the enterprise AD account type, you must configure only the conditional forwarder. If you do not specify DomainUserName or DomainPassword, you must configure the conditional forwarder, trust relationship, and OU.
|
|
18488
18504
|
* For more information, see [Create a workspace of the enterprise AD account type](~~214469~~).
|
|
18489
18505
|
*
|
|
18490
18506
|
* @param request CreateADConnectorOfficeSiteRequest
|
|
@@ -18789,9 +18805,18 @@ class Client extends openapi_client_1.default {
|
|
|
18789
18805
|
async createCloudDriveServiceWithOptions(request, runtime) {
|
|
18790
18806
|
tea_util_1.default.validateModel(request);
|
|
18791
18807
|
let query = {};
|
|
18808
|
+
if (!tea_util_1.default.isUnset(request.autoPay)) {
|
|
18809
|
+
query["AutoPay"] = request.autoPay;
|
|
18810
|
+
}
|
|
18811
|
+
if (!tea_util_1.default.isUnset(request.autoRenew)) {
|
|
18812
|
+
query["AutoRenew"] = request.autoRenew;
|
|
18813
|
+
}
|
|
18792
18814
|
if (!tea_util_1.default.isUnset(request.bizType)) {
|
|
18793
18815
|
query["BizType"] = request.bizType;
|
|
18794
18816
|
}
|
|
18817
|
+
if (!tea_util_1.default.isUnset(request.cdsChargeType)) {
|
|
18818
|
+
query["CdsChargeType"] = request.cdsChargeType;
|
|
18819
|
+
}
|
|
18795
18820
|
if (!tea_util_1.default.isUnset(request.cenId)) {
|
|
18796
18821
|
query["CenId"] = request.cenId;
|
|
18797
18822
|
}
|
|
@@ -18813,12 +18838,21 @@ class Client extends openapi_client_1.default {
|
|
|
18813
18838
|
if (!tea_util_1.default.isUnset(request.officeSiteType)) {
|
|
18814
18839
|
query["OfficeSiteType"] = request.officeSiteType;
|
|
18815
18840
|
}
|
|
18841
|
+
if (!tea_util_1.default.isUnset(request.period)) {
|
|
18842
|
+
query["Period"] = request.period;
|
|
18843
|
+
}
|
|
18844
|
+
if (!tea_util_1.default.isUnset(request.periodUnit)) {
|
|
18845
|
+
query["PeriodUnit"] = request.periodUnit;
|
|
18846
|
+
}
|
|
18816
18847
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
18817
18848
|
query["RegionId"] = request.regionId;
|
|
18818
18849
|
}
|
|
18819
18850
|
if (!tea_util_1.default.isUnset(request.solutionId)) {
|
|
18820
18851
|
query["SolutionId"] = request.solutionId;
|
|
18821
18852
|
}
|
|
18853
|
+
if (!tea_util_1.default.isUnset(request.userCount)) {
|
|
18854
|
+
query["UserCount"] = request.userCount;
|
|
18855
|
+
}
|
|
18822
18856
|
if (!tea_util_1.default.isUnset(request.userMaxSize)) {
|
|
18823
18857
|
query["UserMaxSize"] = request.userMaxSize;
|
|
18824
18858
|
}
|
|
@@ -20635,7 +20669,7 @@ class Client extends openapi_client_1.default {
|
|
|
20635
20669
|
return await this.describeCensWithOptions(request, runtime);
|
|
20636
20670
|
}
|
|
20637
20671
|
/**
|
|
20638
|
-
*
|
|
20672
|
+
* You can audit the operation logs of regular users to improve security. The operation logs record events such as desktop startup, shutdown, and session disconnection.
|
|
20639
20673
|
*
|
|
20640
20674
|
* @param request DescribeClientEventsRequest
|
|
20641
20675
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20703,7 +20737,7 @@ class Client extends openapi_client_1.default {
|
|
|
20703
20737
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeClientEventsResponse({}));
|
|
20704
20738
|
}
|
|
20705
20739
|
/**
|
|
20706
|
-
*
|
|
20740
|
+
* You can audit the operation logs of regular users to improve security. The operation logs record events such as desktop startup, shutdown, and session disconnection.
|
|
20707
20741
|
*
|
|
20708
20742
|
* @param request DescribeClientEventsRequest
|
|
20709
20743
|
* @return DescribeClientEventsResponse
|
|
@@ -24294,9 +24328,10 @@ class Client extends openapi_client_1.default {
|
|
|
24294
24328
|
return await this.modifyCustomizedListHeadersWithOptions(request, runtime);
|
|
24295
24329
|
}
|
|
24296
24330
|
/**
|
|
24297
|
-
* * Before you call this operation, make sure that you are familiar with the billing methods of cloud desktops. For more information, see [Billing overview](~~188395~~).
|
|
24331
|
+
* * Before you call this operation, make sure that you are familiar with the billing methods of cloud desktops in Elastic Desktop Service (EDS). For more information, see [Billing overview](~~188395~~).
|
|
24298
24332
|
* * Before you call this operation, make sure that the cloud desktop that you want to manage is in the Running or Stopped state and no overdue payments of the cloud desktop are generated.
|
|
24299
24333
|
* * After the order payment is completed, the system starts to change the billing method of the cloud desktop. During the change, you cannot perform operations, such as starting or stopping the cloud desktop, and changing configurations of the cloud desktop.
|
|
24334
|
+
* * After you change the billing method of the cloud desktop from subscription to pay-as-you-go, you may get a refund. For more information, see [Change a subscription cloud desktop to a pay-as-you-go one](https://help.aliyun.com/document_detail/439964.html).
|
|
24300
24335
|
*
|
|
24301
24336
|
* @param request ModifyDesktopChargeTypeRequest
|
|
24302
24337
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24346,9 +24381,10 @@ class Client extends openapi_client_1.default {
|
|
|
24346
24381
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDesktopChargeTypeResponse({}));
|
|
24347
24382
|
}
|
|
24348
24383
|
/**
|
|
24349
|
-
* * Before you call this operation, make sure that you are familiar with the billing methods of cloud desktops. For more information, see [Billing overview](~~188395~~).
|
|
24384
|
+
* * Before you call this operation, make sure that you are familiar with the billing methods of cloud desktops in Elastic Desktop Service (EDS). For more information, see [Billing overview](~~188395~~).
|
|
24350
24385
|
* * Before you call this operation, make sure that the cloud desktop that you want to manage is in the Running or Stopped state and no overdue payments of the cloud desktop are generated.
|
|
24351
24386
|
* * After the order payment is completed, the system starts to change the billing method of the cloud desktop. During the change, you cannot perform operations, such as starting or stopping the cloud desktop, and changing configurations of the cloud desktop.
|
|
24387
|
+
* * After you change the billing method of the cloud desktop from subscription to pay-as-you-go, you may get a refund. For more information, see [Change a subscription cloud desktop to a pay-as-you-go one](https://help.aliyun.com/document_detail/439964.html).
|
|
24352
24388
|
*
|
|
24353
24389
|
* @param request ModifyDesktopChargeTypeRequest
|
|
24354
24390
|
* @return ModifyDesktopChargeTypeResponse
|
|
@@ -26021,7 +26057,7 @@ class Client extends openapi_client_1.default {
|
|
|
26021
26057
|
* Before you call this operation, make sure that the following operations are performed:
|
|
26022
26058
|
* * The data that you want to retain in the disk is backed up.
|
|
26023
26059
|
* **
|
|
26024
|
-
* **Note**The disk restoration operation is irreversible. After you restore data on a disk, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore a disk from a snapshot, make sure that you back up important data.
|
|
26060
|
+
* **Note** The disk restoration operation is irreversible. After you restore data on a disk, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore a disk from a snapshot, make sure that you back up important data.
|
|
26025
26061
|
* * The cloud desktop whose disk you want to restore is stopped.
|
|
26026
26062
|
*
|
|
26027
26063
|
* @param request ResetSnapshotRequest
|
|
@@ -26057,7 +26093,7 @@ class Client extends openapi_client_1.default {
|
|
|
26057
26093
|
* Before you call this operation, make sure that the following operations are performed:
|
|
26058
26094
|
* * The data that you want to retain in the disk is backed up.
|
|
26059
26095
|
* **
|
|
26060
|
-
* **Note**The disk restoration operation is irreversible. After you restore data on a disk, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore a disk from a snapshot, make sure that you back up important data.
|
|
26096
|
+
* **Note** The disk restoration operation is irreversible. After you restore data on a disk, the disk is restored to the status at the point in time when the snapshot was created. Data that is generated between the snapshot creation time and the current time is lost. Before you restore a disk from a snapshot, make sure that you back up important data.
|
|
26061
26097
|
* * The cloud desktop whose disk you want to restore is stopped.
|
|
26062
26098
|
*
|
|
26063
26099
|
* @param request ResetSnapshotRequest
|
|
@@ -26570,7 +26606,7 @@ class Client extends openapi_client_1.default {
|
|
|
26570
26606
|
return await this.stopDesktopsWithOptions(request, runtime);
|
|
26571
26607
|
}
|
|
26572
26608
|
/**
|
|
26573
|
-
*
|
|
26609
|
+
* When you stop a one-time execution of a command, the command continues to run on the cloud desktops where it has started to run, and will not run on the cloud desktops where it has not started to run.
|
|
26574
26610
|
*
|
|
26575
26611
|
* @param request StopInvocationRequest
|
|
26576
26612
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -26605,7 +26641,7 @@ class Client extends openapi_client_1.default {
|
|
|
26605
26641
|
return $tea.cast(await this.callApi(params, req, runtime), new StopInvocationResponse({}));
|
|
26606
26642
|
}
|
|
26607
26643
|
/**
|
|
26608
|
-
*
|
|
26644
|
+
* When you stop a one-time execution of a command, the command continues to run on the cloud desktops where it has started to run, and will not run on the cloud desktops where it has not started to run.
|
|
26609
26645
|
*
|
|
26610
26646
|
* @param request StopInvocationRequest
|
|
26611
26647
|
* @return StopInvocationResponse
|