@alicloud/ecd20200930 3.5.0 → 3.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 +111 -10
- package/dist/client.js +151 -14
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +175 -10
package/dist/client.d.ts
CHANGED
|
@@ -1477,6 +1477,7 @@ export declare class CreateCloudDriveServiceResponseBody extends $tea.Model {
|
|
|
1477
1477
|
cdsId?: string;
|
|
1478
1478
|
cdsName?: string;
|
|
1479
1479
|
cenId?: string;
|
|
1480
|
+
conflictCdsAndOrder?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrder;
|
|
1480
1481
|
domainName?: string;
|
|
1481
1482
|
errorCode?: string;
|
|
1482
1483
|
maxSize?: string;
|
|
@@ -1702,6 +1703,7 @@ export declare class CreateDesktopsRequest extends $tea.Model {
|
|
|
1702
1703
|
endUserId?: string[];
|
|
1703
1704
|
groupId?: string;
|
|
1704
1705
|
hostname?: string;
|
|
1706
|
+
monthDesktopSetting?: CreateDesktopsRequestMonthDesktopSetting;
|
|
1705
1707
|
officeSiteId?: string;
|
|
1706
1708
|
period?: number;
|
|
1707
1709
|
periodUnit?: string;
|
|
@@ -8495,6 +8497,7 @@ export declare class RenewDesktopsRequest extends $tea.Model {
|
|
|
8495
8497
|
periodUnit?: string;
|
|
8496
8498
|
promotionId?: string;
|
|
8497
8499
|
regionId?: string;
|
|
8500
|
+
resourceType?: string;
|
|
8498
8501
|
static names(): {
|
|
8499
8502
|
[key: string]: string;
|
|
8500
8503
|
};
|
|
@@ -9765,6 +9768,46 @@ export declare class CreateCdsFileResponseBodyFileModel extends $tea.Model {
|
|
|
9765
9768
|
[key: string]: any;
|
|
9766
9769
|
});
|
|
9767
9770
|
}
|
|
9771
|
+
export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictCds extends $tea.Model {
|
|
9772
|
+
cdsId?: string;
|
|
9773
|
+
regionId?: string;
|
|
9774
|
+
static names(): {
|
|
9775
|
+
[key: string]: string;
|
|
9776
|
+
};
|
|
9777
|
+
static types(): {
|
|
9778
|
+
[key: string]: any;
|
|
9779
|
+
};
|
|
9780
|
+
constructor(map?: {
|
|
9781
|
+
[key: string]: any;
|
|
9782
|
+
});
|
|
9783
|
+
}
|
|
9784
|
+
export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictOrder extends $tea.Model {
|
|
9785
|
+
cdsId?: string;
|
|
9786
|
+
orderId?: string;
|
|
9787
|
+
regionId?: string;
|
|
9788
|
+
static names(): {
|
|
9789
|
+
[key: string]: string;
|
|
9790
|
+
};
|
|
9791
|
+
static types(): {
|
|
9792
|
+
[key: string]: any;
|
|
9793
|
+
};
|
|
9794
|
+
constructor(map?: {
|
|
9795
|
+
[key: string]: any;
|
|
9796
|
+
});
|
|
9797
|
+
}
|
|
9798
|
+
export declare class CreateCloudDriveServiceResponseBodyConflictCdsAndOrder extends $tea.Model {
|
|
9799
|
+
conflictCds?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictCds[];
|
|
9800
|
+
conflictOrder?: CreateCloudDriveServiceResponseBodyConflictCdsAndOrderConflictOrder[];
|
|
9801
|
+
static names(): {
|
|
9802
|
+
[key: string]: string;
|
|
9803
|
+
};
|
|
9804
|
+
static types(): {
|
|
9805
|
+
[key: string]: any;
|
|
9806
|
+
};
|
|
9807
|
+
constructor(map?: {
|
|
9808
|
+
[key: string]: any;
|
|
9809
|
+
});
|
|
9810
|
+
}
|
|
9768
9811
|
export declare class CreateDesktopOversoldGroupResponseBodyData extends $tea.Model {
|
|
9769
9812
|
orderId?: number;
|
|
9770
9813
|
oversoldGroupId?: string;
|
|
@@ -9814,6 +9857,20 @@ export declare class CreateDesktopsRequestDesktopTimers extends $tea.Model {
|
|
|
9814
9857
|
[key: string]: any;
|
|
9815
9858
|
});
|
|
9816
9859
|
}
|
|
9860
|
+
export declare class CreateDesktopsRequestMonthDesktopSetting extends $tea.Model {
|
|
9861
|
+
buyerId?: number;
|
|
9862
|
+
desktopId?: string;
|
|
9863
|
+
useDuration?: number;
|
|
9864
|
+
static names(): {
|
|
9865
|
+
[key: string]: string;
|
|
9866
|
+
};
|
|
9867
|
+
static types(): {
|
|
9868
|
+
[key: string]: any;
|
|
9869
|
+
};
|
|
9870
|
+
constructor(map?: {
|
|
9871
|
+
[key: string]: any;
|
|
9872
|
+
});
|
|
9873
|
+
}
|
|
9817
9874
|
export declare class CreateDesktopsRequestTag extends $tea.Model {
|
|
9818
9875
|
key?: string;
|
|
9819
9876
|
value?: string;
|
|
@@ -10298,7 +10355,9 @@ export declare class DescribeDesktopOversoldGroupResponseBodyData extends $tea.M
|
|
|
10298
10355
|
desktopType?: string;
|
|
10299
10356
|
directoryId?: string;
|
|
10300
10357
|
expireTime?: string;
|
|
10358
|
+
idleDisconnectDuration?: string;
|
|
10301
10359
|
imageId?: string;
|
|
10360
|
+
keepDuration?: string;
|
|
10302
10361
|
name?: string;
|
|
10303
10362
|
oversoldGroupId?: string;
|
|
10304
10363
|
oversoldUserCount?: number;
|
|
@@ -11022,6 +11081,8 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSitesLogs extends $tea
|
|
|
11022
11081
|
export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Model {
|
|
11023
11082
|
ADConnectors?: DescribeOfficeSitesResponseBodyOfficeSitesADConnectors[];
|
|
11024
11083
|
adHostname?: string;
|
|
11084
|
+
backupDCHostname?: string;
|
|
11085
|
+
backupDns?: string;
|
|
11025
11086
|
bandwidth?: number;
|
|
11026
11087
|
cenAttachStatus?: string;
|
|
11027
11088
|
cenId?: string;
|
|
@@ -11040,6 +11101,7 @@ export declare class DescribeOfficeSitesResponseBodyOfficeSites extends $tea.Mod
|
|
|
11040
11101
|
enableAdminAccess?: boolean;
|
|
11041
11102
|
enableCrossDesktopAccess?: boolean;
|
|
11042
11103
|
enableInternetAccess?: boolean;
|
|
11104
|
+
enableServiceRoute?: boolean;
|
|
11043
11105
|
fileSystemIds?: string[];
|
|
11044
11106
|
logs?: DescribeOfficeSitesResponseBodyOfficeSitesLogs[];
|
|
11045
11107
|
mfaEnabled?: boolean;
|
|
@@ -12331,7 +12393,20 @@ export default class Client extends OpenApi {
|
|
|
12331
12393
|
applyCoordinatePrivilege(request: ApplyCoordinatePrivilegeRequest): Promise<ApplyCoordinatePrivilegeResponse>;
|
|
12332
12394
|
applyCoordinationForMonitoringWithOptions(request: ApplyCoordinationForMonitoringRequest, runtime: $Util.RuntimeOptions): Promise<ApplyCoordinationForMonitoringResponse>;
|
|
12333
12395
|
applyCoordinationForMonitoring(request: ApplyCoordinationForMonitoringRequest): Promise<ApplyCoordinationForMonitoringResponse>;
|
|
12396
|
+
/**
|
|
12397
|
+
* The cloud computers for which you want to allow image updates must be in the Running state.
|
|
12398
|
+
*
|
|
12399
|
+
* @param request ApproveFotaUpdateRequest
|
|
12400
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
12401
|
+
* @return ApproveFotaUpdateResponse
|
|
12402
|
+
*/
|
|
12334
12403
|
approveFotaUpdateWithOptions(request: ApproveFotaUpdateRequest, runtime: $Util.RuntimeOptions): Promise<ApproveFotaUpdateResponse>;
|
|
12404
|
+
/**
|
|
12405
|
+
* The cloud computers for which you want to allow image updates must be in the Running state.
|
|
12406
|
+
*
|
|
12407
|
+
* @param request ApproveFotaUpdateRequest
|
|
12408
|
+
* @return ApproveFotaUpdateResponse
|
|
12409
|
+
*/
|
|
12335
12410
|
approveFotaUpdate(request: ApproveFotaUpdateRequest): Promise<ApproveFotaUpdateResponse>;
|
|
12336
12411
|
associateNetworkPackageWithOptions(request: AssociateNetworkPackageRequest, runtime: $Util.RuntimeOptions): Promise<AssociateNetworkPackageResponse>;
|
|
12337
12412
|
associateNetworkPackage(request: AssociateNetworkPackageRequest): Promise<AssociateNetworkPackageResponse>;
|
|
@@ -12379,7 +12454,7 @@ export default class Client extends OpenApi {
|
|
|
12379
12454
|
copyImageWithOptions(request: CopyImageRequest, runtime: $Util.RuntimeOptions): Promise<CopyImageResponse>;
|
|
12380
12455
|
copyImage(request: CopyImageRequest): Promise<CopyImageResponse>;
|
|
12381
12456
|
/**
|
|
12382
|
-
* AD
|
|
12457
|
+
* An AD directory is used to connect to an enterprise\\"s existing Active Directory and is suitable for large-scale cloud computer deployment. You are charged directory fees when you connect your AD to cloud computers. For more information, see [Billing overview](~~188395~~).
|
|
12383
12458
|
*
|
|
12384
12459
|
* @param request CreateADConnectorDirectoryRequest
|
|
12385
12460
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12387,7 +12462,7 @@ export default class Client extends OpenApi {
|
|
|
12387
12462
|
*/
|
|
12388
12463
|
createADConnectorDirectoryWithOptions(request: CreateADConnectorDirectoryRequest, runtime: $Util.RuntimeOptions): Promise<CreateADConnectorDirectoryResponse>;
|
|
12389
12464
|
/**
|
|
12390
|
-
* AD
|
|
12465
|
+
* An AD directory is used to connect to an enterprise\\"s existing Active Directory and is suitable for large-scale cloud computer deployment. You are charged directory fees when you connect your AD to cloud computers. For more information, see [Billing overview](~~188395~~).
|
|
12391
12466
|
*
|
|
12392
12467
|
* @param request CreateADConnectorDirectoryRequest
|
|
12393
12468
|
* @return CreateADConnectorDirectoryResponse
|
|
@@ -12545,9 +12620,9 @@ export default class Client extends OpenApi {
|
|
|
12545
12620
|
*/
|
|
12546
12621
|
createPolicyGroup(request: CreatePolicyGroupRequest): Promise<CreatePolicyGroupResponse>;
|
|
12547
12622
|
/**
|
|
12548
|
-
* Before you create a RAM directory,
|
|
12549
|
-
* *
|
|
12550
|
-
* *
|
|
12623
|
+
* Before you create a RAM directory, complete the following preparations:
|
|
12624
|
+
* * Call the `CreateVpc` operation to create a virtual private cloud (VPC) in a region supported by WUYING Workspace.
|
|
12625
|
+
* * Call the `CreateVSwitch` operation to create a vSwitch in the VPC. The vSwitch is in a zone that is supported by WUYING Workspace. You can call the [DescribeZones](~~196648~~) operation to obtain the most recent zone list for a region supported by WUYING Workspace.
|
|
12551
12626
|
*
|
|
12552
12627
|
* @param request CreateRAMDirectoryRequest
|
|
12553
12628
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12555,9 +12630,9 @@ export default class Client extends OpenApi {
|
|
|
12555
12630
|
*/
|
|
12556
12631
|
createRAMDirectoryWithOptions(request: CreateRAMDirectoryRequest, runtime: $Util.RuntimeOptions): Promise<CreateRAMDirectoryResponse>;
|
|
12557
12632
|
/**
|
|
12558
|
-
* Before you create a RAM directory,
|
|
12559
|
-
* *
|
|
12560
|
-
* *
|
|
12633
|
+
* Before you create a RAM directory, complete the following preparations:
|
|
12634
|
+
* * Call the `CreateVpc` operation to create a virtual private cloud (VPC) in a region supported by WUYING Workspace.
|
|
12635
|
+
* * Call the `CreateVSwitch` operation to create a vSwitch in the VPC. The vSwitch is in a zone that is supported by WUYING Workspace. You can call the [DescribeZones](~~196648~~) operation to obtain the most recent zone list for a region supported by WUYING Workspace.
|
|
12561
12636
|
*
|
|
12562
12637
|
* @param request CreateRAMDirectoryRequest
|
|
12563
12638
|
* @return CreateRAMDirectoryResponse
|
|
@@ -12627,7 +12702,7 @@ export default class Client extends OpenApi {
|
|
|
12627
12702
|
*/
|
|
12628
12703
|
deleteDevices(request: DeleteDevicesRequest): Promise<DeleteDevicesResponse>;
|
|
12629
12704
|
/**
|
|
12630
|
-
* You cannot delete
|
|
12705
|
+
* You cannot delete a directory that has a cloud computer or is used by a cloud computer.
|
|
12631
12706
|
*
|
|
12632
12707
|
* @param request DeleteDirectoriesRequest
|
|
12633
12708
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12635,7 +12710,7 @@ export default class Client extends OpenApi {
|
|
|
12635
12710
|
*/
|
|
12636
12711
|
deleteDirectoriesWithOptions(request: DeleteDirectoriesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDirectoriesResponse>;
|
|
12637
12712
|
/**
|
|
12638
|
-
* You cannot delete
|
|
12713
|
+
* You cannot delete a directory that has a cloud computer or is used by a cloud computer.
|
|
12639
12714
|
*
|
|
12640
12715
|
* @param request DeleteDirectoriesRequest
|
|
12641
12716
|
* @return DeleteDirectoriesResponse
|
|
@@ -13136,7 +13211,20 @@ export default class Client extends OpenApi {
|
|
|
13136
13211
|
migrateDesktops(request: MigrateDesktopsRequest): Promise<MigrateDesktopsResponse>;
|
|
13137
13212
|
migrateImageProtocolWithOptions(request: MigrateImageProtocolRequest, runtime: $Util.RuntimeOptions): Promise<MigrateImageProtocolResponse>;
|
|
13138
13213
|
migrateImageProtocol(request: MigrateImageProtocolRequest): Promise<MigrateImageProtocolResponse>;
|
|
13214
|
+
/**
|
|
13215
|
+
* You can modify the following domain name- and Domain Name System (DNS)-related parameters only for Active Directory (AD) directories that are in the ERROR or REGISTERING state: `DomainName`, `SubDomainName`, `DnsAddress.N`, and `SubDomainDnsAddress`.
|
|
13216
|
+
*
|
|
13217
|
+
* @param request ModifyADConnectorDirectoryRequest
|
|
13218
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13219
|
+
* @return ModifyADConnectorDirectoryResponse
|
|
13220
|
+
*/
|
|
13139
13221
|
modifyADConnectorDirectoryWithOptions(request: ModifyADConnectorDirectoryRequest, runtime: $Util.RuntimeOptions): Promise<ModifyADConnectorDirectoryResponse>;
|
|
13222
|
+
/**
|
|
13223
|
+
* You can modify the following domain name- and Domain Name System (DNS)-related parameters only for Active Directory (AD) directories that are in the ERROR or REGISTERING state: `DomainName`, `SubDomainName`, `DnsAddress.N`, and `SubDomainDnsAddress`.
|
|
13224
|
+
*
|
|
13225
|
+
* @param request ModifyADConnectorDirectoryRequest
|
|
13226
|
+
* @return ModifyADConnectorDirectoryResponse
|
|
13227
|
+
*/
|
|
13140
13228
|
modifyADConnectorDirectory(request: ModifyADConnectorDirectoryRequest): Promise<ModifyADConnectorDirectoryResponse>;
|
|
13141
13229
|
/**
|
|
13142
13230
|
* You can modify parameters of domain names and Domain Name System (DNS) for enterprise AD office networks that are in the `ERROR` or `REGISTERED` state. The parameters include `DomainName`, `SubDomainName`, `DnsAddress.N`, and `SubDomainDnsAddress.N`.
|
|
@@ -13710,7 +13798,20 @@ export default class Client extends OpenApi {
|
|
|
13710
13798
|
unlockVirtualMFADevice(request: UnlockVirtualMFADeviceRequest): Promise<UnlockVirtualMFADeviceResponse>;
|
|
13711
13799
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
13712
13800
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
13801
|
+
/**
|
|
13802
|
+
* You can call this operation to manage each image update task. This operation is valid only when the auto-update switch in the image update module for global image updates is turned off. If the auto-update switch is turned on, the switches for each image update task are always turned on. If you want to turn on or off the auto-update switch, go to the WUYING Workspace console and choose **Operations > Image Updates** in the left-side navigation pane.
|
|
13803
|
+
*
|
|
13804
|
+
* @param request UpdateFotaTaskRequest
|
|
13805
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
13806
|
+
* @return UpdateFotaTaskResponse
|
|
13807
|
+
*/
|
|
13713
13808
|
updateFotaTaskWithOptions(request: UpdateFotaTaskRequest, runtime: $Util.RuntimeOptions): Promise<UpdateFotaTaskResponse>;
|
|
13809
|
+
/**
|
|
13810
|
+
* You can call this operation to manage each image update task. This operation is valid only when the auto-update switch in the image update module for global image updates is turned off. If the auto-update switch is turned on, the switches for each image update task are always turned on. If you want to turn on or off the auto-update switch, go to the WUYING Workspace console and choose **Operations > Image Updates** in the left-side navigation pane.
|
|
13811
|
+
*
|
|
13812
|
+
* @param request UpdateFotaTaskRequest
|
|
13813
|
+
* @return UpdateFotaTaskResponse
|
|
13814
|
+
*/
|
|
13714
13815
|
updateFotaTask(request: UpdateFotaTaskRequest): Promise<UpdateFotaTaskResponse>;
|
|
13715
13816
|
/**
|
|
13716
13817
|
* > You can upload only Windows images.
|