@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
@@ -35,11 +35,11 @@ export class ModifyNetworkPackageBandwidthRequest extends $dara.Model {
35
35
  autoPay?: boolean;
36
36
  /**
37
37
  * @remarks
38
- * The bandwidth provided by the premium bandwidth plan. Unit: Mbit/s.
38
+ * The maximum bandwidth of the premium bandwidth plan, in Mbit/s. Valid range: The allowed range depends on the billing method:
39
39
  *
40
- * * Valid values if the premium bandwidth plan is a subscription plan: 2 to 1000.
41
- * * Valid values if the premium bandwidth plan is a pay-as-you-go plan that charges by data transfer (PayByTraffic): 2 to 200.
42
- * * Valid values if the premium bandwidth plan is a pay-as-you-go plan that charges by fixed bandwidth (PayByBandwidth): 2 to 1000.
40
+ * * Subscription: 2 to 1000
41
+ * * Pay-as-you-go, by data transfer (PayByTraffic): 2 to 200
42
+ * * Pay-as-you-go, by fixed bandwidth (PayByBandwidth): 2 to 1000
43
43
  *
44
44
  * This parameter is required.
45
45
  *
@@ -3,9 +3,15 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class ModifyOfficeSiteDnsInfoRequest extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The IP addresses of the custom DNS servers. Up to 2 IP addresses can be specified.
9
+ */
6
10
  dnsAddress?: string[];
7
11
  /**
8
12
  * @remarks
13
+ * The office network ID.
14
+ *
9
15
  * This parameter is required.
10
16
  *
11
17
  * @example
@@ -14,6 +20,8 @@ export class ModifyOfficeSiteDnsInfoRequest extends $dara.Model {
14
20
  officeSiteId?: string;
15
21
  /**
16
22
  * @remarks
23
+ * The region ID of the instance. You can call the DescribeRegions operation to query the most recent region list.
24
+ *
17
25
  * This parameter is required.
18
26
  *
19
27
  * @example
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ModifyOfficeSiteDnsInfoResponseBody extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The request ID.
9
+ *
7
10
  * @example
8
11
  * F7E4322D-D679-5ACB-A909-490D2F0E****
9
12
  */
@@ -3,7 +3,24 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class ModifyTemplateRequestDataDiskList extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The PL of the data disk. Default value: `AutoPL`.
9
+ *
10
+ * Valid values:
11
+ *
12
+ * * PL1: a PL1 ESSD
13
+ * * PL0: a PL0 ESSD
14
+ * * AutoPL: an AutoPL ESSD
15
+ */
6
16
  performanceLevel?: string;
17
+ /**
18
+ * @remarks
19
+ * The size of the data disk. Unit: GiB. Valid range: 40 to 2040 GiB with an increment of 10 GiB.
20
+ *
21
+ * @example
22
+ * 40
23
+ */
7
24
  size?: number;
8
25
  static names(): { [key: string]: string } {
9
26
  return {
@@ -61,7 +61,7 @@ export class ModifyTimerGroupRequestConfigTimersSegmentTimers extends $dara.Mode
61
61
  export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
62
62
  /**
63
63
  * @remarks
64
- * Specifies whether to allow end users to configure scheduled tasks.
64
+ * Specifies whether to allow end users to configure the scheduled task.
65
65
  *
66
66
  * @example
67
67
  * true
@@ -109,14 +109,14 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
109
109
  operationType?: string;
110
110
  /**
111
111
  * @remarks
112
- * The process whitelist. If whitelisted processes are running, the scheduled task does not take effect upon inactivity.
112
+ * The process whitelist. If whitelisted processes are running, the scheduled task does not take effect.
113
113
  */
114
114
  processWhitelist?: string[];
115
115
  /**
116
116
  * @remarks
117
117
  * The reset option.
118
118
  *
119
- * Valid values:
119
+ * Valid value:
120
120
  *
121
121
  * * RESET_TYPE_SYSTEM: resets the system disk.
122
122
  * * RESET_TYPE_USER_DISK: resets the data disk.
@@ -129,7 +129,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
129
129
  segmentTimers?: ModifyTimerGroupRequestConfigTimersSegmentTimers[];
130
130
  /**
131
131
  * @remarks
132
- * The scheduled task type.
132
+ * The type of the scheduled task.
133
133
  *
134
134
  * Valid value:
135
135
  *
@@ -141,7 +141,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
141
141
  * * NoOperationHibernate: scheduled hibernation upon inactivity.
142
142
  * * TimerShutdown: scheduled shutdown.
143
143
  * * NoOperationReboot: scheduled restart upon inactivity.
144
- * * TimerReboot: scheduled restart.
144
+ * * TimerReboot: Restarts the cloud computers on schedule.
145
145
  *
146
146
  * @example
147
147
  * TIMER_BOOT
@@ -210,7 +210,7 @@ export class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
210
210
  export class ModifyTimerGroupRequest extends $dara.Model {
211
211
  /**
212
212
  * @remarks
213
- * The scheduled task groups.
213
+ * The scheduled tasks.
214
214
  */
215
215
  configTimers?: ModifyTimerGroupRequestConfigTimers[];
216
216
  /**
@@ -19,29 +19,8 @@ export class RemoveFilePermissionRequestMemberListCdsIdentity extends $dara.Mode
19
19
  *
20
20
  * Valid values:
21
21
  *
22
- * * IT_Group
23
- *
24
- * <!-- -->
25
- *
26
- * :
27
- *
28
- * <!-- -->
29
- *
30
- * group
31
- *
32
- * <!-- -->
33
- *
34
- * * IT_User
35
- *
36
- * <!-- -->
37
- *
38
- * :
39
- *
40
- * <!-- -->
41
- *
42
- * user
43
- *
44
- * <!-- -->
22
+ * * IT_Group: group.
23
+ * * IT_User: user.
45
24
  *
46
25
  * This parameter is required.
47
26
  *
@@ -82,165 +61,23 @@ export class RemoveFilePermissionRequestMemberList extends $dara.Model {
82
61
  cdsIdentity?: RemoveFilePermissionRequestMemberListCdsIdentity;
83
62
  /**
84
63
  * @remarks
85
- * The role ID. You can configure permissions on roles or actions. This parameter is used to specify the permissions on roles, which conflicts with the ActionList parameter. When you configure both the parameters, this parameter shall prevail.
64
+ * 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`.
86
65
  *
87
66
  * Valid values:
88
67
  *
89
- * * SystemFileEditorWithoutShareLink
90
- *
91
- * <!-- -->
92
- *
93
- * :
94
- *
95
- * <!-- -->
96
- *
97
- * the role that has the permissions to edit files but cannot share files
98
- *
99
- * <!-- -->
100
- *
101
- * * SystemFileUploaderAndDownloaderWithShareLink
102
- *
103
- * <!-- -->
104
- *
105
- * :
106
- *
107
- * <!-- -->
108
- *
109
- * the role that has the permissions to upload, download, and share files
110
- *
111
- * <!-- -->
112
- *
113
- * * SystemFileDownloader
114
- *
115
- * <!-- -->
116
- *
117
- * :
118
- *
119
- * <!-- -->
120
- *
121
- * the role that has the permissions to download files
122
- *
123
- * <!-- -->
124
- *
125
- * * SystemFileEditorWithoutDelete
126
- *
127
- * <!-- -->
128
- *
129
- * :
130
- *
131
- * <!-- -->
132
- *
133
- * the role that has the permissions to edit files but cannot delete files
134
- *
135
- * <!-- -->
136
- *
137
- * * SystemFileOwner
138
- *
139
- * <!-- -->
140
- *
141
- * :
142
- *
143
- * <!-- -->
144
- *
145
- * the role that has the permissions to collaborate with others
146
- *
147
- * <!-- -->
148
- *
149
- * * SystemFileDownloaderWithShareLink
150
- *
151
- * <!-- -->
152
- *
153
- * :
154
- *
155
- * <!-- -->
156
- *
157
- * the role that has the permissions to download and share files
158
- *
159
- * <!-- -->
160
- *
161
- * * SystemFileUploaderAndViewer
162
- *
163
- * <!-- -->
164
- *
165
- * :
166
- *
167
- * <!-- -->
168
- *
169
- * the role that has the permissions to preview or upload files
170
- *
171
- * <!-- -->
172
- *
173
- * * SystemFileViewer
174
- *
175
- * <!-- -->
176
- *
177
- * :
178
- *
179
- * <!-- -->
180
- *
181
- * the role that has the permissions to preview files
182
- *
183
- * <!-- -->
184
- *
185
- * * SystemFileEditor
186
- *
187
- * <!-- -->
188
- *
189
- * :
190
- *
191
- * <!-- -->
192
- *
193
- * the role that has the permissions to edit files
194
- *
195
- * <!-- -->
196
- *
197
- * * SystemFileUploaderWithShareLink
198
- *
199
- * <!-- -->
200
- *
201
- * :
202
- *
203
- * <!-- -->
204
- *
205
- * the role that has the permissions to upload or share files
206
- *
207
- * <!-- -->
208
- *
209
- * * SystemFileUploader
210
- *
211
- * <!-- -->
212
- *
213
- * :
214
- *
215
- * <!-- -->
216
- *
217
- * the role that has the permission to upload files
218
- *
219
- * <!-- -->
220
- *
221
- * * SystemFileUploaderAndDownloader
222
- *
223
- * <!-- -->
224
- *
225
- * :
226
- *
227
- * <!-- -->
228
- *
229
- * the role that has the permissions to upload or download files
230
- *
231
- * <!-- -->
232
- *
233
- * * SystemFileMetaViewer
234
- *
235
- * <!-- -->
236
- *
237
- * :
238
- *
239
- * <!-- -->
240
- *
241
- * the role that has the permissions to view files
242
- *
243
- * <!-- -->
68
+ * * SystemFileEditorWithoutShareLink: the role that has the permissions to edit files but cannot share files.
69
+ * * SystemFileUploaderAndDownloaderWithShareLink: the role that has the permissions to upload, download, and share files.
70
+ * * SystemFileDownloader: the role that has the permissions to download files.
71
+ * * SystemFileEditorWithoutDelete: the role that has the permissions to edit files but cannot delete files.
72
+ * * SystemFileOwner: the role that has the permissions to collaborate with others.
73
+ * * SystemFileDownloaderWithShareLink: the role that has the permissions to download and share files
74
+ * * SystemFileUploaderAndViewer: the role that has the permissions to preview or upload files.
75
+ * * SystemFileViewer: the role that has the permissions to preview files.
76
+ * * SystemFileEditor: the role that has the permissions to edit files
77
+ * * SystemFileUploaderWithShareLink: the role that has the permissions to upload or share files.
78
+ * * SystemFileUploader: the role that has the permission to upload files.
79
+ * * SystemFileUploaderAndDownloader: the role that has the permissions to upload or download files.
80
+ * * SystemFileMetaViewer: the role that has the permissions to view files
244
81
  *
245
82
  * This parameter is required.
246
83
  *
@@ -277,7 +114,7 @@ export class RemoveFilePermissionRequestMemberList extends $dara.Model {
277
114
  export class RemoveFilePermissionRequest extends $dara.Model {
278
115
  /**
279
116
  * @remarks
280
- * The ID of the cloud disk in Cloud Drive Service.
117
+ * The ID of the enterprise drive.
281
118
  *
282
119
  * This parameter is required.
283
120
  *
@@ -287,7 +124,7 @@ export class RemoveFilePermissionRequest extends $dara.Model {
287
124
  cdsId?: string;
288
125
  /**
289
126
  * @remarks
290
- * The user ID.
127
+ * The ID of the end user.
291
128
  *
292
129
  * @example
293
130
  * user01
@@ -295,7 +132,7 @@ export class RemoveFilePermissionRequest extends $dara.Model {
295
132
  endUserId?: string;
296
133
  /**
297
134
  * @remarks
298
- * The file ID. The ID is a unique identifier for the file.
135
+ * The file ID. You can call the [ListCdsFiles](https://help.aliyun.com/document_detail/2247622.html) operation to query the ID of the file.
299
136
  *
300
137
  * This parameter is required.
301
138
  *
@@ -305,19 +142,22 @@ export class RemoveFilePermissionRequest extends $dara.Model {
305
142
  fileId?: string;
306
143
  /**
307
144
  * @remarks
308
- * The group ID.
145
+ * The ID of the team space.
146
+ *
147
+ * @example
148
+ * cg-1fbmvrc7ug5m7****
309
149
  */
310
150
  groupId?: string;
311
151
  /**
312
152
  * @remarks
313
- * The users that you want to authorize.
153
+ * The users that you want to authorize to use the cloud disk.
314
154
  *
315
155
  * This parameter is required.
316
156
  */
317
157
  memberList?: RemoveFilePermissionRequestMemberList[];
318
158
  /**
319
159
  * @remarks
320
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
160
+ * The region ID. 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.
321
161
  *
322
162
  * This parameter is required.
323
163
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class RemoveFilePermissionShrinkRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the cloud disk in Cloud Drive Service.
8
+ * The ID of the enterprise drive.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class RemoveFilePermissionShrinkRequest extends $dara.Model {
15
15
  cdsId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The user ID.
18
+ * The ID of the end user.
19
19
  *
20
20
  * @example
21
21
  * user01
@@ -23,7 +23,7 @@ export class RemoveFilePermissionShrinkRequest extends $dara.Model {
23
23
  endUserId?: string;
24
24
  /**
25
25
  * @remarks
26
- * The file ID. The ID is a unique identifier for 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,19 +33,22 @@ export class RemoveFilePermissionShrinkRequest extends $dara.Model {
33
33
  fileId?: string;
34
34
  /**
35
35
  * @remarks
36
- * The group ID.
36
+ * The ID of the team space.
37
+ *
38
+ * @example
39
+ * cg-1fbmvrc7ug5m7****
37
40
  */
38
41
  groupId?: string;
39
42
  /**
40
43
  * @remarks
41
- * The users that you want to authorize.
44
+ * The users that you want to authorize to use the cloud disk.
42
45
  *
43
46
  * This parameter is required.
44
47
  */
45
48
  memberListShrink?: string;
46
49
  /**
47
50
  * @remarks
48
- * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/196646.html) operation to query the most recent region list.
51
+ * The region ID. 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.
49
52
  *
50
53
  * This parameter is required.
51
54
  *
@@ -5,11 +5,20 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class SetDesktopMaintenanceRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
+ * A list of cloud computer IDs for which you want to set maintenance mode. A maximum of 100 cloud computer IDs are supported.
9
+ *
8
10
  * This parameter is required.
9
11
  */
10
12
  desktopIds?: string[];
11
13
  /**
12
14
  * @remarks
15
+ * Enter or exit cloud computer maintenance mode.
16
+ *
17
+ * Enumerated values:
18
+ *
19
+ * * ENTER: The enters the maintenance mode.
20
+ * * EXIT: The exits the maintenance mode.
21
+ *
13
22
  * This parameter is required.
14
23
  *
15
24
  * @example
@@ -18,6 +27,8 @@ export class SetDesktopMaintenanceRequest extends $dara.Model {
18
27
  mode?: string;
19
28
  /**
20
29
  * @remarks
30
+ * The region ID. You can call the [DescribeRegions](~~DescribeRegions~~) operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available.
31
+ *
21
32
  * This parameter is required.
22
33
  *
23
34
  * @example
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class SetDesktopMaintenanceResponseBody extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The request ID.
9
+ *
7
10
  * @example
8
11
  * BA6A1853-3EA9-5EEB-86C8-3D14A3E01905
9
12
  */
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class StartDesktopsRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The IDs of the cloud computers. You can specify 1 to 20 IDs.
8
+ * The cloud computer IDs. You can specify the IDs of 1 to 100 cloud computers.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class StopDesktopsRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The IDs of the cloud computers. You can specify 1 to 20 IDs.
8
+ * The cloud computer IDs. You can specify the IDs of 1 to 100 cloud computers.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -13,6 +13,13 @@ export class StopDesktopsRequest extends $dara.Model {
13
13
  * ecd-7w78ozhjcwa3u****
14
14
  */
15
15
  desktopId?: string[];
16
+ /**
17
+ * @remarks
18
+ * Whether to perform a patch update when the update is ready. A value of true indicates that a patch update is performed.
19
+ *
20
+ * @example
21
+ * false
22
+ */
16
23
  osUpdate?: boolean;
17
24
  /**
18
25
  * @remarks
@@ -4,21 +4,38 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class TransferTaskApprovalCallbackRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The name of the OSS bucket where the file resides.
9
+ *
7
10
  * @example
8
11
  * ed****-17337752804***
9
12
  */
10
13
  ossBucketName?: string;
11
14
  /**
15
+ * @remarks
16
+ * The region where the OSS bucket storing the file resides.
17
+ *
12
18
  * @example
13
19
  * cn-hangzhou
14
20
  */
15
21
  ossBucketRegionId?: string;
16
22
  /**
23
+ * @remarks
24
+ * The approval result.
25
+ *
26
+ * Valid values:
27
+ *
28
+ * * Approved
29
+ * * Rejected
30
+ *
17
31
  * @example
18
32
  * Approved
19
33
  */
20
34
  result?: string;
21
35
  /**
36
+ * @remarks
37
+ * The ID of the transmission task.
38
+ *
22
39
  * @example
23
40
  * trt-msndfksm18fs****
24
41
  */
@@ -4,6 +4,9 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class TransferTaskApprovalCallbackResponseBody extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The request ID.
9
+ *
7
10
  * @example
8
11
  * AE7B699F-625C-587E-BC5F-1395CA****
9
12
  */
@@ -69,6 +69,8 @@ export { DescribeCenterPolicyListResponseBodyDescribePolicyGroupsUsbSupplyRedire
69
69
  export { DescribeCenterPolicyListResponseBodyDescribePolicyGroups } from './DescribeCenterPolicyListResponseBody';
70
70
  export { DescribeClientEventsResponseBodyEventsTerminalInfo } from './DescribeClientEventsResponseBody';
71
71
  export { DescribeClientEventsResponseBodyEvents } from './DescribeClientEventsResponseBody';
72
+ export { DescribeCloudDiskGroupDrivesResponseBodyCloudDriveGroups } from './DescribeCloudDiskGroupDrivesResponseBody';
73
+ export { DescribeCloudDiskGroupsResponseBodyCloudDriveGroups } from './DescribeCloudDiskGroupsResponseBody';
72
74
  export { DescribeCloudDriveGroupsResponseBodyCloudDriveGroupsAdminUserInfos } from './DescribeCloudDriveGroupsResponseBody';
73
75
  export { DescribeCloudDriveGroupsResponseBodyCloudDriveGroups } from './DescribeCloudDriveGroupsResponseBody';
74
76
  export { DescribeCloudDrivePermissionsResponseBodyCloudDrivePermissionModels } from './DescribeCloudDrivePermissionsResponseBody';
@@ -207,6 +209,7 @@ export { GetDesktopGroupDetailResponseBodyDesktopsTimerInfos } from './GetDeskto
207
209
  export { GetDesktopGroupDetailResponseBodyDesktops } from './GetDesktopGroupDetailResponseBody';
208
210
  export { ListCdsFilesResponseBodyFileModels } from './ListCdsFilesResponseBody';
209
211
  export { ListDirectoryUsersResponseBodyUsers } from './ListDirectoryUsersResponseBody';
212
+ export { ListInstalledAppsResponseBodyApps } from './ListInstalledAppsResponseBody';
210
213
  export { ListOfficeSiteOverviewResponseBodyOfficeSiteOverviewResults } from './ListOfficeSiteOverviewResponseBody';
211
214
  export { ListOfficeSiteUsersResponseBodyUsers } from './ListOfficeSiteUsersResponseBody';
212
215
  export { ListTagResourcesRequestTag } from './ListTagResourcesRequest';
@@ -554,6 +557,12 @@ export { DescribeCenterPolicyListResponse } from './DescribeCenterPolicyListResp
554
557
  export { DescribeClientEventsRequest } from './DescribeClientEventsRequest';
555
558
  export { DescribeClientEventsResponseBody } from './DescribeClientEventsResponseBody';
556
559
  export { DescribeClientEventsResponse } from './DescribeClientEventsResponse';
560
+ export { DescribeCloudDiskGroupDrivesRequest } from './DescribeCloudDiskGroupDrivesRequest';
561
+ export { DescribeCloudDiskGroupDrivesResponseBody } from './DescribeCloudDiskGroupDrivesResponseBody';
562
+ export { DescribeCloudDiskGroupDrivesResponse } from './DescribeCloudDiskGroupDrivesResponse';
563
+ export { DescribeCloudDiskGroupsRequest } from './DescribeCloudDiskGroupsRequest';
564
+ export { DescribeCloudDiskGroupsResponseBody } from './DescribeCloudDiskGroupsResponseBody';
565
+ export { DescribeCloudDiskGroupsResponse } from './DescribeCloudDiskGroupsResponse';
557
566
  export { DescribeCloudDriveGroupsRequest } from './DescribeCloudDriveGroupsRequest';
558
567
  export { DescribeCloudDriveGroupsResponseBody } from './DescribeCloudDriveGroupsResponseBody';
559
568
  export { DescribeCloudDriveGroupsResponse } from './DescribeCloudDriveGroupsResponse';
@@ -701,6 +710,9 @@ export { DescribeRouteEntryListResponse } from './DescribeRouteEntryListResponse
701
710
  export { DescribeRouteTableListRequest } from './DescribeRouteTableListRequest';
702
711
  export { DescribeRouteTableListResponseBody } from './DescribeRouteTableListResponseBody';
703
712
  export { DescribeRouteTableListResponse } from './DescribeRouteTableListResponse';
713
+ export { DescribeSecurityGroupAttributeRequest } from './DescribeSecurityGroupAttributeRequest';
714
+ export { DescribeSecurityGroupAttributeResponseBody } from './DescribeSecurityGroupAttributeResponseBody';
715
+ export { DescribeSecurityGroupAttributeResponse } from './DescribeSecurityGroupAttributeResponse';
704
716
  export { DescribeSessionStatisticRequest } from './DescribeSessionStatisticRequest';
705
717
  export { DescribeSessionStatisticResponseBody } from './DescribeSessionStatisticResponseBody';
706
718
  export { DescribeSessionStatisticResponse } from './DescribeSessionStatisticResponse';
@@ -801,6 +813,9 @@ export { ListDirectoryUsersResponse } from './ListDirectoryUsersResponse';
801
813
  export { ListFilePermissionRequest } from './ListFilePermissionRequest';
802
814
  export { ListFilePermissionResponseBody } from './ListFilePermissionResponseBody';
803
815
  export { ListFilePermissionResponse } from './ListFilePermissionResponse';
816
+ export { ListInstalledAppsRequest } from './ListInstalledAppsRequest';
817
+ export { ListInstalledAppsResponseBody } from './ListInstalledAppsResponseBody';
818
+ export { ListInstalledAppsResponse } from './ListInstalledAppsResponse';
804
819
  export { ListOfficeSiteOverviewRequest } from './ListOfficeSiteOverviewRequest';
805
820
  export { ListOfficeSiteOverviewResponseBody } from './ListOfficeSiteOverviewResponseBody';
806
821
  export { ListOfficeSiteOverviewResponse } from './ListOfficeSiteOverviewResponse';