@alicloud/ecd20200930 4.7.6 → 4.8.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 (81) hide show
  1. package/dist/client.d.ts +45 -0
  2. package/dist/client.js +171 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateDesktopsRequest.d.ts +1 -0
  5. package/dist/models/CreateDesktopsRequest.js +2 -0
  6. package/dist/models/CreateDesktopsRequest.js.map +1 -1
  7. package/dist/models/CreateDesktopsShrinkRequest.d.ts +1 -0
  8. package/dist/models/CreateDesktopsShrinkRequest.js +2 -0
  9. package/dist/models/CreateDesktopsShrinkRequest.js.map +1 -1
  10. package/dist/models/CreateDriveRequest.d.ts +63 -0
  11. package/dist/models/CreateDriveRequest.js +76 -0
  12. package/dist/models/CreateDriveRequest.js.map +1 -0
  13. package/dist/models/CreateDriveResponse.d.ts +19 -0
  14. package/dist/models/CreateDriveResponse.js +69 -0
  15. package/dist/models/CreateDriveResponse.js.map +1 -0
  16. package/dist/models/CreateDriveResponseBody.d.ts +35 -0
  17. package/dist/models/CreateDriveResponseBody.js +70 -0
  18. package/dist/models/CreateDriveResponseBody.js.map +1 -0
  19. package/dist/models/CreateDriveResponseBodyDrive.d.ts +96 -0
  20. package/dist/models/CreateDriveResponseBodyDrive.js +88 -0
  21. package/dist/models/CreateDriveResponseBodyDrive.js.map +1 -0
  22. package/dist/models/DeleteDriveRequest.d.ts +23 -0
  23. package/dist/models/DeleteDriveRequest.js +60 -0
  24. package/dist/models/DeleteDriveRequest.js.map +1 -0
  25. package/dist/models/DeleteDriveResponse.d.ts +19 -0
  26. package/dist/models/DeleteDriveResponse.js +69 -0
  27. package/dist/models/DeleteDriveResponse.js.map +1 -0
  28. package/dist/models/DeleteDriveResponseBody.d.ts +38 -0
  29. package/dist/models/DeleteDriveResponseBody.js +66 -0
  30. package/dist/models/DeleteDriveResponseBody.js.map +1 -0
  31. package/dist/models/DescribeDesktopSessionsRequest.d.ts +1 -0
  32. package/dist/models/DescribeDesktopSessionsRequest.js +2 -0
  33. package/dist/models/DescribeDesktopSessionsRequest.js.map +1 -1
  34. package/dist/models/DescribeDesktopSessionsResponseBodySessions.d.ts +2 -0
  35. package/dist/models/DescribeDesktopSessionsResponseBodySessions.js +6 -0
  36. package/dist/models/DescribeDesktopSessionsResponseBodySessions.js.map +1 -1
  37. package/dist/models/DescribeDesktopSessionsResponseBodySessionsResourceGroups.d.ts +15 -0
  38. package/dist/models/DescribeDesktopSessionsResponseBodySessionsResourceGroups.js +60 -0
  39. package/dist/models/DescribeDesktopSessionsResponseBodySessionsResourceGroups.js.map +1 -0
  40. package/dist/models/DescribeDrivesRequest.d.ts +39 -0
  41. package/dist/models/DescribeDrivesRequest.js +71 -0
  42. package/dist/models/DescribeDrivesRequest.js.map +1 -0
  43. package/dist/models/DescribeDrivesResponse.d.ts +19 -0
  44. package/dist/models/DescribeDrivesResponse.js +69 -0
  45. package/dist/models/DescribeDrivesResponse.js.map +1 -0
  46. package/dist/models/DescribeDrivesResponseBody.d.ts +45 -0
  47. package/dist/models/DescribeDrivesResponseBody.js +74 -0
  48. package/dist/models/DescribeDrivesResponseBody.js.map +1 -0
  49. package/dist/models/DescribeDrivesResponseBodyDrives.d.ts +110 -0
  50. package/dist/models/DescribeDrivesResponseBodyDrives.js +100 -0
  51. package/dist/models/DescribeDrivesResponseBodyDrives.js.map +1 -0
  52. package/dist/models/DescribeDrivesResponseBodyDrivesDesktopGroups.d.ts +23 -0
  53. package/dist/models/DescribeDrivesResponseBodyDrivesDesktopGroups.js +60 -0
  54. package/dist/models/DescribeDrivesResponseBodyDrivesDesktopGroups.js.map +1 -0
  55. package/dist/models/DescribeOfficeSitesRequest.d.ts +1 -0
  56. package/dist/models/DescribeOfficeSitesRequest.js +2 -0
  57. package/dist/models/DescribeOfficeSitesRequest.js.map +1 -1
  58. package/dist/models/model.d.ts +13 -0
  59. package/dist/models/model.js +45 -19
  60. package/dist/models/model.js.map +1 -1
  61. package/package.json +1 -1
  62. package/src/client.ts +198 -0
  63. package/src/models/CreateDesktopsRequest.ts +3 -0
  64. package/src/models/CreateDesktopsShrinkRequest.ts +3 -0
  65. package/src/models/CreateDriveRequest.ts +94 -0
  66. package/src/models/CreateDriveResponse.ts +40 -0
  67. package/src/models/CreateDriveResponseBody.ts +59 -0
  68. package/src/models/CreateDriveResponseBodyDrive.ts +139 -0
  69. package/src/models/DeleteDriveRequest.ts +38 -0
  70. package/src/models/DeleteDriveResponse.ts +40 -0
  71. package/src/models/DeleteDriveResponseBody.ts +59 -0
  72. package/src/models/DescribeDesktopSessionsRequest.ts +3 -0
  73. package/src/models/DescribeDesktopSessionsResponseBodySessions.ts +7 -0
  74. package/src/models/DescribeDesktopSessionsResponseBodySessionsResourceGroups.ts +30 -0
  75. package/src/models/DescribeDrivesRequest.ts +65 -0
  76. package/src/models/DescribeDrivesResponse.ts +40 -0
  77. package/src/models/DescribeDrivesResponseBody.ts +73 -0
  78. package/src/models/DescribeDrivesResponseBodyDrives.ts +164 -0
  79. package/src/models/DescribeDrivesResponseBodyDrivesDesktopGroups.ts +38 -0
  80. package/src/models/DescribeOfficeSitesRequest.ts +3 -0
  81. package/src/models/model.ts +13 -0
