@alicloud/ecd20200930 4.14.0 → 4.15.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 +107 -44
- package/dist/client.js +209 -44
- package/dist/client.js.map +1 -1
- package/dist/models/AddFilePermissionRequest.d.ts +25 -38
- package/dist/models/AddFilePermissionRequest.js.map +1 -1
- package/dist/models/AddFilePermissionShrinkRequest.d.ts +6 -6
- package/dist/models/CompleteCdsFileRequest.d.ts +12 -5
- package/dist/models/CompleteCdsFileRequest.js.map +1 -1
- package/dist/models/CreateCdsFileRequest.d.ts +0 -2
- package/dist/models/CreateCdsFileRequest.js.map +1 -1
- package/dist/models/CreateDriveRequest.d.ts +44 -0
- package/dist/models/CreateDriveRequest.js.map +1 -1
- package/dist/models/CreateDriveResponseBody.d.ts +82 -1
- package/dist/models/CreateDriveResponseBody.js.map +1 -1
- package/dist/models/CreateEcdReportTaskRequest.d.ts +62 -0
- package/dist/models/CreateEcdReportTaskRequest.js.map +1 -1
- package/dist/models/CreateEcdReportTaskResponseBody.d.ts +15 -0
- package/dist/models/CreateEcdReportTaskResponseBody.js.map +1 -1
- package/dist/models/CreateTemplateRequest.d.ts +12 -0
- package/dist/models/CreateTemplateRequest.js.map +1 -1
- package/dist/models/DeleteCdsFileRequest.d.ts +8 -5
- package/dist/models/DeleteCdsFileRequest.js.map +1 -1
- package/dist/models/DeleteCdsFileResponseBody.d.ts +5 -31
- package/dist/models/DeleteCdsFileResponseBody.js.map +1 -1
- package/dist/models/DeleteDriveRequest.d.ts +6 -0
- package/dist/models/DeleteDriveRequest.js.map +1 -1
- package/dist/models/DeleteDriveResponseBody.d.ts +15 -0
- package/dist/models/DeleteDriveResponseBody.js.map +1 -1
- package/dist/models/DescribeAutoSnapshotPolicyRequest.d.ts +3 -3
- package/dist/models/DescribeCenterPolicyListResponseBody.d.ts +2 -2
- package/dist/models/DescribeCloudDiskGroupDrivesRequest.d.ts +40 -0
- package/dist/models/DescribeCloudDiskGroupDrivesRequest.js +66 -0
- package/dist/models/DescribeCloudDiskGroupDrivesRequest.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponse.d.ts +19 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponse.js +69 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponse.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponseBody.d.ts +87 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponseBody.js +104 -0
- package/dist/models/DescribeCloudDiskGroupDrivesResponseBody.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupsRequest.d.ts +36 -0
- package/dist/models/DescribeCloudDiskGroupsRequest.js +69 -0
- package/dist/models/DescribeCloudDiskGroupsRequest.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupsResponse.d.ts +19 -0
- package/dist/models/DescribeCloudDiskGroupsResponse.js +69 -0
- package/dist/models/DescribeCloudDiskGroupsResponse.js.map +1 -0
- package/dist/models/DescribeCloudDiskGroupsResponseBody.d.ts +87 -0
- package/dist/models/DescribeCloudDiskGroupsResponseBody.js +104 -0
- package/dist/models/DescribeCloudDiskGroupsResponseBody.js.map +1 -0
- package/dist/models/DescribeDesktopGroupSessionsRequest.d.ts +17 -3
- package/dist/models/DescribeDesktopGroupSessionsRequest.js.map +1 -1
- package/dist/models/DescribeDesktopGroupSessionsResponseBody.d.ts +43 -14
- package/dist/models/DescribeDesktopGroupSessionsResponseBody.js.map +1 -1
- package/dist/models/DescribeDrivesRequest.d.ts +27 -0
- package/dist/models/DescribeDrivesRequest.js.map +1 -1
- package/dist/models/DescribeDrivesResponseBody.d.ts +116 -0
- package/dist/models/DescribeDrivesResponseBody.js.map +1 -1
- package/dist/models/DescribeEcdReportTasksRequest.d.ts +35 -0
- package/dist/models/DescribeEcdReportTasksRequest.js.map +1 -1
- package/dist/models/DescribeEcdReportTasksResponseBody.d.ts +52 -0
- package/dist/models/DescribeEcdReportTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeGlobalDesktopRecordsRequest.d.ts +64 -0
- package/dist/models/DescribeGlobalDesktopRecordsRequest.js.map +1 -1
- package/dist/models/DescribeGlobalDesktopRecordsResponseBody.d.ts +110 -0
- package/dist/models/DescribeGlobalDesktopRecordsResponseBody.js.map +1 -1
- package/dist/models/DescribeKmsKeysRequest.d.ts +1 -1
- package/dist/models/DescribeKmsKeysResponseBody.d.ts +11 -1
- package/dist/models/DescribeKmsKeysResponseBody.js.map +1 -1
- package/dist/models/DescribePolicyGroupsResponseBody.d.ts +29 -1
- package/dist/models/DescribePolicyGroupsResponseBody.js.map +1 -1
- package/dist/models/DescribeSnapshotsRequest.d.ts +4 -0
- package/dist/models/DescribeSnapshotsRequest.js.map +1 -1
- package/dist/models/DescribeSnapshotsResponseBody.d.ts +8 -0
- package/dist/models/DescribeSnapshotsResponseBody.js.map +1 -1
- package/dist/models/DescribeTemplatesResponseBody.d.ts +12 -0
- package/dist/models/DescribeTemplatesResponseBody.js.map +1 -1
- package/dist/models/DescribeTimerGroupResponseBody.d.ts +2 -2
- package/dist/models/ListCdsFilesRequest.d.ts +22 -123
- package/dist/models/ListCdsFilesRequest.js.map +1 -1
- package/dist/models/ListCdsFilesResponseBody.d.ts +21 -29
- package/dist/models/ListCdsFilesResponseBody.js.map +1 -1
- package/dist/models/ListCdsFilesShrinkRequest.d.ts +22 -123
- package/dist/models/ListCdsFilesShrinkRequest.js.map +1 -1
- package/dist/models/ListFilePermissionRequest.d.ts +8 -5
- package/dist/models/ListFilePermissionRequest.js.map +1 -1
- package/dist/models/ListInstalledAppsRequest.d.ts +31 -0
- package/dist/models/ListInstalledAppsRequest.js +62 -0
- package/dist/models/ListInstalledAppsRequest.js.map +1 -0
- package/dist/models/ListInstalledAppsResponse.d.ts +19 -0
- package/dist/models/ListInstalledAppsResponse.js +69 -0
- package/dist/models/ListInstalledAppsResponse.js.map +1 -0
- package/dist/models/ListInstalledAppsResponseBody.d.ts +46 -0
- package/dist/models/ListInstalledAppsResponseBody.js +86 -0
- package/dist/models/ListInstalledAppsResponseBody.js.map +1 -0
- package/dist/models/ListTransferFilesRequest.d.ts +13 -0
- package/dist/models/ListTransferFilesRequest.js.map +1 -1
- package/dist/models/ListTransferFilesResponseBody.d.ts +63 -0
- package/dist/models/ListTransferFilesResponseBody.js.map +1 -1
- package/dist/models/ModifyCdsFileRequest.d.ts +11 -42
- package/dist/models/ModifyCdsFileRequest.js.map +1 -1
- package/dist/models/ModifyCdsFileResponseBody.d.ts +6 -19
- package/dist/models/ModifyCdsFileResponseBody.js.map +1 -1
- package/dist/models/ModifyNetworkPackageBandwidthRequest.d.ts +4 -4
- package/dist/models/ModifyOfficeSiteDnsInfoRequest.d.ts +8 -0
- package/dist/models/ModifyOfficeSiteDnsInfoRequest.js.map +1 -1
- package/dist/models/ModifyOfficeSiteDnsInfoResponseBody.d.ts +3 -0
- package/dist/models/ModifyOfficeSiteDnsInfoResponseBody.js.map +1 -1
- package/dist/models/ModifyTemplateRequest.d.ts +17 -0
- package/dist/models/ModifyTemplateRequest.js.map +1 -1
- package/dist/models/ModifyTimerGroupRequest.d.ts +6 -6
- package/dist/models/RemoveFilePermissionRequest.d.ts +25 -185
- package/dist/models/RemoveFilePermissionRequest.js.map +1 -1
- package/dist/models/RemoveFilePermissionShrinkRequest.d.ts +9 -6
- package/dist/models/RemoveFilePermissionShrinkRequest.js.map +1 -1
- package/dist/models/SetDesktopMaintenanceRequest.d.ts +11 -0
- package/dist/models/SetDesktopMaintenanceRequest.js.map +1 -1
- package/dist/models/SetDesktopMaintenanceResponseBody.d.ts +3 -0
- package/dist/models/SetDesktopMaintenanceResponseBody.js.map +1 -1
- package/dist/models/StartDesktopsRequest.d.ts +1 -1
- package/dist/models/StopDesktopsRequest.d.ts +8 -1
- package/dist/models/StopDesktopsRequest.js.map +1 -1
- package/dist/models/TransferTaskApprovalCallbackRequest.d.ts +17 -0
- package/dist/models/TransferTaskApprovalCallbackRequest.js.map +1 -1
- package/dist/models/TransferTaskApprovalCallbackResponseBody.d.ts +3 -0
- package/dist/models/TransferTaskApprovalCallbackResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +12 -0
- package/dist/models/model.js +45 -21
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +228 -44
- package/src/models/AddFilePermissionRequest.ts +25 -38
- package/src/models/AddFilePermissionShrinkRequest.ts +6 -6
- package/src/models/CompleteCdsFileRequest.ts +12 -5
- package/src/models/CreateCdsFileRequest.ts +0 -2
- package/src/models/CreateDriveRequest.ts +44 -0
- package/src/models/CreateDriveResponseBody.ts +82 -1
- package/src/models/CreateEcdReportTaskRequest.ts +62 -0
- package/src/models/CreateEcdReportTaskResponseBody.ts +15 -0
- package/src/models/CreateTemplateRequest.ts +12 -0
- package/src/models/DeleteCdsFileRequest.ts +8 -5
- package/src/models/DeleteCdsFileResponseBody.ts +5 -31
- package/src/models/DeleteDriveRequest.ts +6 -0
- package/src/models/DeleteDriveResponseBody.ts +15 -0
- package/src/models/DescribeAutoSnapshotPolicyRequest.ts +3 -3
- package/src/models/DescribeCenterPolicyListResponseBody.ts +2 -2
- package/src/models/DescribeCloudDiskGroupDrivesRequest.ts +61 -0
- package/src/models/DescribeCloudDiskGroupDrivesResponse.ts +40 -0
- package/src/models/DescribeCloudDiskGroupDrivesResponseBody.ts +137 -0
- package/src/models/DescribeCloudDiskGroupsRequest.ts +60 -0
- package/src/models/DescribeCloudDiskGroupsResponse.ts +40 -0
- package/src/models/DescribeCloudDiskGroupsResponseBody.ts +137 -0
- package/src/models/DescribeDesktopGroupSessionsRequest.ts +17 -3
- package/src/models/DescribeDesktopGroupSessionsResponseBody.ts +43 -14
- package/src/models/DescribeDrivesRequest.ts +27 -0
- package/src/models/DescribeDrivesResponseBody.ts +116 -0
- package/src/models/DescribeEcdReportTasksRequest.ts +35 -0
- package/src/models/DescribeEcdReportTasksResponseBody.ts +52 -0
- package/src/models/DescribeGlobalDesktopRecordsRequest.ts +64 -0
- package/src/models/DescribeGlobalDesktopRecordsResponseBody.ts +110 -0
- package/src/models/DescribeKmsKeysRequest.ts +1 -1
- package/src/models/DescribeKmsKeysResponseBody.ts +11 -1
- package/src/models/DescribePolicyGroupsResponseBody.ts +29 -1
- package/src/models/DescribeSnapshotsRequest.ts +4 -0
- package/src/models/DescribeSnapshotsResponseBody.ts +8 -0
- package/src/models/DescribeTemplatesResponseBody.ts +12 -0
- package/src/models/DescribeTimerGroupResponseBody.ts +2 -2
- package/src/models/ListCdsFilesRequest.ts +22 -123
- package/src/models/ListCdsFilesResponseBody.ts +21 -29
- package/src/models/ListCdsFilesShrinkRequest.ts +22 -123
- package/src/models/ListFilePermissionRequest.ts +8 -5
- package/src/models/ListInstalledAppsRequest.ts +48 -0
- package/src/models/ListInstalledAppsResponse.ts +40 -0
- package/src/models/ListInstalledAppsResponseBody.ts +78 -0
- package/src/models/ListTransferFilesRequest.ts +13 -0
- package/src/models/ListTransferFilesResponseBody.ts +63 -0
- package/src/models/ModifyCdsFileRequest.ts +11 -42
- package/src/models/ModifyCdsFileResponseBody.ts +6 -19
- package/src/models/ModifyNetworkPackageBandwidthRequest.ts +4 -4
- package/src/models/ModifyOfficeSiteDnsInfoRequest.ts +8 -0
- package/src/models/ModifyOfficeSiteDnsInfoResponseBody.ts +3 -0
- package/src/models/ModifyTemplateRequest.ts +17 -0
- package/src/models/ModifyTimerGroupRequest.ts +6 -6
- package/src/models/RemoveFilePermissionRequest.ts +25 -185
- package/src/models/RemoveFilePermissionShrinkRequest.ts +9 -6
- package/src/models/SetDesktopMaintenanceRequest.ts +11 -0
- package/src/models/SetDesktopMaintenanceResponseBody.ts +3 -0
- package/src/models/StartDesktopsRequest.ts +1 -1
- package/src/models/StopDesktopsRequest.ts +8 -1
- package/src/models/TransferTaskApprovalCallbackRequest.ts +17 -0
- package/src/models/TransferTaskApprovalCallbackResponseBody.ts +3 -0
- package/src/models/model.ts +12 -0
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DeleteCdsFileRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID of the
|
|
8
|
+
* The ID of the enterprise drive.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class DeleteCdsFileRequest extends $dara.Model {
|
|
|
15
15
|
cdsId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The ID of the
|
|
18
|
+
* The ID of the user who uses the network disk.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* user01
|
|
@@ -23,7 +23,7 @@ export class DeleteCdsFileRequest extends $dara.Model {
|
|
|
23
23
|
endUserId?: string;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
* The ID
|
|
26
|
+
* The file ID. You can call the [ListCdsFiles](https://help.aliyun.com/document_detail/2247622.html) operation to query the ID of the file.
|
|
27
27
|
*
|
|
28
28
|
* This parameter is required.
|
|
29
29
|
*
|
|
@@ -33,12 +33,15 @@ export class DeleteCdsFileRequest extends $dara.Model {
|
|
|
33
33
|
fileId?: string;
|
|
34
34
|
/**
|
|
35
35
|
* @remarks
|
|
36
|
-
* The
|
|
36
|
+
* The ID of the team space.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* cg-i1ruuudp92qpj****
|
|
37
40
|
*/
|
|
38
41
|
groupId?: string;
|
|
39
42
|
/**
|
|
40
43
|
* @remarks
|
|
41
|
-
* The region
|
|
44
|
+
* 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.
|
|
42
45
|
*
|
|
43
46
|
* This parameter is required.
|
|
44
47
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DeleteCdsFileResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The execution result of the operation. If the request was successful, `success` is returned. If the request failed, an error message is returned.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* success
|
|
@@ -15,31 +15,18 @@ export class DeleteCdsFileResponseBody extends $dara.Model {
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* Indicates whether the data is returned.
|
|
17
17
|
*
|
|
18
|
-
* Valid
|
|
18
|
+
* Valid value:
|
|
19
19
|
*
|
|
20
20
|
* * true
|
|
21
|
-
*
|
|
22
|
-
* <!-- -->
|
|
23
|
-
*
|
|
24
|
-
* <!-- -->
|
|
25
|
-
*
|
|
26
|
-
* <!-- -->
|
|
27
|
-
*
|
|
28
21
|
* * false
|
|
29
22
|
*
|
|
30
|
-
* <!-- -->
|
|
31
|
-
*
|
|
32
|
-
* <!-- -->
|
|
33
|
-
*
|
|
34
|
-
* <!-- -->
|
|
35
|
-
*
|
|
36
23
|
* @example
|
|
37
24
|
* true
|
|
38
25
|
*/
|
|
39
26
|
data?: string;
|
|
40
27
|
/**
|
|
41
28
|
* @remarks
|
|
42
|
-
*
|
|
29
|
+
* Error message. This parameter is not returned if the value of Code is `success`.
|
|
43
30
|
*
|
|
44
31
|
* @example
|
|
45
32
|
* success
|
|
@@ -55,26 +42,13 @@ export class DeleteCdsFileResponseBody extends $dara.Model {
|
|
|
55
42
|
requestId?: string;
|
|
56
43
|
/**
|
|
57
44
|
* @remarks
|
|
58
|
-
* Indicates whether the
|
|
45
|
+
* Indicates whether the operation was successful.
|
|
59
46
|
*
|
|
60
|
-
* Valid
|
|
47
|
+
* Valid value:
|
|
61
48
|
*
|
|
62
49
|
* * true
|
|
63
|
-
*
|
|
64
|
-
* <!-- -->
|
|
65
|
-
*
|
|
66
|
-
* <!-- -->
|
|
67
|
-
*
|
|
68
|
-
* <!-- -->
|
|
69
|
-
*
|
|
70
50
|
* * false
|
|
71
51
|
*
|
|
72
|
-
* <!-- -->
|
|
73
|
-
*
|
|
74
|
-
* <!-- -->
|
|
75
|
-
*
|
|
76
|
-
* <!-- -->
|
|
77
|
-
*
|
|
78
52
|
* @example
|
|
79
53
|
* true
|
|
80
54
|
*/
|
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class DeleteDriveRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The ID of the user-level storage resource.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* dri-aaaa****
|
|
9
12
|
*/
|
|
10
13
|
driveId?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The region ID.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* cn-hangzhou
|
|
14
20
|
*/
|
|
@@ -4,26 +4,41 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class DeleteDriveResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The response code. The value 200 indicates that the request was successful.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* 200
|
|
9
12
|
*/
|
|
10
13
|
code?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Indicates whether the delete operation was successful.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* true
|
|
14
20
|
*/
|
|
15
21
|
data?: boolean;
|
|
16
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The returned message.
|
|
25
|
+
*
|
|
17
26
|
* @example
|
|
18
27
|
* successful
|
|
19
28
|
*/
|
|
20
29
|
message?: string;
|
|
21
30
|
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* The ID of the request.
|
|
33
|
+
*
|
|
22
34
|
* @example
|
|
23
35
|
* B7AA****
|
|
24
36
|
*/
|
|
25
37
|
requestId?: string;
|
|
26
38
|
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* Indicates whether the request is successful.
|
|
41
|
+
*
|
|
27
42
|
* @example
|
|
28
43
|
* true
|
|
29
44
|
*/
|
|
@@ -5,10 +5,10 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeAutoSnapshotPolicyRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The number of entries
|
|
8
|
+
* The number of entries per page.
|
|
9
9
|
*
|
|
10
|
-
* * Maximum value:
|
|
11
|
-
* * Default value:
|
|
10
|
+
* * Maximum value: 50.
|
|
11
|
+
* * Default value: 50.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* 10
|
|
@@ -827,7 +827,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
827
827
|
policyGroupId?: string;
|
|
828
828
|
/**
|
|
829
829
|
* @remarks
|
|
830
|
-
* The policy
|
|
830
|
+
* The type of the policy.
|
|
831
831
|
*
|
|
832
832
|
* @example
|
|
833
833
|
* SYSTEM
|
|
@@ -1506,7 +1506,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
|
|
|
1506
1506
|
export class DescribeCenterPolicyListResponseBody extends $dara.Model {
|
|
1507
1507
|
/**
|
|
1508
1508
|
* @remarks
|
|
1509
|
-
* The cloud computer policies.
|
|
1509
|
+
* The details about the cloud computer policies.
|
|
1510
1510
|
*/
|
|
1511
1511
|
describePolicyGroups?: DescribeCenterPolicyListResponseBodyDescribePolicyGroups[];
|
|
1512
1512
|
/**
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeCloudDiskGroupDrivesRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* cn-hangzhou+cds-6805637***
|
|
12
|
+
*/
|
|
13
|
+
cdsId?: string;
|
|
14
|
+
groupName?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @example
|
|
17
|
+
* 20
|
|
18
|
+
*/
|
|
19
|
+
maxResults?: number;
|
|
20
|
+
/**
|
|
21
|
+
* @example
|
|
22
|
+
* MTA0MjA=
|
|
23
|
+
*/
|
|
24
|
+
nextToken?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* This parameter is required.
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* cn-beijing
|
|
31
|
+
*/
|
|
32
|
+
regionId?: string;
|
|
33
|
+
static names(): { [key: string]: string } {
|
|
34
|
+
return {
|
|
35
|
+
cdsId: 'CdsId',
|
|
36
|
+
groupName: 'GroupName',
|
|
37
|
+
maxResults: 'MaxResults',
|
|
38
|
+
nextToken: 'NextToken',
|
|
39
|
+
regionId: 'RegionId',
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
static types(): { [key: string]: any } {
|
|
44
|
+
return {
|
|
45
|
+
cdsId: 'string',
|
|
46
|
+
groupName: 'string',
|
|
47
|
+
maxResults: 'number',
|
|
48
|
+
nextToken: 'string',
|
|
49
|
+
regionId: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
validate() {
|
|
54
|
+
super.validate();
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
constructor(map?: { [key: string]: any }) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeCloudDiskGroupDrivesResponseBody } from "./DescribeCloudDiskGroupDrivesResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeCloudDiskGroupDrivesResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeCloudDiskGroupDrivesResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeCloudDiskGroupDrivesResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeCloudDiskGroupDrivesResponseBodyCloudDriveGroups extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 2022-04-11T07:44:21Z
|
|
9
|
+
*/
|
|
10
|
+
createTime?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* cn-hangzhou+dir-959593****
|
|
14
|
+
*/
|
|
15
|
+
directoryId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 1234
|
|
19
|
+
*/
|
|
20
|
+
driveId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* cg-e70ga4ixp30ur****
|
|
24
|
+
*/
|
|
25
|
+
groupId?: string;
|
|
26
|
+
groupName?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @example
|
|
29
|
+
* org-aliyun-wy-org-id
|
|
30
|
+
*/
|
|
31
|
+
orgId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @example
|
|
34
|
+
* 1
|
|
35
|
+
*/
|
|
36
|
+
status?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @example
|
|
39
|
+
* 5368709120
|
|
40
|
+
*/
|
|
41
|
+
totalSize?: number;
|
|
42
|
+
/**
|
|
43
|
+
* @example
|
|
44
|
+
* 1024000000
|
|
45
|
+
*/
|
|
46
|
+
usedSize?: string;
|
|
47
|
+
static names(): { [key: string]: string } {
|
|
48
|
+
return {
|
|
49
|
+
createTime: 'CreateTime',
|
|
50
|
+
directoryId: 'DirectoryId',
|
|
51
|
+
driveId: 'DriveId',
|
|
52
|
+
groupId: 'GroupId',
|
|
53
|
+
groupName: 'GroupName',
|
|
54
|
+
orgId: 'OrgId',
|
|
55
|
+
status: 'Status',
|
|
56
|
+
totalSize: 'TotalSize',
|
|
57
|
+
usedSize: 'UsedSize',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
static types(): { [key: string]: any } {
|
|
62
|
+
return {
|
|
63
|
+
createTime: 'string',
|
|
64
|
+
directoryId: 'string',
|
|
65
|
+
driveId: 'string',
|
|
66
|
+
groupId: 'string',
|
|
67
|
+
groupName: 'string',
|
|
68
|
+
orgId: 'string',
|
|
69
|
+
status: 'string',
|
|
70
|
+
totalSize: 'number',
|
|
71
|
+
usedSize: 'string',
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
validate() {
|
|
76
|
+
super.validate();
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
constructor(map?: { [key: string]: any }) {
|
|
80
|
+
super(map);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export class DescribeCloudDiskGroupDrivesResponseBody extends $dara.Model {
|
|
85
|
+
cloudDriveGroups?: DescribeCloudDiskGroupDrivesResponseBodyCloudDriveGroups[];
|
|
86
|
+
/**
|
|
87
|
+
* @example
|
|
88
|
+
* 1
|
|
89
|
+
*/
|
|
90
|
+
count?: number;
|
|
91
|
+
/**
|
|
92
|
+
* @example
|
|
93
|
+
* MTA0MjA=
|
|
94
|
+
*/
|
|
95
|
+
nextToken?: string;
|
|
96
|
+
/**
|
|
97
|
+
* @example
|
|
98
|
+
* B9F9CBBE-8A9F-5FE5-8A72-0E81C2401A91
|
|
99
|
+
*/
|
|
100
|
+
requestId?: string;
|
|
101
|
+
/**
|
|
102
|
+
* @example
|
|
103
|
+
* True
|
|
104
|
+
*/
|
|
105
|
+
success?: boolean;
|
|
106
|
+
static names(): { [key: string]: string } {
|
|
107
|
+
return {
|
|
108
|
+
cloudDriveGroups: 'CloudDriveGroups',
|
|
109
|
+
count: 'Count',
|
|
110
|
+
nextToken: 'NextToken',
|
|
111
|
+
requestId: 'RequestId',
|
|
112
|
+
success: 'Success',
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
static types(): { [key: string]: any } {
|
|
117
|
+
return {
|
|
118
|
+
cloudDriveGroups: { 'type': 'array', 'itemType': DescribeCloudDiskGroupDrivesResponseBodyCloudDriveGroups },
|
|
119
|
+
count: 'number',
|
|
120
|
+
nextToken: 'string',
|
|
121
|
+
requestId: 'string',
|
|
122
|
+
success: 'boolean',
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
validate() {
|
|
127
|
+
if(Array.isArray(this.cloudDriveGroups)) {
|
|
128
|
+
$dara.Model.validateArray(this.cloudDriveGroups);
|
|
129
|
+
}
|
|
130
|
+
super.validate();
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
constructor(map?: { [key: string]: any }) {
|
|
134
|
+
super(map);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeCloudDiskGroupsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* cn-hangzhou+cds-0456357992
|
|
12
|
+
*/
|
|
13
|
+
cdsId?: string;
|
|
14
|
+
groupId?: string[];
|
|
15
|
+
groupName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* root
|
|
19
|
+
*/
|
|
20
|
+
parentOrgId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* This parameter is required.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* cn-hangzhou
|
|
27
|
+
*/
|
|
28
|
+
regionId?: string;
|
|
29
|
+
static names(): { [key: string]: string } {
|
|
30
|
+
return {
|
|
31
|
+
cdsId: 'CdsId',
|
|
32
|
+
groupId: 'GroupId',
|
|
33
|
+
groupName: 'GroupName',
|
|
34
|
+
parentOrgId: 'ParentOrgId',
|
|
35
|
+
regionId: 'RegionId',
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
static types(): { [key: string]: any } {
|
|
40
|
+
return {
|
|
41
|
+
cdsId: 'string',
|
|
42
|
+
groupId: { 'type': 'array', 'itemType': 'string' },
|
|
43
|
+
groupName: 'string',
|
|
44
|
+
parentOrgId: 'string',
|
|
45
|
+
regionId: 'string',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
validate() {
|
|
50
|
+
if(Array.isArray(this.groupId)) {
|
|
51
|
+
$dara.Model.validateArray(this.groupId);
|
|
52
|
+
}
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
constructor(map?: { [key: string]: any }) {
|
|
57
|
+
super(map);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeCloudDiskGroupsResponseBody } from "./DescribeCloudDiskGroupsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeCloudDiskGroupsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeCloudDiskGroupsResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeCloudDiskGroupsResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeCloudDiskGroupsResponseBodyCloudDriveGroups extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 2022-04-11T07:44:21Z
|
|
9
|
+
*/
|
|
10
|
+
createTime?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* cn-hangzhou+dir-959593****
|
|
14
|
+
*/
|
|
15
|
+
directoryId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 1234
|
|
19
|
+
*/
|
|
20
|
+
driveId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* cg-e70ga4ixp30ur****
|
|
24
|
+
*/
|
|
25
|
+
groupId?: string;
|
|
26
|
+
groupName?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @example
|
|
29
|
+
* org-aliyun-wy-org-id
|
|
30
|
+
*/
|
|
31
|
+
orgId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @example
|
|
34
|
+
* 1
|
|
35
|
+
*/
|
|
36
|
+
status?: string;
|
|
37
|
+
/**
|
|
38
|
+
* @example
|
|
39
|
+
* 5368709120
|
|
40
|
+
*/
|
|
41
|
+
totalSize?: number;
|
|
42
|
+
/**
|
|
43
|
+
* @example
|
|
44
|
+
* 1024000000
|
|
45
|
+
*/
|
|
46
|
+
usedSize?: string;
|
|
47
|
+
static names(): { [key: string]: string } {
|
|
48
|
+
return {
|
|
49
|
+
createTime: 'CreateTime',
|
|
50
|
+
directoryId: 'DirectoryId',
|
|
51
|
+
driveId: 'DriveId',
|
|
52
|
+
groupId: 'GroupId',
|
|
53
|
+
groupName: 'GroupName',
|
|
54
|
+
orgId: 'OrgId',
|
|
55
|
+
status: 'Status',
|
|
56
|
+
totalSize: 'TotalSize',
|
|
57
|
+
usedSize: 'UsedSize',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
static types(): { [key: string]: any } {
|
|
62
|
+
return {
|
|
63
|
+
createTime: 'string',
|
|
64
|
+
directoryId: 'string',
|
|
65
|
+
driveId: 'string',
|
|
66
|
+
groupId: 'string',
|
|
67
|
+
groupName: 'string',
|
|
68
|
+
orgId: 'string',
|
|
69
|
+
status: 'string',
|
|
70
|
+
totalSize: 'number',
|
|
71
|
+
usedSize: 'string',
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
validate() {
|
|
76
|
+
super.validate();
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
constructor(map?: { [key: string]: any }) {
|
|
80
|
+
super(map);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export class DescribeCloudDiskGroupsResponseBody extends $dara.Model {
|
|
85
|
+
cloudDriveGroups?: DescribeCloudDiskGroupsResponseBodyCloudDriveGroups[];
|
|
86
|
+
/**
|
|
87
|
+
* @example
|
|
88
|
+
* 1
|
|
89
|
+
*/
|
|
90
|
+
count?: number;
|
|
91
|
+
/**
|
|
92
|
+
* @example
|
|
93
|
+
* caeba0bbb2be03f84eb48b699f0a4883
|
|
94
|
+
*/
|
|
95
|
+
nextToken?: string;
|
|
96
|
+
/**
|
|
97
|
+
* @example
|
|
98
|
+
* D648DBF7-9476-53D6-98AB-674836021DFB
|
|
99
|
+
*/
|
|
100
|
+
requestId?: string;
|
|
101
|
+
/**
|
|
102
|
+
* @example
|
|
103
|
+
* True
|
|
104
|
+
*/
|
|
105
|
+
success?: boolean;
|
|
106
|
+
static names(): { [key: string]: string } {
|
|
107
|
+
return {
|
|
108
|
+
cloudDriveGroups: 'CloudDriveGroups',
|
|
109
|
+
count: 'Count',
|
|
110
|
+
nextToken: 'NextToken',
|
|
111
|
+
requestId: 'RequestId',
|
|
112
|
+
success: 'Success',
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
static types(): { [key: string]: any } {
|
|
117
|
+
return {
|
|
118
|
+
cloudDriveGroups: { 'type': 'array', 'itemType': DescribeCloudDiskGroupsResponseBodyCloudDriveGroups },
|
|
119
|
+
count: 'number',
|
|
120
|
+
nextToken: 'string',
|
|
121
|
+
requestId: 'string',
|
|
122
|
+
success: 'boolean',
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
validate() {
|
|
127
|
+
if(Array.isArray(this.cloudDriveGroups)) {
|
|
128
|
+
$dara.Model.validateArray(this.cloudDriveGroups);
|
|
129
|
+
}
|
|
130
|
+
super.validate();
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
constructor(map?: { [key: string]: any }) {
|
|
134
|
+
super(map);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|