@aws-sdk/client-workspaces 3.933.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,597 @@
1
+ export declare const AccountLinkStatusEnum: {
2
+ readonly LINKED: "LINKED";
3
+ readonly LINKING_FAILED: "LINKING_FAILED";
4
+ readonly LINK_NOT_FOUND: "LINK_NOT_FOUND";
5
+ readonly PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT: "PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT";
6
+ readonly REJECTED: "REJECTED";
7
+ };
8
+ export type AccountLinkStatusEnum =
9
+ (typeof AccountLinkStatusEnum)[keyof typeof AccountLinkStatusEnum];
10
+ export declare const AccessEndpointType: {
11
+ readonly STREAMING_WSP: "STREAMING_WSP";
12
+ };
13
+ export type AccessEndpointType =
14
+ (typeof AccessEndpointType)[keyof typeof AccessEndpointType];
15
+ export declare const InternetFallbackProtocol: {
16
+ readonly PCOIP: "PCOIP";
17
+ };
18
+ export type InternetFallbackProtocol =
19
+ (typeof InternetFallbackProtocol)[keyof typeof InternetFallbackProtocol];
20
+ export declare const AccessPropertyValue: {
21
+ readonly ALLOW: "ALLOW";
22
+ readonly DENY: "DENY";
23
+ };
24
+ export type AccessPropertyValue =
25
+ (typeof AccessPropertyValue)[keyof typeof AccessPropertyValue];
26
+ export declare const DedicatedTenancySupportResultEnum: {
27
+ readonly DISABLED: "DISABLED";
28
+ readonly ENABLED: "ENABLED";
29
+ };
30
+ export type DedicatedTenancySupportResultEnum =
31
+ (typeof DedicatedTenancySupportResultEnum)[keyof typeof DedicatedTenancySupportResultEnum];
32
+ export declare const DedicatedTenancyModificationStateEnum: {
33
+ readonly COMPLETED: "COMPLETED";
34
+ readonly FAILED: "FAILED";
35
+ readonly PENDING: "PENDING";
36
+ };
37
+ export type DedicatedTenancyModificationStateEnum =
38
+ (typeof DedicatedTenancyModificationStateEnum)[keyof typeof DedicatedTenancyModificationStateEnum];
39
+ export declare const AGAModeForDirectoryEnum: {
40
+ readonly DISABLED: "DISABLED";
41
+ readonly ENABLED_AUTO: "ENABLED_AUTO";
42
+ };
43
+ export type AGAModeForDirectoryEnum =
44
+ (typeof AGAModeForDirectoryEnum)[keyof typeof AGAModeForDirectoryEnum];
45
+ export declare const AGAModeForWorkSpaceEnum: {
46
+ readonly DISABLED: "DISABLED";
47
+ readonly ENABLED_AUTO: "ENABLED_AUTO";
48
+ readonly INHERITED: "INHERITED";
49
+ };
50
+ export type AGAModeForWorkSpaceEnum =
51
+ (typeof AGAModeForWorkSpaceEnum)[keyof typeof AGAModeForWorkSpaceEnum];
52
+ export declare const AGAPreferredProtocolForDirectory: {
53
+ readonly NONE: "NONE";
54
+ readonly TCP: "TCP";
55
+ };
56
+ export type AGAPreferredProtocolForDirectory =
57
+ (typeof AGAPreferredProtocolForDirectory)[keyof typeof AGAPreferredProtocolForDirectory];
58
+ export declare const AGAPreferredProtocolForWorkSpace: {
59
+ readonly INHERITED: "INHERITED";
60
+ readonly NONE: "NONE";
61
+ readonly TCP: "TCP";
62
+ };
63
+ export type AGAPreferredProtocolForWorkSpace =
64
+ (typeof AGAPreferredProtocolForWorkSpace)[keyof typeof AGAPreferredProtocolForWorkSpace];
65
+ export declare const Application: {
66
+ readonly Microsoft_Office_2016: "Microsoft_Office_2016";
67
+ readonly Microsoft_Office_2019: "Microsoft_Office_2019";
68
+ };
69
+ export type Application = (typeof Application)[keyof typeof Application];
70
+ export declare const ApplicationAssociatedResourceType: {
71
+ readonly BUNDLE: "BUNDLE";
72
+ readonly IMAGE: "IMAGE";
73
+ readonly WORKSPACE: "WORKSPACE";
74
+ };
75
+ export type ApplicationAssociatedResourceType =
76
+ (typeof ApplicationAssociatedResourceType)[keyof typeof ApplicationAssociatedResourceType];
77
+ export declare const AssociationState: {
78
+ readonly COMPLETED: "COMPLETED";
79
+ readonly ERROR: "ERROR";
80
+ readonly INSTALLING: "INSTALLING";
81
+ readonly PENDING_INSTALL: "PENDING_INSTALL";
82
+ readonly PENDING_INSTALL_DEPLOYMENT: "PENDING_INSTALL_DEPLOYMENT";
83
+ readonly PENDING_UNINSTALL: "PENDING_UNINSTALL";
84
+ readonly PENDING_UNINSTALL_DEPLOYMENT: "PENDING_UNINSTALL_DEPLOYMENT";
85
+ readonly REMOVED: "REMOVED";
86
+ readonly UNINSTALLING: "UNINSTALLING";
87
+ };
88
+ export type AssociationState =
89
+ (typeof AssociationState)[keyof typeof AssociationState];
90
+ export declare const AssociationErrorCode: {
91
+ readonly INSUFFICIENT_DISKSPACE: "ValidationError.InsufficientDiskSpace";
92
+ readonly INSUFFICIENT_MEMORY: "ValidationError.InsufficientMemory";
93
+ readonly INTERNAL_SERVER_ERROR: "DeploymentError.InternalServerError";
94
+ readonly UNSUPPORTED_OPERATING_SYSTEM: "ValidationError.UnsupportedOperatingSystem";
95
+ readonly WORKSPACE_UNREACHABLE: "DeploymentError.WorkspaceUnreachable";
96
+ };
97
+ export type AssociationErrorCode =
98
+ (typeof AssociationErrorCode)[keyof typeof AssociationErrorCode];
99
+ export declare const ApplicationSettingsStatusEnum: {
100
+ readonly DISABLED: "DISABLED";
101
+ readonly ENABLED: "ENABLED";
102
+ };
103
+ export type ApplicationSettingsStatusEnum =
104
+ (typeof ApplicationSettingsStatusEnum)[keyof typeof ApplicationSettingsStatusEnum];
105
+ export declare const WorkSpaceAssociatedResourceType: {
106
+ readonly APPLICATION: "APPLICATION";
107
+ };
108
+ export type WorkSpaceAssociatedResourceType =
109
+ (typeof WorkSpaceAssociatedResourceType)[keyof typeof WorkSpaceAssociatedResourceType];
110
+ export declare const AssociationStatus: {
111
+ readonly ASSOCIATED_WITH_OWNER_ACCOUNT: "ASSOCIATED_WITH_OWNER_ACCOUNT";
112
+ readonly ASSOCIATED_WITH_SHARED_ACCOUNT: "ASSOCIATED_WITH_SHARED_ACCOUNT";
113
+ readonly NOT_ASSOCIATED: "NOT_ASSOCIATED";
114
+ readonly PENDING_ASSOCIATION: "PENDING_ASSOCIATION";
115
+ readonly PENDING_DISASSOCIATION: "PENDING_DISASSOCIATION";
116
+ };
117
+ export type AssociationStatus =
118
+ (typeof AssociationStatus)[keyof typeof AssociationStatus];
119
+ export declare const AuthenticationType: {
120
+ readonly SAML: "SAML";
121
+ };
122
+ export type AuthenticationType =
123
+ (typeof AuthenticationType)[keyof typeof AuthenticationType];
124
+ export declare const BundleAssociatedResourceType: {
125
+ readonly APPLICATION: "APPLICATION";
126
+ };
127
+ export type BundleAssociatedResourceType =
128
+ (typeof BundleAssociatedResourceType)[keyof typeof BundleAssociatedResourceType];
129
+ export declare const BundleType: {
130
+ readonly REGULAR: "REGULAR";
131
+ readonly STANDBY: "STANDBY";
132
+ };
133
+ export type BundleType = (typeof BundleType)[keyof typeof BundleType];
134
+ export declare const Compute: {
135
+ readonly GENERALPURPOSE_4XLARGE: "GENERALPURPOSE_4XLARGE";
136
+ readonly GENERALPURPOSE_8XLARGE: "GENERALPURPOSE_8XLARGE";
137
+ readonly GRAPHICS: "GRAPHICS";
138
+ readonly GRAPHICSPRO: "GRAPHICSPRO";
139
+ readonly GRAPHICSPRO_G4DN: "GRAPHICSPRO_G4DN";
140
+ readonly GRAPHICS_G4DN: "GRAPHICS_G4DN";
141
+ readonly PERFORMANCE: "PERFORMANCE";
142
+ readonly POWER: "POWER";
143
+ readonly POWERPRO: "POWERPRO";
144
+ readonly STANDARD: "STANDARD";
145
+ readonly VALUE: "VALUE";
146
+ };
147
+ export type Compute = (typeof Compute)[keyof typeof Compute];
148
+ export declare const WorkspaceBundleState: {
149
+ readonly AVAILABLE: "AVAILABLE";
150
+ readonly ERROR: "ERROR";
151
+ readonly PENDING: "PENDING";
152
+ };
153
+ export type WorkspaceBundleState =
154
+ (typeof WorkspaceBundleState)[keyof typeof WorkspaceBundleState];
155
+ export declare const CertificateBasedAuthStatusEnum: {
156
+ readonly DISABLED: "DISABLED";
157
+ readonly ENABLED: "ENABLED";
158
+ };
159
+ export type CertificateBasedAuthStatusEnum =
160
+ (typeof CertificateBasedAuthStatusEnum)[keyof typeof CertificateBasedAuthStatusEnum];
161
+ export declare const ClientDeviceType: {
162
+ readonly DEVICE_TYPE_ANDROID: "DeviceTypeAndroid";
163
+ readonly DEVICE_TYPE_IOS: "DeviceTypeIos";
164
+ readonly DEVICE_TYPE_LINUX: "DeviceTypeLinux";
165
+ readonly DEVICE_TYPE_OSX: "DeviceTypeOsx";
166
+ readonly DEVICE_TYPE_WEB: "DeviceTypeWeb";
167
+ readonly DEVICE_TYPE_WINDOWS: "DeviceTypeWindows";
168
+ };
169
+ export type ClientDeviceType =
170
+ (typeof ClientDeviceType)[keyof typeof ClientDeviceType];
171
+ export declare const LogUploadEnum: {
172
+ readonly DISABLED: "DISABLED";
173
+ readonly ENABLED: "ENABLED";
174
+ };
175
+ export type LogUploadEnum = (typeof LogUploadEnum)[keyof typeof LogUploadEnum];
176
+ export declare const ReconnectEnum: {
177
+ readonly DISABLED: "DISABLED";
178
+ readonly ENABLED: "ENABLED";
179
+ };
180
+ export type ReconnectEnum = (typeof ReconnectEnum)[keyof typeof ReconnectEnum];
181
+ export declare const ConnectionAliasState: {
182
+ readonly CREATED: "CREATED";
183
+ readonly CREATING: "CREATING";
184
+ readonly DELETING: "DELETING";
185
+ };
186
+ export type ConnectionAliasState =
187
+ (typeof ConnectionAliasState)[keyof typeof ConnectionAliasState];
188
+ export declare const ConnectionState: {
189
+ readonly CONNECTED: "CONNECTED";
190
+ readonly DISCONNECTED: "DISCONNECTED";
191
+ readonly UNKNOWN: "UNKNOWN";
192
+ };
193
+ export type ConnectionState =
194
+ (typeof ConnectionState)[keyof typeof ConnectionState];
195
+ export declare const DataReplication: {
196
+ readonly NO_REPLICATION: "NO_REPLICATION";
197
+ readonly PRIMARY_AS_SOURCE: "PRIMARY_AS_SOURCE";
198
+ };
199
+ export type DataReplication =
200
+ (typeof DataReplication)[keyof typeof DataReplication];
201
+ export declare const WorkspaceState: {
202
+ readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
203
+ readonly AVAILABLE: "AVAILABLE";
204
+ readonly ERROR: "ERROR";
205
+ readonly IMPAIRED: "IMPAIRED";
206
+ readonly MAINTENANCE: "MAINTENANCE";
207
+ readonly PENDING: "PENDING";
208
+ readonly REBOOTING: "REBOOTING";
209
+ readonly REBUILDING: "REBUILDING";
210
+ readonly RESTORING: "RESTORING";
211
+ readonly STARTING: "STARTING";
212
+ readonly STOPPED: "STOPPED";
213
+ readonly STOPPING: "STOPPING";
214
+ readonly SUSPENDED: "SUSPENDED";
215
+ readonly TERMINATED: "TERMINATED";
216
+ readonly TERMINATING: "TERMINATING";
217
+ readonly UNHEALTHY: "UNHEALTHY";
218
+ readonly UPDATING: "UPDATING";
219
+ };
220
+ export type WorkspaceState =
221
+ (typeof WorkspaceState)[keyof typeof WorkspaceState];
222
+ export declare const OperatingSystemType: {
223
+ readonly LINUX: "LINUX";
224
+ readonly WINDOWS: "WINDOWS";
225
+ };
226
+ export type OperatingSystemType =
227
+ (typeof OperatingSystemType)[keyof typeof OperatingSystemType];
228
+ export declare const WorkspaceImageRequiredTenancy: {
229
+ readonly DEDICATED: "DEDICATED";
230
+ readonly DEFAULT: "DEFAULT";
231
+ };
232
+ export type WorkspaceImageRequiredTenancy =
233
+ (typeof WorkspaceImageRequiredTenancy)[keyof typeof WorkspaceImageRequiredTenancy];
234
+ export declare const WorkspaceImageState: {
235
+ readonly AVAILABLE: "AVAILABLE";
236
+ readonly ERROR: "ERROR";
237
+ readonly PENDING: "PENDING";
238
+ };
239
+ export type WorkspaceImageState =
240
+ (typeof WorkspaceImageState)[keyof typeof WorkspaceImageState];
241
+ export declare const OperatingSystemName: {
242
+ readonly AMAZON_LINUX_2: "AMAZON_LINUX_2";
243
+ readonly RHEL_8: "RHEL_8";
244
+ readonly ROCKY_8: "ROCKY_8";
245
+ readonly UBUNTU_18_04: "UBUNTU_18_04";
246
+ readonly UBUNTU_20_04: "UBUNTU_20_04";
247
+ readonly UBUNTU_22_04: "UBUNTU_22_04";
248
+ readonly UNKNOWN: "UNKNOWN";
249
+ readonly WINDOWS_10: "WINDOWS_10";
250
+ readonly WINDOWS_11: "WINDOWS_11";
251
+ readonly WINDOWS_7: "WINDOWS_7";
252
+ readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
253
+ readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019";
254
+ readonly WINDOWS_SERVER_2022: "WINDOWS_SERVER_2022";
255
+ };
256
+ export type OperatingSystemName =
257
+ (typeof OperatingSystemName)[keyof typeof OperatingSystemName];
258
+ export declare const Protocol: {
259
+ readonly PCOIP: "PCOIP";
260
+ readonly WSP: "WSP";
261
+ };
262
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
263
+ export declare const RunningMode: {
264
+ readonly ALWAYS_ON: "ALWAYS_ON";
265
+ readonly AUTO_STOP: "AUTO_STOP";
266
+ readonly MANUAL: "MANUAL";
267
+ };
268
+ export type RunningMode = (typeof RunningMode)[keyof typeof RunningMode];
269
+ export declare const ModificationResourceEnum: {
270
+ readonly COMPUTE_TYPE: "COMPUTE_TYPE";
271
+ readonly ROOT_VOLUME: "ROOT_VOLUME";
272
+ readonly USER_VOLUME: "USER_VOLUME";
273
+ };
274
+ export type ModificationResourceEnum =
275
+ (typeof ModificationResourceEnum)[keyof typeof ModificationResourceEnum];
276
+ export declare const ModificationStateEnum: {
277
+ readonly UPDATE_INITIATED: "UPDATE_INITIATED";
278
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
279
+ };
280
+ export type ModificationStateEnum =
281
+ (typeof ModificationStateEnum)[keyof typeof ModificationStateEnum];
282
+ export declare const StandbyWorkspaceRelationshipType: {
283
+ readonly PRIMARY: "PRIMARY";
284
+ readonly STANDBY: "STANDBY";
285
+ };
286
+ export type StandbyWorkspaceRelationshipType =
287
+ (typeof StandbyWorkspaceRelationshipType)[keyof typeof StandbyWorkspaceRelationshipType];
288
+ export declare const PoolsRunningMode: {
289
+ readonly ALWAYS_ON: "ALWAYS_ON";
290
+ readonly AUTO_STOP: "AUTO_STOP";
291
+ };
292
+ export type PoolsRunningMode =
293
+ (typeof PoolsRunningMode)[keyof typeof PoolsRunningMode];
294
+ export declare const WorkspacesPoolErrorCode: {
295
+ readonly BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND";
296
+ readonly DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING";
297
+ readonly DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND";
298
+ readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
299
+ readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
300
+ readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
301
+ readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
302
+ readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
303
+ readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA";
304
+ readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
305
+ readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
306
+ readonly DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING: "DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING";
307
+ readonly DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE: "DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE";
308
+ readonly DOMAIN_JOIN_ERROR_SECRET_INVALID: "DOMAIN_JOIN_ERROR_SECRET_INVALID";
309
+ readonly DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND";
310
+ readonly DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID: "DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID";
311
+ readonly DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND";
312
+ readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
313
+ readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
314
+ readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
315
+ readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
316
+ readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING";
317
+ readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
318
+ readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
319
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
320
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
321
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
322
+ readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED";
323
+ readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND";
324
+ readonly INSUFFICIENT_PERMISSIONS_ERROR: "INSUFFICIENT_PERMISSIONS_ERROR";
325
+ readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
326
+ readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION";
327
+ readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING";
328
+ readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED";
329
+ readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND";
330
+ readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION";
331
+ readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
332
+ readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
333
+ readonly WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE: "WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE";
334
+ readonly WORKSPACES_POOL_STOPPED: "WORKSPACES_POOL_STOPPED";
335
+ };
336
+ export type WorkspacesPoolErrorCode =
337
+ (typeof WorkspacesPoolErrorCode)[keyof typeof WorkspacesPoolErrorCode];
338
+ export declare const WorkspacesPoolState: {
339
+ readonly CREATING: "CREATING";
340
+ readonly DELETING: "DELETING";
341
+ readonly RUNNING: "RUNNING";
342
+ readonly STARTING: "STARTING";
343
+ readonly STOPPED: "STOPPED";
344
+ readonly STOPPING: "STOPPING";
345
+ readonly UPDATING: "UPDATING";
346
+ };
347
+ export type WorkspacesPoolState =
348
+ (typeof WorkspacesPoolState)[keyof typeof WorkspacesPoolState];
349
+ export declare const CustomImageProtocol: {
350
+ readonly BYOP: "BYOP";
351
+ readonly DCV: "DCV";
352
+ readonly PCOIP: "PCOIP";
353
+ };
354
+ export type CustomImageProtocol =
355
+ (typeof CustomImageProtocol)[keyof typeof CustomImageProtocol];
356
+ export declare const CustomWorkspaceImageImportState: {
357
+ readonly COMPLETED: "COMPLETED";
358
+ readonly ERROR: "ERROR";
359
+ readonly IN_PROGRESS: "IN_PROGRESS";
360
+ readonly PENDING: "PENDING";
361
+ };
362
+ export type CustomWorkspaceImageImportState =
363
+ (typeof CustomWorkspaceImageImportState)[keyof typeof CustomWorkspaceImageImportState];
364
+ export declare const DedicatedTenancyAccountType: {
365
+ readonly SOURCE_ACCOUNT: "SOURCE_ACCOUNT";
366
+ readonly TARGET_ACCOUNT: "TARGET_ACCOUNT";
367
+ };
368
+ export type DedicatedTenancyAccountType =
369
+ (typeof DedicatedTenancyAccountType)[keyof typeof DedicatedTenancyAccountType];
370
+ export declare const DedicatedTenancySupportEnum: {
371
+ readonly ENABLED: "ENABLED";
372
+ };
373
+ export type DedicatedTenancySupportEnum =
374
+ (typeof DedicatedTenancySupportEnum)[keyof typeof DedicatedTenancySupportEnum];
375
+ export declare const DeletableCertificateBasedAuthProperty: {
376
+ readonly CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN: "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN";
377
+ };
378
+ export type DeletableCertificateBasedAuthProperty =
379
+ (typeof DeletableCertificateBasedAuthProperty)[keyof typeof DeletableCertificateBasedAuthProperty];
380
+ export declare const DeletableSamlProperty: {
381
+ readonly SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME: "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME";
382
+ readonly SAML_PROPERTIES_USER_ACCESS_URL: "SAML_PROPERTIES_USER_ACCESS_URL";
383
+ };
384
+ export type DeletableSamlProperty =
385
+ (typeof DeletableSamlProperty)[keyof typeof DeletableSamlProperty];
386
+ export declare const WorkSpaceApplicationLicenseType: {
387
+ readonly LICENSED: "LICENSED";
388
+ readonly UNLICENSED: "UNLICENSED";
389
+ };
390
+ export type WorkSpaceApplicationLicenseType =
391
+ (typeof WorkSpaceApplicationLicenseType)[keyof typeof WorkSpaceApplicationLicenseType];
392
+ export declare const WorkSpaceApplicationState: {
393
+ readonly AVAILABLE: "AVAILABLE";
394
+ readonly ERROR: "ERROR";
395
+ readonly PENDING: "PENDING";
396
+ readonly UNINSTALL_ONLY: "UNINSTALL_ONLY";
397
+ };
398
+ export type WorkSpaceApplicationState =
399
+ (typeof WorkSpaceApplicationState)[keyof typeof WorkSpaceApplicationState];
400
+ export declare const ImageAssociatedResourceType: {
401
+ readonly APPLICATION: "APPLICATION";
402
+ };
403
+ export type ImageAssociatedResourceType =
404
+ (typeof ImageAssociatedResourceType)[keyof typeof ImageAssociatedResourceType];
405
+ export declare const DescribeWorkspaceDirectoriesFilterName: {
406
+ readonly USER_IDENTITY_TYPE: "USER_IDENTITY_TYPE";
407
+ readonly WORKSPACE_TYPE: "WORKSPACE_TYPE";
408
+ };
409
+ export type DescribeWorkspaceDirectoriesFilterName =
410
+ (typeof DescribeWorkspaceDirectoriesFilterName)[keyof typeof DescribeWorkspaceDirectoriesFilterName];
411
+ export declare const WorkspaceDirectoryType: {
412
+ readonly AD_CONNECTOR: "AD_CONNECTOR";
413
+ readonly AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER";
414
+ readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
415
+ readonly SIMPLE_AD: "SIMPLE_AD";
416
+ };
417
+ export type WorkspaceDirectoryType =
418
+ (typeof WorkspaceDirectoryType)[keyof typeof WorkspaceDirectoryType];
419
+ export declare const EndpointEncryptionMode: {
420
+ readonly FIPS_VALIDATED: "FIPS_VALIDATED";
421
+ readonly STANDARD_TLS: "STANDARD_TLS";
422
+ };
423
+ export type EndpointEncryptionMode =
424
+ (typeof EndpointEncryptionMode)[keyof typeof EndpointEncryptionMode];
425
+ export declare const SamlStatusEnum: {
426
+ readonly DISABLED: "DISABLED";
427
+ readonly ENABLED: "ENABLED";
428
+ readonly ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK: "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK";
429
+ };
430
+ export type SamlStatusEnum =
431
+ (typeof SamlStatusEnum)[keyof typeof SamlStatusEnum];
432
+ export declare const WorkspaceDirectoryState: {
433
+ readonly DEREGISTERED: "DEREGISTERED";
434
+ readonly DEREGISTERING: "DEREGISTERING";
435
+ readonly ERROR: "ERROR";
436
+ readonly REGISTERED: "REGISTERED";
437
+ readonly REGISTERING: "REGISTERING";
438
+ };
439
+ export type WorkspaceDirectoryState =
440
+ (typeof WorkspaceDirectoryState)[keyof typeof WorkspaceDirectoryState];
441
+ export declare const StorageConnectorTypeEnum: {
442
+ readonly HOME_FOLDER: "HOME_FOLDER";
443
+ };
444
+ export type StorageConnectorTypeEnum =
445
+ (typeof StorageConnectorTypeEnum)[keyof typeof StorageConnectorTypeEnum];
446
+ export declare const StorageConnectorStatusEnum: {
447
+ readonly DISABLED: "DISABLED";
448
+ readonly ENABLED: "ENABLED";
449
+ };
450
+ export type StorageConnectorStatusEnum =
451
+ (typeof StorageConnectorStatusEnum)[keyof typeof StorageConnectorStatusEnum];
452
+ export declare const StreamingExperiencePreferredProtocolEnum: {
453
+ readonly TCP: "TCP";
454
+ readonly UDP: "UDP";
455
+ };
456
+ export type StreamingExperiencePreferredProtocolEnum =
457
+ (typeof StreamingExperiencePreferredProtocolEnum)[keyof typeof StreamingExperiencePreferredProtocolEnum];
458
+ export declare const UserSettingActionEnum: {
459
+ readonly CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE";
460
+ readonly CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE";
461
+ readonly PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE";
462
+ readonly SMART_CARD: "SMART_CARD";
463
+ };
464
+ export type UserSettingActionEnum =
465
+ (typeof UserSettingActionEnum)[keyof typeof UserSettingActionEnum];
466
+ export declare const UserSettingPermissionEnum: {
467
+ readonly DISABLED: "DISABLED";
468
+ readonly ENABLED: "ENABLED";
469
+ };
470
+ export type UserSettingPermissionEnum =
471
+ (typeof UserSettingPermissionEnum)[keyof typeof UserSettingPermissionEnum];
472
+ export declare const Tenancy: {
473
+ readonly DEDICATED: "DEDICATED";
474
+ readonly SHARED: "SHARED";
475
+ };
476
+ export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
477
+ export declare const UserIdentityType: {
478
+ readonly AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE";
479
+ readonly AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER";
480
+ readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
481
+ };
482
+ export type UserIdentityType =
483
+ (typeof UserIdentityType)[keyof typeof UserIdentityType];
484
+ export declare const WorkspaceType: {
485
+ readonly PERSONAL: "PERSONAL";
486
+ readonly POOLS: "POOLS";
487
+ };
488
+ export type WorkspaceType = (typeof WorkspaceType)[keyof typeof WorkspaceType];
489
+ export declare const ImageType: {
490
+ readonly OWNED: "OWNED";
491
+ readonly SHARED: "SHARED";
492
+ };
493
+ export type ImageType = (typeof ImageType)[keyof typeof ImageType];
494
+ export declare const WorkspaceImageErrorDetailCode: {
495
+ readonly ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached";
496
+ readonly ADDITIONAL_DRIVES_PRESENT: "AdditionalDrivesPresent";
497
+ readonly AMAZON_SSM_AGENT_ENABLED: "AmazonSsmAgentEnabled";
498
+ readonly ANTI_VIRUS_INSTALLED: "AntiVirusInstalled";
499
+ readonly APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled";
500
+ readonly AUTO_LOGON_ENABLED: "AutoLogonEnabled";
501
+ readonly AUTO_MOUNT_DISABLED: "AutoMountDisabled";
502
+ readonly AZURE_DOMAIN_JOINED: "AzureDomainJoined";
503
+ readonly DHCP_DISABLED: "DHCPDisabled";
504
+ readonly DISK_FREE_SPACE: "DiskFreeSpace";
505
+ readonly DISK_SIZE_EXCEEDED: "DiskSizeExceeded";
506
+ readonly DOMAIN_ACCOUNT_SERVICES_FOUND: "DomainAccountServicesFound";
507
+ readonly DOMAIN_JOINED: "DomainJoined";
508
+ readonly ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries";
509
+ readonly FIREWALL_ENABLED: "FirewallEnabled";
510
+ readonly INCOMPATIBLE_MEMORY_INTEGRITY: "MemoryIntegrityIncompatibility";
511
+ readonly INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning";
512
+ readonly INCOMPATIBLE_PROTOCOL: "ProtocolOSIncompatibility";
513
+ readonly INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace";
514
+ readonly INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount";
515
+ readonly INVALID_IP: "InvalidIp";
516
+ readonly IN_PLACE_UPGRADE: "InPlaceUpgrade";
517
+ readonly MULTIPLE_BOOT_PARTITION: "MultipleBootPartition";
518
+ readonly MULTIPLE_USER_PROFILES: "MultipleUserProfiles";
519
+ readonly OFFICE_INSTALLED: "OfficeInstalled";
520
+ readonly OS_NOT_SUPPORTED: "OSNotSupported";
521
+ readonly OUTDATED_POWERSHELL_VERSION: "OutdatedPowershellVersion";
522
+ readonly PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled";
523
+ readonly PENDING_REBOOT: "PendingReboot";
524
+ readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
525
+ readonly REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled";
526
+ readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
527
+ readonly RESTRICTED_DRIVE_LETTER: "RestrictedDriveLetterInUse";
528
+ readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
529
+ readonly STAGED_APPX_PACKAGE: "StagedAppxPackage";
530
+ readonly SYSPREP_FILE_MISSING: "SysPrepFileMissing";
531
+ readonly UEFI_NOT_SUPPORTED: "UEFINotSupported";
532
+ readonly UNKNOWN_ERROR: "UnknownError";
533
+ readonly UNSUPPORTED_OS_UPGRADE: "UnsupportedOsUpgrade";
534
+ readonly UNSUPPORTED_SECURITY_PROTOCOL: "UnsupportedSecurityProtocol";
535
+ readonly USER_PROFILE_MISSING: "UserProfileMissing";
536
+ readonly VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled";
537
+ readonly WINDOWS_MODULES_INSTALLER_DISABLED: "WindowsModulesInstallerDisabled";
538
+ readonly WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled";
539
+ readonly WINDOWS_UPDATES_REQUIRED: "WindowsUpdatesRequired";
540
+ readonly WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled";
541
+ readonly WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound";
542
+ readonly ZERO_REARM_COUNT: "ZeroRearmCount";
543
+ };
544
+ export type WorkspaceImageErrorDetailCode =
545
+ (typeof WorkspaceImageErrorDetailCode)[keyof typeof WorkspaceImageErrorDetailCode];
546
+ export declare const DescribeWorkspacesPoolsFilterName: {
547
+ readonly POOLNAME: "PoolName";
548
+ };
549
+ export type DescribeWorkspacesPoolsFilterName =
550
+ (typeof DescribeWorkspacesPoolsFilterName)[keyof typeof DescribeWorkspacesPoolsFilterName];
551
+ export declare const DescribeWorkspacesPoolsFilterOperator: {
552
+ readonly CONTAINS: "CONTAINS";
553
+ readonly EQUALS: "EQUALS";
554
+ readonly NOTCONTAINS: "NOTCONTAINS";
555
+ readonly NOTEQUALS: "NOTEQUALS";
556
+ };
557
+ export type DescribeWorkspacesPoolsFilterOperator =
558
+ (typeof DescribeWorkspacesPoolsFilterOperator)[keyof typeof DescribeWorkspacesPoolsFilterOperator];
559
+ export declare const SessionConnectionState: {
560
+ readonly CONNECTED: "CONNECTED";
561
+ readonly NOT_CONNECTED: "NOT_CONNECTED";
562
+ };
563
+ export type SessionConnectionState =
564
+ (typeof SessionConnectionState)[keyof typeof SessionConnectionState];
565
+ export declare const ImageComputeType: {
566
+ readonly BASE: "BASE";
567
+ readonly GRAPHICS_G4DN: "GRAPHICS_G4DN";
568
+ };
569
+ export type ImageComputeType =
570
+ (typeof ImageComputeType)[keyof typeof ImageComputeType];
571
+ export declare const OSVersion: {
572
+ readonly Windows_10: "Windows_10";
573
+ readonly Windows_11: "Windows_11";
574
+ };
575
+ export type OSVersion = (typeof OSVersion)[keyof typeof OSVersion];
576
+ export declare const Platform: {
577
+ readonly WINDOWS: "WINDOWS";
578
+ };
579
+ export type Platform = (typeof Platform)[keyof typeof Platform];
580
+ export declare const WorkspaceImageIngestionProcess: {
581
+ readonly BYOL_GRAPHICS: "BYOL_GRAPHICS";
582
+ readonly BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO";
583
+ readonly BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN";
584
+ readonly BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP";
585
+ readonly BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP";
586
+ readonly BYOL_REGULAR: "BYOL_REGULAR";
587
+ readonly BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP";
588
+ readonly BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP";
589
+ };
590
+ export type WorkspaceImageIngestionProcess =
591
+ (typeof WorkspaceImageIngestionProcess)[keyof typeof WorkspaceImageIngestionProcess];
592
+ export declare const TargetWorkspaceState: {
593
+ readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
594
+ readonly AVAILABLE: "AVAILABLE";
595
+ };
596
+ export type TargetWorkspaceState =
597
+ (typeof TargetWorkspaceState)[keyof typeof TargetWorkspaceState];