@aws-sdk/client-workspaces 3.934.0 → 3.935.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist-cjs/index.js +532 -532
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +461 -0
  4. package/dist-es/models/errors.js +285 -0
  5. package/dist-es/models/models_0.js +1 -706
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +1 -2
  8. package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
  9. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
  10. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
  11. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
  12. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
  13. package/dist-types/commands/RebootWorkspacesCommand.d.ts +1 -1
  14. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +1 -1
  15. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
  16. package/dist-types/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
  17. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
  18. package/dist-types/commands/RevokeIpRulesCommand.d.ts +1 -1
  19. package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
  20. package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +1 -1
  21. package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
  22. package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +1 -1
  23. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
  24. package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
  25. package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  27. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  28. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  30. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  31. package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +1 -1
  32. package/dist-types/index.d.ts +3 -1
  33. package/dist-types/models/enums.d.ts +1053 -0
  34. package/dist-types/models/errors.d.ts +305 -0
  35. package/dist-types/models/models_0.d.ts +711 -1305
  36. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/index.d.ts +3 -1
  62. package/dist-types/ts3.4/models/enums.d.ts +597 -0
  63. package/dist-types/ts3.4/models/errors.d.ts +192 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +247 -753
  65. package/package.json +12 -12
  66. package/dist-es/models/index.js +0 -2
  67. package/dist-es/models/models_1.js +0 -41
  68. package/dist-types/models/index.d.ts +0 -2
  69. package/dist-types/models/models_1.d.ts +0 -766
  70. package/dist-types/ts3.4/models/index.d.ts +0 -2
  71. package/dist-types/ts3.4/models/models_1.d.ts +0 -231
