@aws-sdk/client-workspaces 3.300.0 → 3.303.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-cjs/models/models_0.js +175 -208
- package/dist-es/models/models_0.js +175 -208
- package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpGroupsCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +3 -3
- package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionAliasCommand.d.ts +3 -3
- package/dist-types/commands/CreateIpGroupCommand.d.ts +5 -5
- package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +5 -5
- package/dist-types/commands/CreateTagsCommand.d.ts +3 -3
- package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +6 -6
- package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +3 -3
- package/dist-types/commands/CreateWorkspacesCommand.d.ts +7 -7
- package/dist-types/commands/DeleteClientBrandingCommand.d.ts +2 -2
- package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientBrandingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIpGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkspacesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +2 -2
- package/dist-types/commands/ImportClientBrandingCommand.d.ts +5 -7
- package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +4 -4
- package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +1 -1
- package/dist-types/commands/MigrateWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAccountCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +3 -3
- package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +3 -3
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +3 -3
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +4 -4
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +2 -2
- package/dist-types/commands/StartWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/StopWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +340 -175
- package/dist-types/ts3.4/models/models_0.d.ts +232 -175
- package/package.json +34 -34
|
@@ -14,26 +14,41 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
16
|
* @public
|
|
17
|
+
* @enum
|
|
17
18
|
*/
|
|
18
|
-
export declare
|
|
19
|
-
ALLOW
|
|
20
|
-
DENY
|
|
21
|
-
}
|
|
19
|
+
export declare const AccessPropertyValue: {
|
|
20
|
+
readonly ALLOW: "ALLOW";
|
|
21
|
+
readonly DENY: "DENY";
|
|
22
|
+
};
|
|
22
23
|
/**
|
|
23
24
|
* @public
|
|
24
25
|
*/
|
|
25
|
-
export
|
|
26
|
-
DISABLED = "DISABLED",
|
|
27
|
-
ENABLED = "ENABLED"
|
|
28
|
-
}
|
|
26
|
+
export type AccessPropertyValue = (typeof AccessPropertyValue)[keyof typeof AccessPropertyValue];
|
|
29
27
|
/**
|
|
30
28
|
* @public
|
|
29
|
+
* @enum
|
|
31
30
|
*/
|
|
32
|
-
export declare
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
31
|
+
export declare const DedicatedTenancySupportResultEnum: {
|
|
32
|
+
readonly DISABLED: "DISABLED";
|
|
33
|
+
readonly ENABLED: "ENABLED";
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export type DedicatedTenancySupportResultEnum = (typeof DedicatedTenancySupportResultEnum)[keyof typeof DedicatedTenancySupportResultEnum];
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
* @enum
|
|
42
|
+
*/
|
|
43
|
+
export declare const DedicatedTenancyModificationStateEnum: {
|
|
44
|
+
readonly COMPLETED: "COMPLETED";
|
|
45
|
+
readonly FAILED: "FAILED";
|
|
46
|
+
readonly PENDING: "PENDING";
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export type DedicatedTenancyModificationStateEnum = (typeof DedicatedTenancyModificationStateEnum)[keyof typeof DedicatedTenancyModificationStateEnum];
|
|
37
52
|
/**
|
|
38
53
|
* @public
|
|
39
54
|
* <p>Describes a modification to the configuration of Bring Your Own License (BYOL) for the
|
|
@@ -69,11 +84,16 @@ export interface AccountModification {
|
|
|
69
84
|
}
|
|
70
85
|
/**
|
|
71
86
|
* @public
|
|
87
|
+
* @enum
|
|
72
88
|
*/
|
|
73
|
-
export declare
|
|
74
|
-
Microsoft_Office_2016
|
|
75
|
-
Microsoft_Office_2019
|
|
76
|
-
}
|
|
89
|
+
export declare const Application: {
|
|
90
|
+
readonly Microsoft_Office_2016: "Microsoft_Office_2016";
|
|
91
|
+
readonly Microsoft_Office_2019: "Microsoft_Office_2019";
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
export type Application = (typeof Application)[keyof typeof Application];
|
|
77
97
|
/**
|
|
78
98
|
* @public
|
|
79
99
|
*/
|
|
@@ -197,14 +217,19 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
197
217
|
}
|
|
198
218
|
/**
|
|
199
219
|
* @public
|
|
220
|
+
* @enum
|
|
200
221
|
*/
|
|
201
|
-
export declare
|
|
202
|
-
ASSOCIATED_WITH_OWNER_ACCOUNT
|
|
203
|
-
ASSOCIATED_WITH_SHARED_ACCOUNT
|
|
204
|
-
NOT_ASSOCIATED
|
|
205
|
-
PENDING_ASSOCIATION
|
|
206
|
-
PENDING_DISASSOCIATION
|
|
207
|
-
}
|
|
222
|
+
export declare const AssociationStatus: {
|
|
223
|
+
readonly ASSOCIATED_WITH_OWNER_ACCOUNT: "ASSOCIATED_WITH_OWNER_ACCOUNT";
|
|
224
|
+
readonly ASSOCIATED_WITH_SHARED_ACCOUNT: "ASSOCIATED_WITH_SHARED_ACCOUNT";
|
|
225
|
+
readonly NOT_ASSOCIATED: "NOT_ASSOCIATED";
|
|
226
|
+
readonly PENDING_ASSOCIATION: "PENDING_ASSOCIATION";
|
|
227
|
+
readonly PENDING_DISASSOCIATION: "PENDING_DISASSOCIATION";
|
|
228
|
+
};
|
|
229
|
+
/**
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
export type AssociationStatus = (typeof AssociationStatus)[keyof typeof AssociationStatus];
|
|
208
233
|
/**
|
|
209
234
|
* @public
|
|
210
235
|
* <p>Describes a rule for an IP access control group.</p>
|
|
@@ -239,25 +264,35 @@ export interface AuthorizeIpRulesResult {
|
|
|
239
264
|
}
|
|
240
265
|
/**
|
|
241
266
|
* @public
|
|
267
|
+
* @enum
|
|
242
268
|
*/
|
|
243
|
-
export declare
|
|
244
|
-
REGULAR
|
|
245
|
-
STANDBY
|
|
246
|
-
}
|
|
269
|
+
export declare const BundleType: {
|
|
270
|
+
readonly REGULAR: "REGULAR";
|
|
271
|
+
readonly STANDBY: "STANDBY";
|
|
272
|
+
};
|
|
247
273
|
/**
|
|
248
274
|
* @public
|
|
249
275
|
*/
|
|
250
|
-
export
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
276
|
+
export type BundleType = (typeof BundleType)[keyof typeof BundleType];
|
|
277
|
+
/**
|
|
278
|
+
* @public
|
|
279
|
+
* @enum
|
|
280
|
+
*/
|
|
281
|
+
export declare const Compute: {
|
|
282
|
+
readonly GRAPHICS: "GRAPHICS";
|
|
283
|
+
readonly GRAPHICSPRO: "GRAPHICSPRO";
|
|
284
|
+
readonly GRAPHICSPRO_G4DN: "GRAPHICSPRO_G4DN";
|
|
285
|
+
readonly GRAPHICS_G4DN: "GRAPHICS_G4DN";
|
|
286
|
+
readonly PERFORMANCE: "PERFORMANCE";
|
|
287
|
+
readonly POWER: "POWER";
|
|
288
|
+
readonly POWERPRO: "POWERPRO";
|
|
289
|
+
readonly STANDARD: "STANDARD";
|
|
290
|
+
readonly VALUE: "VALUE";
|
|
291
|
+
};
|
|
292
|
+
/**
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
export type Compute = (typeof Compute)[keyof typeof Compute];
|
|
261
296
|
/**
|
|
262
297
|
* @public
|
|
263
298
|
* <p>Describes the compute type of the bundle.</p>
|
|
@@ -280,12 +315,17 @@ export interface RootStorage {
|
|
|
280
315
|
}
|
|
281
316
|
/**
|
|
282
317
|
* @public
|
|
318
|
+
* @enum
|
|
283
319
|
*/
|
|
284
|
-
export declare
|
|
285
|
-
AVAILABLE
|
|
286
|
-
ERROR
|
|
287
|
-
PENDING
|
|
288
|
-
}
|
|
320
|
+
export declare const WorkspaceBundleState: {
|
|
321
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
322
|
+
readonly ERROR: "ERROR";
|
|
323
|
+
readonly PENDING: "PENDING";
|
|
324
|
+
};
|
|
325
|
+
/**
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
export type WorkspaceBundleState = (typeof WorkspaceBundleState)[keyof typeof WorkspaceBundleState];
|
|
289
329
|
/**
|
|
290
330
|
* @public
|
|
291
331
|
* <p>Describes the user volume for a WorkSpace bundle.</p>
|
|
@@ -354,11 +394,16 @@ export interface WorkspaceBundle {
|
|
|
354
394
|
}
|
|
355
395
|
/**
|
|
356
396
|
* @public
|
|
397
|
+
* @enum
|
|
357
398
|
*/
|
|
358
|
-
export declare
|
|
359
|
-
DISABLED
|
|
360
|
-
ENABLED
|
|
361
|
-
}
|
|
399
|
+
export declare const CertificateBasedAuthStatusEnum: {
|
|
400
|
+
readonly DISABLED: "DISABLED";
|
|
401
|
+
readonly ENABLED: "ENABLED";
|
|
402
|
+
};
|
|
403
|
+
/**
|
|
404
|
+
* @public
|
|
405
|
+
*/
|
|
406
|
+
export type CertificateBasedAuthStatusEnum = (typeof CertificateBasedAuthStatusEnum)[keyof typeof CertificateBasedAuthStatusEnum];
|
|
362
407
|
/**
|
|
363
408
|
* @public
|
|
364
409
|
* <p>Describes the properties of the certificate-based authentication you want to use
|
|
@@ -376,29 +421,44 @@ export interface CertificateBasedAuthProperties {
|
|
|
376
421
|
}
|
|
377
422
|
/**
|
|
378
423
|
* @public
|
|
424
|
+
* @enum
|
|
379
425
|
*/
|
|
380
|
-
export declare
|
|
381
|
-
DEVICE_TYPE_ANDROID
|
|
382
|
-
DEVICE_TYPE_IOS
|
|
383
|
-
DEVICE_TYPE_LINUX
|
|
384
|
-
DEVICE_TYPE_OSX
|
|
385
|
-
DEVICE_TYPE_WEB
|
|
386
|
-
DEVICE_TYPE_WINDOWS
|
|
387
|
-
}
|
|
426
|
+
export declare const ClientDeviceType: {
|
|
427
|
+
readonly DEVICE_TYPE_ANDROID: "DeviceTypeAndroid";
|
|
428
|
+
readonly DEVICE_TYPE_IOS: "DeviceTypeIos";
|
|
429
|
+
readonly DEVICE_TYPE_LINUX: "DeviceTypeLinux";
|
|
430
|
+
readonly DEVICE_TYPE_OSX: "DeviceTypeOsx";
|
|
431
|
+
readonly DEVICE_TYPE_WEB: "DeviceTypeWeb";
|
|
432
|
+
readonly DEVICE_TYPE_WINDOWS: "DeviceTypeWindows";
|
|
433
|
+
};
|
|
388
434
|
/**
|
|
389
435
|
* @public
|
|
390
436
|
*/
|
|
391
|
-
export
|
|
392
|
-
DISABLED = "DISABLED",
|
|
393
|
-
ENABLED = "ENABLED"
|
|
394
|
-
}
|
|
437
|
+
export type ClientDeviceType = (typeof ClientDeviceType)[keyof typeof ClientDeviceType];
|
|
395
438
|
/**
|
|
396
439
|
* @public
|
|
440
|
+
* @enum
|
|
397
441
|
*/
|
|
398
|
-
export declare
|
|
399
|
-
DISABLED
|
|
400
|
-
ENABLED
|
|
401
|
-
}
|
|
442
|
+
export declare const LogUploadEnum: {
|
|
443
|
+
readonly DISABLED: "DISABLED";
|
|
444
|
+
readonly ENABLED: "ENABLED";
|
|
445
|
+
};
|
|
446
|
+
/**
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
449
|
+
export type LogUploadEnum = (typeof LogUploadEnum)[keyof typeof LogUploadEnum];
|
|
450
|
+
/**
|
|
451
|
+
* @public
|
|
452
|
+
* @enum
|
|
453
|
+
*/
|
|
454
|
+
export declare const ReconnectEnum: {
|
|
455
|
+
readonly DISABLED: "DISABLED";
|
|
456
|
+
readonly ENABLED: "ENABLED";
|
|
457
|
+
};
|
|
458
|
+
/**
|
|
459
|
+
* @public
|
|
460
|
+
*/
|
|
461
|
+
export type ReconnectEnum = (typeof ReconnectEnum)[keyof typeof ReconnectEnum];
|
|
402
462
|
/**
|
|
403
463
|
* @public
|
|
404
464
|
* <p>Describes an Amazon WorkSpaces client.</p>
|
|
@@ -482,12 +542,17 @@ export interface ConnectionAliasAssociation {
|
|
|
482
542
|
}
|
|
483
543
|
/**
|
|
484
544
|
* @public
|
|
545
|
+
* @enum
|
|
485
546
|
*/
|
|
486
|
-
export declare
|
|
487
|
-
CREATED
|
|
488
|
-
CREATING
|
|
489
|
-
DELETING
|
|
490
|
-
}
|
|
547
|
+
export declare const ConnectionAliasState: {
|
|
548
|
+
readonly CREATED: "CREATED";
|
|
549
|
+
readonly CREATING: "CREATING";
|
|
550
|
+
readonly DELETING: "DELETING";
|
|
551
|
+
};
|
|
552
|
+
/**
|
|
553
|
+
* @public
|
|
554
|
+
*/
|
|
555
|
+
export type ConnectionAliasState = (typeof ConnectionAliasState)[keyof typeof ConnectionAliasState];
|
|
491
556
|
/**
|
|
492
557
|
* @public
|
|
493
558
|
* <p>Describes a connection alias. Connection aliases are used for cross-Region redirection.
|
|
@@ -538,12 +603,17 @@ export interface ConnectionAliasPermission {
|
|
|
538
603
|
}
|
|
539
604
|
/**
|
|
540
605
|
* @public
|
|
606
|
+
* @enum
|
|
541
607
|
*/
|
|
542
|
-
export declare
|
|
543
|
-
CONNECTED
|
|
544
|
-
DISCONNECTED
|
|
545
|
-
UNKNOWN
|
|
546
|
-
}
|
|
608
|
+
export declare const ConnectionState: {
|
|
609
|
+
readonly CONNECTED: "CONNECTED";
|
|
610
|
+
readonly DISCONNECTED: "DISCONNECTED";
|
|
611
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
612
|
+
};
|
|
613
|
+
/**
|
|
614
|
+
* @public
|
|
615
|
+
*/
|
|
616
|
+
export type ConnectionState = (typeof ConnectionState)[keyof typeof ConnectionState];
|
|
547
617
|
/**
|
|
548
618
|
* @public
|
|
549
619
|
* <p>Describes a tag.</p>
|
|
@@ -771,26 +841,31 @@ export interface FailedCreateStandbyWorkspacesRequest {
|
|
|
771
841
|
}
|
|
772
842
|
/**
|
|
773
843
|
* @public
|
|
844
|
+
* @enum
|
|
774
845
|
*/
|
|
775
|
-
export declare
|
|
776
|
-
ADMIN_MAINTENANCE
|
|
777
|
-
AVAILABLE
|
|
778
|
-
ERROR
|
|
779
|
-
IMPAIRED
|
|
780
|
-
MAINTENANCE
|
|
781
|
-
PENDING
|
|
782
|
-
REBOOTING
|
|
783
|
-
REBUILDING
|
|
784
|
-
RESTORING
|
|
785
|
-
STARTING
|
|
786
|
-
STOPPED
|
|
787
|
-
STOPPING
|
|
788
|
-
SUSPENDED
|
|
789
|
-
TERMINATED
|
|
790
|
-
TERMINATING
|
|
791
|
-
UNHEALTHY
|
|
792
|
-
UPDATING
|
|
793
|
-
}
|
|
846
|
+
export declare const WorkspaceState: {
|
|
847
|
+
readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
|
|
848
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
849
|
+
readonly ERROR: "ERROR";
|
|
850
|
+
readonly IMPAIRED: "IMPAIRED";
|
|
851
|
+
readonly MAINTENANCE: "MAINTENANCE";
|
|
852
|
+
readonly PENDING: "PENDING";
|
|
853
|
+
readonly REBOOTING: "REBOOTING";
|
|
854
|
+
readonly REBUILDING: "REBUILDING";
|
|
855
|
+
readonly RESTORING: "RESTORING";
|
|
856
|
+
readonly STARTING: "STARTING";
|
|
857
|
+
readonly STOPPED: "STOPPED";
|
|
858
|
+
readonly STOPPING: "STOPPING";
|
|
859
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
860
|
+
readonly TERMINATED: "TERMINATED";
|
|
861
|
+
readonly TERMINATING: "TERMINATING";
|
|
862
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
863
|
+
readonly UPDATING: "UPDATING";
|
|
864
|
+
};
|
|
865
|
+
/**
|
|
866
|
+
* @public
|
|
867
|
+
*/
|
|
868
|
+
export type WorkspaceState = (typeof WorkspaceState)[keyof typeof WorkspaceState];
|
|
794
869
|
/**
|
|
795
870
|
* @public
|
|
796
871
|
* <p>Information about the standby WorkSpace.</p>
|
|
@@ -957,11 +1032,16 @@ export interface CreateWorkspaceImageRequest {
|
|
|
957
1032
|
}
|
|
958
1033
|
/**
|
|
959
1034
|
* @public
|
|
1035
|
+
* @enum
|
|
960
1036
|
*/
|
|
961
|
-
export declare
|
|
962
|
-
LINUX
|
|
963
|
-
WINDOWS
|
|
964
|
-
}
|
|
1037
|
+
export declare const OperatingSystemType: {
|
|
1038
|
+
readonly LINUX: "LINUX";
|
|
1039
|
+
readonly WINDOWS: "WINDOWS";
|
|
1040
|
+
};
|
|
1041
|
+
/**
|
|
1042
|
+
* @public
|
|
1043
|
+
*/
|
|
1044
|
+
export type OperatingSystemType = (typeof OperatingSystemType)[keyof typeof OperatingSystemType];
|
|
965
1045
|
/**
|
|
966
1046
|
* @public
|
|
967
1047
|
* <p>The operating system that the image is running.</p>
|
|
@@ -974,19 +1054,29 @@ export interface OperatingSystem {
|
|
|
974
1054
|
}
|
|
975
1055
|
/**
|
|
976
1056
|
* @public
|
|
1057
|
+
* @enum
|
|
977
1058
|
*/
|
|
978
|
-
export declare
|
|
979
|
-
DEDICATED
|
|
980
|
-
DEFAULT
|
|
981
|
-
}
|
|
1059
|
+
export declare const WorkspaceImageRequiredTenancy: {
|
|
1060
|
+
readonly DEDICATED: "DEDICATED";
|
|
1061
|
+
readonly DEFAULT: "DEFAULT";
|
|
1062
|
+
};
|
|
982
1063
|
/**
|
|
983
1064
|
* @public
|
|
984
1065
|
*/
|
|
985
|
-
export
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
1066
|
+
export type WorkspaceImageRequiredTenancy = (typeof WorkspaceImageRequiredTenancy)[keyof typeof WorkspaceImageRequiredTenancy];
|
|
1067
|
+
/**
|
|
1068
|
+
* @public
|
|
1069
|
+
* @enum
|
|
1070
|
+
*/
|
|
1071
|
+
export declare const WorkspaceImageState: {
|
|
1072
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
1073
|
+
readonly ERROR: "ERROR";
|
|
1074
|
+
readonly PENDING: "PENDING";
|
|
1075
|
+
};
|
|
1076
|
+
/**
|
|
1077
|
+
* @public
|
|
1078
|
+
*/
|
|
1079
|
+
export type WorkspaceImageState = (typeof WorkspaceImageState)[keyof typeof WorkspaceImageState];
|
|
990
1080
|
/**
|
|
991
1081
|
* @public
|
|
992
1082
|
*/
|
|
@@ -1030,19 +1120,29 @@ export interface CreateWorkspaceImageResult {
|
|
|
1030
1120
|
}
|
|
1031
1121
|
/**
|
|
1032
1122
|
* @public
|
|
1123
|
+
* @enum
|
|
1033
1124
|
*/
|
|
1034
|
-
export declare
|
|
1035
|
-
PCOIP
|
|
1036
|
-
WSP
|
|
1037
|
-
}
|
|
1125
|
+
export declare const Protocol: {
|
|
1126
|
+
readonly PCOIP: "PCOIP";
|
|
1127
|
+
readonly WSP: "WSP";
|
|
1128
|
+
};
|
|
1038
1129
|
/**
|
|
1039
1130
|
* @public
|
|
1040
1131
|
*/
|
|
1041
|
-
export
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1132
|
+
export type Protocol = (typeof Protocol)[keyof typeof Protocol];
|
|
1133
|
+
/**
|
|
1134
|
+
* @public
|
|
1135
|
+
* @enum
|
|
1136
|
+
*/
|
|
1137
|
+
export declare const RunningMode: {
|
|
1138
|
+
readonly ALWAYS_ON: "ALWAYS_ON";
|
|
1139
|
+
readonly AUTO_STOP: "AUTO_STOP";
|
|
1140
|
+
readonly MANUAL: "MANUAL";
|
|
1141
|
+
};
|
|
1142
|
+
/**
|
|
1143
|
+
* @public
|
|
1144
|
+
*/
|
|
1145
|
+
export type RunningMode = (typeof RunningMode)[keyof typeof RunningMode];
|
|
1046
1146
|
/**
|
|
1047
1147
|
* @public
|
|
1048
1148
|
* <p>Describes a WorkSpace.</p>
|
|
@@ -1170,19 +1270,29 @@ export interface FailedCreateWorkspaceRequest {
|
|
|
1170
1270
|
}
|
|
1171
1271
|
/**
|
|
1172
1272
|
* @public
|
|
1273
|
+
* @enum
|
|
1173
1274
|
*/
|
|
1174
|
-
export declare
|
|
1175
|
-
COMPUTE_TYPE
|
|
1176
|
-
ROOT_VOLUME
|
|
1177
|
-
USER_VOLUME
|
|
1178
|
-
}
|
|
1275
|
+
export declare const ModificationResourceEnum: {
|
|
1276
|
+
readonly COMPUTE_TYPE: "COMPUTE_TYPE";
|
|
1277
|
+
readonly ROOT_VOLUME: "ROOT_VOLUME";
|
|
1278
|
+
readonly USER_VOLUME: "USER_VOLUME";
|
|
1279
|
+
};
|
|
1179
1280
|
/**
|
|
1180
1281
|
* @public
|
|
1181
1282
|
*/
|
|
1182
|
-
export
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1283
|
+
export type ModificationResourceEnum = (typeof ModificationResourceEnum)[keyof typeof ModificationResourceEnum];
|
|
1284
|
+
/**
|
|
1285
|
+
* @public
|
|
1286
|
+
* @enum
|
|
1287
|
+
*/
|
|
1288
|
+
export declare const ModificationStateEnum: {
|
|
1289
|
+
readonly UPDATE_INITIATED: "UPDATE_INITIATED";
|
|
1290
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
1291
|
+
};
|
|
1292
|
+
/**
|
|
1293
|
+
* @public
|
|
1294
|
+
*/
|
|
1295
|
+
export type ModificationStateEnum = (typeof ModificationStateEnum)[keyof typeof ModificationStateEnum];
|
|
1186
1296
|
/**
|
|
1187
1297
|
* @public
|
|
1188
1298
|
* <p>Describes a WorkSpace modification.</p>
|
|
@@ -1199,11 +1309,16 @@ export interface ModificationState {
|
|
|
1199
1309
|
}
|
|
1200
1310
|
/**
|
|
1201
1311
|
* @public
|
|
1312
|
+
* @enum
|
|
1202
1313
|
*/
|
|
1203
|
-
export declare
|
|
1204
|
-
PRIMARY
|
|
1205
|
-
STANDBY
|
|
1206
|
-
}
|
|
1314
|
+
export declare const StandbyWorkspaceRelationshipType: {
|
|
1315
|
+
readonly PRIMARY: "PRIMARY";
|
|
1316
|
+
readonly STANDBY: "STANDBY";
|
|
1317
|
+
};
|
|
1318
|
+
/**
|
|
1319
|
+
* @public
|
|
1320
|
+
*/
|
|
1321
|
+
export type StandbyWorkspaceRelationshipType = (typeof StandbyWorkspaceRelationshipType)[keyof typeof StandbyWorkspaceRelationshipType];
|
|
1207
1322
|
/**
|
|
1208
1323
|
* @public
|
|
1209
1324
|
* <p>Describes the related WorkSpace. The related WorkSpace could be a standby WorkSpace or
|
|
@@ -1327,10 +1442,15 @@ export interface CreateWorkspacesResult {
|
|
|
1327
1442
|
}
|
|
1328
1443
|
/**
|
|
1329
1444
|
* @public
|
|
1445
|
+
* @enum
|
|
1330
1446
|
*/
|
|
1331
|
-
export declare
|
|
1332
|
-
ENABLED
|
|
1333
|
-
}
|
|
1447
|
+
export declare const DedicatedTenancySupportEnum: {
|
|
1448
|
+
readonly ENABLED: "ENABLED";
|
|
1449
|
+
};
|
|
1450
|
+
/**
|
|
1451
|
+
* @public
|
|
1452
|
+
*/
|
|
1453
|
+
export type DedicatedTenancySupportEnum = (typeof DedicatedTenancySupportEnum)[keyof typeof DedicatedTenancySupportEnum];
|
|
1334
1454
|
/**
|
|
1335
1455
|
* @public
|
|
1336
1456
|
* <p>Returns default client branding attributes that were imported. These attributes display
|
|
@@ -1497,17 +1617,27 @@ export interface DefaultWorkspaceCreationProperties {
|
|
|
1497
1617
|
}
|
|
1498
1618
|
/**
|
|
1499
1619
|
* @public
|
|
1620
|
+
* @enum
|
|
1500
1621
|
*/
|
|
1501
|
-
export declare
|
|
1502
|
-
CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN
|
|
1503
|
-
}
|
|
1622
|
+
export declare const DeletableCertificateBasedAuthProperty: {
|
|
1623
|
+
readonly CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN: "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN";
|
|
1624
|
+
};
|
|
1504
1625
|
/**
|
|
1505
1626
|
* @public
|
|
1506
1627
|
*/
|
|
1507
|
-
export
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1628
|
+
export type DeletableCertificateBasedAuthProperty = (typeof DeletableCertificateBasedAuthProperty)[keyof typeof DeletableCertificateBasedAuthProperty];
|
|
1629
|
+
/**
|
|
1630
|
+
* @public
|
|
1631
|
+
* @enum
|
|
1632
|
+
*/
|
|
1633
|
+
export declare const DeletableSamlProperty: {
|
|
1634
|
+
readonly SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME: "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME";
|
|
1635
|
+
readonly SAML_PROPERTIES_USER_ACCESS_URL: "SAML_PROPERTIES_USER_ACCESS_URL";
|
|
1636
|
+
};
|
|
1637
|
+
/**
|
|
1638
|
+
* @public
|
|
1639
|
+
*/
|
|
1640
|
+
export type DeletableSamlProperty = (typeof DeletableSamlProperty)[keyof typeof DeletableSamlProperty];
|
|
1511
1641
|
/**
|
|
1512
1642
|
* @public
|
|
1513
1643
|
*/
|
|
@@ -2056,19 +2186,29 @@ export interface DescribeWorkspaceDirectoriesRequest {
|
|
|
2056
2186
|
}
|
|
2057
2187
|
/**
|
|
2058
2188
|
* @public
|
|
2189
|
+
* @enum
|
|
2059
2190
|
*/
|
|
2060
|
-
export declare
|
|
2061
|
-
AD_CONNECTOR
|
|
2062
|
-
SIMPLE_AD
|
|
2063
|
-
}
|
|
2191
|
+
export declare const WorkspaceDirectoryType: {
|
|
2192
|
+
readonly AD_CONNECTOR: "AD_CONNECTOR";
|
|
2193
|
+
readonly SIMPLE_AD: "SIMPLE_AD";
|
|
2194
|
+
};
|
|
2064
2195
|
/**
|
|
2065
2196
|
* @public
|
|
2066
2197
|
*/
|
|
2067
|
-
export
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2198
|
+
export type WorkspaceDirectoryType = (typeof WorkspaceDirectoryType)[keyof typeof WorkspaceDirectoryType];
|
|
2199
|
+
/**
|
|
2200
|
+
* @public
|
|
2201
|
+
* @enum
|
|
2202
|
+
*/
|
|
2203
|
+
export declare const SamlStatusEnum: {
|
|
2204
|
+
readonly DISABLED: "DISABLED";
|
|
2205
|
+
readonly ENABLED: "ENABLED";
|
|
2206
|
+
readonly ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK: "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK";
|
|
2207
|
+
};
|
|
2208
|
+
/**
|
|
2209
|
+
* @public
|
|
2210
|
+
*/
|
|
2211
|
+
export type SamlStatusEnum = (typeof SamlStatusEnum)[keyof typeof SamlStatusEnum];
|
|
2072
2212
|
/**
|
|
2073
2213
|
* @public
|
|
2074
2214
|
* <p>Describes the enablement status, user access URL, and relay state parameter name that
|
|
@@ -2139,21 +2279,31 @@ export interface SelfservicePermissions {
|
|
|
2139
2279
|
}
|
|
2140
2280
|
/**
|
|
2141
2281
|
* @public
|
|
2282
|
+
* @enum
|
|
2142
2283
|
*/
|
|
2143
|
-
export declare
|
|
2144
|
-
DEREGISTERED
|
|
2145
|
-
DEREGISTERING
|
|
2146
|
-
ERROR
|
|
2147
|
-
REGISTERED
|
|
2148
|
-
REGISTERING
|
|
2149
|
-
}
|
|
2284
|
+
export declare const WorkspaceDirectoryState: {
|
|
2285
|
+
readonly DEREGISTERED: "DEREGISTERED";
|
|
2286
|
+
readonly DEREGISTERING: "DEREGISTERING";
|
|
2287
|
+
readonly ERROR: "ERROR";
|
|
2288
|
+
readonly REGISTERED: "REGISTERED";
|
|
2289
|
+
readonly REGISTERING: "REGISTERING";
|
|
2290
|
+
};
|
|
2150
2291
|
/**
|
|
2151
2292
|
* @public
|
|
2152
2293
|
*/
|
|
2153
|
-
export
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2294
|
+
export type WorkspaceDirectoryState = (typeof WorkspaceDirectoryState)[keyof typeof WorkspaceDirectoryState];
|
|
2295
|
+
/**
|
|
2296
|
+
* @public
|
|
2297
|
+
* @enum
|
|
2298
|
+
*/
|
|
2299
|
+
export declare const Tenancy: {
|
|
2300
|
+
readonly DEDICATED: "DEDICATED";
|
|
2301
|
+
readonly SHARED: "SHARED";
|
|
2302
|
+
};
|
|
2303
|
+
/**
|
|
2304
|
+
* @public
|
|
2305
|
+
*/
|
|
2306
|
+
export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
|
|
2157
2307
|
/**
|
|
2158
2308
|
* @public
|
|
2159
2309
|
* <p>The device types and operating systems that can be used to access a WorkSpace. For more
|
|
@@ -2350,11 +2500,16 @@ export interface DescribeWorkspaceImagePermissionsResult {
|
|
|
2350
2500
|
}
|
|
2351
2501
|
/**
|
|
2352
2502
|
* @public
|
|
2503
|
+
* @enum
|
|
2353
2504
|
*/
|
|
2354
|
-
export declare
|
|
2355
|
-
OWNED
|
|
2356
|
-
SHARED
|
|
2357
|
-
}
|
|
2505
|
+
export declare const ImageType: {
|
|
2506
|
+
readonly OWNED: "OWNED";
|
|
2507
|
+
readonly SHARED: "SHARED";
|
|
2508
|
+
};
|
|
2509
|
+
/**
|
|
2510
|
+
* @public
|
|
2511
|
+
*/
|
|
2512
|
+
export type ImageType = (typeof ImageType)[keyof typeof ImageType];
|
|
2358
2513
|
/**
|
|
2359
2514
|
* @public
|
|
2360
2515
|
*/
|
|
@@ -2803,16 +2958,21 @@ export interface ImportClientBrandingResult {
|
|
|
2803
2958
|
}
|
|
2804
2959
|
/**
|
|
2805
2960
|
* @public
|
|
2961
|
+
* @enum
|
|
2806
2962
|
*/
|
|
2807
|
-
export declare
|
|
2808
|
-
BYOL_GRAPHICS
|
|
2809
|
-
BYOL_GRAPHICSPRO
|
|
2810
|
-
BYOL_GRAPHICS_G4DN
|
|
2811
|
-
BYOL_GRAPHICS_G4DN_BYOP
|
|
2812
|
-
BYOL_REGULAR
|
|
2813
|
-
BYOL_REGULAR_BYOP
|
|
2814
|
-
BYOL_REGULAR_WSP
|
|
2815
|
-
}
|
|
2963
|
+
export declare const WorkspaceImageIngestionProcess: {
|
|
2964
|
+
readonly BYOL_GRAPHICS: "BYOL_GRAPHICS";
|
|
2965
|
+
readonly BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO";
|
|
2966
|
+
readonly BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN";
|
|
2967
|
+
readonly BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP";
|
|
2968
|
+
readonly BYOL_REGULAR: "BYOL_REGULAR";
|
|
2969
|
+
readonly BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP";
|
|
2970
|
+
readonly BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP";
|
|
2971
|
+
};
|
|
2972
|
+
/**
|
|
2973
|
+
* @public
|
|
2974
|
+
*/
|
|
2975
|
+
export type WorkspaceImageIngestionProcess = (typeof WorkspaceImageIngestionProcess)[keyof typeof WorkspaceImageIngestionProcess];
|
|
2816
2976
|
/**
|
|
2817
2977
|
* @public
|
|
2818
2978
|
*/
|
|
@@ -3188,11 +3348,16 @@ export declare class UnsupportedWorkspaceConfigurationException extends __BaseEx
|
|
|
3188
3348
|
}
|
|
3189
3349
|
/**
|
|
3190
3350
|
* @public
|
|
3351
|
+
* @enum
|
|
3191
3352
|
*/
|
|
3192
|
-
export declare
|
|
3193
|
-
ADMIN_MAINTENANCE
|
|
3194
|
-
AVAILABLE
|
|
3195
|
-
}
|
|
3353
|
+
export declare const TargetWorkspaceState: {
|
|
3354
|
+
readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
|
|
3355
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
3356
|
+
};
|
|
3357
|
+
/**
|
|
3358
|
+
* @public
|
|
3359
|
+
*/
|
|
3360
|
+
export type TargetWorkspaceState = (typeof TargetWorkspaceState)[keyof typeof TargetWorkspaceState];
|
|
3196
3361
|
/**
|
|
3197
3362
|
* @public
|
|
3198
3363
|
*/
|