@alicloud/ecd20200930 4.13.1 → 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.
Files changed (202) hide show
  1. package/dist/client.d.ts +122 -44
  2. package/dist/client.js +251 -44
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddFilePermissionRequest.d.ts +25 -38
  5. package/dist/models/AddFilePermissionRequest.js.map +1 -1
  6. package/dist/models/AddFilePermissionShrinkRequest.d.ts +6 -6
  7. package/dist/models/CompleteCdsFileRequest.d.ts +12 -5
  8. package/dist/models/CompleteCdsFileRequest.js.map +1 -1
  9. package/dist/models/CreateCdsFileRequest.d.ts +0 -2
  10. package/dist/models/CreateCdsFileRequest.js.map +1 -1
  11. package/dist/models/CreateDriveRequest.d.ts +44 -0
  12. package/dist/models/CreateDriveRequest.js.map +1 -1
  13. package/dist/models/CreateDriveResponseBody.d.ts +82 -1
  14. package/dist/models/CreateDriveResponseBody.js.map +1 -1
  15. package/dist/models/CreateEcdReportTaskRequest.d.ts +62 -0
  16. package/dist/models/CreateEcdReportTaskRequest.js.map +1 -1
  17. package/dist/models/CreateEcdReportTaskResponseBody.d.ts +15 -0
  18. package/dist/models/CreateEcdReportTaskResponseBody.js.map +1 -1
  19. package/dist/models/CreateTemplateRequest.d.ts +12 -0
  20. package/dist/models/CreateTemplateRequest.js.map +1 -1
  21. package/dist/models/DeleteCdsFileRequest.d.ts +8 -5
  22. package/dist/models/DeleteCdsFileRequest.js.map +1 -1
  23. package/dist/models/DeleteCdsFileResponseBody.d.ts +5 -31
  24. package/dist/models/DeleteCdsFileResponseBody.js.map +1 -1
  25. package/dist/models/DeleteDriveRequest.d.ts +6 -0
  26. package/dist/models/DeleteDriveRequest.js.map +1 -1
  27. package/dist/models/DeleteDriveResponseBody.d.ts +15 -0
  28. package/dist/models/DeleteDriveResponseBody.js.map +1 -1
  29. package/dist/models/DescribeAutoSnapshotPolicyRequest.d.ts +3 -3
  30. package/dist/models/DescribeCenterPolicyListResponseBody.d.ts +2 -2
  31. package/dist/models/DescribeCloudDiskGroupDrivesRequest.d.ts +40 -0
  32. package/dist/models/DescribeCloudDiskGroupDrivesRequest.js +66 -0
  33. package/dist/models/DescribeCloudDiskGroupDrivesRequest.js.map +1 -0
  34. package/dist/models/DescribeCloudDiskGroupDrivesResponse.d.ts +19 -0
  35. package/dist/models/DescribeCloudDiskGroupDrivesResponse.js +69 -0
  36. package/dist/models/DescribeCloudDiskGroupDrivesResponse.js.map +1 -0
  37. package/dist/models/DescribeCloudDiskGroupDrivesResponseBody.d.ts +87 -0
  38. package/dist/models/DescribeCloudDiskGroupDrivesResponseBody.js +104 -0
  39. package/dist/models/DescribeCloudDiskGroupDrivesResponseBody.js.map +1 -0
  40. package/dist/models/DescribeCloudDiskGroupsRequest.d.ts +36 -0
  41. package/dist/models/DescribeCloudDiskGroupsRequest.js +69 -0
  42. package/dist/models/DescribeCloudDiskGroupsRequest.js.map +1 -0
  43. package/dist/models/DescribeCloudDiskGroupsResponse.d.ts +19 -0
  44. package/dist/models/DescribeCloudDiskGroupsResponse.js +69 -0
  45. package/dist/models/DescribeCloudDiskGroupsResponse.js.map +1 -0
  46. package/dist/models/DescribeCloudDiskGroupsResponseBody.d.ts +87 -0
  47. package/dist/models/DescribeCloudDiskGroupsResponseBody.js +104 -0
  48. package/dist/models/DescribeCloudDiskGroupsResponseBody.js.map +1 -0
  49. package/dist/models/DescribeDesktopGroupSessionsRequest.d.ts +17 -3
  50. package/dist/models/DescribeDesktopGroupSessionsRequest.js.map +1 -1
  51. package/dist/models/DescribeDesktopGroupSessionsResponseBody.d.ts +43 -14
  52. package/dist/models/DescribeDesktopGroupSessionsResponseBody.js.map +1 -1
  53. package/dist/models/DescribeDrivesRequest.d.ts +27 -0
  54. package/dist/models/DescribeDrivesRequest.js.map +1 -1
  55. package/dist/models/DescribeDrivesResponseBody.d.ts +116 -0
  56. package/dist/models/DescribeDrivesResponseBody.js.map +1 -1
  57. package/dist/models/DescribeEcdReportTasksRequest.d.ts +35 -0
  58. package/dist/models/DescribeEcdReportTasksRequest.js.map +1 -1
  59. package/dist/models/DescribeEcdReportTasksResponseBody.d.ts +52 -0
  60. package/dist/models/DescribeEcdReportTasksResponseBody.js.map +1 -1
  61. package/dist/models/DescribeGlobalDesktopRecordsRequest.d.ts +64 -0
  62. package/dist/models/DescribeGlobalDesktopRecordsRequest.js.map +1 -1
  63. package/dist/models/DescribeGlobalDesktopRecordsResponseBody.d.ts +110 -0
  64. package/dist/models/DescribeGlobalDesktopRecordsResponseBody.js.map +1 -1
  65. package/dist/models/DescribeKmsKeysRequest.d.ts +1 -1
  66. package/dist/models/DescribeKmsKeysResponseBody.d.ts +11 -1
  67. package/dist/models/DescribeKmsKeysResponseBody.js.map +1 -1
  68. package/dist/models/DescribePolicyGroupsResponseBody.d.ts +29 -1
  69. package/dist/models/DescribePolicyGroupsResponseBody.js.map +1 -1
  70. package/dist/models/DescribeSecurityGroupAttributeRequest.d.ts +23 -0
  71. package/dist/models/DescribeSecurityGroupAttributeRequest.js +60 -0
  72. package/dist/models/DescribeSecurityGroupAttributeRequest.js.map +1 -0
  73. package/dist/models/DescribeSecurityGroupAttributeResponse.d.ts +19 -0
  74. package/dist/models/DescribeSecurityGroupAttributeResponse.js +69 -0
  75. package/dist/models/DescribeSecurityGroupAttributeResponse.js.map +1 -0
  76. package/dist/models/DescribeSecurityGroupAttributeResponseBody.d.ts +17 -0
  77. package/dist/models/DescribeSecurityGroupAttributeResponseBody.js +69 -0
  78. package/dist/models/DescribeSecurityGroupAttributeResponseBody.js.map +1 -0
  79. package/dist/models/DescribeSnapshotsRequest.d.ts +4 -0
  80. package/dist/models/DescribeSnapshotsRequest.js.map +1 -1
  81. package/dist/models/DescribeSnapshotsResponseBody.d.ts +8 -0
  82. package/dist/models/DescribeSnapshotsResponseBody.js.map +1 -1
  83. package/dist/models/DescribeTemplatesResponseBody.d.ts +12 -0
  84. package/dist/models/DescribeTemplatesResponseBody.js.map +1 -1
  85. package/dist/models/DescribeTimerGroupResponseBody.d.ts +2 -2
  86. package/dist/models/ListCdsFilesRequest.d.ts +22 -123
  87. package/dist/models/ListCdsFilesRequest.js.map +1 -1
  88. package/dist/models/ListCdsFilesResponseBody.d.ts +21 -29
  89. package/dist/models/ListCdsFilesResponseBody.js.map +1 -1
  90. package/dist/models/ListCdsFilesShrinkRequest.d.ts +22 -123
  91. package/dist/models/ListCdsFilesShrinkRequest.js.map +1 -1
  92. package/dist/models/ListFilePermissionRequest.d.ts +8 -5
  93. package/dist/models/ListFilePermissionRequest.js.map +1 -1
  94. package/dist/models/ListInstalledAppsRequest.d.ts +31 -0
  95. package/dist/models/ListInstalledAppsRequest.js +62 -0
  96. package/dist/models/ListInstalledAppsRequest.js.map +1 -0
  97. package/dist/models/ListInstalledAppsResponse.d.ts +19 -0
  98. package/dist/models/ListInstalledAppsResponse.js +69 -0
  99. package/dist/models/ListInstalledAppsResponse.js.map +1 -0
  100. package/dist/models/ListInstalledAppsResponseBody.d.ts +46 -0
  101. package/dist/models/ListInstalledAppsResponseBody.js +86 -0
  102. package/dist/models/ListInstalledAppsResponseBody.js.map +1 -0
  103. package/dist/models/ListTransferFilesRequest.d.ts +13 -0
  104. package/dist/models/ListTransferFilesRequest.js.map +1 -1
  105. package/dist/models/ListTransferFilesResponseBody.d.ts +63 -0
  106. package/dist/models/ListTransferFilesResponseBody.js.map +1 -1
  107. package/dist/models/ModifyCdsFileRequest.d.ts +11 -42
  108. package/dist/models/ModifyCdsFileRequest.js.map +1 -1
  109. package/dist/models/ModifyCdsFileResponseBody.d.ts +6 -19
  110. package/dist/models/ModifyCdsFileResponseBody.js.map +1 -1
  111. package/dist/models/ModifyNetworkPackageBandwidthRequest.d.ts +4 -4
  112. package/dist/models/ModifyOfficeSiteDnsInfoRequest.d.ts +8 -0
  113. package/dist/models/ModifyOfficeSiteDnsInfoRequest.js.map +1 -1
  114. package/dist/models/ModifyOfficeSiteDnsInfoResponseBody.d.ts +3 -0
  115. package/dist/models/ModifyOfficeSiteDnsInfoResponseBody.js.map +1 -1
  116. package/dist/models/ModifyTemplateRequest.d.ts +17 -0
  117. package/dist/models/ModifyTemplateRequest.js.map +1 -1
  118. package/dist/models/ModifyTimerGroupRequest.d.ts +6 -6
  119. package/dist/models/RemoveFilePermissionRequest.d.ts +25 -185
  120. package/dist/models/RemoveFilePermissionRequest.js.map +1 -1
  121. package/dist/models/RemoveFilePermissionShrinkRequest.d.ts +9 -6
  122. package/dist/models/RemoveFilePermissionShrinkRequest.js.map +1 -1
  123. package/dist/models/SetDesktopMaintenanceRequest.d.ts +11 -0
  124. package/dist/models/SetDesktopMaintenanceRequest.js.map +1 -1
  125. package/dist/models/SetDesktopMaintenanceResponseBody.d.ts +3 -0
  126. package/dist/models/SetDesktopMaintenanceResponseBody.js.map +1 -1
  127. package/dist/models/StartDesktopsRequest.d.ts +1 -1
  128. package/dist/models/StopDesktopsRequest.d.ts +8 -1
  129. package/dist/models/StopDesktopsRequest.js.map +1 -1
  130. package/dist/models/TransferTaskApprovalCallbackRequest.d.ts +17 -0
  131. package/dist/models/TransferTaskApprovalCallbackRequest.js.map +1 -1
  132. package/dist/models/TransferTaskApprovalCallbackResponseBody.d.ts +3 -0
  133. package/dist/models/TransferTaskApprovalCallbackResponseBody.js.map +1 -1
  134. package/dist/models/model.d.ts +15 -0
  135. package/dist/models/model.js +51 -21
  136. package/dist/models/model.js.map +1 -1
  137. package/package.json +1 -1
  138. package/src/client.ts +274 -44
  139. package/src/models/AddFilePermissionRequest.ts +25 -38
  140. package/src/models/AddFilePermissionShrinkRequest.ts +6 -6
  141. package/src/models/CompleteCdsFileRequest.ts +12 -5
  142. package/src/models/CreateCdsFileRequest.ts +0 -2
  143. package/src/models/CreateDriveRequest.ts +44 -0
  144. package/src/models/CreateDriveResponseBody.ts +82 -1
  145. package/src/models/CreateEcdReportTaskRequest.ts +62 -0
  146. package/src/models/CreateEcdReportTaskResponseBody.ts +15 -0
  147. package/src/models/CreateTemplateRequest.ts +12 -0
  148. package/src/models/DeleteCdsFileRequest.ts +8 -5
  149. package/src/models/DeleteCdsFileResponseBody.ts +5 -31
  150. package/src/models/DeleteDriveRequest.ts +6 -0
  151. package/src/models/DeleteDriveResponseBody.ts +15 -0
  152. package/src/models/DescribeAutoSnapshotPolicyRequest.ts +3 -3
  153. package/src/models/DescribeCenterPolicyListResponseBody.ts +2 -2
  154. package/src/models/DescribeCloudDiskGroupDrivesRequest.ts +61 -0
  155. package/src/models/DescribeCloudDiskGroupDrivesResponse.ts +40 -0
  156. package/src/models/DescribeCloudDiskGroupDrivesResponseBody.ts +137 -0
  157. package/src/models/DescribeCloudDiskGroupsRequest.ts +60 -0
  158. package/src/models/DescribeCloudDiskGroupsResponse.ts +40 -0
  159. package/src/models/DescribeCloudDiskGroupsResponseBody.ts +137 -0
  160. package/src/models/DescribeDesktopGroupSessionsRequest.ts +17 -3
  161. package/src/models/DescribeDesktopGroupSessionsResponseBody.ts +43 -14
  162. package/src/models/DescribeDrivesRequest.ts +27 -0
  163. package/src/models/DescribeDrivesResponseBody.ts +116 -0
  164. package/src/models/DescribeEcdReportTasksRequest.ts +35 -0
  165. package/src/models/DescribeEcdReportTasksResponseBody.ts +52 -0
  166. package/src/models/DescribeGlobalDesktopRecordsRequest.ts +64 -0
  167. package/src/models/DescribeGlobalDesktopRecordsResponseBody.ts +110 -0
  168. package/src/models/DescribeKmsKeysRequest.ts +1 -1
  169. package/src/models/DescribeKmsKeysResponseBody.ts +11 -1
  170. package/src/models/DescribePolicyGroupsResponseBody.ts +29 -1
  171. package/src/models/DescribeSecurityGroupAttributeRequest.ts +38 -0
  172. package/src/models/DescribeSecurityGroupAttributeResponse.ts +40 -0
  173. package/src/models/DescribeSecurityGroupAttributeResponseBody.ts +40 -0
  174. package/src/models/DescribeSnapshotsRequest.ts +4 -0
  175. package/src/models/DescribeSnapshotsResponseBody.ts +8 -0
  176. package/src/models/DescribeTemplatesResponseBody.ts +12 -0
  177. package/src/models/DescribeTimerGroupResponseBody.ts +2 -2
  178. package/src/models/ListCdsFilesRequest.ts +22 -123
  179. package/src/models/ListCdsFilesResponseBody.ts +21 -29
  180. package/src/models/ListCdsFilesShrinkRequest.ts +22 -123
  181. package/src/models/ListFilePermissionRequest.ts +8 -5
  182. package/src/models/ListInstalledAppsRequest.ts +48 -0
  183. package/src/models/ListInstalledAppsResponse.ts +40 -0
  184. package/src/models/ListInstalledAppsResponseBody.ts +78 -0
  185. package/src/models/ListTransferFilesRequest.ts +13 -0
  186. package/src/models/ListTransferFilesResponseBody.ts +63 -0
  187. package/src/models/ModifyCdsFileRequest.ts +11 -42
  188. package/src/models/ModifyCdsFileResponseBody.ts +6 -19
  189. package/src/models/ModifyNetworkPackageBandwidthRequest.ts +4 -4
  190. package/src/models/ModifyOfficeSiteDnsInfoRequest.ts +8 -0
  191. package/src/models/ModifyOfficeSiteDnsInfoResponseBody.ts +3 -0
  192. package/src/models/ModifyTemplateRequest.ts +17 -0
  193. package/src/models/ModifyTimerGroupRequest.ts +6 -6
  194. package/src/models/RemoveFilePermissionRequest.ts +25 -185
  195. package/src/models/RemoveFilePermissionShrinkRequest.ts +9 -6
  196. package/src/models/SetDesktopMaintenanceRequest.ts +11 -0
  197. package/src/models/SetDesktopMaintenanceResponseBody.ts +3 -0
  198. package/src/models/StartDesktopsRequest.ts +1 -1
  199. package/src/models/StopDesktopsRequest.ts +8 -1
  200. package/src/models/TransferTaskApprovalCallbackRequest.ts +17 -0
  201. package/src/models/TransferTaskApprovalCallbackResponseBody.ts +3 -0
  202. package/src/models/model.ts +15 -0
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class AddFilePermissionRequestMemberListCdsIdentity extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the user.
8
+ * The ID of the convenience user.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,25 +15,12 @@ export class AddFilePermissionRequestMemberListCdsIdentity extends $dara.Model {
15
15
  id?: string;
16
16
  /**
17
17
  * @remarks
18
- * The type of the user.
18
+ * The user type.
19
19
  *
20
- * Valid values:
21
- *
22
- * * <!-- -->
23
- *
24
- * IT_Group
25
- *
26
- * <!-- -->
27
- *
28
- * <!-- -->
29
- *
30
- * * <!-- -->
31
- *
32
- * IT_User
33
- *
34
- * <!-- -->
20
+ * Set the value to TENANT_ADMIN.
35
21
  *
36
- * <!-- -->
22
+ * * IT_Group: group.
23
+ * * IT_User: user.
37
24
  *
38
25
  * This parameter is required.
39
26
  *
@@ -90,23 +77,23 @@ export class AddFilePermissionRequestMemberList extends $dara.Model {
90
77
  expireTime?: number;
91
78
  /**
92
79
  * @remarks
93
- * The ID of the role to which you want to attach the folder permissions. To configure the folder permissions: you can specify a role or create custom operation permissions. You can use RoleId to specify a role. RoleId is mutually exclusive with ActionList. If you specify both of them, the value of RoleId takes precedence.
80
+ * You can set permissions by specifying roles or by customizing operation permissions. This field is used to set permissions by specifying roles. This field is mutually exclusive with `ActionList`.
94
81
  *
95
82
  * Valid values:
96
83
  *
97
- * * SystemFileEditorWithoutShareLink
98
- * * SystemFileUploaderAndDownloaderWithShareLink
99
- * * SystemFileDownloader
100
- * * SystemFileEditorWithoutDelete
101
- * * SystemFileOwner
102
- * * SystemFileDownloaderWithShareLink
103
- * * SystemFileUploaderAndViewer
104
- * * SystemFileViewer
105
- * * SystemFileEditor
106
- * * SystemFileUploaderWithShareLink
107
- * * SystemFileUploader
108
- * * SystemFileUploaderAndDownloader
109
- * * SystemFileMetaViewer
84
+ * * SystemFileEditorWithoutShareLink: The role that can edit but cannot share files.
85
+ * * SystemFileUploaderAndDownloaderWithShareLink: The role that can upload, download, and share files.
86
+ * * SystemFileDownloader: The role that can download files.
87
+ * * SystemFileEditorWithoutDelete: The role that can edit but cannot edit files.
88
+ * * SystemFileOwner: The role that can collaborate with others on files.
89
+ * * SystemFileDownloaderWithShareLink: The role that can download and share files.
90
+ * * SystemFileUploaderAndViewer: The role that can preview and upload files.
91
+ * * SystemFileViewer: The role that can preview files.
92
+ * * SystemFileEditor: The role that can edit files.
93
+ * * SystemFileUploaderWithShareLink: The role that can upload and share files.
94
+ * * SystemFileUploader: The role that can upload files.
95
+ * * SystemFileUploaderAndDownloader: The role that can upload and download files.
96
+ * * SystemFileMetaViewer: The role that can view file list.
110
97
  *
111
98
  * This parameter is required.
112
99
  *
@@ -147,7 +134,7 @@ export class AddFilePermissionRequestMemberList extends $dara.Model {
147
134
  export class AddFilePermissionRequest extends $dara.Model {
148
135
  /**
149
136
  * @remarks
150
- * The ID of the cloud disk whose folder you want to share.
137
+ * The ID of the enterprise drive.
151
138
  *
152
139
  * This parameter is required.
153
140
  *
@@ -157,7 +144,7 @@ export class AddFilePermissionRequest extends $dara.Model {
157
144
  cdsId?: string;
158
145
  /**
159
146
  * @remarks
160
- * The ID of the end user who uses the cloud disk.
147
+ * The ID of the user who uses the network disk.
161
148
  *
162
149
  * @example
163
150
  * user01
@@ -165,7 +152,7 @@ export class AddFilePermissionRequest extends $dara.Model {
165
152
  endUserId?: string;
166
153
  /**
167
154
  * @remarks
168
- * The ID of the file.
155
+ * The file ID. You can call the [ListCdsFiles](https://help.aliyun.com/document_detail/2247622.html) operation to query the ID of the file.
169
156
  *
170
157
  * This parameter is required.
171
158
  *
@@ -175,7 +162,7 @@ export class AddFilePermissionRequest extends $dara.Model {
175
162
  fileId?: string;
176
163
  /**
177
164
  * @remarks
178
- * The ID of the team that uses cloud disks in Cloud Drive Service.
165
+ * The ID of the team space.
179
166
  *
180
167
  * @example
181
168
  * cg-i1ruuudp92qpj****
@@ -183,14 +170,14 @@ export class AddFilePermissionRequest extends $dara.Model {
183
170
  groupId?: string;
184
171
  /**
185
172
  * @remarks
186
- * The members who are granted the folder permissions.
173
+ * The users that you want to authorize to use the cloud disk.
187
174
  *
188
175
  * This parameter is required.
189
176
  */
190
177
  memberList?: AddFilePermissionRequestMemberList[];
191
178
  /**
192
179
  * @remarks
193
- * The region ID of the folder. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
180
+ * 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.
194
181
  *
195
182
  * This parameter is required.
196
183
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class AddFilePermissionShrinkRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the cloud disk whose folder you want to share.
8
+ * The ID of the enterprise drive.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class AddFilePermissionShrinkRequest extends $dara.Model {
15
15
  cdsId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The ID of the end user who uses the cloud disk.
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 AddFilePermissionShrinkRequest extends $dara.Model {
23
23
  endUserId?: string;
24
24
  /**
25
25
  * @remarks
26
- * The ID of the file.
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,7 +33,7 @@ export class AddFilePermissionShrinkRequest extends $dara.Model {
33
33
  fileId?: string;
34
34
  /**
35
35
  * @remarks
36
- * The ID of the team that uses cloud disks in Cloud Drive Service.
36
+ * The ID of the team space.
37
37
  *
38
38
  * @example
39
39
  * cg-i1ruuudp92qpj****
@@ -41,14 +41,14 @@ export class AddFilePermissionShrinkRequest extends $dara.Model {
41
41
  groupId?: string;
42
42
  /**
43
43
  * @remarks
44
- * The members who are granted the folder permissions.
44
+ * The users that you want to authorize to use the cloud disk.
45
45
  *
46
46
  * This parameter is required.
47
47
  */
48
48
  memberListShrink?: string;
49
49
  /**
50
50
  * @remarks
51
- * The region ID of the folder. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
51
+ * 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.
52
52
  *
53
53
  * This parameter is required.
54
54
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class CompleteCdsFileRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the cloud disk.
8
+ * The ID of the enterprise drive.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class CompleteCdsFileRequest extends $dara.Model {
15
15
  cdsId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The name of the end user.
18
+ * The username. You must specify at least one of `EndUserId` and `GroupId`.
19
19
  *
20
20
  * @example
21
21
  * test0
@@ -23,7 +23,7 @@ export class CompleteCdsFileRequest extends $dara.Model {
23
23
  endUserId?: string;
24
24
  /**
25
25
  * @remarks
26
- * The file ID. An ID is the unique identifier of a file.
26
+ * The file ID.
27
27
  *
28
28
  * This parameter is required.
29
29
  *
@@ -31,10 +31,17 @@ export class CompleteCdsFileRequest extends $dara.Model {
31
31
  * 635a316c94f40f35f5354da29b2aee88c9d1****
32
32
  */
33
33
  fileId?: string;
34
+ /**
35
+ * @remarks
36
+ * The ID of the team space. You must specify at least one of `EndUserId` and `GroupId`.
37
+ *
38
+ * @example
39
+ * cg-i1ruuudp92qpj****
40
+ */
34
41
  groupId?: string;
35
42
  /**
36
43
  * @remarks
37
- * The region ID. You can call the DescribeRegions operation to query the most recent region list.
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.
38
45
  *
39
46
  * This parameter is required.
40
47
  *
@@ -44,7 +51,7 @@ export class CompleteCdsFileRequest extends $dara.Model {
44
51
  regionId?: string;
45
52
  /**
46
53
  * @remarks
47
- * The ID of the file uploading task.
54
+ * The ID of the file upload task. Callable interface [CreateCdsFile](https://help.aliyun.com/document_detail/2247619.html).
48
55
  *
49
56
  * This parameter is required.
50
57
  *
@@ -148,8 +148,6 @@ export class CreateCdsFileRequest extends $dara.Model {
148
148
  * @remarks
149
149
  * The ID of the parent folder.
150
150
  *
151
- * This parameter is required.
152
- *
153
151
  * @example
154
152
  * 637c9163b453b1a384874264ba79f3f9eab9****
155
153
  */
@@ -4,51 +4,95 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class CreateDriveRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The ID of your Alibaba Cloud account.
9
+ *
7
10
  * @example
8
11
  * 1202****
9
12
  */
10
13
  aliUid?: number;
11
14
  /**
15
+ * @remarks
16
+ * The description of the user-level storage resource.
17
+ *
12
18
  * @example
13
19
  * test01
14
20
  */
15
21
  description?: string;
16
22
  /**
23
+ * @remarks
24
+ * The ID of the storage resource.
25
+ *
26
+ * > Call the DescribeDrives operation to retrieve the storage resource ID.
27
+ *
17
28
  * @example
18
29
  * dom-aaaa****
19
30
  */
20
31
  domainId?: string;
21
32
  /**
33
+ * @remarks
34
+ * The name of the user-level storage resource.
35
+ *
22
36
  * @example
23
37
  * test01
24
38
  */
25
39
  driveName?: string;
26
40
  /**
41
+ * @remarks
42
+ * The ID of the external storage resource.
43
+ *
44
+ * > Call the DescribeDrives operation to retrieve the external storage resource ID.
45
+ *
27
46
  * @example
28
47
  * 1234****
29
48
  */
30
49
  externalDomainId?: string;
31
50
  /**
51
+ * @remarks
52
+ * > This parameter is deprecated.
53
+ *
32
54
  * @example
33
55
  * -
34
56
  */
35
57
  profileRoaming?: boolean;
36
58
  /**
59
+ * @remarks
60
+ * The region ID.
61
+ *
37
62
  * @example
38
63
  * cn-hangzhou
39
64
  */
40
65
  regionId?: string;
41
66
  /**
67
+ * @remarks
68
+ * The type of the storage resource.
69
+ *
70
+ * Valid values:
71
+ *
72
+ * * NAS: File Storage NAS
73
+ * * PDS: Drive and Photo Service
74
+ *
42
75
  * @example
43
76
  * NAS
44
77
  */
45
78
  resourceType?: string;
46
79
  /**
80
+ * @remarks
81
+ * The usage of the storage resource.
82
+ *
83
+ * Valid values:
84
+ *
85
+ * * DESKTOP: data disk space
86
+ * * USER_PROFILE: space for personal data of the user
87
+ *
47
88
  * @example
48
89
  * USER_PROFILE
49
90
  */
50
91
  type?: string;
51
92
  /**
93
+ * @remarks
94
+ * The user ID.
95
+ *
52
96
  * @example
53
97
  * user01
54
98
  */
@@ -4,84 +4,149 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class CreateDriveResponseBodyDrive extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The ID of the Alibaba Cloud account.
9
+ *
7
10
  * @example
8
11
  * 1202****
9
12
  */
10
13
  aliUid?: string;
11
14
  /**
15
+ * @remarks
16
+ * The description of the storage resource.
17
+ *
12
18
  * @example
13
19
  * test****
14
20
  */
15
21
  description?: string;
16
22
  /**
23
+ * @remarks
24
+ * The ID of the storage resource.
25
+ *
17
26
  * @example
18
27
  * dom-aaaa****
19
28
  */
20
29
  domainId?: string;
21
30
  /**
31
+ * @remarks
32
+ * The ID of the user-level storage resource.
33
+ *
22
34
  * @example
23
35
  * dri-aaaa****
24
36
  */
25
37
  driveId?: string;
26
38
  /**
39
+ * @remarks
40
+ * The ID of the external user-level storage resource.
41
+ *
42
+ * > A value is returned for this parameter only if ResourceType is set to PDS.
43
+ *
27
44
  * @example
28
45
  * 1100****
29
46
  */
30
47
  externalDriveId?: string;
31
48
  /**
49
+ * @remarks
50
+ * The ID of the external user.
51
+ *
32
52
  * @example
33
53
  * user01@cn-hangzhou.120****
34
54
  */
35
55
  externalUserId?: string;
36
56
  /**
57
+ * @remarks
58
+ * The time when the storage resource was created.
59
+ *
37
60
  * @example
38
61
  * 2025-07-02T08:42:26.000+00:00
39
62
  */
40
63
  gmtCreate?: string;
41
64
  /**
65
+ * @remarks
66
+ * The time when the storage resource was last modified.
67
+ *
42
68
  * @example
43
69
  * 2025-07-07T02:46:04.000+00:00
44
70
  */
45
71
  gmtModified?: string;
46
72
  /**
47
73
  * @remarks
48
- * ID
74
+ * The ID.
49
75
  *
50
76
  * @example
51
77
  * 1
52
78
  */
53
79
  id?: string;
54
80
  /**
81
+ * @remarks
82
+ * The name of the storage resource.
83
+ *
55
84
  * @example
56
85
  * test****
57
86
  */
58
87
  name?: string;
59
88
  /**
89
+ * @remarks
90
+ * > This parameter is deprecated.
91
+ *
60
92
  * @example
61
93
  * -
62
94
  */
63
95
  profileRoaming?: boolean;
64
96
  /**
97
+ * @remarks
98
+ * The status of the user-level storage resource.
99
+ *
100
+ * Valid values:
101
+ *
102
+ * * INIT: initializing
103
+ * * MAINTAIN: maintaining
104
+ * * DELETING
105
+ * * INVALID
106
+ * * NORMAL
107
+ * * FAIL: failed
108
+ *
65
109
  * @example
66
110
  * NORMAL
67
111
  */
68
112
  status?: string;
69
113
  /**
114
+ * @remarks
115
+ * The total amount of the user-level storage resource capacity.
116
+ *
117
+ * > Unit: bytes.
118
+ *
70
119
  * @example
71
120
  * 536870912000
72
121
  */
73
122
  totalSize?: number;
74
123
  /**
124
+ * @remarks
125
+ * The usage of the storage resource.
126
+ *
127
+ * Valid values:
128
+ *
129
+ * * DESKTOP: data disk space
130
+ * * USER_PROFILE: space for personal data of the user
131
+ *
75
132
  * @example
76
133
  * USER_PROFILE
77
134
  */
78
135
  type?: string;
79
136
  /**
137
+ * @remarks
138
+ * The amount of user-level storage resource capacity used.
139
+ *
140
+ * > Unit: bytes.
141
+ *
80
142
  * @example
81
143
  * 243175936
82
144
  */
83
145
  usedSize?: number;
84
146
  /**
147
+ * @remarks
148
+ * The user ID.
149
+ *
85
150
  * @example
86
151
  * user01
87
152
  */
@@ -139,22 +204,38 @@ export class CreateDriveResponseBodyDrive extends $dara.Model {
139
204
 
140
205
  export class CreateDriveResponseBody extends $dara.Model {
141
206
  /**
207
+ * @remarks
208
+ * The response code. The value 200 indicates that the request was successful.
209
+ *
142
210
  * @example
143
211
  * 200
144
212
  */
145
213
  code?: string;
214
+ /**
215
+ * @remarks
216
+ * The user-level storage resource.
217
+ */
146
218
  drive?: CreateDriveResponseBodyDrive;
147
219
  /**
220
+ * @remarks
221
+ * The response message.
222
+ *
148
223
  * @example
149
224
  * successful
150
225
  */
151
226
  message?: string;
152
227
  /**
228
+ * @remarks
229
+ * The ID of the request.
230
+ *
153
231
  * @example
154
232
  * B7AA****
155
233
  */
156
234
  requestId?: string;
157
235
  /**
236
+ * @remarks
237
+ * Indicates whether the request was successful.
238
+ *
158
239
  * @example
159
240
  * true
160
241
  */
@@ -4,10 +4,44 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class CreateEcdReportTaskRequestFilterList extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The key of the filter condition for filtering query results. When SubType is set to:
9
+ *
10
+ * 1. DESKTOP (indicating a cloud computer report), the following filter conditions are available:
11
+ *
12
+ * * KeyWord: cloud computer keyword (supports automatic recognition)
13
+ * * RegionId: region ID
14
+ * * DesktopId: cloud computer ID
15
+ * * DesktopName: cloud computer name (supports fuzzy matching)
16
+ * * OfficeSiteId: office network ID
17
+ * * OfficeSiteName: office network name (supports fuzzy matching)
18
+ * * Status: cloud computer status
19
+ * * DesktopType: desktop type
20
+ * * DesktopIP: cloud computer IP address
21
+ * * SubPayType: billing method
22
+ * * EndUserId: user name (supports fuzzy matching)
23
+ * * ExpireTime: expiration date and time, in the yyyy-MM-dd\\"T\\"HH:mm:ss\\"Z\\" format
24
+ * * IncludeAssignedUser: indicates whether the cloud computer is assigned to users or not
25
+ * * ResourceGroupId: resource group ID
26
+ * * PolicyId: policy ID
27
+ * * Tag:{Tag Key value}: cloud computer tag (To filter data using multiple tags, specify multiple filter condition objects.)
28
+ *
7
29
  * @example
8
30
  * Tag:TestKey
9
31
  */
10
32
  filterKey?: string;
33
+ /**
34
+ * @remarks
35
+ * The value of the filter condition. Only the first value of the FilterValues parameter is used, if FilterKey is set to one of the following values:
36
+ *
37
+ * * KeyWord
38
+ * * DesktopName
39
+ * * OfficeSiteName
40
+ * * DesktopIP
41
+ * * EndUserId
42
+ * * ExpireTime
43
+ * * IncludeAssignedUser
44
+ */
11
45
  filterValues?: string[];
12
46
  static names(): { [key: string]: string } {
13
47
  return {
@@ -36,15 +70,37 @@ export class CreateEcdReportTaskRequestFilterList extends $dara.Model {
36
70
  }
37
71
 
38
72
  export class CreateEcdReportTaskRequest extends $dara.Model {
73
+ /**
74
+ * @remarks
75
+ * The filter conditions for filtering query results. The logical relationship between each filter condition is "and" (&). Each filter condition contains FilterKey and FilterValues, which indicate the key and value for the filter condition.
76
+ */
39
77
  filterList?: CreateEcdReportTaskRequestFilterList[];
40
78
  /**
79
+ * @remarks
80
+ * The language of the report. An enumerated type.
81
+ *
82
+ * Valid values:
83
+ *
84
+ * * zh-CN (default): Chinese
85
+ * * en-GB: English
86
+ *
41
87
  * @example
42
88
  * zh-CN
43
89
  */
44
90
  langType?: string;
91
+ /**
92
+ * @remarks
93
+ * The name of the report file.
94
+ */
45
95
  reportFileName?: string;
46
96
  /**
47
97
  * @remarks
98
+ * The sub-type of the report export task.
99
+ *
100
+ * Valid value:
101
+ *
102
+ * * DESKTOP: cloud computer
103
+ *
48
104
  * This parameter is required.
49
105
  *
50
106
  * @example
@@ -53,6 +109,12 @@ export class CreateEcdReportTaskRequest extends $dara.Model {
53
109
  subType?: string;
54
110
  /**
55
111
  * @remarks
112
+ * The type of the report task.
113
+ *
114
+ * Valid value:
115
+ *
116
+ * * RESOURCE_REPORT
117
+ *
56
118
  * This parameter is required.
57
119
  *
58
120
  * @example
@@ -4,26 +4,41 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class CreateEcdReportTaskResponseBody extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The request result. If the request was successful, `success` is returned. If the request failed, an error message is returned.
9
+ *
7
10
  * @example
8
11
  * success
9
12
  */
10
13
  code?: string;
11
14
  /**
15
+ * @remarks
16
+ * The error message returned if the request failed. This parameter is not returned if the value of Code is success.
17
+ *
12
18
  * @example
13
19
  * success
14
20
  */
15
21
  message?: string;
16
22
  /**
23
+ * @remarks
24
+ * The request ID.
25
+ *
17
26
  * @example
18
27
  * 1CBAFFAB-B697-4049-A9B1-67E1FC5F****
19
28
  */
20
29
  requestId?: string;
21
30
  /**
31
+ * @remarks
32
+ * Indicates whether the request is successful.
33
+ *
22
34
  * @example
23
35
  * True
24
36
  */
25
37
  success?: boolean;
26
38
  /**
39
+ * @remarks
40
+ * The ID of the report export task.
41
+ *
27
42
  * @example
28
43
  * ret-g67ip******
29
44
  */
@@ -47,6 +47,10 @@ export class CreateTemplateRequestRegionConfigList extends $dara.Model {
47
47
  * cn-hangzhou
48
48
  */
49
49
  regionId?: string;
50
+ /**
51
+ * @example
52
+ * eds.enterprise_office.8c16g
53
+ */
50
54
  resourceInstanceType?: string;
51
55
  /**
52
56
  * @example
@@ -136,7 +140,15 @@ export class CreateTemplateRequestResourceTagList extends $dara.Model {
136
140
  }
137
141
 
138
142
  export class CreateTemplateRequestSiteConfigList extends $dara.Model {
143
+ /**
144
+ * @example
145
+ * bwr-5a5371e0db954d********
146
+ */
139
147
  appRuleId?: string;
148
+ /**
149
+ * @example
150
+ * mainland
151
+ */
140
152
  siteId?: string;
141
153
  static names(): { [key: string]: string } {
142
154
  return {