@@ -0,0 +1,59 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DeleteDriveResponseBody extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 200
9
+ */
10
+ code?: string;
11
+ /**
12
+ * @example
13
+ * true
14
+ */
15
+ data?: boolean;
16
+ /**
17
+ * @example
18
+ * successful
19
+ */
20
+ message?: string;
21
+ /**
22
+ * @example
23
+ * B7AA****
24
+ */
25
+ requestId?: string;
26
+ /**
27
+ * @example
28
+ * true
29
+ */
30
+ success?: boolean;
31
+ static names(): { [key: string]: string } {
32
+ return {
33
+ code: 'Code',
34
+ data: 'Data',
35
+ message: 'Message',
36
+ requestId: 'RequestId',
37
+ success: 'Success',
38
+ };
39
+ }
40
+
41
+ static types(): { [key: string]: any } {
42
+ return {
43
+ code: 'string',
44
+ data: 'boolean',
45
+ message: 'string',
46
+ requestId: 'string',
47
+ success: 'boolean',
48
+ };
49
+ }
50
+
51
+ validate() {
52
+ super.validate();
53
+ }
54
+
55
+ constructor(map?: { [key: string]: any }) {
56
+ super(map);
57
+ }
58
+ }
59
+
@@ -82,6 +82,7 @@ export class DescribeDesktopSessionsRequest extends $dara.Model {
82
82
  * cn-hangzhou
83
83
  */
84
84
  regionId?: string;
85
+ resourceGroupId?: string;
85
86
  /**
86
87
  * @remarks
87
88
  * The state of the session.
@@ -130,6 +131,7 @@ export class DescribeDesktopSessionsRequest extends $dara.Model {
130
131
  pageNumber: 'PageNumber',
131
132
  pageSize: 'PageSize',
132
133
  regionId: 'RegionId',
134
+ resourceGroupId: 'ResourceGroupId',
133
135
  sessionStatus: 'SessionStatus',
134
136
  startTime: 'StartTime',
135
137
  subPayType: 'SubPayType',
@@ -148,6 +150,7 @@ export class DescribeDesktopSessionsRequest extends $dara.Model {
148
150
  pageNumber: 'number',
149
151
  pageSize: 'number',
150
152
  regionId: 'string',
153
+ resourceGroupId: 'string',
151
154
  sessionStatus: 'string',
152
155
  startTime: 'string',
153
156
  subPayType: 'string',
@@ -1,5 +1,6 @@
1
1
  // This file is auto-generated, don't edit it
2
2
  import * as $dara from '@darabonba/typescript';
3
+ import { DescribeDesktopSessionsResponseBodySessionsResourceGroups } from "./DescribeDesktopSessionsResponseBodySessionsResourceGroups";
3
4
 
4
5
 
5
6
  export class DescribeDesktopSessionsResponseBodySessions extends $dara.Model {
@@ -117,6 +118,7 @@ export class DescribeDesktopSessionsResponseBodySessions extends $dara.Model {
117
118
  * ASP
118
119
  */
119
120
  protocolType?: string;
121
+ resourceGroups?: DescribeDesktopSessionsResponseBodySessionsResourceGroups[];
120
122
  /**
121
123
  * @remarks
122
124
  * The end time of the session.
@@ -192,6 +194,7 @@ export class DescribeDesktopSessionsResponseBodySessions extends $dara.Model {
192
194
  osSessionStatus: 'OsSessionStatus',
193
195
  osType: 'OsType',
194
196
  protocolType: 'ProtocolType',
197
+ resourceGroups: 'ResourceGroups',
195
198
  sessionEndTime: 'SessionEndTime',
196
199
  sessionIdleTime: 'SessionIdleTime',
197
200
  sessionStartTime: 'SessionStartTime',
@@ -216,6 +219,7 @@ export class DescribeDesktopSessionsResponseBodySessions extends $dara.Model {
216
219
  osSessionStatus: 'string',
217
220
  osType: 'string',
218
221
  protocolType: 'string',
222
+ resourceGroups: { 'type': 'array', 'itemType': DescribeDesktopSessionsResponseBodySessionsResourceGroups },
219
223
  sessionEndTime: 'string',
220
224
  sessionIdleTime: 'number',
221
225
  sessionStartTime: 'string',
@@ -226,6 +230,9 @@ export class DescribeDesktopSessionsResponseBodySessions extends $dara.Model {
226
230
  }
227
231
 
228
232
  validate() {
233
+ if(Array.isArray(this.resourceGroups)) {
234
+ $dara.Model.validateArray(this.resourceGroups);
235
+ }
229
236
  super.validate();
230
237
  }
231
238
 
@@ -0,0 +1,30 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeDesktopSessionsResponseBodySessionsResourceGroups extends $dara.Model {
6
+ id?: string;
7
+ name?: string;
8
+ static names(): { [key: string]: string } {
9
+ return {
10
+ id: 'Id',
11
+ name: 'Name',
12
+ };
13
+ }
14
+
15
+ static types(): { [key: string]: any } {
16
+ return {
17
+ id: 'string',
18
+ name: 'string',
19
+ };
20
+ }
21
+
22
+ validate() {
23
+ super.validate();
24
+ }
25
+
26
+ constructor(map?: { [key: string]: any }) {
27
+ super(map);
28
+ }
29
+ }
30
+
@@ -0,0 +1,65 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeDrivesRequest extends $dara.Model {
6
+ domainIds?: string[];
7
+ /**
8
+ * @example
9
+ * 20
10
+ */
11
+ maxResults?: number;
12
+ /**
13
+ * @example
14
+ * AAAA****
15
+ */
16
+ nextToken?: string;
17
+ /**
18
+ * @example
19
+ * cn-hangzhou
20
+ */
21
+ regionId?: string;
22
+ /**
23
+ * @example
24
+ * NAS
25
+ */
26
+ resourceType?: string;
27
+ /**
28
+ * @example
29
+ * user01
30
+ */
31
+ userId?: string;
32
+ static names(): { [key: string]: string } {
33
+ return {
34
+ domainIds: 'DomainIds',
35
+ maxResults: 'MaxResults',
36
+ nextToken: 'NextToken',
37
+ regionId: 'RegionId',
38
+ resourceType: 'ResourceType',
39
+ userId: 'UserId',
40
+ };
41
+ }
42
+
43
+ static types(): { [key: string]: any } {
44
+ return {
45
+ domainIds: { 'type': 'array', 'itemType': 'string' },
46
+ maxResults: 'number',
47
+ nextToken: 'string',
48
+ regionId: 'string',
49
+ resourceType: 'string',
50
+ userId: 'string',
51
+ };
52
+ }
53
+
54
+ validate() {
55
+ if(Array.isArray(this.domainIds)) {
56
+ $dara.Model.validateArray(this.domainIds);
57
+ }
58
+ super.validate();
59
+ }
60
+
61
+ constructor(map?: { [key: string]: any }) {
62
+ super(map);
63
+ }
64
+ }
65
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribeDrivesResponseBody } from "./DescribeDrivesResponseBody";
4
+
5
+
6
+ export class DescribeDrivesResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: DescribeDrivesResponseBody;
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: DescribeDrivesResponseBody,
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,73 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribeDrivesResponseBodyDrives } from "./DescribeDrivesResponseBodyDrives";
4
+
5
+
6
+ export class DescribeDrivesResponseBody extends $dara.Model {
7
+ /**
8
+ * @example
9
+ * 200
10
+ */
11
+ code?: string;
12
+ /**
13
+ * @example
14
+ * 2
15
+ */
16
+ count?: number;
17
+ drives?: DescribeDrivesResponseBodyDrives[];
18
+ /**
19
+ * @example
20
+ * successful
21
+ */
22
+ message?: string;
23
+ /**
24
+ * @example
25
+ * AAAA****
26
+ */
27
+ nextToken?: string;
28
+ /**
29
+ * @example
30
+ * B7AA****
31
+ */
32
+ requestId?: string;
33
+ /**
34
+ * @example
35
+ * true
36
+ */
37
+ success?: boolean;
38
+ static names(): { [key: string]: string } {
39
+ return {
40
+ code: 'Code',
41
+ count: 'Count',
42
+ drives: 'Drives',
43
+ message: 'Message',
44
+ nextToken: 'NextToken',
45
+ requestId: 'RequestId',
46
+ success: 'Success',
47
+ };
48
+ }
49
+
50
+ static types(): { [key: string]: any } {
51
+ return {
52
+ code: 'string',
53
+ count: 'number',
54
+ drives: { 'type': 'array', 'itemType': DescribeDrivesResponseBodyDrives },
55
+ message: 'string',
56
+ nextToken: 'string',
57
+ requestId: 'string',
58
+ success: 'boolean',
59
+ };
60
+ }
61
+
62
+ validate() {
63
+ if(Array.isArray(this.drives)) {
64
+ $dara.Model.validateArray(this.drives);
65
+ }
66
+ super.validate();
67
+ }
68
+
69
+ constructor(map?: { [key: string]: any }) {
70
+ super(map);
71
+ }
72
+ }
73
+
@@ -0,0 +1,164 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { DescribeDrivesResponseBodyDrivesDesktopGroups } from "./DescribeDrivesResponseBodyDrivesDesktopGroups";
4
+
5
+
6
+ export class DescribeDrivesResponseBodyDrives extends $dara.Model {
7
+ /**
8
+ * @example
9
+ * 1202****
10
+ */
11
+ aliUid?: number;
12
+ /**
13
+ * @example
14
+ * test****
15
+ */
16
+ description?: string;
17
+ /**
18
+ * @example
19
+ * 1
20
+ */
21
+ desktopGroupCount?: number;
22
+ desktopGroups?: DescribeDrivesResponseBodyDrivesDesktopGroups[];
23
+ /**
24
+ * @example
25
+ * dom-aaaa****
26
+ */
27
+ domainId?: string;
28
+ /**
29
+ * @example
30
+ * dri-aaaa****
31
+ */
32
+ driveId?: string;
33
+ /**
34
+ * @example
35
+ * true
36
+ */
37
+ enableProfileManagement?: boolean;
38
+ /**
39
+ * @example
40
+ * 0976****
41
+ */
42
+ externalDomainId?: string;
43
+ /**
44
+ * @example
45
+ * 1100****
46
+ */
47
+ externalDriveId?: string;
48
+ /**
49
+ * @example
50
+ * user01@cn-hangzhou.120****
51
+ */
52
+ externalUserId?: string;
53
+ /**
54
+ * @example
55
+ * 2025-07-02T08:42:26.000+00:00
56
+ */
57
+ gmtCreate?: string;
58
+ /**
59
+ * @example
60
+ * 2025-07-07T02:46:04.000+00:00
61
+ */
62
+ gmtModified?: string;
63
+ /**
64
+ * @example
65
+ * 1
66
+ */
67
+ id?: string;
68
+ /**
69
+ * @example
70
+ * test****
71
+ */
72
+ name?: string;
73
+ /**
74
+ * @example
75
+ * -
76
+ */
77
+ profileRoaming?: boolean;
78
+ /**
79
+ * @example
80
+ * NORMAL
81
+ */
82
+ status?: string;
83
+ /**
84
+ * @example
85
+ * 536870912000
86
+ */
87
+ totalSize?: number;
88
+ /**
89
+ * @example
90
+ * USER_PROFILE
91
+ */
92
+ type?: string;
93
+ /**
94
+ * @example
95
+ * 243175936
96
+ */
97
+ usedSize?: number;
98
+ /**
99
+ * @example
100
+ * user01
101
+ */
102
+ userId?: string;
103
+ static names(): { [key: string]: string } {
104
+ return {
105
+ aliUid: 'AliUid',
106
+ description: 'Description',
107
+ desktopGroupCount: 'DesktopGroupCount',
108
+ desktopGroups: 'DesktopGroups',
109
+ domainId: 'DomainId',
110
+ driveId: 'DriveId',
111
+ enableProfileManagement: 'EnableProfileManagement',
112
+ externalDomainId: 'ExternalDomainId',
113
+ externalDriveId: 'ExternalDriveId',
114
+ externalUserId: 'ExternalUserId',
115
+ gmtCreate: 'GmtCreate',
116
+ gmtModified: 'GmtModified',
117
+ id: 'Id',
118
+ name: 'Name',
119
+ profileRoaming: 'ProfileRoaming',
120
+ status: 'Status',
121
+ totalSize: 'TotalSize',
122
+ type: 'Type',
123
+ usedSize: 'UsedSize',
124
+ userId: 'UserId',
125
+ };
126
+ }
127
+
128
+ static types(): { [key: string]: any } {
129
+ return {
130
+ aliUid: 'number',
131
+ description: 'string',
132
+ desktopGroupCount: 'number',
133
+ desktopGroups: { 'type': 'array', 'itemType': DescribeDrivesResponseBodyDrivesDesktopGroups },
134
+ domainId: 'string',
135
+ driveId: 'string',
136
+ enableProfileManagement: 'boolean',
137
+ externalDomainId: 'string',
138
+ externalDriveId: 'string',
139
+ externalUserId: 'string',
140
+ gmtCreate: 'string',
141
+ gmtModified: 'string',
142
+ id: 'string',
143
+ name: 'string',
144
+ profileRoaming: 'boolean',
145
+ status: 'string',
146
+ totalSize: 'number',
147
+ type: 'string',
148
+ usedSize: 'number',
149
+ userId: 'string',
150
+ };
151
+ }
152
+
153
+ validate() {
154
+ if(Array.isArray(this.desktopGroups)) {
155
+ $dara.Model.validateArray(this.desktopGroups);
156
+ }
157
+ super.validate();
158
+ }
159
+
160
+ constructor(map?: { [key: string]: any }) {
161
+ super(map);
162
+ }
163
+ }
164
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeDrivesResponseBodyDrivesDesktopGroups extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * dg-aaaa****
9
+ */
10
+ desktopGroupId?: string;
11
+ /**
12
+ * @example
13
+ * group01
14
+ */
15
+ desktopGroupName?: string;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ desktopGroupId: 'DesktopGroupId',
19
+ desktopGroupName: 'DesktopGroupName',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ desktopGroupId: 'string',
26
+ desktopGroupName: 'string',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -161,6 +161,7 @@ export class DescribeOfficeSitesRequest extends $dara.Model {
161
161
  * REGISTERED
162
162
  */
163
163
  status?: string;
164
+ vpcId?: string;
164
165
  static names(): { [key: string]: string } {
165
166
  return {
166
167
  maxResults: 'MaxResults',
@@ -170,6 +171,7 @@ export class DescribeOfficeSitesRequest extends $dara.Model {
170
171
  regionId: 'RegionId',
171
172
  securityProtection: 'SecurityProtection',
172
173
  status: 'Status',
174
+ vpcId: 'VpcId',
173
175
  };
174
176
  }
175
177
 
@@ -182,6 +184,7 @@ export class DescribeOfficeSitesRequest extends $dara.Model {
182
184
  regionId: 'string',
183
185
  securityProtection: 'string',
184
186
  status: 'string',
187
+ vpcId: 'string',
185
188
  };
186
189
  }
187
190
 
@@ -35,6 +35,7 @@ export { CreateDesktopsShrinkRequestDesktopTimers } from './CreateDesktopsShrink
35
35
  export { CreateDesktopsShrinkRequestMonthDesktopSetting } from './CreateDesktopsShrinkRequestMonthDesktopSetting';
36
36
  export { CreateDesktopsShrinkRequestTag } from './CreateDesktopsShrinkRequestTag';
37
37
  export { CreateDesktopsShrinkRequestUserCommands } from './CreateDesktopsShrinkRequestUserCommands';
38
+ export { CreateDriveResponseBodyDrive } from './CreateDriveResponseBodyDrive';
38
39
  export { CreatePolicyGroupRequestAuthorizeAccessPolicyRule } from './CreatePolicyGroupRequestAuthorizeAccessPolicyRule';
39
40
  export { CreatePolicyGroupRequestAuthorizeSecurityPolicyRule } from './CreatePolicyGroupRequestAuthorizeSecurityPolicyRule';
40
41
  export { CreatePolicyGroupRequestClientType } from './CreatePolicyGroupRequestClientType';
@@ -80,6 +81,7 @@ export { DescribeDesktopInfoResponseBodyDesktops } from './DescribeDesktopInfoRe
80
81
  export { DescribeDesktopOversoldGroupResponseBodyData } from './DescribeDesktopOversoldGroupResponseBodyData';
81
82
  export { DescribeDesktopOversoldUserResponseBodyData } from './DescribeDesktopOversoldUserResponseBodyData';
82
83
  export { DescribeDesktopOversoldUserGroupResponseBodyData } from './DescribeDesktopOversoldUserGroupResponseBodyData';
84
+ export { DescribeDesktopSessionsResponseBodySessionsResourceGroups } from './DescribeDesktopSessionsResponseBodySessionsResourceGroups';
83
85
  export { DescribeDesktopSessionsResponseBodySessions } from './DescribeDesktopSessionsResponseBodySessions';
84
86
  export { DescribeDesktopTypesResponseBodyDesktopTypes } from './DescribeDesktopTypesResponseBodyDesktopTypes';
85
87
  export { DescribeDesktopsRequestTag } from './DescribeDesktopsRequestTag';
@@ -99,6 +101,8 @@ export { DescribeDevicesResponseBodyDevices } from './DescribeDevicesResponseBod
99
101
  export { DescribeDirectoriesResponseBodyDirectoriesADConnectors } from './DescribeDirectoriesResponseBodyDirectoriesAdconnectors';
100
102
  export { DescribeDirectoriesResponseBodyDirectoriesLogs } from './DescribeDirectoriesResponseBodyDirectoriesLogs';
101
103
  export { DescribeDirectoriesResponseBodyDirectories } from './DescribeDirectoriesResponseBodyDirectories';
104
+ export { DescribeDrivesResponseBodyDrivesDesktopGroups } from './DescribeDrivesResponseBodyDrivesDesktopGroups';
105
+ export { DescribeDrivesResponseBodyDrives } from './DescribeDrivesResponseBodyDrives';
102
106
  export { DescribeFlowStatisticResponseBodyDesktopFlowStatistic } from './DescribeFlowStatisticResponseBodyDesktopFlowStatistic';
103
107
  export { DescribeFotaPendingDesktopsResponseBodyFotaPendingDesktopsSessions } from './DescribeFotaPendingDesktopsResponseBodyFotaPendingDesktopsSessions';
104
108
  export { DescribeFotaPendingDesktopsResponseBodyFotaPendingDesktops } from './DescribeFotaPendingDesktopsResponseBodyFotaPendingDesktops';
@@ -360,6 +364,9 @@ export { CreateDesktopsResponse } from './CreateDesktopsResponse';
360
364
  export { CreateDiskEncryptionServiceRequest } from './CreateDiskEncryptionServiceRequest';
361
365
  export { CreateDiskEncryptionServiceResponseBody } from './CreateDiskEncryptionServiceResponseBody';
362
366
  export { CreateDiskEncryptionServiceResponse } from './CreateDiskEncryptionServiceResponse';
367
+ export { CreateDriveRequest } from './CreateDriveRequest';
368
+ export { CreateDriveResponseBody } from './CreateDriveResponseBody';
369
+ export { CreateDriveResponse } from './CreateDriveResponse';
363
370
  export { CreateImageRequest } from './CreateImageRequest';
364
371
  export { CreateImageResponseBody } from './CreateImageResponseBody';
365
372
  export { CreateImageResponse } from './CreateImageResponse';
@@ -417,6 +424,9 @@ export { DeleteDevicesResponse } from './DeleteDevicesResponse';
417
424
  export { DeleteDirectoriesRequest } from './DeleteDirectoriesRequest';
418
425
  export { DeleteDirectoriesResponseBody } from './DeleteDirectoriesResponseBody';
419
426
  export { DeleteDirectoriesResponse } from './DeleteDirectoriesResponse';
427
+ export { DeleteDriveRequest } from './DeleteDriveRequest';
428
+ export { DeleteDriveResponseBody } from './DeleteDriveResponseBody';
429
+ export { DeleteDriveResponse } from './DeleteDriveResponse';
420
430
  export { DeleteEduRoomRequest } from './DeleteEduRoomRequest';
421
431
  export { DeleteEduRoomResponseBody } from './DeleteEduRoomResponseBody';
422
432
  export { DeleteEduRoomResponse } from './DeleteEduRoomResponse';
@@ -516,6 +526,9 @@ export { DescribeDevicesResponse } from './DescribeDevicesResponse';
516
526
  export { DescribeDirectoriesRequest } from './DescribeDirectoriesRequest';
517
527
  export { DescribeDirectoriesResponseBody } from './DescribeDirectoriesResponseBody';
518
528
  export { DescribeDirectoriesResponse } from './DescribeDirectoriesResponse';
529
+ export { DescribeDrivesRequest } from './DescribeDrivesRequest';
530
+ export { DescribeDrivesResponseBody } from './DescribeDrivesResponseBody';
531
+ export { DescribeDrivesResponse } from './DescribeDrivesResponse';
519
532
  export { DescribeFlowMetricRequest } from './DescribeFlowMetricRequest';
520
533
  export { DescribeFlowMetricResponseBody } from './DescribeFlowMetricResponseBody';
521
534
  export { DescribeFlowMetricResponse } from './DescribeFlowMetricResponse';