@@ -0,0 +1,1053 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AccountLinkStatusEnum: {
6
+ readonly LINKED: "LINKED";
7
+ readonly LINKING_FAILED: "LINKING_FAILED";
8
+ readonly LINK_NOT_FOUND: "LINK_NOT_FOUND";
9
+ readonly PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT: "PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT";
10
+ readonly REJECTED: "REJECTED";
11
+ };
12
+ /**
13
+ * @public
14
+ */
15
+ export type AccountLinkStatusEnum = (typeof AccountLinkStatusEnum)[keyof typeof AccountLinkStatusEnum];
16
+ /**
17
+ * @public
18
+ * @enum
19
+ */
20
+ export declare const AccessEndpointType: {
21
+ readonly STREAMING_WSP: "STREAMING_WSP";
22
+ };
23
+ /**
24
+ * @public
25
+ */
26
+ export type AccessEndpointType = (typeof AccessEndpointType)[keyof typeof AccessEndpointType];
27
+ /**
28
+ * @public
29
+ * @enum
30
+ */
31
+ export declare const InternetFallbackProtocol: {
32
+ readonly PCOIP: "PCOIP";
33
+ };
34
+ /**
35
+ * @public
36
+ */
37
+ export type InternetFallbackProtocol = (typeof InternetFallbackProtocol)[keyof typeof InternetFallbackProtocol];
38
+ /**
39
+ * @public
40
+ * @enum
41
+ */
42
+ export declare const AccessPropertyValue: {
43
+ readonly ALLOW: "ALLOW";
44
+ readonly DENY: "DENY";
45
+ };
46
+ /**
47
+ * @public
48
+ */
49
+ export type AccessPropertyValue = (typeof AccessPropertyValue)[keyof typeof AccessPropertyValue];
50
+ /**
51
+ * @public
52
+ * @enum
53
+ */
54
+ export declare const DedicatedTenancySupportResultEnum: {
55
+ readonly DISABLED: "DISABLED";
56
+ readonly ENABLED: "ENABLED";
57
+ };
58
+ /**
59
+ * @public
60
+ */
61
+ export type DedicatedTenancySupportResultEnum = (typeof DedicatedTenancySupportResultEnum)[keyof typeof DedicatedTenancySupportResultEnum];
62
+ /**
63
+ * @public
64
+ * @enum
65
+ */
66
+ export declare const DedicatedTenancyModificationStateEnum: {
67
+ readonly COMPLETED: "COMPLETED";
68
+ readonly FAILED: "FAILED";
69
+ readonly PENDING: "PENDING";
70
+ };
71
+ /**
72
+ * @public
73
+ */
74
+ export type DedicatedTenancyModificationStateEnum = (typeof DedicatedTenancyModificationStateEnum)[keyof typeof DedicatedTenancyModificationStateEnum];
75
+ /**
76
+ * @public
77
+ * @enum
78
+ */
79
+ export declare const AGAModeForDirectoryEnum: {
80
+ readonly DISABLED: "DISABLED";
81
+ readonly ENABLED_AUTO: "ENABLED_AUTO";
82
+ };
83
+ /**
84
+ * @public
85
+ */
86
+ export type AGAModeForDirectoryEnum = (typeof AGAModeForDirectoryEnum)[keyof typeof AGAModeForDirectoryEnum];
87
+ /**
88
+ * @public
89
+ * @enum
90
+ */
91
+ export declare const AGAModeForWorkSpaceEnum: {
92
+ readonly DISABLED: "DISABLED";
93
+ readonly ENABLED_AUTO: "ENABLED_AUTO";
94
+ readonly INHERITED: "INHERITED";
95
+ };
96
+ /**
97
+ * @public
98
+ */
99
+ export type AGAModeForWorkSpaceEnum = (typeof AGAModeForWorkSpaceEnum)[keyof typeof AGAModeForWorkSpaceEnum];
100
+ /**
101
+ * @public
102
+ * @enum
103
+ */
104
+ export declare const AGAPreferredProtocolForDirectory: {
105
+ readonly NONE: "NONE";
106
+ readonly TCP: "TCP";
107
+ };
108
+ /**
109
+ * @public
110
+ */
111
+ export type AGAPreferredProtocolForDirectory = (typeof AGAPreferredProtocolForDirectory)[keyof typeof AGAPreferredProtocolForDirectory];
112
+ /**
113
+ * @public
114
+ * @enum
115
+ */
116
+ export declare const AGAPreferredProtocolForWorkSpace: {
117
+ readonly INHERITED: "INHERITED";
118
+ readonly NONE: "NONE";
119
+ readonly TCP: "TCP";
120
+ };
121
+ /**
122
+ * @public
123
+ */
124
+ export type AGAPreferredProtocolForWorkSpace = (typeof AGAPreferredProtocolForWorkSpace)[keyof typeof AGAPreferredProtocolForWorkSpace];
125
+ /**
126
+ * @public
127
+ * @enum
128
+ */
129
+ export declare const Application: {
130
+ readonly Microsoft_Office_2016: "Microsoft_Office_2016";
131
+ readonly Microsoft_Office_2019: "Microsoft_Office_2019";
132
+ };
133
+ /**
134
+ * @public
135
+ */
136
+ export type Application = (typeof Application)[keyof typeof Application];
137
+ /**
138
+ * @public
139
+ * @enum
140
+ */
141
+ export declare const ApplicationAssociatedResourceType: {
142
+ readonly BUNDLE: "BUNDLE";
143
+ readonly IMAGE: "IMAGE";
144
+ readonly WORKSPACE: "WORKSPACE";
145
+ };
146
+ /**
147
+ * @public
148
+ */
149
+ export type ApplicationAssociatedResourceType = (typeof ApplicationAssociatedResourceType)[keyof typeof ApplicationAssociatedResourceType];
150
+ /**
151
+ * @public
152
+ * @enum
153
+ */
154
+ export declare const AssociationState: {
155
+ readonly COMPLETED: "COMPLETED";
156
+ readonly ERROR: "ERROR";
157
+ readonly INSTALLING: "INSTALLING";
158
+ readonly PENDING_INSTALL: "PENDING_INSTALL";
159
+ readonly PENDING_INSTALL_DEPLOYMENT: "PENDING_INSTALL_DEPLOYMENT";
160
+ readonly PENDING_UNINSTALL: "PENDING_UNINSTALL";
161
+ readonly PENDING_UNINSTALL_DEPLOYMENT: "PENDING_UNINSTALL_DEPLOYMENT";
162
+ readonly REMOVED: "REMOVED";
163
+ readonly UNINSTALLING: "UNINSTALLING";
164
+ };
165
+ /**
166
+ * @public
167
+ */
168
+ export type AssociationState = (typeof AssociationState)[keyof typeof AssociationState];
169
+ /**
170
+ * @public
171
+ * @enum
172
+ */
173
+ export declare const AssociationErrorCode: {
174
+ readonly INSUFFICIENT_DISKSPACE: "ValidationError.InsufficientDiskSpace";
175
+ readonly INSUFFICIENT_MEMORY: "ValidationError.InsufficientMemory";
176
+ readonly INTERNAL_SERVER_ERROR: "DeploymentError.InternalServerError";
177
+ readonly UNSUPPORTED_OPERATING_SYSTEM: "ValidationError.UnsupportedOperatingSystem";
178
+ readonly WORKSPACE_UNREACHABLE: "DeploymentError.WorkspaceUnreachable";
179
+ };
180
+ /**
181
+ * @public
182
+ */
183
+ export type AssociationErrorCode = (typeof AssociationErrorCode)[keyof typeof AssociationErrorCode];
184
+ /**
185
+ * @public
186
+ * @enum
187
+ */
188
+ export declare const ApplicationSettingsStatusEnum: {
189
+ readonly DISABLED: "DISABLED";
190
+ readonly ENABLED: "ENABLED";
191
+ };
192
+ /**
193
+ * @public
194
+ */
195
+ export type ApplicationSettingsStatusEnum = (typeof ApplicationSettingsStatusEnum)[keyof typeof ApplicationSettingsStatusEnum];
196
+ /**
197
+ * @public
198
+ * @enum
199
+ */
200
+ export declare const WorkSpaceAssociatedResourceType: {
201
+ readonly APPLICATION: "APPLICATION";
202
+ };
203
+ /**
204
+ * @public
205
+ */
206
+ export type WorkSpaceAssociatedResourceType = (typeof WorkSpaceAssociatedResourceType)[keyof typeof WorkSpaceAssociatedResourceType];
207
+ /**
208
+ * @public
209
+ * @enum
210
+ */
211
+ export declare const AssociationStatus: {
212
+ readonly ASSOCIATED_WITH_OWNER_ACCOUNT: "ASSOCIATED_WITH_OWNER_ACCOUNT";
213
+ readonly ASSOCIATED_WITH_SHARED_ACCOUNT: "ASSOCIATED_WITH_SHARED_ACCOUNT";
214
+ readonly NOT_ASSOCIATED: "NOT_ASSOCIATED";
215
+ readonly PENDING_ASSOCIATION: "PENDING_ASSOCIATION";
216
+ readonly PENDING_DISASSOCIATION: "PENDING_DISASSOCIATION";
217
+ };
218
+ /**
219
+ * @public
220
+ */
221
+ export type AssociationStatus = (typeof AssociationStatus)[keyof typeof AssociationStatus];
222
+ /**
223
+ * @public
224
+ * @enum
225
+ */
226
+ export declare const AuthenticationType: {
227
+ readonly SAML: "SAML";
228
+ };
229
+ /**
230
+ * @public
231
+ */
232
+ export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
233
+ /**
234
+ * @public
235
+ * @enum
236
+ */
237
+ export declare const BundleAssociatedResourceType: {
238
+ readonly APPLICATION: "APPLICATION";
239
+ };
240
+ /**
241
+ * @public
242
+ */
243
+ export type BundleAssociatedResourceType = (typeof BundleAssociatedResourceType)[keyof typeof BundleAssociatedResourceType];
244
+ /**
245
+ * @public
246
+ * @enum
247
+ */
248
+ export declare const BundleType: {
249
+ readonly REGULAR: "REGULAR";
250
+ readonly STANDBY: "STANDBY";
251
+ };
252
+ /**
253
+ * @public
254
+ */
255
+ export type BundleType = (typeof BundleType)[keyof typeof BundleType];
256
+ /**
257
+ * @public
258
+ * @enum
259
+ */
260
+ export declare const Compute: {
261
+ readonly GENERALPURPOSE_4XLARGE: "GENERALPURPOSE_4XLARGE";
262
+ readonly GENERALPURPOSE_8XLARGE: "GENERALPURPOSE_8XLARGE";
263
+ readonly GRAPHICS: "GRAPHICS";
264
+ readonly GRAPHICSPRO: "GRAPHICSPRO";
265
+ readonly GRAPHICSPRO_G4DN: "GRAPHICSPRO_G4DN";
266
+ readonly GRAPHICS_G4DN: "GRAPHICS_G4DN";
267
+ readonly PERFORMANCE: "PERFORMANCE";
268
+ readonly POWER: "POWER";
269
+ readonly POWERPRO: "POWERPRO";
270
+ readonly STANDARD: "STANDARD";
271
+ readonly VALUE: "VALUE";
272
+ };
273
+ /**
274
+ * @public
275
+ */
276
+ export type Compute = (typeof Compute)[keyof typeof Compute];
277
+ /**
278
+ * @public
279
+ * @enum
280
+ */
281
+ export declare const WorkspaceBundleState: {
282
+ readonly AVAILABLE: "AVAILABLE";
283
+ readonly ERROR: "ERROR";
284
+ readonly PENDING: "PENDING";
285
+ };
286
+ /**
287
+ * @public
288
+ */
289
+ export type WorkspaceBundleState = (typeof WorkspaceBundleState)[keyof typeof WorkspaceBundleState];
290
+ /**
291
+ * @public
292
+ * @enum
293
+ */
294
+ export declare const CertificateBasedAuthStatusEnum: {
295
+ readonly DISABLED: "DISABLED";
296
+ readonly ENABLED: "ENABLED";
297
+ };
298
+ /**
299
+ * @public
300
+ */
301
+ export type CertificateBasedAuthStatusEnum = (typeof CertificateBasedAuthStatusEnum)[keyof typeof CertificateBasedAuthStatusEnum];
302
+ /**
303
+ * @public
304
+ * @enum
305
+ */
306
+ export declare const ClientDeviceType: {
307
+ readonly DEVICE_TYPE_ANDROID: "DeviceTypeAndroid";
308
+ readonly DEVICE_TYPE_IOS: "DeviceTypeIos";
309
+ readonly DEVICE_TYPE_LINUX: "DeviceTypeLinux";
310
+ readonly DEVICE_TYPE_OSX: "DeviceTypeOsx";
311
+ readonly DEVICE_TYPE_WEB: "DeviceTypeWeb";
312
+ readonly DEVICE_TYPE_WINDOWS: "DeviceTypeWindows";
313
+ };
314
+ /**
315
+ * @public
316
+ */
317
+ export type ClientDeviceType = (typeof ClientDeviceType)[keyof typeof ClientDeviceType];
318
+ /**
319
+ * @public
320
+ * @enum
321
+ */
322
+ export declare const LogUploadEnum: {
323
+ readonly DISABLED: "DISABLED";
324
+ readonly ENABLED: "ENABLED";
325
+ };
326
+ /**
327
+ * @public
328
+ */
329
+ export type LogUploadEnum = (typeof LogUploadEnum)[keyof typeof LogUploadEnum];
330
+ /**
331
+ * @public
332
+ * @enum
333
+ */
334
+ export declare const ReconnectEnum: {
335
+ readonly DISABLED: "DISABLED";
336
+ readonly ENABLED: "ENABLED";
337
+ };
338
+ /**
339
+ * @public
340
+ */
341
+ export type ReconnectEnum = (typeof ReconnectEnum)[keyof typeof ReconnectEnum];
342
+ /**
343
+ * @public
344
+ * @enum
345
+ */
346
+ export declare const ConnectionAliasState: {
347
+ readonly CREATED: "CREATED";
348
+ readonly CREATING: "CREATING";
349
+ readonly DELETING: "DELETING";
350
+ };
351
+ /**
352
+ * @public
353
+ */
354
+ export type ConnectionAliasState = (typeof ConnectionAliasState)[keyof typeof ConnectionAliasState];
355
+ /**
356
+ * @public
357
+ * @enum
358
+ */
359
+ export declare const ConnectionState: {
360
+ readonly CONNECTED: "CONNECTED";
361
+ readonly DISCONNECTED: "DISCONNECTED";
362
+ readonly UNKNOWN: "UNKNOWN";
363
+ };
364
+ /**
365
+ * @public
366
+ */
367
+ export type ConnectionState = (typeof ConnectionState)[keyof typeof ConnectionState];
368
+ /**
369
+ * @public
370
+ * @enum
371
+ */
372
+ export declare const DataReplication: {
373
+ readonly NO_REPLICATION: "NO_REPLICATION";
374
+ readonly PRIMARY_AS_SOURCE: "PRIMARY_AS_SOURCE";
375
+ };
376
+ /**
377
+ * @public
378
+ */
379
+ export type DataReplication = (typeof DataReplication)[keyof typeof DataReplication];
380
+ /**
381
+ * @public
382
+ * @enum
383
+ */
384
+ export declare const WorkspaceState: {
385
+ readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
386
+ readonly AVAILABLE: "AVAILABLE";
387
+ readonly ERROR: "ERROR";
388
+ readonly IMPAIRED: "IMPAIRED";
389
+ readonly MAINTENANCE: "MAINTENANCE";
390
+ readonly PENDING: "PENDING";
391
+ readonly REBOOTING: "REBOOTING";
392
+ readonly REBUILDING: "REBUILDING";
393
+ readonly RESTORING: "RESTORING";
394
+ readonly STARTING: "STARTING";
395
+ readonly STOPPED: "STOPPED";
396
+ readonly STOPPING: "STOPPING";
397
+ readonly SUSPENDED: "SUSPENDED";
398
+ readonly TERMINATED: "TERMINATED";
399
+ readonly TERMINATING: "TERMINATING";
400
+ readonly UNHEALTHY: "UNHEALTHY";
401
+ readonly UPDATING: "UPDATING";
402
+ };
403
+ /**
404
+ * @public
405
+ */
406
+ export type WorkspaceState = (typeof WorkspaceState)[keyof typeof WorkspaceState];
407
+ /**
408
+ * @public
409
+ * @enum
410
+ */
411
+ export declare const OperatingSystemType: {
412
+ readonly LINUX: "LINUX";
413
+ readonly WINDOWS: "WINDOWS";
414
+ };
415
+ /**
416
+ * @public
417
+ */
418
+ export type OperatingSystemType = (typeof OperatingSystemType)[keyof typeof OperatingSystemType];
419
+ /**
420
+ * @public
421
+ * @enum
422
+ */
423
+ export declare const WorkspaceImageRequiredTenancy: {
424
+ readonly DEDICATED: "DEDICATED";
425
+ readonly DEFAULT: "DEFAULT";
426
+ };
427
+ /**
428
+ * @public
429
+ */
430
+ export type WorkspaceImageRequiredTenancy = (typeof WorkspaceImageRequiredTenancy)[keyof typeof WorkspaceImageRequiredTenancy];
431
+ /**
432
+ * @public
433
+ * @enum
434
+ */
435
+ export declare const WorkspaceImageState: {
436
+ readonly AVAILABLE: "AVAILABLE";
437
+ readonly ERROR: "ERROR";
438
+ readonly PENDING: "PENDING";
439
+ };
440
+ /**
441
+ * @public
442
+ */
443
+ export type WorkspaceImageState = (typeof WorkspaceImageState)[keyof typeof WorkspaceImageState];
444
+ /**
445
+ * @public
446
+ * @enum
447
+ */
448
+ export declare const OperatingSystemName: {
449
+ readonly AMAZON_LINUX_2: "AMAZON_LINUX_2";
450
+ readonly RHEL_8: "RHEL_8";
451
+ readonly ROCKY_8: "ROCKY_8";
452
+ readonly UBUNTU_18_04: "UBUNTU_18_04";
453
+ readonly UBUNTU_20_04: "UBUNTU_20_04";
454
+ readonly UBUNTU_22_04: "UBUNTU_22_04";
455
+ readonly UNKNOWN: "UNKNOWN";
456
+ readonly WINDOWS_10: "WINDOWS_10";
457
+ readonly WINDOWS_11: "WINDOWS_11";
458
+ readonly WINDOWS_7: "WINDOWS_7";
459
+ readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
460
+ readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019";
461
+ readonly WINDOWS_SERVER_2022: "WINDOWS_SERVER_2022";
462
+ };
463
+ /**
464
+ * @public
465
+ */
466
+ export type OperatingSystemName = (typeof OperatingSystemName)[keyof typeof OperatingSystemName];
467
+ /**
468
+ * @public
469
+ * @enum
470
+ */
471
+ export declare const Protocol: {
472
+ readonly PCOIP: "PCOIP";
473
+ readonly WSP: "WSP";
474
+ };
475
+ /**
476
+ * @public
477
+ */
478
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
479
+ /**
480
+ * @public
481
+ * @enum
482
+ */
483
+ export declare const RunningMode: {
484
+ readonly ALWAYS_ON: "ALWAYS_ON";
485
+ readonly AUTO_STOP: "AUTO_STOP";
486
+ readonly MANUAL: "MANUAL";
487
+ };
488
+ /**
489
+ * @public
490
+ */
491
+ export type RunningMode = (typeof RunningMode)[keyof typeof RunningMode];
492
+ /**
493
+ * @public
494
+ * @enum
495
+ */
496
+ export declare const ModificationResourceEnum: {
497
+ readonly COMPUTE_TYPE: "COMPUTE_TYPE";
498
+ readonly ROOT_VOLUME: "ROOT_VOLUME";
499
+ readonly USER_VOLUME: "USER_VOLUME";
500
+ };
501
+ /**
502
+ * @public
503
+ */
504
+ export type ModificationResourceEnum = (typeof ModificationResourceEnum)[keyof typeof ModificationResourceEnum];
505
+ /**
506
+ * @public
507
+ * @enum
508
+ */
509
+ export declare const ModificationStateEnum: {
510
+ readonly UPDATE_INITIATED: "UPDATE_INITIATED";
511
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
512
+ };
513
+ /**
514
+ * @public
515
+ */
516
+ export type ModificationStateEnum = (typeof ModificationStateEnum)[keyof typeof ModificationStateEnum];
517
+ /**
518
+ * @public
519
+ * @enum
520
+ */
521
+ export declare const StandbyWorkspaceRelationshipType: {
522
+ readonly PRIMARY: "PRIMARY";
523
+ readonly STANDBY: "STANDBY";
524
+ };
525
+ /**
526
+ * @public
527
+ */
528
+ export type StandbyWorkspaceRelationshipType = (typeof StandbyWorkspaceRelationshipType)[keyof typeof StandbyWorkspaceRelationshipType];
529
+ /**
530
+ * @public
531
+ * @enum
532
+ */
533
+ export declare const PoolsRunningMode: {
534
+ readonly ALWAYS_ON: "ALWAYS_ON";
535
+ readonly AUTO_STOP: "AUTO_STOP";
536
+ };
537
+ /**
538
+ * @public
539
+ */
540
+ export type PoolsRunningMode = (typeof PoolsRunningMode)[keyof typeof PoolsRunningMode];
541
+ /**
542
+ * @public
543
+ * @enum
544
+ */
545
+ export declare const WorkspacesPoolErrorCode: {
546
+ readonly BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND";
547
+ readonly DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING";
548
+ readonly DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND";
549
+ readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
550
+ readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
551
+ readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
552
+ readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
553
+ readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
554
+ readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA";
555
+ readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
556
+ readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
557
+ readonly DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING: "DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING";
558
+ readonly DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE: "DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE";
559
+ readonly DOMAIN_JOIN_ERROR_SECRET_INVALID: "DOMAIN_JOIN_ERROR_SECRET_INVALID";
560
+ readonly DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND";
561
+ readonly DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID: "DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID";
562
+ readonly DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND";
563
+ readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
564
+ readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
565
+ readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
566
+ readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
567
+ readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING";
568
+ readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
569
+ readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
570
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
571
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
572
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
573
+ readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED";
574
+ readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND";
575
+ readonly INSUFFICIENT_PERMISSIONS_ERROR: "INSUFFICIENT_PERMISSIONS_ERROR";
576
+ readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
577
+ readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION";
578
+ readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING";
579
+ readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED";
580
+ readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND";
581
+ readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION";
582
+ readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
583
+ readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
584
+ readonly WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE: "WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE";
585
+ readonly WORKSPACES_POOL_STOPPED: "WORKSPACES_POOL_STOPPED";
586
+ };
587
+ /**
588
+ * @public
589
+ */
590
+ export type WorkspacesPoolErrorCode = (typeof WorkspacesPoolErrorCode)[keyof typeof WorkspacesPoolErrorCode];
591
+ /**
592
+ * @public
593
+ * @enum
594
+ */
595
+ export declare const WorkspacesPoolState: {
596
+ readonly CREATING: "CREATING";
597
+ readonly DELETING: "DELETING";
598
+ readonly RUNNING: "RUNNING";
599
+ readonly STARTING: "STARTING";
600
+ readonly STOPPED: "STOPPED";
601
+ readonly STOPPING: "STOPPING";
602
+ readonly UPDATING: "UPDATING";
603
+ };
604
+ /**
605
+ * @public
606
+ */
607
+ export type WorkspacesPoolState = (typeof WorkspacesPoolState)[keyof typeof WorkspacesPoolState];
608
+ /**
609
+ * @public
610
+ * @enum
611
+ */
612
+ export declare const CustomImageProtocol: {
613
+ readonly BYOP: "BYOP";
614
+ readonly DCV: "DCV";
615
+ readonly PCOIP: "PCOIP";
616
+ };
617
+ /**
618
+ * @public
619
+ */
620
+ export type CustomImageProtocol = (typeof CustomImageProtocol)[keyof typeof CustomImageProtocol];
621
+ /**
622
+ * @public
623
+ * @enum
624
+ */
625
+ export declare const CustomWorkspaceImageImportState: {
626
+ readonly COMPLETED: "COMPLETED";
627
+ readonly ERROR: "ERROR";
628
+ readonly IN_PROGRESS: "IN_PROGRESS";
629
+ readonly PENDING: "PENDING";
630
+ };
631
+ /**
632
+ * @public
633
+ */
634
+ export type CustomWorkspaceImageImportState = (typeof CustomWorkspaceImageImportState)[keyof typeof CustomWorkspaceImageImportState];
635
+ /**
636
+ * @public
637
+ * @enum
638
+ */
639
+ export declare const DedicatedTenancyAccountType: {
640
+ readonly SOURCE_ACCOUNT: "SOURCE_ACCOUNT";
641
+ readonly TARGET_ACCOUNT: "TARGET_ACCOUNT";
642
+ };
643
+ /**
644
+ * @public
645
+ */
646
+ export type DedicatedTenancyAccountType = (typeof DedicatedTenancyAccountType)[keyof typeof DedicatedTenancyAccountType];
647
+ /**
648
+ * @public
649
+ * @enum
650
+ */
651
+ export declare const DedicatedTenancySupportEnum: {
652
+ readonly ENABLED: "ENABLED";
653
+ };
654
+ /**
655
+ * @public
656
+ */
657
+ export type DedicatedTenancySupportEnum = (typeof DedicatedTenancySupportEnum)[keyof typeof DedicatedTenancySupportEnum];
658
+ /**
659
+ * @public
660
+ * @enum
661
+ */
662
+ export declare const DeletableCertificateBasedAuthProperty: {
663
+ readonly CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN: "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN";
664
+ };
665
+ /**
666
+ * @public
667
+ */
668
+ export type DeletableCertificateBasedAuthProperty = (typeof DeletableCertificateBasedAuthProperty)[keyof typeof DeletableCertificateBasedAuthProperty];
669
+ /**
670
+ * @public
671
+ * @enum
672
+ */
673
+ export declare const DeletableSamlProperty: {
674
+ readonly SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME: "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME";
675
+ readonly SAML_PROPERTIES_USER_ACCESS_URL: "SAML_PROPERTIES_USER_ACCESS_URL";
676
+ };
677
+ /**
678
+ * @public
679
+ */
680
+ export type DeletableSamlProperty = (typeof DeletableSamlProperty)[keyof typeof DeletableSamlProperty];
681
+ /**
682
+ * @public
683
+ * @enum
684
+ */
685
+ export declare const WorkSpaceApplicationLicenseType: {
686
+ readonly LICENSED: "LICENSED";
687
+ readonly UNLICENSED: "UNLICENSED";
688
+ };
689
+ /**
690
+ * @public
691
+ */
692
+ export type WorkSpaceApplicationLicenseType = (typeof WorkSpaceApplicationLicenseType)[keyof typeof WorkSpaceApplicationLicenseType];
693
+ /**
694
+ * @public
695
+ * @enum
696
+ */
697
+ export declare const WorkSpaceApplicationState: {
698
+ readonly AVAILABLE: "AVAILABLE";
699
+ readonly ERROR: "ERROR";
700
+ readonly PENDING: "PENDING";
701
+ readonly UNINSTALL_ONLY: "UNINSTALL_ONLY";
702
+ };
703
+ /**
704
+ * @public
705
+ */
706
+ export type WorkSpaceApplicationState = (typeof WorkSpaceApplicationState)[keyof typeof WorkSpaceApplicationState];
707
+ /**
708
+ * @public
709
+ * @enum
710
+ */
711
+ export declare const ImageAssociatedResourceType: {
712
+ readonly APPLICATION: "APPLICATION";
713
+ };
714
+ /**
715
+ * @public
716
+ */
717
+ export type ImageAssociatedResourceType = (typeof ImageAssociatedResourceType)[keyof typeof ImageAssociatedResourceType];
718
+ /**
719
+ * @public
720
+ * @enum
721
+ */
722
+ export declare const DescribeWorkspaceDirectoriesFilterName: {
723
+ readonly USER_IDENTITY_TYPE: "USER_IDENTITY_TYPE";
724
+ readonly WORKSPACE_TYPE: "WORKSPACE_TYPE";
725
+ };
726
+ /**
727
+ * @public
728
+ */
729
+ export type DescribeWorkspaceDirectoriesFilterName = (typeof DescribeWorkspaceDirectoriesFilterName)[keyof typeof DescribeWorkspaceDirectoriesFilterName];
730
+ /**
731
+ * @public
732
+ * @enum
733
+ */
734
+ export declare const WorkspaceDirectoryType: {
735
+ readonly AD_CONNECTOR: "AD_CONNECTOR";
736
+ readonly AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER";
737
+ readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
738
+ readonly SIMPLE_AD: "SIMPLE_AD";
739
+ };
740
+ /**
741
+ * @public
742
+ */
743
+ export type WorkspaceDirectoryType = (typeof WorkspaceDirectoryType)[keyof typeof WorkspaceDirectoryType];
744
+ /**
745
+ * @public
746
+ * @enum
747
+ */
748
+ export declare const EndpointEncryptionMode: {
749
+ readonly FIPS_VALIDATED: "FIPS_VALIDATED";
750
+ readonly STANDARD_TLS: "STANDARD_TLS";
751
+ };
752
+ /**
753
+ * @public
754
+ */
755
+ export type EndpointEncryptionMode = (typeof EndpointEncryptionMode)[keyof typeof EndpointEncryptionMode];
756
+ /**
757
+ * @public
758
+ * @enum
759
+ */
760
+ export declare const SamlStatusEnum: {
761
+ readonly DISABLED: "DISABLED";
762
+ readonly ENABLED: "ENABLED";
763
+ readonly ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK: "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK";
764
+ };
765
+ /**
766
+ * @public
767
+ */
768
+ export type SamlStatusEnum = (typeof SamlStatusEnum)[keyof typeof SamlStatusEnum];
769
+ /**
770
+ * @public
771
+ * @enum
772
+ */
773
+ export declare const WorkspaceDirectoryState: {
774
+ readonly DEREGISTERED: "DEREGISTERED";
775
+ readonly DEREGISTERING: "DEREGISTERING";
776
+ readonly ERROR: "ERROR";
777
+ readonly REGISTERED: "REGISTERED";
778
+ readonly REGISTERING: "REGISTERING";
779
+ };
780
+ /**
781
+ * @public
782
+ */
783
+ export type WorkspaceDirectoryState = (typeof WorkspaceDirectoryState)[keyof typeof WorkspaceDirectoryState];
784
+ /**
785
+ * @public
786
+ * @enum
787
+ */
788
+ export declare const StorageConnectorTypeEnum: {
789
+ readonly HOME_FOLDER: "HOME_FOLDER";
790
+ };
791
+ /**
792
+ * @public
793
+ */
794
+ export type StorageConnectorTypeEnum = (typeof StorageConnectorTypeEnum)[keyof typeof StorageConnectorTypeEnum];
795
+ /**
796
+ * @public
797
+ * @enum
798
+ */
799
+ export declare const StorageConnectorStatusEnum: {
800
+ readonly DISABLED: "DISABLED";
801
+ readonly ENABLED: "ENABLED";
802
+ };
803
+ /**
804
+ * @public
805
+ */
806
+ export type StorageConnectorStatusEnum = (typeof StorageConnectorStatusEnum)[keyof typeof StorageConnectorStatusEnum];
807
+ /**
808
+ * @public
809
+ * @enum
810
+ */
811
+ export declare const StreamingExperiencePreferredProtocolEnum: {
812
+ readonly TCP: "TCP";
813
+ readonly UDP: "UDP";
814
+ };
815
+ /**
816
+ * @public
817
+ */
818
+ export type StreamingExperiencePreferredProtocolEnum = (typeof StreamingExperiencePreferredProtocolEnum)[keyof typeof StreamingExperiencePreferredProtocolEnum];
819
+ /**
820
+ * @public
821
+ * @enum
822
+ */
823
+ export declare const UserSettingActionEnum: {
824
+ readonly CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE";
825
+ readonly CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE";
826
+ readonly PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE";
827
+ readonly SMART_CARD: "SMART_CARD";
828
+ };
829
+ /**
830
+ * @public
831
+ */
832
+ export type UserSettingActionEnum = (typeof UserSettingActionEnum)[keyof typeof UserSettingActionEnum];
833
+ /**
834
+ * @public
835
+ * @enum
836
+ */
837
+ export declare const UserSettingPermissionEnum: {
838
+ readonly DISABLED: "DISABLED";
839
+ readonly ENABLED: "ENABLED";
840
+ };
841
+ /**
842
+ * @public
843
+ */
844
+ export type UserSettingPermissionEnum = (typeof UserSettingPermissionEnum)[keyof typeof UserSettingPermissionEnum];
845
+ /**
846
+ * @public
847
+ * @enum
848
+ */
849
+ export declare const Tenancy: {
850
+ readonly DEDICATED: "DEDICATED";
851
+ readonly SHARED: "SHARED";
852
+ };
853
+ /**
854
+ * @public
855
+ */
856
+ export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
857
+ /**
858
+ * @public
859
+ * @enum
860
+ */
861
+ export declare const UserIdentityType: {
862
+ readonly AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE";
863
+ readonly AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER";
864
+ readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
865
+ };
866
+ /**
867
+ * @public
868
+ */
869
+ export type UserIdentityType = (typeof UserIdentityType)[keyof typeof UserIdentityType];
870
+ /**
871
+ * @public
872
+ * @enum
873
+ */
874
+ export declare const WorkspaceType: {
875
+ readonly PERSONAL: "PERSONAL";
876
+ readonly POOLS: "POOLS";
877
+ };
878
+ /**
879
+ * @public
880
+ */
881
+ export type WorkspaceType = (typeof WorkspaceType)[keyof typeof WorkspaceType];
882
+ /**
883
+ * @public
884
+ * @enum
885
+ */
886
+ export declare const ImageType: {
887
+ readonly OWNED: "OWNED";
888
+ readonly SHARED: "SHARED";
889
+ };
890
+ /**
891
+ * @public
892
+ */
893
+ export type ImageType = (typeof ImageType)[keyof typeof ImageType];
894
+ /**
895
+ * @public
896
+ * @enum
897
+ */
898
+ export declare const WorkspaceImageErrorDetailCode: {
899
+ readonly ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached";
900
+ readonly ADDITIONAL_DRIVES_PRESENT: "AdditionalDrivesPresent";
901
+ readonly AMAZON_SSM_AGENT_ENABLED: "AmazonSsmAgentEnabled";
902
+ readonly ANTI_VIRUS_INSTALLED: "AntiVirusInstalled";
903
+ readonly APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled";
904
+ readonly AUTO_LOGON_ENABLED: "AutoLogonEnabled";
905
+ readonly AUTO_MOUNT_DISABLED: "AutoMountDisabled";
906
+ readonly AZURE_DOMAIN_JOINED: "AzureDomainJoined";
907
+ readonly DHCP_DISABLED: "DHCPDisabled";
908
+ readonly DISK_FREE_SPACE: "DiskFreeSpace";
909
+ readonly DISK_SIZE_EXCEEDED: "DiskSizeExceeded";
910
+ readonly DOMAIN_ACCOUNT_SERVICES_FOUND: "DomainAccountServicesFound";
911
+ readonly DOMAIN_JOINED: "DomainJoined";
912
+ readonly ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries";
913
+ readonly FIREWALL_ENABLED: "FirewallEnabled";
914
+ readonly INCOMPATIBLE_MEMORY_INTEGRITY: "MemoryIntegrityIncompatibility";
915
+ readonly INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning";
916
+ readonly INCOMPATIBLE_PROTOCOL: "ProtocolOSIncompatibility";
917
+ readonly INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace";
918
+ readonly INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount";
919
+ readonly INVALID_IP: "InvalidIp";
920
+ readonly IN_PLACE_UPGRADE: "InPlaceUpgrade";
921
+ readonly MULTIPLE_BOOT_PARTITION: "MultipleBootPartition";
922
+ readonly MULTIPLE_USER_PROFILES: "MultipleUserProfiles";
923
+ readonly OFFICE_INSTALLED: "OfficeInstalled";
924
+ readonly OS_NOT_SUPPORTED: "OSNotSupported";
925
+ readonly OUTDATED_POWERSHELL_VERSION: "OutdatedPowershellVersion";
926
+ readonly PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled";
927
+ readonly PENDING_REBOOT: "PendingReboot";
928
+ readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
929
+ readonly REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled";
930
+ readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
931
+ readonly RESTRICTED_DRIVE_LETTER: "RestrictedDriveLetterInUse";
932
+ readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
933
+ readonly STAGED_APPX_PACKAGE: "StagedAppxPackage";
934
+ readonly SYSPREP_FILE_MISSING: "SysPrepFileMissing";
935
+ readonly UEFI_NOT_SUPPORTED: "UEFINotSupported";
936
+ readonly UNKNOWN_ERROR: "UnknownError";
937
+ readonly UNSUPPORTED_OS_UPGRADE: "UnsupportedOsUpgrade";
938
+ readonly UNSUPPORTED_SECURITY_PROTOCOL: "UnsupportedSecurityProtocol";
939
+ readonly USER_PROFILE_MISSING: "UserProfileMissing";
940
+ readonly VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled";
941
+ readonly WINDOWS_MODULES_INSTALLER_DISABLED: "WindowsModulesInstallerDisabled";
942
+ readonly WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled";
943
+ readonly WINDOWS_UPDATES_REQUIRED: "WindowsUpdatesRequired";
944
+ readonly WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled";
945
+ readonly WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound";
946
+ readonly ZERO_REARM_COUNT: "ZeroRearmCount";
947
+ };
948
+ /**
949
+ * @public
950
+ */
951
+ export type WorkspaceImageErrorDetailCode = (typeof WorkspaceImageErrorDetailCode)[keyof typeof WorkspaceImageErrorDetailCode];
952
+ /**
953
+ * @public
954
+ * @enum
955
+ */
956
+ export declare const DescribeWorkspacesPoolsFilterName: {
957
+ readonly POOLNAME: "PoolName";
958
+ };
959
+ /**
960
+ * @public
961
+ */
962
+ export type DescribeWorkspacesPoolsFilterName = (typeof DescribeWorkspacesPoolsFilterName)[keyof typeof DescribeWorkspacesPoolsFilterName];
963
+ /**
964
+ * @public
965
+ * @enum
966
+ */
967
+ export declare const DescribeWorkspacesPoolsFilterOperator: {
968
+ readonly CONTAINS: "CONTAINS";
969
+ readonly EQUALS: "EQUALS";
970
+ readonly NOTCONTAINS: "NOTCONTAINS";
971
+ readonly NOTEQUALS: "NOTEQUALS";
972
+ };
973
+ /**
974
+ * @public
975
+ */
976
+ export type DescribeWorkspacesPoolsFilterOperator = (typeof DescribeWorkspacesPoolsFilterOperator)[keyof typeof DescribeWorkspacesPoolsFilterOperator];
977
+ /**
978
+ * @public
979
+ * @enum
980
+ */
981
+ export declare const SessionConnectionState: {
982
+ readonly CONNECTED: "CONNECTED";
983
+ readonly NOT_CONNECTED: "NOT_CONNECTED";
984
+ };
985
+ /**
986
+ * @public
987
+ */
988
+ export type SessionConnectionState = (typeof SessionConnectionState)[keyof typeof SessionConnectionState];
989
+ /**
990
+ * @public
991
+ * @enum
992
+ */
993
+ export declare const ImageComputeType: {
994
+ readonly BASE: "BASE";
995
+ readonly GRAPHICS_G4DN: "GRAPHICS_G4DN";
996
+ };
997
+ /**
998
+ * @public
999
+ */
1000
+ export type ImageComputeType = (typeof ImageComputeType)[keyof typeof ImageComputeType];
1001
+ /**
1002
+ * @public
1003
+ * @enum
1004
+ */
1005
+ export declare const OSVersion: {
1006
+ readonly Windows_10: "Windows_10";
1007
+ readonly Windows_11: "Windows_11";
1008
+ };
1009
+ /**
1010
+ * @public
1011
+ */
1012
+ export type OSVersion = (typeof OSVersion)[keyof typeof OSVersion];
1013
+ /**
1014
+ * @public
1015
+ * @enum
1016
+ */
1017
+ export declare const Platform: {
1018
+ readonly WINDOWS: "WINDOWS";
1019
+ };
1020
+ /**
1021
+ * @public
1022
+ */
1023
+ export type Platform = (typeof Platform)[keyof typeof Platform];
1024
+ /**
1025
+ * @public
1026
+ * @enum
1027
+ */
1028
+ export declare const WorkspaceImageIngestionProcess: {
1029
+ readonly BYOL_GRAPHICS: "BYOL_GRAPHICS";
1030
+ readonly BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO";
1031
+ readonly BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN";
1032
+ readonly BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP";
1033
+ readonly BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP";
1034
+ readonly BYOL_REGULAR: "BYOL_REGULAR";
1035
+ readonly BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP";
1036
+ readonly BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP";
1037
+ };
1038
+ /**
1039
+ * @public
1040
+ */
1041
+ export type WorkspaceImageIngestionProcess = (typeof WorkspaceImageIngestionProcess)[keyof typeof WorkspaceImageIngestionProcess];
1042
+ /**
1043
+ * @public
1044
+ * @enum
1045
+ */
1046
+ export declare const TargetWorkspaceState: {
1047
+ readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
1048
+ readonly AVAILABLE: "AVAILABLE";
1049
+ };
1050
+ /**
1051
+ * @public
1052
+ */
1053
+ export type TargetWorkspaceState = (typeof TargetWorkspaceState)[keyof typeof TargetWorkspaceState];