@aws-sdk/client-workspaces 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/WorkSpaces.d.ts +66 -0
- package/dist-types/WorkSpacesClient.d.ts +24 -4
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +16 -0
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientBrandingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientBrandingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ImportClientBrandingCommand.d.ts +16 -0
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +16 -0
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +16 -0
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyAccountCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +16 -0
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +16 -0
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +16 -0
- package/dist-types/commands/StartWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/StopWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +16 -0
- package/dist-types/models/WorkSpacesServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +549 -0
- package/dist-types/pagination/DescribeWorkspaceBundlesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeWorkspacesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>The user is not authorized to access a resource.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -11,20 +12,30 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
12
|
*/
|
|
12
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
14
18
|
export declare enum AccessPropertyValue {
|
|
15
19
|
ALLOW = "ALLOW",
|
|
16
20
|
DENY = "DENY"
|
|
17
21
|
}
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
18
25
|
export declare enum DedicatedTenancySupportResultEnum {
|
|
19
26
|
DISABLED = "DISABLED",
|
|
20
27
|
ENABLED = "ENABLED"
|
|
21
28
|
}
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
22
32
|
export declare enum DedicatedTenancyModificationStateEnum {
|
|
23
33
|
COMPLETED = "COMPLETED",
|
|
24
34
|
FAILED = "FAILED",
|
|
25
35
|
PENDING = "PENDING"
|
|
26
36
|
}
|
|
27
37
|
/**
|
|
38
|
+
* @public
|
|
28
39
|
* <p>Describes a modification to the configuration of Bring Your Own License (BYOL) for the
|
|
29
40
|
* specified account. </p>
|
|
30
41
|
*/
|
|
@@ -56,10 +67,16 @@ export interface AccountModification {
|
|
|
56
67
|
*/
|
|
57
68
|
ErrorMessage?: string;
|
|
58
69
|
}
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
59
73
|
export declare enum Application {
|
|
60
74
|
Microsoft_Office_2016 = "Microsoft_Office_2016",
|
|
61
75
|
Microsoft_Office_2019 = "Microsoft_Office_2019"
|
|
62
76
|
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
63
80
|
export interface AssociateConnectionAliasRequest {
|
|
64
81
|
/**
|
|
65
82
|
* <p>The identifier of the connection alias.</p>
|
|
@@ -70,6 +87,9 @@ export interface AssociateConnectionAliasRequest {
|
|
|
70
87
|
*/
|
|
71
88
|
ResourceId: string | undefined;
|
|
72
89
|
}
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
73
93
|
export interface AssociateConnectionAliasResult {
|
|
74
94
|
/**
|
|
75
95
|
* <p>The identifier of the connection alias association. You use the connection identifier in
|
|
@@ -78,6 +98,7 @@ export interface AssociateConnectionAliasResult {
|
|
|
78
98
|
ConnectionIdentifier?: string;
|
|
79
99
|
}
|
|
80
100
|
/**
|
|
101
|
+
* @public
|
|
81
102
|
* <p>One or more parameter values are not valid.</p>
|
|
82
103
|
*/
|
|
83
104
|
export declare class InvalidParameterValuesException extends __BaseException {
|
|
@@ -89,6 +110,7 @@ export declare class InvalidParameterValuesException extends __BaseException {
|
|
|
89
110
|
constructor(opts: __ExceptionOptionType<InvalidParameterValuesException, __BaseException>);
|
|
90
111
|
}
|
|
91
112
|
/**
|
|
113
|
+
* @public
|
|
92
114
|
* <p>The state of the resource is not valid for this operation.</p>
|
|
93
115
|
*/
|
|
94
116
|
export declare class InvalidResourceStateException extends __BaseException {
|
|
@@ -100,6 +122,7 @@ export declare class InvalidResourceStateException extends __BaseException {
|
|
|
100
122
|
constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
|
|
101
123
|
}
|
|
102
124
|
/**
|
|
125
|
+
* @public
|
|
103
126
|
* <p>This operation is not supported.</p>
|
|
104
127
|
*/
|
|
105
128
|
export declare class OperationNotSupportedException extends __BaseException {
|
|
@@ -115,6 +138,7 @@ export declare class OperationNotSupportedException extends __BaseException {
|
|
|
115
138
|
constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
|
|
116
139
|
}
|
|
117
140
|
/**
|
|
141
|
+
* @public
|
|
118
142
|
* <p>The resource is associated with a directory.</p>
|
|
119
143
|
*/
|
|
120
144
|
export declare class ResourceAssociatedException extends __BaseException {
|
|
@@ -126,6 +150,7 @@ export declare class ResourceAssociatedException extends __BaseException {
|
|
|
126
150
|
constructor(opts: __ExceptionOptionType<ResourceAssociatedException, __BaseException>);
|
|
127
151
|
}
|
|
128
152
|
/**
|
|
153
|
+
* @public
|
|
129
154
|
* <p>The resource could not be found.</p>
|
|
130
155
|
*/
|
|
131
156
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -140,6 +165,9 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
140
165
|
*/
|
|
141
166
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
142
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
143
171
|
export interface AssociateIpGroupsRequest {
|
|
144
172
|
/**
|
|
145
173
|
* <p>The identifier of the directory.</p>
|
|
@@ -150,9 +178,13 @@ export interface AssociateIpGroupsRequest {
|
|
|
150
178
|
*/
|
|
151
179
|
GroupIds: string[] | undefined;
|
|
152
180
|
}
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
153
184
|
export interface AssociateIpGroupsResult {
|
|
154
185
|
}
|
|
155
186
|
/**
|
|
187
|
+
* @public
|
|
156
188
|
* <p>Your resource limits have been exceeded.</p>
|
|
157
189
|
*/
|
|
158
190
|
export declare class ResourceLimitExceededException extends __BaseException {
|
|
@@ -163,6 +195,9 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
163
195
|
*/
|
|
164
196
|
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
165
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
166
201
|
export declare enum AssociationStatus {
|
|
167
202
|
ASSOCIATED_WITH_OWNER_ACCOUNT = "ASSOCIATED_WITH_OWNER_ACCOUNT",
|
|
168
203
|
ASSOCIATED_WITH_SHARED_ACCOUNT = "ASSOCIATED_WITH_SHARED_ACCOUNT",
|
|
@@ -171,6 +206,7 @@ export declare enum AssociationStatus {
|
|
|
171
206
|
PENDING_DISASSOCIATION = "PENDING_DISASSOCIATION"
|
|
172
207
|
}
|
|
173
208
|
/**
|
|
209
|
+
* @public
|
|
174
210
|
* <p>Describes a rule for an IP access control group.</p>
|
|
175
211
|
*/
|
|
176
212
|
export interface IpRuleItem {
|
|
@@ -183,6 +219,9 @@ export interface IpRuleItem {
|
|
|
183
219
|
*/
|
|
184
220
|
ruleDesc?: string;
|
|
185
221
|
}
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
186
225
|
export interface AuthorizeIpRulesRequest {
|
|
187
226
|
/**
|
|
188
227
|
* <p>The identifier of the group.</p>
|
|
@@ -193,12 +232,21 @@ export interface AuthorizeIpRulesRequest {
|
|
|
193
232
|
*/
|
|
194
233
|
UserRules: IpRuleItem[] | undefined;
|
|
195
234
|
}
|
|
235
|
+
/**
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
196
238
|
export interface AuthorizeIpRulesResult {
|
|
197
239
|
}
|
|
240
|
+
/**
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
198
243
|
export declare enum BundleType {
|
|
199
244
|
REGULAR = "REGULAR",
|
|
200
245
|
STANDBY = "STANDBY"
|
|
201
246
|
}
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
202
250
|
export declare enum Compute {
|
|
203
251
|
GRAPHICS = "GRAPHICS",
|
|
204
252
|
GRAPHICSPRO = "GRAPHICSPRO",
|
|
@@ -211,6 +259,7 @@ export declare enum Compute {
|
|
|
211
259
|
VALUE = "VALUE"
|
|
212
260
|
}
|
|
213
261
|
/**
|
|
262
|
+
* @public
|
|
214
263
|
* <p>Describes the compute type of the bundle.</p>
|
|
215
264
|
*/
|
|
216
265
|
export interface ComputeType {
|
|
@@ -220,6 +269,7 @@ export interface ComputeType {
|
|
|
220
269
|
Name?: Compute | string;
|
|
221
270
|
}
|
|
222
271
|
/**
|
|
272
|
+
* @public
|
|
223
273
|
* <p>Describes the root volume for a WorkSpace bundle.</p>
|
|
224
274
|
*/
|
|
225
275
|
export interface RootStorage {
|
|
@@ -228,12 +278,16 @@ export interface RootStorage {
|
|
|
228
278
|
*/
|
|
229
279
|
Capacity?: string;
|
|
230
280
|
}
|
|
281
|
+
/**
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
231
284
|
export declare enum WorkspaceBundleState {
|
|
232
285
|
AVAILABLE = "AVAILABLE",
|
|
233
286
|
ERROR = "ERROR",
|
|
234
287
|
PENDING = "PENDING"
|
|
235
288
|
}
|
|
236
289
|
/**
|
|
290
|
+
* @public
|
|
237
291
|
* <p>Describes the user volume for a WorkSpace bundle.</p>
|
|
238
292
|
*/
|
|
239
293
|
export interface UserStorage {
|
|
@@ -243,6 +297,7 @@ export interface UserStorage {
|
|
|
243
297
|
Capacity?: string;
|
|
244
298
|
}
|
|
245
299
|
/**
|
|
300
|
+
* @public
|
|
246
301
|
* <p>Describes a WorkSpace bundle.</p>
|
|
247
302
|
*/
|
|
248
303
|
export interface WorkspaceBundle {
|
|
@@ -297,11 +352,15 @@ export interface WorkspaceBundle {
|
|
|
297
352
|
*/
|
|
298
353
|
BundleType?: BundleType | string;
|
|
299
354
|
}
|
|
355
|
+
/**
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
300
358
|
export declare enum CertificateBasedAuthStatusEnum {
|
|
301
359
|
DISABLED = "DISABLED",
|
|
302
360
|
ENABLED = "ENABLED"
|
|
303
361
|
}
|
|
304
362
|
/**
|
|
363
|
+
* @public
|
|
305
364
|
* <p>Describes the properties of the certificate-based authentication you want to use
|
|
306
365
|
* with your WorkSpaces.</p>
|
|
307
366
|
*/
|
|
@@ -315,6 +374,9 @@ export interface CertificateBasedAuthProperties {
|
|
|
315
374
|
*/
|
|
316
375
|
CertificateAuthorityArn?: string;
|
|
317
376
|
}
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
318
380
|
export declare enum ClientDeviceType {
|
|
319
381
|
DEVICE_TYPE_ANDROID = "DeviceTypeAndroid",
|
|
320
382
|
DEVICE_TYPE_IOS = "DeviceTypeIos",
|
|
@@ -323,15 +385,22 @@ export declare enum ClientDeviceType {
|
|
|
323
385
|
DEVICE_TYPE_WEB = "DeviceTypeWeb",
|
|
324
386
|
DEVICE_TYPE_WINDOWS = "DeviceTypeWindows"
|
|
325
387
|
}
|
|
388
|
+
/**
|
|
389
|
+
* @public
|
|
390
|
+
*/
|
|
326
391
|
export declare enum LogUploadEnum {
|
|
327
392
|
DISABLED = "DISABLED",
|
|
328
393
|
ENABLED = "ENABLED"
|
|
329
394
|
}
|
|
395
|
+
/**
|
|
396
|
+
* @public
|
|
397
|
+
*/
|
|
330
398
|
export declare enum ReconnectEnum {
|
|
331
399
|
DISABLED = "DISABLED",
|
|
332
400
|
ENABLED = "ENABLED"
|
|
333
401
|
}
|
|
334
402
|
/**
|
|
403
|
+
* @public
|
|
335
404
|
* <p>Describes an Amazon WorkSpaces client.</p>
|
|
336
405
|
*/
|
|
337
406
|
export interface ClientProperties {
|
|
@@ -350,6 +419,7 @@ export interface ClientProperties {
|
|
|
350
419
|
LogUploadEnabled?: LogUploadEnum | string;
|
|
351
420
|
}
|
|
352
421
|
/**
|
|
422
|
+
* @public
|
|
353
423
|
* <p>Information about the Amazon WorkSpaces client.</p>
|
|
354
424
|
*/
|
|
355
425
|
export interface ClientPropertiesResult {
|
|
@@ -363,6 +433,7 @@ export interface ClientPropertiesResult {
|
|
|
363
433
|
ClientProperties?: ClientProperties;
|
|
364
434
|
}
|
|
365
435
|
/**
|
|
436
|
+
* @public
|
|
366
437
|
* <p>Describes an Amazon Connect client add-in.</p>
|
|
367
438
|
*/
|
|
368
439
|
export interface ConnectClientAddIn {
|
|
@@ -384,6 +455,7 @@ export interface ConnectClientAddIn {
|
|
|
384
455
|
URL?: string;
|
|
385
456
|
}
|
|
386
457
|
/**
|
|
458
|
+
* @public
|
|
387
459
|
* <p>Describes a connection alias association that is used for cross-Region redirection. For
|
|
388
460
|
* more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
389
461
|
* Redirection for Amazon WorkSpaces</a>.</p>
|
|
@@ -408,12 +480,16 @@ export interface ConnectionAliasAssociation {
|
|
|
408
480
|
*/
|
|
409
481
|
ConnectionIdentifier?: string;
|
|
410
482
|
}
|
|
483
|
+
/**
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
411
486
|
export declare enum ConnectionAliasState {
|
|
412
487
|
CREATED = "CREATED",
|
|
413
488
|
CREATING = "CREATING",
|
|
414
489
|
DELETING = "DELETING"
|
|
415
490
|
}
|
|
416
491
|
/**
|
|
492
|
+
* @public
|
|
417
493
|
* <p>Describes a connection alias. Connection aliases are used for cross-Region redirection.
|
|
418
494
|
* For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
419
495
|
* Redirection for Amazon WorkSpaces</a>.</p>
|
|
@@ -443,6 +519,7 @@ export interface ConnectionAlias {
|
|
|
443
519
|
Associations?: ConnectionAliasAssociation[];
|
|
444
520
|
}
|
|
445
521
|
/**
|
|
522
|
+
* @public
|
|
446
523
|
* <p>Describes the permissions for a connection alias. Connection aliases are used for
|
|
447
524
|
* cross-Region redirection. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
|
|
448
525
|
* Redirection for Amazon WorkSpaces</a>.</p>
|
|
@@ -459,12 +536,16 @@ export interface ConnectionAliasPermission {
|
|
|
459
536
|
*/
|
|
460
537
|
AllowAssociation: boolean | undefined;
|
|
461
538
|
}
|
|
539
|
+
/**
|
|
540
|
+
* @public
|
|
541
|
+
*/
|
|
462
542
|
export declare enum ConnectionState {
|
|
463
543
|
CONNECTED = "CONNECTED",
|
|
464
544
|
DISCONNECTED = "DISCONNECTED",
|
|
465
545
|
UNKNOWN = "UNKNOWN"
|
|
466
546
|
}
|
|
467
547
|
/**
|
|
548
|
+
* @public
|
|
468
549
|
* <p>Describes a tag.</p>
|
|
469
550
|
*/
|
|
470
551
|
export interface Tag {
|
|
@@ -477,6 +558,9 @@ export interface Tag {
|
|
|
477
558
|
*/
|
|
478
559
|
Value?: string;
|
|
479
560
|
}
|
|
561
|
+
/**
|
|
562
|
+
* @public
|
|
563
|
+
*/
|
|
480
564
|
export interface CopyWorkspaceImageRequest {
|
|
481
565
|
/**
|
|
482
566
|
* <p>The name of the image.</p>
|
|
@@ -499,6 +583,9 @@ export interface CopyWorkspaceImageRequest {
|
|
|
499
583
|
*/
|
|
500
584
|
Tags?: Tag[];
|
|
501
585
|
}
|
|
586
|
+
/**
|
|
587
|
+
* @public
|
|
588
|
+
*/
|
|
502
589
|
export interface CopyWorkspaceImageResult {
|
|
503
590
|
/**
|
|
504
591
|
* <p>The identifier of the image.</p>
|
|
@@ -506,6 +593,7 @@ export interface CopyWorkspaceImageResult {
|
|
|
506
593
|
ImageId?: string;
|
|
507
594
|
}
|
|
508
595
|
/**
|
|
596
|
+
* @public
|
|
509
597
|
* <p>The specified resource already exists.</p>
|
|
510
598
|
*/
|
|
511
599
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
@@ -517,6 +605,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
|
517
605
|
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
518
606
|
}
|
|
519
607
|
/**
|
|
608
|
+
* @public
|
|
520
609
|
* <p>The specified resource is not available.</p>
|
|
521
610
|
*/
|
|
522
611
|
export declare class ResourceUnavailableException extends __BaseException {
|
|
@@ -531,6 +620,9 @@ export declare class ResourceUnavailableException extends __BaseException {
|
|
|
531
620
|
*/
|
|
532
621
|
constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
|
|
533
622
|
}
|
|
623
|
+
/**
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
534
626
|
export interface CreateConnectClientAddInRequest {
|
|
535
627
|
/**
|
|
536
628
|
* <p>The directory identifier for which to configure the client add-in.</p>
|
|
@@ -545,6 +637,9 @@ export interface CreateConnectClientAddInRequest {
|
|
|
545
637
|
*/
|
|
546
638
|
URL: string | undefined;
|
|
547
639
|
}
|
|
640
|
+
/**
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
548
643
|
export interface CreateConnectClientAddInResult {
|
|
549
644
|
/**
|
|
550
645
|
* <p>The client add-in identifier.</p>
|
|
@@ -552,6 +647,7 @@ export interface CreateConnectClientAddInResult {
|
|
|
552
647
|
AddInId?: string;
|
|
553
648
|
}
|
|
554
649
|
/**
|
|
650
|
+
* @public
|
|
555
651
|
* <p>The resource could not be created.</p>
|
|
556
652
|
*/
|
|
557
653
|
export declare class ResourceCreationFailedException extends __BaseException {
|
|
@@ -562,6 +658,9 @@ export declare class ResourceCreationFailedException extends __BaseException {
|
|
|
562
658
|
*/
|
|
563
659
|
constructor(opts: __ExceptionOptionType<ResourceCreationFailedException, __BaseException>);
|
|
564
660
|
}
|
|
661
|
+
/**
|
|
662
|
+
* @public
|
|
663
|
+
*/
|
|
565
664
|
export interface CreateConnectionAliasRequest {
|
|
566
665
|
/**
|
|
567
666
|
* <p>A connection string in the form of a fully qualified domain name (FQDN), such as
|
|
@@ -578,12 +677,18 @@ export interface CreateConnectionAliasRequest {
|
|
|
578
677
|
*/
|
|
579
678
|
Tags?: Tag[];
|
|
580
679
|
}
|
|
680
|
+
/**
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
581
683
|
export interface CreateConnectionAliasResult {
|
|
582
684
|
/**
|
|
583
685
|
* <p>The identifier of the connection alias.</p>
|
|
584
686
|
*/
|
|
585
687
|
AliasId?: string;
|
|
586
688
|
}
|
|
689
|
+
/**
|
|
690
|
+
* @public
|
|
691
|
+
*/
|
|
587
692
|
export interface CreateIpGroupRequest {
|
|
588
693
|
/**
|
|
589
694
|
* <p>The name of the group.</p>
|
|
@@ -602,6 +707,9 @@ export interface CreateIpGroupRequest {
|
|
|
602
707
|
*/
|
|
603
708
|
Tags?: Tag[];
|
|
604
709
|
}
|
|
710
|
+
/**
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
605
713
|
export interface CreateIpGroupResult {
|
|
606
714
|
/**
|
|
607
715
|
* <p>The identifier of the group.</p>
|
|
@@ -609,6 +717,7 @@ export interface CreateIpGroupResult {
|
|
|
609
717
|
GroupId?: string;
|
|
610
718
|
}
|
|
611
719
|
/**
|
|
720
|
+
* @public
|
|
612
721
|
* <p>Describes a standby WorkSpace.</p>
|
|
613
722
|
*/
|
|
614
723
|
export interface StandbyWorkspace {
|
|
@@ -629,6 +738,9 @@ export interface StandbyWorkspace {
|
|
|
629
738
|
*/
|
|
630
739
|
Tags?: Tag[];
|
|
631
740
|
}
|
|
741
|
+
/**
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
632
744
|
export interface CreateStandbyWorkspacesRequest {
|
|
633
745
|
/**
|
|
634
746
|
* <p>The Region of the primary WorkSpace.</p>
|
|
@@ -640,6 +752,7 @@ export interface CreateStandbyWorkspacesRequest {
|
|
|
640
752
|
StandbyWorkspaces: StandbyWorkspace[] | undefined;
|
|
641
753
|
}
|
|
642
754
|
/**
|
|
755
|
+
* @public
|
|
643
756
|
* <p>Describes the standby WorkSpace that could not be created.</p>
|
|
644
757
|
*/
|
|
645
758
|
export interface FailedCreateStandbyWorkspacesRequest {
|
|
@@ -656,6 +769,9 @@ export interface FailedCreateStandbyWorkspacesRequest {
|
|
|
656
769
|
*/
|
|
657
770
|
ErrorMessage?: string;
|
|
658
771
|
}
|
|
772
|
+
/**
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
659
775
|
export declare enum WorkspaceState {
|
|
660
776
|
ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
|
|
661
777
|
AVAILABLE = "AVAILABLE",
|
|
@@ -676,6 +792,7 @@ export declare enum WorkspaceState {
|
|
|
676
792
|
UPDATING = "UPDATING"
|
|
677
793
|
}
|
|
678
794
|
/**
|
|
795
|
+
* @public
|
|
679
796
|
* <p>Information about the standby WorkSpace.</p>
|
|
680
797
|
*/
|
|
681
798
|
export interface PendingCreateStandbyWorkspacesRequest {
|
|
@@ -701,6 +818,9 @@ export interface PendingCreateStandbyWorkspacesRequest {
|
|
|
701
818
|
*/
|
|
702
819
|
WorkspaceId?: string;
|
|
703
820
|
}
|
|
821
|
+
/**
|
|
822
|
+
* @public
|
|
823
|
+
*/
|
|
704
824
|
export interface CreateStandbyWorkspacesResult {
|
|
705
825
|
/**
|
|
706
826
|
* <p>Information about the standby WorkSpace that could not be created. </p>
|
|
@@ -711,6 +831,9 @@ export interface CreateStandbyWorkspacesResult {
|
|
|
711
831
|
*/
|
|
712
832
|
PendingStandbyRequests?: PendingCreateStandbyWorkspacesRequest[];
|
|
713
833
|
}
|
|
834
|
+
/**
|
|
835
|
+
* @public
|
|
836
|
+
*/
|
|
714
837
|
export interface CreateTagsRequest {
|
|
715
838
|
/**
|
|
716
839
|
* <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
|
|
@@ -723,8 +846,14 @@ export interface CreateTagsRequest {
|
|
|
723
846
|
*/
|
|
724
847
|
Tags: Tag[] | undefined;
|
|
725
848
|
}
|
|
849
|
+
/**
|
|
850
|
+
* @public
|
|
851
|
+
*/
|
|
726
852
|
export interface CreateTagsResult {
|
|
727
853
|
}
|
|
854
|
+
/**
|
|
855
|
+
* @public
|
|
856
|
+
*/
|
|
728
857
|
export interface CreateUpdatedWorkspaceImageRequest {
|
|
729
858
|
/**
|
|
730
859
|
* <p>The name of the new updated WorkSpace image.</p>
|
|
@@ -748,12 +877,18 @@ export interface CreateUpdatedWorkspaceImageRequest {
|
|
|
748
877
|
*/
|
|
749
878
|
Tags?: Tag[];
|
|
750
879
|
}
|
|
880
|
+
/**
|
|
881
|
+
* @public
|
|
882
|
+
*/
|
|
751
883
|
export interface CreateUpdatedWorkspaceImageResult {
|
|
752
884
|
/**
|
|
753
885
|
* <p>The identifier of the new updated WorkSpace image.</p>
|
|
754
886
|
*/
|
|
755
887
|
ImageId?: string;
|
|
756
888
|
}
|
|
889
|
+
/**
|
|
890
|
+
* @public
|
|
891
|
+
*/
|
|
757
892
|
export interface CreateWorkspaceBundleRequest {
|
|
758
893
|
/**
|
|
759
894
|
* <p>The name of the bundle.</p>
|
|
@@ -788,12 +923,18 @@ export interface CreateWorkspaceBundleRequest {
|
|
|
788
923
|
*/
|
|
789
924
|
Tags?: Tag[];
|
|
790
925
|
}
|
|
926
|
+
/**
|
|
927
|
+
* @public
|
|
928
|
+
*/
|
|
791
929
|
export interface CreateWorkspaceBundleResult {
|
|
792
930
|
/**
|
|
793
931
|
* <p>Describes a WorkSpace bundle.</p>
|
|
794
932
|
*/
|
|
795
933
|
WorkspaceBundle?: WorkspaceBundle;
|
|
796
934
|
}
|
|
935
|
+
/**
|
|
936
|
+
* @public
|
|
937
|
+
*/
|
|
797
938
|
export interface CreateWorkspaceImageRequest {
|
|
798
939
|
/**
|
|
799
940
|
* <p>The name of the new WorkSpace image.</p>
|
|
@@ -814,11 +955,15 @@ export interface CreateWorkspaceImageRequest {
|
|
|
814
955
|
*/
|
|
815
956
|
Tags?: Tag[];
|
|
816
957
|
}
|
|
958
|
+
/**
|
|
959
|
+
* @public
|
|
960
|
+
*/
|
|
817
961
|
export declare enum OperatingSystemType {
|
|
818
962
|
LINUX = "LINUX",
|
|
819
963
|
WINDOWS = "WINDOWS"
|
|
820
964
|
}
|
|
821
965
|
/**
|
|
966
|
+
* @public
|
|
822
967
|
* <p>The operating system that the image is running.</p>
|
|
823
968
|
*/
|
|
824
969
|
export interface OperatingSystem {
|
|
@@ -827,15 +972,24 @@ export interface OperatingSystem {
|
|
|
827
972
|
*/
|
|
828
973
|
Type?: OperatingSystemType | string;
|
|
829
974
|
}
|
|
975
|
+
/**
|
|
976
|
+
* @public
|
|
977
|
+
*/
|
|
830
978
|
export declare enum WorkspaceImageRequiredTenancy {
|
|
831
979
|
DEDICATED = "DEDICATED",
|
|
832
980
|
DEFAULT = "DEFAULT"
|
|
833
981
|
}
|
|
982
|
+
/**
|
|
983
|
+
* @public
|
|
984
|
+
*/
|
|
834
985
|
export declare enum WorkspaceImageState {
|
|
835
986
|
AVAILABLE = "AVAILABLE",
|
|
836
987
|
ERROR = "ERROR",
|
|
837
988
|
PENDING = "PENDING"
|
|
838
989
|
}
|
|
990
|
+
/**
|
|
991
|
+
* @public
|
|
992
|
+
*/
|
|
839
993
|
export interface CreateWorkspaceImageResult {
|
|
840
994
|
/**
|
|
841
995
|
* <p>The identifier of the new WorkSpace image.</p>
|
|
@@ -874,16 +1028,23 @@ export interface CreateWorkspaceImageResult {
|
|
|
874
1028
|
*/
|
|
875
1029
|
OwnerAccountId?: string;
|
|
876
1030
|
}
|
|
1031
|
+
/**
|
|
1032
|
+
* @public
|
|
1033
|
+
*/
|
|
877
1034
|
export declare enum Protocol {
|
|
878
1035
|
PCOIP = "PCOIP",
|
|
879
1036
|
WSP = "WSP"
|
|
880
1037
|
}
|
|
1038
|
+
/**
|
|
1039
|
+
* @public
|
|
1040
|
+
*/
|
|
881
1041
|
export declare enum RunningMode {
|
|
882
1042
|
ALWAYS_ON = "ALWAYS_ON",
|
|
883
1043
|
AUTO_STOP = "AUTO_STOP",
|
|
884
1044
|
MANUAL = "MANUAL"
|
|
885
1045
|
}
|
|
886
1046
|
/**
|
|
1047
|
+
* @public
|
|
887
1048
|
* <p>Describes a WorkSpace.</p>
|
|
888
1049
|
*/
|
|
889
1050
|
export interface WorkspaceProperties {
|
|
@@ -941,6 +1102,7 @@ export interface WorkspaceProperties {
|
|
|
941
1102
|
Protocols?: (Protocol | string)[];
|
|
942
1103
|
}
|
|
943
1104
|
/**
|
|
1105
|
+
* @public
|
|
944
1106
|
* <p>Describes the information used to create a WorkSpace.</p>
|
|
945
1107
|
*/
|
|
946
1108
|
export interface WorkspaceRequest {
|
|
@@ -978,6 +1140,9 @@ export interface WorkspaceRequest {
|
|
|
978
1140
|
*/
|
|
979
1141
|
Tags?: Tag[];
|
|
980
1142
|
}
|
|
1143
|
+
/**
|
|
1144
|
+
* @public
|
|
1145
|
+
*/
|
|
981
1146
|
export interface CreateWorkspacesRequest {
|
|
982
1147
|
/**
|
|
983
1148
|
* <p>The WorkSpaces to create. You can specify up to 25 WorkSpaces.</p>
|
|
@@ -985,6 +1150,7 @@ export interface CreateWorkspacesRequest {
|
|
|
985
1150
|
Workspaces: WorkspaceRequest[] | undefined;
|
|
986
1151
|
}
|
|
987
1152
|
/**
|
|
1153
|
+
* @public
|
|
988
1154
|
* <p>Describes a WorkSpace that cannot be created.</p>
|
|
989
1155
|
*/
|
|
990
1156
|
export interface FailedCreateWorkspaceRequest {
|
|
@@ -1002,16 +1168,23 @@ export interface FailedCreateWorkspaceRequest {
|
|
|
1002
1168
|
*/
|
|
1003
1169
|
ErrorMessage?: string;
|
|
1004
1170
|
}
|
|
1171
|
+
/**
|
|
1172
|
+
* @public
|
|
1173
|
+
*/
|
|
1005
1174
|
export declare enum ModificationResourceEnum {
|
|
1006
1175
|
COMPUTE_TYPE = "COMPUTE_TYPE",
|
|
1007
1176
|
ROOT_VOLUME = "ROOT_VOLUME",
|
|
1008
1177
|
USER_VOLUME = "USER_VOLUME"
|
|
1009
1178
|
}
|
|
1179
|
+
/**
|
|
1180
|
+
* @public
|
|
1181
|
+
*/
|
|
1010
1182
|
export declare enum ModificationStateEnum {
|
|
1011
1183
|
UPDATE_INITIATED = "UPDATE_INITIATED",
|
|
1012
1184
|
UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
|
|
1013
1185
|
}
|
|
1014
1186
|
/**
|
|
1187
|
+
* @public
|
|
1015
1188
|
* <p>Describes a WorkSpace modification.</p>
|
|
1016
1189
|
*/
|
|
1017
1190
|
export interface ModificationState {
|
|
@@ -1024,11 +1197,15 @@ export interface ModificationState {
|
|
|
1024
1197
|
*/
|
|
1025
1198
|
State?: ModificationStateEnum | string;
|
|
1026
1199
|
}
|
|
1200
|
+
/**
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1027
1203
|
export declare enum StandbyWorkspaceRelationshipType {
|
|
1028
1204
|
PRIMARY = "PRIMARY",
|
|
1029
1205
|
STANDBY = "STANDBY"
|
|
1030
1206
|
}
|
|
1031
1207
|
/**
|
|
1208
|
+
* @public
|
|
1032
1209
|
* <p>Describes the related WorkSpace. The related WorkSpace could be a standby WorkSpace or
|
|
1033
1210
|
* primary WorkSpace related to the specified WorkSpace.</p>
|
|
1034
1211
|
*/
|
|
@@ -1051,6 +1228,7 @@ export interface RelatedWorkspaceProperties {
|
|
|
1051
1228
|
Type?: StandbyWorkspaceRelationshipType | string;
|
|
1052
1229
|
}
|
|
1053
1230
|
/**
|
|
1231
|
+
* @public
|
|
1054
1232
|
* <p>Describes a WorkSpace.</p>
|
|
1055
1233
|
*/
|
|
1056
1234
|
export interface Workspace {
|
|
@@ -1131,6 +1309,9 @@ export interface Workspace {
|
|
|
1131
1309
|
*/
|
|
1132
1310
|
RelatedWorkspaces?: RelatedWorkspaceProperties[];
|
|
1133
1311
|
}
|
|
1312
|
+
/**
|
|
1313
|
+
* @public
|
|
1314
|
+
*/
|
|
1134
1315
|
export interface CreateWorkspacesResult {
|
|
1135
1316
|
/**
|
|
1136
1317
|
* <p>Information about the WorkSpaces that could not be created.</p>
|
|
@@ -1144,10 +1325,14 @@ export interface CreateWorkspacesResult {
|
|
|
1144
1325
|
*/
|
|
1145
1326
|
PendingRequests?: Workspace[];
|
|
1146
1327
|
}
|
|
1328
|
+
/**
|
|
1329
|
+
* @public
|
|
1330
|
+
*/
|
|
1147
1331
|
export declare enum DedicatedTenancySupportEnum {
|
|
1148
1332
|
ENABLED = "ENABLED"
|
|
1149
1333
|
}
|
|
1150
1334
|
/**
|
|
1335
|
+
* @public
|
|
1151
1336
|
* <p>Returns default client branding attributes that were imported. These attributes display
|
|
1152
1337
|
* on the client login screen.</p>
|
|
1153
1338
|
* <important>
|
|
@@ -1207,6 +1392,7 @@ export interface DefaultClientBrandingAttributes {
|
|
|
1207
1392
|
LoginMessage?: Record<string, string>;
|
|
1208
1393
|
}
|
|
1209
1394
|
/**
|
|
1395
|
+
* @public
|
|
1210
1396
|
* <p>The default client branding attributes to be imported. These attributes display on the
|
|
1211
1397
|
* client login screen.</p>
|
|
1212
1398
|
* <important>
|
|
@@ -1266,6 +1452,7 @@ export interface DefaultImportClientBrandingAttributes {
|
|
|
1266
1452
|
LoginMessage?: Record<string, string>;
|
|
1267
1453
|
}
|
|
1268
1454
|
/**
|
|
1455
|
+
* @public
|
|
1269
1456
|
* <p>Describes the default values that are used to create WorkSpaces. For more information,
|
|
1270
1457
|
* see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
|
|
1271
1458
|
* Details for Your WorkSpaces</a>.</p>
|
|
@@ -1308,13 +1495,22 @@ export interface DefaultWorkspaceCreationProperties {
|
|
|
1308
1495
|
*/
|
|
1309
1496
|
EnableMaintenanceMode?: boolean;
|
|
1310
1497
|
}
|
|
1498
|
+
/**
|
|
1499
|
+
* @public
|
|
1500
|
+
*/
|
|
1311
1501
|
export declare enum DeletableCertificateBasedAuthProperty {
|
|
1312
1502
|
CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN = "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN"
|
|
1313
1503
|
}
|
|
1504
|
+
/**
|
|
1505
|
+
* @public
|
|
1506
|
+
*/
|
|
1314
1507
|
export declare enum DeletableSamlProperty {
|
|
1315
1508
|
SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME = "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
|
|
1316
1509
|
SAML_PROPERTIES_USER_ACCESS_URL = "SAML_PROPERTIES_USER_ACCESS_URL"
|
|
1317
1510
|
}
|
|
1511
|
+
/**
|
|
1512
|
+
* @public
|
|
1513
|
+
*/
|
|
1318
1514
|
export interface DeleteClientBrandingRequest {
|
|
1319
1515
|
/**
|
|
1320
1516
|
* <p>The directory identifier of the WorkSpace for which you want to delete client
|
|
@@ -1326,8 +1522,14 @@ export interface DeleteClientBrandingRequest {
|
|
|
1326
1522
|
*/
|
|
1327
1523
|
Platforms: (ClientDeviceType | string)[] | undefined;
|
|
1328
1524
|
}
|
|
1525
|
+
/**
|
|
1526
|
+
* @public
|
|
1527
|
+
*/
|
|
1329
1528
|
export interface DeleteClientBrandingResult {
|
|
1330
1529
|
}
|
|
1530
|
+
/**
|
|
1531
|
+
* @public
|
|
1532
|
+
*/
|
|
1331
1533
|
export interface DeleteConnectClientAddInRequest {
|
|
1332
1534
|
/**
|
|
1333
1535
|
* <p>The identifier of the client add-in to delete.</p>
|
|
@@ -1338,24 +1540,42 @@ export interface DeleteConnectClientAddInRequest {
|
|
|
1338
1540
|
*/
|
|
1339
1541
|
ResourceId: string | undefined;
|
|
1340
1542
|
}
|
|
1543
|
+
/**
|
|
1544
|
+
* @public
|
|
1545
|
+
*/
|
|
1341
1546
|
export interface DeleteConnectClientAddInResult {
|
|
1342
1547
|
}
|
|
1548
|
+
/**
|
|
1549
|
+
* @public
|
|
1550
|
+
*/
|
|
1343
1551
|
export interface DeleteConnectionAliasRequest {
|
|
1344
1552
|
/**
|
|
1345
1553
|
* <p>The identifier of the connection alias to delete.</p>
|
|
1346
1554
|
*/
|
|
1347
1555
|
AliasId: string | undefined;
|
|
1348
1556
|
}
|
|
1557
|
+
/**
|
|
1558
|
+
* @public
|
|
1559
|
+
*/
|
|
1349
1560
|
export interface DeleteConnectionAliasResult {
|
|
1350
1561
|
}
|
|
1562
|
+
/**
|
|
1563
|
+
* @public
|
|
1564
|
+
*/
|
|
1351
1565
|
export interface DeleteIpGroupRequest {
|
|
1352
1566
|
/**
|
|
1353
1567
|
* <p>The identifier of the IP access control group.</p>
|
|
1354
1568
|
*/
|
|
1355
1569
|
GroupId: string | undefined;
|
|
1356
1570
|
}
|
|
1571
|
+
/**
|
|
1572
|
+
* @public
|
|
1573
|
+
*/
|
|
1357
1574
|
export interface DeleteIpGroupResult {
|
|
1358
1575
|
}
|
|
1576
|
+
/**
|
|
1577
|
+
* @public
|
|
1578
|
+
*/
|
|
1359
1579
|
export interface DeleteTagsRequest {
|
|
1360
1580
|
/**
|
|
1361
1581
|
* <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
|
|
@@ -1368,24 +1588,42 @@ export interface DeleteTagsRequest {
|
|
|
1368
1588
|
*/
|
|
1369
1589
|
TagKeys: string[] | undefined;
|
|
1370
1590
|
}
|
|
1591
|
+
/**
|
|
1592
|
+
* @public
|
|
1593
|
+
*/
|
|
1371
1594
|
export interface DeleteTagsResult {
|
|
1372
1595
|
}
|
|
1596
|
+
/**
|
|
1597
|
+
* @public
|
|
1598
|
+
*/
|
|
1373
1599
|
export interface DeleteWorkspaceBundleRequest {
|
|
1374
1600
|
/**
|
|
1375
1601
|
* <p>The identifier of the bundle.</p>
|
|
1376
1602
|
*/
|
|
1377
1603
|
BundleId?: string;
|
|
1378
1604
|
}
|
|
1605
|
+
/**
|
|
1606
|
+
* @public
|
|
1607
|
+
*/
|
|
1379
1608
|
export interface DeleteWorkspaceBundleResult {
|
|
1380
1609
|
}
|
|
1610
|
+
/**
|
|
1611
|
+
* @public
|
|
1612
|
+
*/
|
|
1381
1613
|
export interface DeleteWorkspaceImageRequest {
|
|
1382
1614
|
/**
|
|
1383
1615
|
* <p>The identifier of the image.</p>
|
|
1384
1616
|
*/
|
|
1385
1617
|
ImageId: string | undefined;
|
|
1386
1618
|
}
|
|
1619
|
+
/**
|
|
1620
|
+
* @public
|
|
1621
|
+
*/
|
|
1387
1622
|
export interface DeleteWorkspaceImageResult {
|
|
1388
1623
|
}
|
|
1624
|
+
/**
|
|
1625
|
+
* @public
|
|
1626
|
+
*/
|
|
1389
1627
|
export interface DeregisterWorkspaceDirectoryRequest {
|
|
1390
1628
|
/**
|
|
1391
1629
|
* <p>The identifier of the directory. If any WorkSpaces are registered to this directory, you
|
|
@@ -1394,10 +1632,19 @@ export interface DeregisterWorkspaceDirectoryRequest {
|
|
|
1394
1632
|
*/
|
|
1395
1633
|
DirectoryId: string | undefined;
|
|
1396
1634
|
}
|
|
1635
|
+
/**
|
|
1636
|
+
* @public
|
|
1637
|
+
*/
|
|
1397
1638
|
export interface DeregisterWorkspaceDirectoryResult {
|
|
1398
1639
|
}
|
|
1640
|
+
/**
|
|
1641
|
+
* @public
|
|
1642
|
+
*/
|
|
1399
1643
|
export interface DescribeAccountRequest {
|
|
1400
1644
|
}
|
|
1645
|
+
/**
|
|
1646
|
+
* @public
|
|
1647
|
+
*/
|
|
1401
1648
|
export interface DescribeAccountResult {
|
|
1402
1649
|
/**
|
|
1403
1650
|
* <p>The status of BYOL (whether BYOL is enabled or disabled).</p>
|
|
@@ -1412,6 +1659,9 @@ export interface DescribeAccountResult {
|
|
|
1412
1659
|
*/
|
|
1413
1660
|
DedicatedTenancyManagementCidrRange?: string;
|
|
1414
1661
|
}
|
|
1662
|
+
/**
|
|
1663
|
+
* @public
|
|
1664
|
+
*/
|
|
1415
1665
|
export interface DescribeAccountModificationsRequest {
|
|
1416
1666
|
/**
|
|
1417
1667
|
* <p>If you received a <code>NextToken</code> from a previous call that was paginated,
|
|
@@ -1419,6 +1669,9 @@ export interface DescribeAccountModificationsRequest {
|
|
|
1419
1669
|
*/
|
|
1420
1670
|
NextToken?: string;
|
|
1421
1671
|
}
|
|
1672
|
+
/**
|
|
1673
|
+
* @public
|
|
1674
|
+
*/
|
|
1422
1675
|
export interface DescribeAccountModificationsResult {
|
|
1423
1676
|
/**
|
|
1424
1677
|
* <p>The list of modifications to the configuration of BYOL.</p>
|
|
@@ -1430,6 +1683,9 @@ export interface DescribeAccountModificationsResult {
|
|
|
1430
1683
|
*/
|
|
1431
1684
|
NextToken?: string;
|
|
1432
1685
|
}
|
|
1686
|
+
/**
|
|
1687
|
+
* @public
|
|
1688
|
+
*/
|
|
1433
1689
|
export interface DescribeClientBrandingRequest {
|
|
1434
1690
|
/**
|
|
1435
1691
|
* <p>The directory identifier of the WorkSpace for which you want to view client branding
|
|
@@ -1438,6 +1694,7 @@ export interface DescribeClientBrandingRequest {
|
|
|
1438
1694
|
ResourceId: string | undefined;
|
|
1439
1695
|
}
|
|
1440
1696
|
/**
|
|
1697
|
+
* @public
|
|
1441
1698
|
* <p>The client branding attributes for iOS device types. These attributes are displayed on
|
|
1442
1699
|
* the iOS client login screen only.</p>
|
|
1443
1700
|
* <important>
|
|
@@ -1519,6 +1776,9 @@ export interface IosClientBrandingAttributes {
|
|
|
1519
1776
|
*/
|
|
1520
1777
|
LoginMessage?: Record<string, string>;
|
|
1521
1778
|
}
|
|
1779
|
+
/**
|
|
1780
|
+
* @public
|
|
1781
|
+
*/
|
|
1522
1782
|
export interface DescribeClientBrandingResult {
|
|
1523
1783
|
/**
|
|
1524
1784
|
* <p>The branding information for Windows devices.</p>
|
|
@@ -1545,18 +1805,27 @@ export interface DescribeClientBrandingResult {
|
|
|
1545
1805
|
*/
|
|
1546
1806
|
DeviceTypeWeb?: DefaultClientBrandingAttributes;
|
|
1547
1807
|
}
|
|
1808
|
+
/**
|
|
1809
|
+
* @public
|
|
1810
|
+
*/
|
|
1548
1811
|
export interface DescribeClientPropertiesRequest {
|
|
1549
1812
|
/**
|
|
1550
1813
|
* <p>The resource identifier, in the form of directory IDs.</p>
|
|
1551
1814
|
*/
|
|
1552
1815
|
ResourceIds: string[] | undefined;
|
|
1553
1816
|
}
|
|
1817
|
+
/**
|
|
1818
|
+
* @public
|
|
1819
|
+
*/
|
|
1554
1820
|
export interface DescribeClientPropertiesResult {
|
|
1555
1821
|
/**
|
|
1556
1822
|
* <p>Information about the specified Amazon WorkSpaces clients.</p>
|
|
1557
1823
|
*/
|
|
1558
1824
|
ClientPropertiesList?: ClientPropertiesResult[];
|
|
1559
1825
|
}
|
|
1826
|
+
/**
|
|
1827
|
+
* @public
|
|
1828
|
+
*/
|
|
1560
1829
|
export interface DescribeConnectClientAddInsRequest {
|
|
1561
1830
|
/**
|
|
1562
1831
|
* <p>The directory identifier for which the client add-in is configured.</p>
|
|
@@ -1572,6 +1841,9 @@ export interface DescribeConnectClientAddInsRequest {
|
|
|
1572
1841
|
*/
|
|
1573
1842
|
MaxResults?: number;
|
|
1574
1843
|
}
|
|
1844
|
+
/**
|
|
1845
|
+
* @public
|
|
1846
|
+
*/
|
|
1575
1847
|
export interface DescribeConnectClientAddInsResult {
|
|
1576
1848
|
/**
|
|
1577
1849
|
* <p>Information about client add-ins.</p>
|
|
@@ -1583,6 +1855,9 @@ export interface DescribeConnectClientAddInsResult {
|
|
|
1583
1855
|
*/
|
|
1584
1856
|
NextToken?: string;
|
|
1585
1857
|
}
|
|
1858
|
+
/**
|
|
1859
|
+
* @public
|
|
1860
|
+
*/
|
|
1586
1861
|
export interface DescribeConnectionAliasesRequest {
|
|
1587
1862
|
/**
|
|
1588
1863
|
* <p>The identifiers of the connection aliases to describe.</p>
|
|
@@ -1602,6 +1877,9 @@ export interface DescribeConnectionAliasesRequest {
|
|
|
1602
1877
|
*/
|
|
1603
1878
|
NextToken?: string;
|
|
1604
1879
|
}
|
|
1880
|
+
/**
|
|
1881
|
+
* @public
|
|
1882
|
+
*/
|
|
1605
1883
|
export interface DescribeConnectionAliasesResult {
|
|
1606
1884
|
/**
|
|
1607
1885
|
* <p>Information about the specified connection aliases.</p>
|
|
@@ -1613,6 +1891,9 @@ export interface DescribeConnectionAliasesResult {
|
|
|
1613
1891
|
*/
|
|
1614
1892
|
NextToken?: string;
|
|
1615
1893
|
}
|
|
1894
|
+
/**
|
|
1895
|
+
* @public
|
|
1896
|
+
*/
|
|
1616
1897
|
export interface DescribeConnectionAliasPermissionsRequest {
|
|
1617
1898
|
/**
|
|
1618
1899
|
* <p>The identifier of the connection alias.</p>
|
|
@@ -1628,6 +1909,9 @@ export interface DescribeConnectionAliasPermissionsRequest {
|
|
|
1628
1909
|
*/
|
|
1629
1910
|
MaxResults?: number;
|
|
1630
1911
|
}
|
|
1912
|
+
/**
|
|
1913
|
+
* @public
|
|
1914
|
+
*/
|
|
1631
1915
|
export interface DescribeConnectionAliasPermissionsResult {
|
|
1632
1916
|
/**
|
|
1633
1917
|
* <p>The identifier of the connection alias.</p>
|
|
@@ -1643,6 +1927,9 @@ export interface DescribeConnectionAliasPermissionsResult {
|
|
|
1643
1927
|
*/
|
|
1644
1928
|
NextToken?: string;
|
|
1645
1929
|
}
|
|
1930
|
+
/**
|
|
1931
|
+
* @public
|
|
1932
|
+
*/
|
|
1646
1933
|
export interface DescribeIpGroupsRequest {
|
|
1647
1934
|
/**
|
|
1648
1935
|
* <p>The identifiers of one or more IP access control groups.</p>
|
|
@@ -1659,6 +1946,7 @@ export interface DescribeIpGroupsRequest {
|
|
|
1659
1946
|
MaxResults?: number;
|
|
1660
1947
|
}
|
|
1661
1948
|
/**
|
|
1949
|
+
* @public
|
|
1662
1950
|
* <p>Describes an IP access control group.</p>
|
|
1663
1951
|
*/
|
|
1664
1952
|
export interface WorkspacesIpGroup {
|
|
@@ -1679,6 +1967,9 @@ export interface WorkspacesIpGroup {
|
|
|
1679
1967
|
*/
|
|
1680
1968
|
userRules?: IpRuleItem[];
|
|
1681
1969
|
}
|
|
1970
|
+
/**
|
|
1971
|
+
* @public
|
|
1972
|
+
*/
|
|
1682
1973
|
export interface DescribeIpGroupsResult {
|
|
1683
1974
|
/**
|
|
1684
1975
|
* <p>Information about the IP access control groups.</p>
|
|
@@ -1690,6 +1981,9 @@ export interface DescribeIpGroupsResult {
|
|
|
1690
1981
|
*/
|
|
1691
1982
|
NextToken?: string;
|
|
1692
1983
|
}
|
|
1984
|
+
/**
|
|
1985
|
+
* @public
|
|
1986
|
+
*/
|
|
1693
1987
|
export interface DescribeTagsRequest {
|
|
1694
1988
|
/**
|
|
1695
1989
|
* <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
|
|
@@ -1698,12 +1992,18 @@ export interface DescribeTagsRequest {
|
|
|
1698
1992
|
*/
|
|
1699
1993
|
ResourceId: string | undefined;
|
|
1700
1994
|
}
|
|
1995
|
+
/**
|
|
1996
|
+
* @public
|
|
1997
|
+
*/
|
|
1701
1998
|
export interface DescribeTagsResult {
|
|
1702
1999
|
/**
|
|
1703
2000
|
* <p>The tags.</p>
|
|
1704
2001
|
*/
|
|
1705
2002
|
TagList?: Tag[];
|
|
1706
2003
|
}
|
|
2004
|
+
/**
|
|
2005
|
+
* @public
|
|
2006
|
+
*/
|
|
1707
2007
|
export interface DescribeWorkspaceBundlesRequest {
|
|
1708
2008
|
/**
|
|
1709
2009
|
* <p>The identifiers of the bundles. You cannot combine this parameter with any other filter.</p>
|
|
@@ -1720,6 +2020,9 @@ export interface DescribeWorkspaceBundlesRequest {
|
|
|
1720
2020
|
*/
|
|
1721
2021
|
NextToken?: string;
|
|
1722
2022
|
}
|
|
2023
|
+
/**
|
|
2024
|
+
* @public
|
|
2025
|
+
*/
|
|
1723
2026
|
export interface DescribeWorkspaceBundlesResult {
|
|
1724
2027
|
/**
|
|
1725
2028
|
* <p>Information about the bundles.</p>
|
|
@@ -1732,6 +2035,9 @@ export interface DescribeWorkspaceBundlesResult {
|
|
|
1732
2035
|
*/
|
|
1733
2036
|
NextToken?: string;
|
|
1734
2037
|
}
|
|
2038
|
+
/**
|
|
2039
|
+
* @public
|
|
2040
|
+
*/
|
|
1735
2041
|
export interface DescribeWorkspaceDirectoriesRequest {
|
|
1736
2042
|
/**
|
|
1737
2043
|
* <p>The identifiers of the directories. If the value is null, all directories are
|
|
@@ -1748,16 +2054,23 @@ export interface DescribeWorkspaceDirectoriesRequest {
|
|
|
1748
2054
|
*/
|
|
1749
2055
|
NextToken?: string;
|
|
1750
2056
|
}
|
|
2057
|
+
/**
|
|
2058
|
+
* @public
|
|
2059
|
+
*/
|
|
1751
2060
|
export declare enum WorkspaceDirectoryType {
|
|
1752
2061
|
AD_CONNECTOR = "AD_CONNECTOR",
|
|
1753
2062
|
SIMPLE_AD = "SIMPLE_AD"
|
|
1754
2063
|
}
|
|
2064
|
+
/**
|
|
2065
|
+
* @public
|
|
2066
|
+
*/
|
|
1755
2067
|
export declare enum SamlStatusEnum {
|
|
1756
2068
|
DISABLED = "DISABLED",
|
|
1757
2069
|
ENABLED = "ENABLED",
|
|
1758
2070
|
ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK = "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK"
|
|
1759
2071
|
}
|
|
1760
2072
|
/**
|
|
2073
|
+
* @public
|
|
1761
2074
|
* <p>Describes the enablement status, user access URL, and relay state parameter name that
|
|
1762
2075
|
* are used for configuring federation with an SAML 2.0 identity provider.</p>
|
|
1763
2076
|
*/
|
|
@@ -1797,6 +2110,7 @@ export interface SamlProperties {
|
|
|
1797
2110
|
RelayStateParameterName?: string;
|
|
1798
2111
|
}
|
|
1799
2112
|
/**
|
|
2113
|
+
* @public
|
|
1800
2114
|
* <p>Describes the self-service permissions for a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html">Enable Self-Service WorkSpace Management Capabilities for Your Users</a>.</p>
|
|
1801
2115
|
*/
|
|
1802
2116
|
export interface SelfservicePermissions {
|
|
@@ -1823,6 +2137,9 @@ export interface SelfservicePermissions {
|
|
|
1823
2137
|
*/
|
|
1824
2138
|
RebuildWorkspace?: ReconnectEnum | string;
|
|
1825
2139
|
}
|
|
2140
|
+
/**
|
|
2141
|
+
* @public
|
|
2142
|
+
*/
|
|
1826
2143
|
export declare enum WorkspaceDirectoryState {
|
|
1827
2144
|
DEREGISTERED = "DEREGISTERED",
|
|
1828
2145
|
DEREGISTERING = "DEREGISTERING",
|
|
@@ -1830,11 +2147,15 @@ export declare enum WorkspaceDirectoryState {
|
|
|
1830
2147
|
REGISTERED = "REGISTERED",
|
|
1831
2148
|
REGISTERING = "REGISTERING"
|
|
1832
2149
|
}
|
|
2150
|
+
/**
|
|
2151
|
+
* @public
|
|
2152
|
+
*/
|
|
1833
2153
|
export declare enum Tenancy {
|
|
1834
2154
|
DEDICATED = "DEDICATED",
|
|
1835
2155
|
SHARED = "SHARED"
|
|
1836
2156
|
}
|
|
1837
2157
|
/**
|
|
2158
|
+
* @public
|
|
1838
2159
|
* <p>The device types and operating systems that can be used to access a WorkSpace. For more
|
|
1839
2160
|
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-network-requirements.html">Amazon
|
|
1840
2161
|
* WorkSpaces Client Network Requirements</a>.</p>
|
|
@@ -1875,6 +2196,7 @@ export interface WorkspaceAccessProperties {
|
|
|
1875
2196
|
DeviceTypeLinux?: AccessPropertyValue | string;
|
|
1876
2197
|
}
|
|
1877
2198
|
/**
|
|
2199
|
+
* @public
|
|
1878
2200
|
* <p>Describes a directory that is used with Amazon WorkSpaces.</p>
|
|
1879
2201
|
*/
|
|
1880
2202
|
export interface WorkspaceDirectory {
|
|
@@ -1962,6 +2284,9 @@ export interface WorkspaceDirectory {
|
|
|
1962
2284
|
*/
|
|
1963
2285
|
CertificateBasedAuthProperties?: CertificateBasedAuthProperties;
|
|
1964
2286
|
}
|
|
2287
|
+
/**
|
|
2288
|
+
* @public
|
|
2289
|
+
*/
|
|
1965
2290
|
export interface DescribeWorkspaceDirectoriesResult {
|
|
1966
2291
|
/**
|
|
1967
2292
|
* <p>Information about the directories.</p>
|
|
@@ -1973,6 +2298,9 @@ export interface DescribeWorkspaceDirectoriesResult {
|
|
|
1973
2298
|
*/
|
|
1974
2299
|
NextToken?: string;
|
|
1975
2300
|
}
|
|
2301
|
+
/**
|
|
2302
|
+
* @public
|
|
2303
|
+
*/
|
|
1976
2304
|
export interface DescribeWorkspaceImagePermissionsRequest {
|
|
1977
2305
|
/**
|
|
1978
2306
|
* <p>The identifier of the image.</p>
|
|
@@ -1989,6 +2317,7 @@ export interface DescribeWorkspaceImagePermissionsRequest {
|
|
|
1989
2317
|
MaxResults?: number;
|
|
1990
2318
|
}
|
|
1991
2319
|
/**
|
|
2320
|
+
* @public
|
|
1992
2321
|
* <p>Describes the Amazon Web Services accounts that have been granted permission to use a
|
|
1993
2322
|
* shared image. For more information about sharing images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html"> Share or Unshare a Custom
|
|
1994
2323
|
* WorkSpaces Image</a>.</p>
|
|
@@ -2000,6 +2329,9 @@ export interface ImagePermission {
|
|
|
2000
2329
|
*/
|
|
2001
2330
|
SharedAccountId?: string;
|
|
2002
2331
|
}
|
|
2332
|
+
/**
|
|
2333
|
+
* @public
|
|
2334
|
+
*/
|
|
2003
2335
|
export interface DescribeWorkspaceImagePermissionsResult {
|
|
2004
2336
|
/**
|
|
2005
2337
|
* <p>The identifier of the image.</p>
|
|
@@ -2016,10 +2348,16 @@ export interface DescribeWorkspaceImagePermissionsResult {
|
|
|
2016
2348
|
*/
|
|
2017
2349
|
NextToken?: string;
|
|
2018
2350
|
}
|
|
2351
|
+
/**
|
|
2352
|
+
* @public
|
|
2353
|
+
*/
|
|
2019
2354
|
export declare enum ImageType {
|
|
2020
2355
|
OWNED = "OWNED",
|
|
2021
2356
|
SHARED = "SHARED"
|
|
2022
2357
|
}
|
|
2358
|
+
/**
|
|
2359
|
+
* @public
|
|
2360
|
+
*/
|
|
2023
2361
|
export interface DescribeWorkspaceImagesRequest {
|
|
2024
2362
|
/**
|
|
2025
2363
|
* <p>The identifier of the image.</p>
|
|
@@ -2040,6 +2378,7 @@ export interface DescribeWorkspaceImagesRequest {
|
|
|
2040
2378
|
MaxResults?: number;
|
|
2041
2379
|
}
|
|
2042
2380
|
/**
|
|
2381
|
+
* @public
|
|
2043
2382
|
* <p>Describes whether a WorkSpace image needs to be updated with the latest drivers and
|
|
2044
2383
|
* other components required by Amazon WorkSpaces.</p>
|
|
2045
2384
|
* <note>
|
|
@@ -2059,6 +2398,7 @@ export interface UpdateResult {
|
|
|
2059
2398
|
Description?: string;
|
|
2060
2399
|
}
|
|
2061
2400
|
/**
|
|
2401
|
+
* @public
|
|
2062
2402
|
* <p>Describes a WorkSpace image.</p>
|
|
2063
2403
|
*/
|
|
2064
2404
|
export interface WorkspaceImage {
|
|
@@ -2111,6 +2451,9 @@ export interface WorkspaceImage {
|
|
|
2111
2451
|
*/
|
|
2112
2452
|
Updates?: UpdateResult;
|
|
2113
2453
|
}
|
|
2454
|
+
/**
|
|
2455
|
+
* @public
|
|
2456
|
+
*/
|
|
2114
2457
|
export interface DescribeWorkspaceImagesResult {
|
|
2115
2458
|
/**
|
|
2116
2459
|
* <p>Information about the images.</p>
|
|
@@ -2122,6 +2465,9 @@ export interface DescribeWorkspaceImagesResult {
|
|
|
2122
2465
|
*/
|
|
2123
2466
|
NextToken?: string;
|
|
2124
2467
|
}
|
|
2468
|
+
/**
|
|
2469
|
+
* @public
|
|
2470
|
+
*/
|
|
2125
2471
|
export interface DescribeWorkspacesRequest {
|
|
2126
2472
|
/**
|
|
2127
2473
|
* <p>The identifiers of the WorkSpaces. You cannot combine this parameter with any other
|
|
@@ -2156,6 +2502,9 @@ export interface DescribeWorkspacesRequest {
|
|
|
2156
2502
|
*/
|
|
2157
2503
|
NextToken?: string;
|
|
2158
2504
|
}
|
|
2505
|
+
/**
|
|
2506
|
+
* @public
|
|
2507
|
+
*/
|
|
2159
2508
|
export interface DescribeWorkspacesResult {
|
|
2160
2509
|
/**
|
|
2161
2510
|
* <p>Information about the WorkSpaces.</p>
|
|
@@ -2169,6 +2518,9 @@ export interface DescribeWorkspacesResult {
|
|
|
2169
2518
|
*/
|
|
2170
2519
|
NextToken?: string;
|
|
2171
2520
|
}
|
|
2521
|
+
/**
|
|
2522
|
+
* @public
|
|
2523
|
+
*/
|
|
2172
2524
|
export interface DescribeWorkspacesConnectionStatusRequest {
|
|
2173
2525
|
/**
|
|
2174
2526
|
* <p>The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.</p>
|
|
@@ -2181,6 +2533,7 @@ export interface DescribeWorkspacesConnectionStatusRequest {
|
|
|
2181
2533
|
NextToken?: string;
|
|
2182
2534
|
}
|
|
2183
2535
|
/**
|
|
2536
|
+
* @public
|
|
2184
2537
|
* <p>Describes the connection status of a WorkSpace.</p>
|
|
2185
2538
|
*/
|
|
2186
2539
|
export interface WorkspaceConnectionStatus {
|
|
@@ -2202,6 +2555,9 @@ export interface WorkspaceConnectionStatus {
|
|
|
2202
2555
|
*/
|
|
2203
2556
|
LastKnownUserConnectionTimestamp?: Date;
|
|
2204
2557
|
}
|
|
2558
|
+
/**
|
|
2559
|
+
* @public
|
|
2560
|
+
*/
|
|
2205
2561
|
export interface DescribeWorkspacesConnectionStatusResult {
|
|
2206
2562
|
/**
|
|
2207
2563
|
* <p>Information about the connection status of the WorkSpace.</p>
|
|
@@ -2213,6 +2569,9 @@ export interface DescribeWorkspacesConnectionStatusResult {
|
|
|
2213
2569
|
*/
|
|
2214
2570
|
NextToken?: string;
|
|
2215
2571
|
}
|
|
2572
|
+
/**
|
|
2573
|
+
* @public
|
|
2574
|
+
*/
|
|
2216
2575
|
export interface DescribeWorkspaceSnapshotsRequest {
|
|
2217
2576
|
/**
|
|
2218
2577
|
* <p>The identifier of the WorkSpace.</p>
|
|
@@ -2220,6 +2579,7 @@ export interface DescribeWorkspaceSnapshotsRequest {
|
|
|
2220
2579
|
WorkspaceId: string | undefined;
|
|
2221
2580
|
}
|
|
2222
2581
|
/**
|
|
2582
|
+
* @public
|
|
2223
2583
|
* <p>Describes a snapshot.</p>
|
|
2224
2584
|
*/
|
|
2225
2585
|
export interface Snapshot {
|
|
@@ -2228,6 +2588,9 @@ export interface Snapshot {
|
|
|
2228
2588
|
*/
|
|
2229
2589
|
SnapshotTime?: Date;
|
|
2230
2590
|
}
|
|
2591
|
+
/**
|
|
2592
|
+
* @public
|
|
2593
|
+
*/
|
|
2231
2594
|
export interface DescribeWorkspaceSnapshotsResult {
|
|
2232
2595
|
/**
|
|
2233
2596
|
* <p>Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots
|
|
@@ -2240,14 +2603,23 @@ export interface DescribeWorkspaceSnapshotsResult {
|
|
|
2240
2603
|
*/
|
|
2241
2604
|
RestoreSnapshots?: Snapshot[];
|
|
2242
2605
|
}
|
|
2606
|
+
/**
|
|
2607
|
+
* @public
|
|
2608
|
+
*/
|
|
2243
2609
|
export interface DisassociateConnectionAliasRequest {
|
|
2244
2610
|
/**
|
|
2245
2611
|
* <p>The identifier of the connection alias to disassociate.</p>
|
|
2246
2612
|
*/
|
|
2247
2613
|
AliasId: string | undefined;
|
|
2248
2614
|
}
|
|
2615
|
+
/**
|
|
2616
|
+
* @public
|
|
2617
|
+
*/
|
|
2249
2618
|
export interface DisassociateConnectionAliasResult {
|
|
2250
2619
|
}
|
|
2620
|
+
/**
|
|
2621
|
+
* @public
|
|
2622
|
+
*/
|
|
2251
2623
|
export interface DisassociateIpGroupsRequest {
|
|
2252
2624
|
/**
|
|
2253
2625
|
* <p>The identifier of the directory.</p>
|
|
@@ -2258,9 +2630,13 @@ export interface DisassociateIpGroupsRequest {
|
|
|
2258
2630
|
*/
|
|
2259
2631
|
GroupIds: string[] | undefined;
|
|
2260
2632
|
}
|
|
2633
|
+
/**
|
|
2634
|
+
* @public
|
|
2635
|
+
*/
|
|
2261
2636
|
export interface DisassociateIpGroupsResult {
|
|
2262
2637
|
}
|
|
2263
2638
|
/**
|
|
2639
|
+
* @public
|
|
2264
2640
|
* <p>Describes a WorkSpace that could not be rebooted. (<a>RebootWorkspaces</a>),
|
|
2265
2641
|
* rebuilt (<a>RebuildWorkspaces</a>), restored (<a>RestoreWorkspace</a>), terminated (<a>TerminateWorkspaces</a>), started (<a>StartWorkspaces</a>), or stopped (<a>StopWorkspaces</a>).</p>
|
|
2266
2642
|
*/
|
|
@@ -2280,6 +2656,7 @@ export interface FailedWorkspaceChangeRequest {
|
|
|
2280
2656
|
ErrorMessage?: string;
|
|
2281
2657
|
}
|
|
2282
2658
|
/**
|
|
2659
|
+
* @public
|
|
2283
2660
|
* <p>The client branding attributes to import for iOS device types. These attributes are
|
|
2284
2661
|
* displayed on the iOS client login screen.</p>
|
|
2285
2662
|
* <important>
|
|
@@ -2361,6 +2738,9 @@ export interface IosImportClientBrandingAttributes {
|
|
|
2361
2738
|
*/
|
|
2362
2739
|
LoginMessage?: Record<string, string>;
|
|
2363
2740
|
}
|
|
2741
|
+
/**
|
|
2742
|
+
* @public
|
|
2743
|
+
*/
|
|
2364
2744
|
export interface ImportClientBrandingRequest {
|
|
2365
2745
|
/**
|
|
2366
2746
|
* <p>The directory identifier of the WorkSpace for which you want to import client
|
|
@@ -2392,6 +2772,9 @@ export interface ImportClientBrandingRequest {
|
|
|
2392
2772
|
*/
|
|
2393
2773
|
DeviceTypeWeb?: DefaultImportClientBrandingAttributes;
|
|
2394
2774
|
}
|
|
2775
|
+
/**
|
|
2776
|
+
* @public
|
|
2777
|
+
*/
|
|
2395
2778
|
export interface ImportClientBrandingResult {
|
|
2396
2779
|
/**
|
|
2397
2780
|
* <p>The branding information configured for Windows devices.</p>
|
|
@@ -2418,6 +2801,9 @@ export interface ImportClientBrandingResult {
|
|
|
2418
2801
|
*/
|
|
2419
2802
|
DeviceTypeWeb?: DefaultClientBrandingAttributes;
|
|
2420
2803
|
}
|
|
2804
|
+
/**
|
|
2805
|
+
* @public
|
|
2806
|
+
*/
|
|
2421
2807
|
export declare enum WorkspaceImageIngestionProcess {
|
|
2422
2808
|
BYOL_GRAPHICS = "BYOL_GRAPHICS",
|
|
2423
2809
|
BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
|
|
@@ -2427,6 +2813,9 @@ export declare enum WorkspaceImageIngestionProcess {
|
|
|
2427
2813
|
BYOL_REGULAR_BYOP = "BYOL_REGULAR_BYOP",
|
|
2428
2814
|
BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP"
|
|
2429
2815
|
}
|
|
2816
|
+
/**
|
|
2817
|
+
* @public
|
|
2818
|
+
*/
|
|
2430
2819
|
export interface ImportWorkspaceImageRequest {
|
|
2431
2820
|
/**
|
|
2432
2821
|
* <p>The identifier of the EC2 image.</p>
|
|
@@ -2470,12 +2859,18 @@ export interface ImportWorkspaceImageRequest {
|
|
|
2470
2859
|
*/
|
|
2471
2860
|
Applications?: (Application | string)[];
|
|
2472
2861
|
}
|
|
2862
|
+
/**
|
|
2863
|
+
* @public
|
|
2864
|
+
*/
|
|
2473
2865
|
export interface ImportWorkspaceImageResult {
|
|
2474
2866
|
/**
|
|
2475
2867
|
* <p>The identifier of the WorkSpace image.</p>
|
|
2476
2868
|
*/
|
|
2477
2869
|
ImageId?: string;
|
|
2478
2870
|
}
|
|
2871
|
+
/**
|
|
2872
|
+
* @public
|
|
2873
|
+
*/
|
|
2479
2874
|
export interface ListAvailableManagementCidrRangesRequest {
|
|
2480
2875
|
/**
|
|
2481
2876
|
* <p>The IP address range to search. Specify an IP address range that is compatible with your
|
|
@@ -2492,6 +2887,9 @@ export interface ListAvailableManagementCidrRangesRequest {
|
|
|
2492
2887
|
*/
|
|
2493
2888
|
NextToken?: string;
|
|
2494
2889
|
}
|
|
2890
|
+
/**
|
|
2891
|
+
* @public
|
|
2892
|
+
*/
|
|
2495
2893
|
export interface ListAvailableManagementCidrRangesResult {
|
|
2496
2894
|
/**
|
|
2497
2895
|
* <p>The list of available IP address ranges, specified as IPv4 CIDR blocks.</p>
|
|
@@ -2503,6 +2901,9 @@ export interface ListAvailableManagementCidrRangesResult {
|
|
|
2503
2901
|
*/
|
|
2504
2902
|
NextToken?: string;
|
|
2505
2903
|
}
|
|
2904
|
+
/**
|
|
2905
|
+
* @public
|
|
2906
|
+
*/
|
|
2506
2907
|
export interface MigrateWorkspaceRequest {
|
|
2507
2908
|
/**
|
|
2508
2909
|
* <p>The identifier of the WorkSpace to migrate from.</p>
|
|
@@ -2513,6 +2914,9 @@ export interface MigrateWorkspaceRequest {
|
|
|
2513
2914
|
*/
|
|
2514
2915
|
BundleId: string | undefined;
|
|
2515
2916
|
}
|
|
2917
|
+
/**
|
|
2918
|
+
* @public
|
|
2919
|
+
*/
|
|
2516
2920
|
export interface MigrateWorkspaceResult {
|
|
2517
2921
|
/**
|
|
2518
2922
|
* <p>The original identifier of the WorkSpace that is being migrated.</p>
|
|
@@ -2526,6 +2930,7 @@ export interface MigrateWorkspaceResult {
|
|
|
2526
2930
|
TargetWorkspaceId?: string;
|
|
2527
2931
|
}
|
|
2528
2932
|
/**
|
|
2933
|
+
* @public
|
|
2529
2934
|
* <p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>
|
|
2530
2935
|
*/
|
|
2531
2936
|
export declare class OperationInProgressException extends __BaseException {
|
|
@@ -2536,6 +2941,9 @@ export declare class OperationInProgressException extends __BaseException {
|
|
|
2536
2941
|
*/
|
|
2537
2942
|
constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
|
|
2538
2943
|
}
|
|
2944
|
+
/**
|
|
2945
|
+
* @public
|
|
2946
|
+
*/
|
|
2539
2947
|
export interface ModifyAccountRequest {
|
|
2540
2948
|
/**
|
|
2541
2949
|
* <p>The status of BYOL.</p>
|
|
@@ -2550,8 +2958,14 @@ export interface ModifyAccountRequest {
|
|
|
2550
2958
|
*/
|
|
2551
2959
|
DedicatedTenancyManagementCidrRange?: string;
|
|
2552
2960
|
}
|
|
2961
|
+
/**
|
|
2962
|
+
* @public
|
|
2963
|
+
*/
|
|
2553
2964
|
export interface ModifyAccountResult {
|
|
2554
2965
|
}
|
|
2966
|
+
/**
|
|
2967
|
+
* @public
|
|
2968
|
+
*/
|
|
2555
2969
|
export interface ModifyCertificateBasedAuthPropertiesRequest {
|
|
2556
2970
|
/**
|
|
2557
2971
|
* <p>The resource identifiers, in the form of directory IDs.</p>
|
|
@@ -2566,8 +2980,14 @@ export interface ModifyCertificateBasedAuthPropertiesRequest {
|
|
|
2566
2980
|
*/
|
|
2567
2981
|
PropertiesToDelete?: (DeletableCertificateBasedAuthProperty | string)[];
|
|
2568
2982
|
}
|
|
2983
|
+
/**
|
|
2984
|
+
* @public
|
|
2985
|
+
*/
|
|
2569
2986
|
export interface ModifyCertificateBasedAuthPropertiesResult {
|
|
2570
2987
|
}
|
|
2988
|
+
/**
|
|
2989
|
+
* @public
|
|
2990
|
+
*/
|
|
2571
2991
|
export interface ModifyClientPropertiesRequest {
|
|
2572
2992
|
/**
|
|
2573
2993
|
* <p>The resource identifiers, in the form of directory IDs.</p>
|
|
@@ -2578,8 +2998,14 @@ export interface ModifyClientPropertiesRequest {
|
|
|
2578
2998
|
*/
|
|
2579
2999
|
ClientProperties: ClientProperties | undefined;
|
|
2580
3000
|
}
|
|
3001
|
+
/**
|
|
3002
|
+
* @public
|
|
3003
|
+
*/
|
|
2581
3004
|
export interface ModifyClientPropertiesResult {
|
|
2582
3005
|
}
|
|
3006
|
+
/**
|
|
3007
|
+
* @public
|
|
3008
|
+
*/
|
|
2583
3009
|
export interface ModifySamlPropertiesRequest {
|
|
2584
3010
|
/**
|
|
2585
3011
|
* <p>The directory identifier for which you want to configure SAML properties.</p>
|
|
@@ -2606,8 +3032,14 @@ export interface ModifySamlPropertiesRequest {
|
|
|
2606
3032
|
*/
|
|
2607
3033
|
PropertiesToDelete?: (DeletableSamlProperty | string)[];
|
|
2608
3034
|
}
|
|
3035
|
+
/**
|
|
3036
|
+
* @public
|
|
3037
|
+
*/
|
|
2609
3038
|
export interface ModifySamlPropertiesResult {
|
|
2610
3039
|
}
|
|
3040
|
+
/**
|
|
3041
|
+
* @public
|
|
3042
|
+
*/
|
|
2611
3043
|
export interface ModifySelfservicePermissionsRequest {
|
|
2612
3044
|
/**
|
|
2613
3045
|
* <p>The identifier of the directory.</p>
|
|
@@ -2618,8 +3050,14 @@ export interface ModifySelfservicePermissionsRequest {
|
|
|
2618
3050
|
*/
|
|
2619
3051
|
SelfservicePermissions: SelfservicePermissions | undefined;
|
|
2620
3052
|
}
|
|
3053
|
+
/**
|
|
3054
|
+
* @public
|
|
3055
|
+
*/
|
|
2621
3056
|
export interface ModifySelfservicePermissionsResult {
|
|
2622
3057
|
}
|
|
3058
|
+
/**
|
|
3059
|
+
* @public
|
|
3060
|
+
*/
|
|
2623
3061
|
export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
2624
3062
|
/**
|
|
2625
3063
|
* <p>The identifier of the directory.</p>
|
|
@@ -2630,9 +3068,13 @@ export interface ModifyWorkspaceAccessPropertiesRequest {
|
|
|
2630
3068
|
*/
|
|
2631
3069
|
WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
|
|
2632
3070
|
}
|
|
3071
|
+
/**
|
|
3072
|
+
* @public
|
|
3073
|
+
*/
|
|
2633
3074
|
export interface ModifyWorkspaceAccessPropertiesResult {
|
|
2634
3075
|
}
|
|
2635
3076
|
/**
|
|
3077
|
+
* @public
|
|
2636
3078
|
* <p>Describes the default properties that are used for creating WorkSpaces. For more
|
|
2637
3079
|
* information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
|
|
2638
3080
|
* Details for Your WorkSpaces</a>. </p>
|
|
@@ -2694,6 +3136,9 @@ export interface WorkspaceCreationProperties {
|
|
|
2694
3136
|
*/
|
|
2695
3137
|
EnableMaintenanceMode?: boolean;
|
|
2696
3138
|
}
|
|
3139
|
+
/**
|
|
3140
|
+
* @public
|
|
3141
|
+
*/
|
|
2697
3142
|
export interface ModifyWorkspaceCreationPropertiesRequest {
|
|
2698
3143
|
/**
|
|
2699
3144
|
* <p>The identifier of the directory.</p>
|
|
@@ -2704,8 +3149,14 @@ export interface ModifyWorkspaceCreationPropertiesRequest {
|
|
|
2704
3149
|
*/
|
|
2705
3150
|
WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
|
|
2706
3151
|
}
|
|
3152
|
+
/**
|
|
3153
|
+
* @public
|
|
3154
|
+
*/
|
|
2707
3155
|
export interface ModifyWorkspaceCreationPropertiesResult {
|
|
2708
3156
|
}
|
|
3157
|
+
/**
|
|
3158
|
+
* @public
|
|
3159
|
+
*/
|
|
2709
3160
|
export interface ModifyWorkspacePropertiesRequest {
|
|
2710
3161
|
/**
|
|
2711
3162
|
* <p>The identifier of the WorkSpace.</p>
|
|
@@ -2716,9 +3167,13 @@ export interface ModifyWorkspacePropertiesRequest {
|
|
|
2716
3167
|
*/
|
|
2717
3168
|
WorkspaceProperties: WorkspaceProperties | undefined;
|
|
2718
3169
|
}
|
|
3170
|
+
/**
|
|
3171
|
+
* @public
|
|
3172
|
+
*/
|
|
2719
3173
|
export interface ModifyWorkspacePropertiesResult {
|
|
2720
3174
|
}
|
|
2721
3175
|
/**
|
|
3176
|
+
* @public
|
|
2722
3177
|
* <p>The configuration of this WorkSpace is not supported for this operation. For more information, see
|
|
2723
3178
|
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html">Required
|
|
2724
3179
|
* Configuration and Service Components for WorkSpaces </a>.</p>
|
|
@@ -2731,10 +3186,16 @@ export declare class UnsupportedWorkspaceConfigurationException extends __BaseEx
|
|
|
2731
3186
|
*/
|
|
2732
3187
|
constructor(opts: __ExceptionOptionType<UnsupportedWorkspaceConfigurationException, __BaseException>);
|
|
2733
3188
|
}
|
|
3189
|
+
/**
|
|
3190
|
+
* @public
|
|
3191
|
+
*/
|
|
2734
3192
|
export declare enum TargetWorkspaceState {
|
|
2735
3193
|
ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
|
|
2736
3194
|
AVAILABLE = "AVAILABLE"
|
|
2737
3195
|
}
|
|
3196
|
+
/**
|
|
3197
|
+
* @public
|
|
3198
|
+
*/
|
|
2738
3199
|
export interface ModifyWorkspaceStateRequest {
|
|
2739
3200
|
/**
|
|
2740
3201
|
* <p>The identifier of the WorkSpace.</p>
|
|
@@ -2745,9 +3206,13 @@ export interface ModifyWorkspaceStateRequest {
|
|
|
2745
3206
|
*/
|
|
2746
3207
|
WorkspaceState: TargetWorkspaceState | string | undefined;
|
|
2747
3208
|
}
|
|
3209
|
+
/**
|
|
3210
|
+
* @public
|
|
3211
|
+
*/
|
|
2748
3212
|
export interface ModifyWorkspaceStateResult {
|
|
2749
3213
|
}
|
|
2750
3214
|
/**
|
|
3215
|
+
* @public
|
|
2751
3216
|
* <p>Describes the information used to reboot a WorkSpace.</p>
|
|
2752
3217
|
*/
|
|
2753
3218
|
export interface RebootRequest {
|
|
@@ -2756,12 +3221,18 @@ export interface RebootRequest {
|
|
|
2756
3221
|
*/
|
|
2757
3222
|
WorkspaceId: string | undefined;
|
|
2758
3223
|
}
|
|
3224
|
+
/**
|
|
3225
|
+
* @public
|
|
3226
|
+
*/
|
|
2759
3227
|
export interface RebootWorkspacesRequest {
|
|
2760
3228
|
/**
|
|
2761
3229
|
* <p>The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.</p>
|
|
2762
3230
|
*/
|
|
2763
3231
|
RebootWorkspaceRequests: RebootRequest[] | undefined;
|
|
2764
3232
|
}
|
|
3233
|
+
/**
|
|
3234
|
+
* @public
|
|
3235
|
+
*/
|
|
2765
3236
|
export interface RebootWorkspacesResult {
|
|
2766
3237
|
/**
|
|
2767
3238
|
* <p>Information about the WorkSpaces that could not be rebooted.</p>
|
|
@@ -2769,6 +3240,7 @@ export interface RebootWorkspacesResult {
|
|
|
2769
3240
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2770
3241
|
}
|
|
2771
3242
|
/**
|
|
3243
|
+
* @public
|
|
2772
3244
|
* <p>Describes the information used to rebuild a WorkSpace.</p>
|
|
2773
3245
|
*/
|
|
2774
3246
|
export interface RebuildRequest {
|
|
@@ -2777,18 +3249,27 @@ export interface RebuildRequest {
|
|
|
2777
3249
|
*/
|
|
2778
3250
|
WorkspaceId: string | undefined;
|
|
2779
3251
|
}
|
|
3252
|
+
/**
|
|
3253
|
+
* @public
|
|
3254
|
+
*/
|
|
2780
3255
|
export interface RebuildWorkspacesRequest {
|
|
2781
3256
|
/**
|
|
2782
3257
|
* <p>The WorkSpace to rebuild. You can specify a single WorkSpace.</p>
|
|
2783
3258
|
*/
|
|
2784
3259
|
RebuildWorkspaceRequests: RebuildRequest[] | undefined;
|
|
2785
3260
|
}
|
|
3261
|
+
/**
|
|
3262
|
+
* @public
|
|
3263
|
+
*/
|
|
2786
3264
|
export interface RebuildWorkspacesResult {
|
|
2787
3265
|
/**
|
|
2788
3266
|
* <p>Information about the WorkSpace that could not be rebuilt.</p>
|
|
2789
3267
|
*/
|
|
2790
3268
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2791
3269
|
}
|
|
3270
|
+
/**
|
|
3271
|
+
* @public
|
|
3272
|
+
*/
|
|
2792
3273
|
export interface RegisterWorkspaceDirectoryRequest {
|
|
2793
3274
|
/**
|
|
2794
3275
|
* <p>The identifier of the directory. You cannot register a directory if it does not have a
|
|
@@ -2830,9 +3311,13 @@ export interface RegisterWorkspaceDirectoryRequest {
|
|
|
2830
3311
|
*/
|
|
2831
3312
|
Tags?: Tag[];
|
|
2832
3313
|
}
|
|
3314
|
+
/**
|
|
3315
|
+
* @public
|
|
3316
|
+
*/
|
|
2833
3317
|
export interface RegisterWorkspaceDirectoryResult {
|
|
2834
3318
|
}
|
|
2835
3319
|
/**
|
|
3320
|
+
* @public
|
|
2836
3321
|
* <p>The configuration of this network is not supported for this operation, or your network configuration
|
|
2837
3322
|
* conflicts with the Amazon WorkSpaces management network IP range. For more information, see
|
|
2838
3323
|
* <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html">
|
|
@@ -2847,6 +3332,7 @@ export declare class UnsupportedNetworkConfigurationException extends __BaseExce
|
|
|
2847
3332
|
constructor(opts: __ExceptionOptionType<UnsupportedNetworkConfigurationException, __BaseException>);
|
|
2848
3333
|
}
|
|
2849
3334
|
/**
|
|
3335
|
+
* @public
|
|
2850
3336
|
* <p>The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you
|
|
2851
3337
|
* will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-access-control.html#create-default-role">Creating the workspaces_DefaultRole Role</a>.</p>
|
|
2852
3338
|
*/
|
|
@@ -2858,14 +3344,23 @@ export declare class WorkspacesDefaultRoleNotFoundException extends __BaseExcept
|
|
|
2858
3344
|
*/
|
|
2859
3345
|
constructor(opts: __ExceptionOptionType<WorkspacesDefaultRoleNotFoundException, __BaseException>);
|
|
2860
3346
|
}
|
|
3347
|
+
/**
|
|
3348
|
+
* @public
|
|
3349
|
+
*/
|
|
2861
3350
|
export interface RestoreWorkspaceRequest {
|
|
2862
3351
|
/**
|
|
2863
3352
|
* <p>The identifier of the WorkSpace.</p>
|
|
2864
3353
|
*/
|
|
2865
3354
|
WorkspaceId: string | undefined;
|
|
2866
3355
|
}
|
|
3356
|
+
/**
|
|
3357
|
+
* @public
|
|
3358
|
+
*/
|
|
2867
3359
|
export interface RestoreWorkspaceResult {
|
|
2868
3360
|
}
|
|
3361
|
+
/**
|
|
3362
|
+
* @public
|
|
3363
|
+
*/
|
|
2869
3364
|
export interface RevokeIpRulesRequest {
|
|
2870
3365
|
/**
|
|
2871
3366
|
* <p>The identifier of the group.</p>
|
|
@@ -2876,9 +3371,13 @@ export interface RevokeIpRulesRequest {
|
|
|
2876
3371
|
*/
|
|
2877
3372
|
UserRules: string[] | undefined;
|
|
2878
3373
|
}
|
|
3374
|
+
/**
|
|
3375
|
+
* @public
|
|
3376
|
+
*/
|
|
2879
3377
|
export interface RevokeIpRulesResult {
|
|
2880
3378
|
}
|
|
2881
3379
|
/**
|
|
3380
|
+
* @public
|
|
2882
3381
|
* <p>Information used to start a WorkSpace.</p>
|
|
2883
3382
|
*/
|
|
2884
3383
|
export interface StartRequest {
|
|
@@ -2887,12 +3386,18 @@ export interface StartRequest {
|
|
|
2887
3386
|
*/
|
|
2888
3387
|
WorkspaceId?: string;
|
|
2889
3388
|
}
|
|
3389
|
+
/**
|
|
3390
|
+
* @public
|
|
3391
|
+
*/
|
|
2890
3392
|
export interface StartWorkspacesRequest {
|
|
2891
3393
|
/**
|
|
2892
3394
|
* <p>The WorkSpaces to start. You can specify up to 25 WorkSpaces.</p>
|
|
2893
3395
|
*/
|
|
2894
3396
|
StartWorkspaceRequests: StartRequest[] | undefined;
|
|
2895
3397
|
}
|
|
3398
|
+
/**
|
|
3399
|
+
* @public
|
|
3400
|
+
*/
|
|
2896
3401
|
export interface StartWorkspacesResult {
|
|
2897
3402
|
/**
|
|
2898
3403
|
* <p>Information about the WorkSpaces that could not be started.</p>
|
|
@@ -2900,6 +3405,7 @@ export interface StartWorkspacesResult {
|
|
|
2900
3405
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2901
3406
|
}
|
|
2902
3407
|
/**
|
|
3408
|
+
* @public
|
|
2903
3409
|
* <p>Describes the information used to stop a WorkSpace.</p>
|
|
2904
3410
|
*/
|
|
2905
3411
|
export interface StopRequest {
|
|
@@ -2908,12 +3414,18 @@ export interface StopRequest {
|
|
|
2908
3414
|
*/
|
|
2909
3415
|
WorkspaceId?: string;
|
|
2910
3416
|
}
|
|
3417
|
+
/**
|
|
3418
|
+
* @public
|
|
3419
|
+
*/
|
|
2911
3420
|
export interface StopWorkspacesRequest {
|
|
2912
3421
|
/**
|
|
2913
3422
|
* <p>The WorkSpaces to stop. You can specify up to 25 WorkSpaces.</p>
|
|
2914
3423
|
*/
|
|
2915
3424
|
StopWorkspaceRequests: StopRequest[] | undefined;
|
|
2916
3425
|
}
|
|
3426
|
+
/**
|
|
3427
|
+
* @public
|
|
3428
|
+
*/
|
|
2917
3429
|
export interface StopWorkspacesResult {
|
|
2918
3430
|
/**
|
|
2919
3431
|
* <p>Information about the WorkSpaces that could not be stopped.</p>
|
|
@@ -2921,6 +3433,7 @@ export interface StopWorkspacesResult {
|
|
|
2921
3433
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2922
3434
|
}
|
|
2923
3435
|
/**
|
|
3436
|
+
* @public
|
|
2924
3437
|
* <p>Describes the information used to terminate a WorkSpace.</p>
|
|
2925
3438
|
*/
|
|
2926
3439
|
export interface TerminateRequest {
|
|
@@ -2929,18 +3442,27 @@ export interface TerminateRequest {
|
|
|
2929
3442
|
*/
|
|
2930
3443
|
WorkspaceId: string | undefined;
|
|
2931
3444
|
}
|
|
3445
|
+
/**
|
|
3446
|
+
* @public
|
|
3447
|
+
*/
|
|
2932
3448
|
export interface TerminateWorkspacesRequest {
|
|
2933
3449
|
/**
|
|
2934
3450
|
* <p>The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.</p>
|
|
2935
3451
|
*/
|
|
2936
3452
|
TerminateWorkspaceRequests: TerminateRequest[] | undefined;
|
|
2937
3453
|
}
|
|
3454
|
+
/**
|
|
3455
|
+
* @public
|
|
3456
|
+
*/
|
|
2938
3457
|
export interface TerminateWorkspacesResult {
|
|
2939
3458
|
/**
|
|
2940
3459
|
* <p>Information about the WorkSpaces that could not be terminated.</p>
|
|
2941
3460
|
*/
|
|
2942
3461
|
FailedRequests?: FailedWorkspaceChangeRequest[];
|
|
2943
3462
|
}
|
|
3463
|
+
/**
|
|
3464
|
+
* @public
|
|
3465
|
+
*/
|
|
2944
3466
|
export interface UpdateConnectClientAddInRequest {
|
|
2945
3467
|
/**
|
|
2946
3468
|
* <p>The identifier of the client add-in to update.</p>
|
|
@@ -2959,8 +3481,14 @@ export interface UpdateConnectClientAddInRequest {
|
|
|
2959
3481
|
*/
|
|
2960
3482
|
URL?: string;
|
|
2961
3483
|
}
|
|
3484
|
+
/**
|
|
3485
|
+
* @public
|
|
3486
|
+
*/
|
|
2962
3487
|
export interface UpdateConnectClientAddInResult {
|
|
2963
3488
|
}
|
|
3489
|
+
/**
|
|
3490
|
+
* @public
|
|
3491
|
+
*/
|
|
2964
3492
|
export interface UpdateConnectionAliasPermissionRequest {
|
|
2965
3493
|
/**
|
|
2966
3494
|
* <p>The identifier of the connection alias that you want to update permissions for.</p>
|
|
@@ -2971,8 +3499,14 @@ export interface UpdateConnectionAliasPermissionRequest {
|
|
|
2971
3499
|
*/
|
|
2972
3500
|
ConnectionAliasPermission: ConnectionAliasPermission | undefined;
|
|
2973
3501
|
}
|
|
3502
|
+
/**
|
|
3503
|
+
* @public
|
|
3504
|
+
*/
|
|
2974
3505
|
export interface UpdateConnectionAliasPermissionResult {
|
|
2975
3506
|
}
|
|
3507
|
+
/**
|
|
3508
|
+
* @public
|
|
3509
|
+
*/
|
|
2976
3510
|
export interface UpdateRulesOfIpGroupRequest {
|
|
2977
3511
|
/**
|
|
2978
3512
|
* <p>The identifier of the group.</p>
|
|
@@ -2983,8 +3517,14 @@ export interface UpdateRulesOfIpGroupRequest {
|
|
|
2983
3517
|
*/
|
|
2984
3518
|
UserRules: IpRuleItem[] | undefined;
|
|
2985
3519
|
}
|
|
3520
|
+
/**
|
|
3521
|
+
* @public
|
|
3522
|
+
*/
|
|
2986
3523
|
export interface UpdateRulesOfIpGroupResult {
|
|
2987
3524
|
}
|
|
3525
|
+
/**
|
|
3526
|
+
* @public
|
|
3527
|
+
*/
|
|
2988
3528
|
export interface UpdateWorkspaceBundleRequest {
|
|
2989
3529
|
/**
|
|
2990
3530
|
* <p>The identifier of the bundle.</p>
|
|
@@ -2995,8 +3535,14 @@ export interface UpdateWorkspaceBundleRequest {
|
|
|
2995
3535
|
*/
|
|
2996
3536
|
ImageId?: string;
|
|
2997
3537
|
}
|
|
3538
|
+
/**
|
|
3539
|
+
* @public
|
|
3540
|
+
*/
|
|
2998
3541
|
export interface UpdateWorkspaceBundleResult {
|
|
2999
3542
|
}
|
|
3543
|
+
/**
|
|
3544
|
+
* @public
|
|
3545
|
+
*/
|
|
3000
3546
|
export interface UpdateWorkspaceImagePermissionRequest {
|
|
3001
3547
|
/**
|
|
3002
3548
|
* <p>The identifier of the image.</p>
|
|
@@ -3016,6 +3562,9 @@ export interface UpdateWorkspaceImagePermissionRequest {
|
|
|
3016
3562
|
*/
|
|
3017
3563
|
SharedAccountId: string | undefined;
|
|
3018
3564
|
}
|
|
3565
|
+
/**
|
|
3566
|
+
* @public
|
|
3567
|
+
*/
|
|
3019
3568
|
export interface UpdateWorkspaceImagePermissionResult {
|
|
3020
3569
|
}
|
|
3021
3570
|
/**
|