@aws-sdk/client-workspaces 3.934.0 → 3.936.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 +19 -19
  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
@@ -1,5 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
1
+ import { AccessEndpointType, AccessPropertyValue, AccountLinkStatusEnum, AGAModeForDirectoryEnum, AGAModeForWorkSpaceEnum, AGAPreferredProtocolForDirectory, AGAPreferredProtocolForWorkSpace, Application, ApplicationAssociatedResourceType, ApplicationSettingsStatusEnum, AssociationErrorCode, AssociationState, AssociationStatus, AuthenticationType, BundleAssociatedResourceType, BundleType, CertificateBasedAuthStatusEnum, ClientDeviceType, Compute, ConnectionAliasState, ConnectionState, CustomImageProtocol, CustomWorkspaceImageImportState, DataReplication, DedicatedTenancyAccountType, DedicatedTenancyModificationStateEnum, DedicatedTenancySupportEnum, DedicatedTenancySupportResultEnum, DeletableCertificateBasedAuthProperty, DeletableSamlProperty, DescribeWorkspaceDirectoriesFilterName, DescribeWorkspacesPoolsFilterName, DescribeWorkspacesPoolsFilterOperator, EndpointEncryptionMode, ImageAssociatedResourceType, ImageComputeType, ImageType, InternetFallbackProtocol, LogUploadEnum, ModificationResourceEnum, ModificationStateEnum, OperatingSystemName, OperatingSystemType, OSVersion, Platform, PoolsRunningMode, Protocol, ReconnectEnum, RunningMode, SamlStatusEnum, SessionConnectionState, StandbyWorkspaceRelationshipType, StorageConnectorStatusEnum, StorageConnectorTypeEnum, StreamingExperiencePreferredProtocolEnum, TargetWorkspaceState, Tenancy, UserIdentityType, UserSettingActionEnum, UserSettingPermissionEnum, WorkSpaceApplicationLicenseType, WorkSpaceApplicationState, WorkSpaceAssociatedResourceType, WorkspaceBundleState, WorkspaceDirectoryState, WorkspaceDirectoryType, WorkspaceImageErrorDetailCode, WorkspaceImageIngestionProcess, WorkspaceImageRequiredTenancy, WorkspaceImageState, WorkspacesPoolErrorCode, WorkspacesPoolState, WorkspaceState, WorkspaceType } from "./enums";
3
2
  /**
4
3
  * @public
5
4
  */
@@ -15,21 +14,6 @@ export interface AcceptAccountLinkInvitationRequest {
15
14
  */
16
15
  ClientToken?: string | undefined;
17
16
  }
18
- /**
19
- * @public
20
- * @enum
21
- */
22
- export declare const AccountLinkStatusEnum: {
23
- readonly LINKED: "LINKED";
24
- readonly LINKING_FAILED: "LINKING_FAILED";
25
- readonly LINK_NOT_FOUND: "LINK_NOT_FOUND";
26
- readonly PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT: "PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT";
27
- readonly REJECTED: "REJECTED";
28
- };
29
- /**
30
- * @public
31
- */
32
- export type AccountLinkStatusEnum = (typeof AccountLinkStatusEnum)[keyof typeof AccountLinkStatusEnum];
33
17
  /**
34
18
  * <p>Information about about the account link.</p>
35
19
  * @public
@@ -66,83 +50,6 @@ export interface AcceptAccountLinkInvitationResult {
66
50
  */
67
51
  AccountLink?: AccountLink | undefined;
68
52
  }
69
- /**
70
- * <p>The user is not authorized to access a resource.</p>
71
- * @public
72
- */
73
- export declare class AccessDeniedException extends __BaseException {
74
- readonly name: "AccessDeniedException";
75
- readonly $fault: "client";
76
- /**
77
- * @internal
78
- */
79
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
80
- }
81
- /**
82
- * <p>The <code>TargetAccountId</code> is already linked or invited.</p>
83
- * @public
84
- */
85
- export declare class ConflictException extends __BaseException {
86
- readonly name: "ConflictException";
87
- readonly $fault: "client";
88
- /**
89
- * @internal
90
- */
91
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
92
- }
93
- /**
94
- * <p>Unexpected server error occured.</p>
95
- * @public
96
- */
97
- export declare class InternalServerException extends __BaseException {
98
- readonly name: "InternalServerException";
99
- readonly $fault: "client";
100
- /**
101
- * @internal
102
- */
103
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
104
- }
105
- /**
106
- * <p>The resource could not be found.</p>
107
- * @public
108
- */
109
- export declare class ResourceNotFoundException extends __BaseException {
110
- readonly name: "ResourceNotFoundException";
111
- readonly $fault: "client";
112
- /**
113
- * <p>The ID of the resource that could not be found.</p>
114
- * @public
115
- */
116
- ResourceId?: string | undefined;
117
- /**
118
- * @internal
119
- */
120
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
121
- }
122
- /**
123
- * <p>You either haven't provided a <code>TargetAccountId</code> or
124
- * are using the same value for <code>TargetAccountId</code> and <code>SourceAccountId</code>.</p>
125
- * @public
126
- */
127
- export declare class ValidationException extends __BaseException {
128
- readonly name: "ValidationException";
129
- readonly $fault: "client";
130
- /**
131
- * @internal
132
- */
133
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
134
- }
135
- /**
136
- * @public
137
- * @enum
138
- */
139
- export declare const AccessEndpointType: {
140
- readonly STREAMING_WSP: "STREAMING_WSP";
141
- };
142
- /**
143
- * @public
144
- */
145
- export type AccessEndpointType = (typeof AccessEndpointType)[keyof typeof AccessEndpointType];
146
53
  /**
147
54
  * <p>Describes the access type and endpoint for a WorkSpace.</p>
148
55
  * @public
@@ -159,17 +66,6 @@ export interface AccessEndpoint {
159
66
  */
160
67
  VpcEndpointId?: string | undefined;
161
68
  }
162
- /**
163
- * @public
164
- * @enum
165
- */
166
- export declare const InternetFallbackProtocol: {
167
- readonly PCOIP: "PCOIP";
168
- };
169
- /**
170
- * @public
171
- */
172
- export type InternetFallbackProtocol = (typeof InternetFallbackProtocol)[keyof typeof InternetFallbackProtocol];
173
69
  /**
174
70
  * <p>Describes the access endpoint configuration for a WorkSpace.</p>
175
71
  * @public
@@ -186,43 +82,6 @@ export interface AccessEndpointConfig {
186
82
  */
187
83
  InternetFallbackProtocols?: InternetFallbackProtocol[] | undefined;
188
84
  }
189
- /**
190
- * @public
191
- * @enum
192
- */
193
- export declare const AccessPropertyValue: {
194
- readonly ALLOW: "ALLOW";
195
- readonly DENY: "DENY";
196
- };
197
- /**
198
- * @public
199
- */
200
- export type AccessPropertyValue = (typeof AccessPropertyValue)[keyof typeof AccessPropertyValue];
201
- /**
202
- * @public
203
- * @enum
204
- */
205
- export declare const DedicatedTenancySupportResultEnum: {
206
- readonly DISABLED: "DISABLED";
207
- readonly ENABLED: "ENABLED";
208
- };
209
- /**
210
- * @public
211
- */
212
- export type DedicatedTenancySupportResultEnum = (typeof DedicatedTenancySupportResultEnum)[keyof typeof DedicatedTenancySupportResultEnum];
213
- /**
214
- * @public
215
- * @enum
216
- */
217
- export declare const DedicatedTenancyModificationStateEnum: {
218
- readonly COMPLETED: "COMPLETED";
219
- readonly FAILED: "FAILED";
220
- readonly PENDING: "PENDING";
221
- };
222
- /**
223
- * @public
224
- */
225
- export type DedicatedTenancyModificationStateEnum = (typeof DedicatedTenancyModificationStateEnum)[keyof typeof DedicatedTenancyModificationStateEnum];
226
85
  /**
227
86
  * <p>Describes a modification to the configuration of Bring Your Own License (BYOL) for the
228
87
  * specified account. </p>
@@ -278,127 +137,6 @@ export interface ActiveDirectoryConfig {
278
137
  */
279
138
  ServiceAccountSecretArn: string | undefined;
280
139
  }
281
- /**
282
- * @public
283
- * @enum
284
- */
285
- export declare const AGAModeForDirectoryEnum: {
286
- readonly DISABLED: "DISABLED";
287
- readonly ENABLED_AUTO: "ENABLED_AUTO";
288
- };
289
- /**
290
- * @public
291
- */
292
- export type AGAModeForDirectoryEnum = (typeof AGAModeForDirectoryEnum)[keyof typeof AGAModeForDirectoryEnum];
293
- /**
294
- * @public
295
- * @enum
296
- */
297
- export declare const AGAModeForWorkSpaceEnum: {
298
- readonly DISABLED: "DISABLED";
299
- readonly ENABLED_AUTO: "ENABLED_AUTO";
300
- readonly INHERITED: "INHERITED";
301
- };
302
- /**
303
- * @public
304
- */
305
- export type AGAModeForWorkSpaceEnum = (typeof AGAModeForWorkSpaceEnum)[keyof typeof AGAModeForWorkSpaceEnum];
306
- /**
307
- * @public
308
- * @enum
309
- */
310
- export declare const AGAPreferredProtocolForDirectory: {
311
- readonly NONE: "NONE";
312
- readonly TCP: "TCP";
313
- };
314
- /**
315
- * @public
316
- */
317
- export type AGAPreferredProtocolForDirectory = (typeof AGAPreferredProtocolForDirectory)[keyof typeof AGAPreferredProtocolForDirectory];
318
- /**
319
- * @public
320
- * @enum
321
- */
322
- export declare const AGAPreferredProtocolForWorkSpace: {
323
- readonly INHERITED: "INHERITED";
324
- readonly NONE: "NONE";
325
- readonly TCP: "TCP";
326
- };
327
- /**
328
- * @public
329
- */
330
- export type AGAPreferredProtocolForWorkSpace = (typeof AGAPreferredProtocolForWorkSpace)[keyof typeof AGAPreferredProtocolForWorkSpace];
331
- /**
332
- * @public
333
- * @enum
334
- */
335
- export declare const Application: {
336
- readonly Microsoft_Office_2016: "Microsoft_Office_2016";
337
- readonly Microsoft_Office_2019: "Microsoft_Office_2019";
338
- };
339
- /**
340
- * @public
341
- */
342
- export type Application = (typeof Application)[keyof typeof Application];
343
- /**
344
- * @public
345
- * @enum
346
- */
347
- export declare const ApplicationAssociatedResourceType: {
348
- readonly BUNDLE: "BUNDLE";
349
- readonly IMAGE: "IMAGE";
350
- readonly WORKSPACE: "WORKSPACE";
351
- };
352
- /**
353
- * @public
354
- */
355
- export type ApplicationAssociatedResourceType = (typeof ApplicationAssociatedResourceType)[keyof typeof ApplicationAssociatedResourceType];
356
- /**
357
- * <p>The specified application is not supported.</p>
358
- * @public
359
- */
360
- export declare class ApplicationNotSupportedException extends __BaseException {
361
- readonly name: "ApplicationNotSupportedException";
362
- readonly $fault: "client";
363
- /**
364
- * @internal
365
- */
366
- constructor(opts: __ExceptionOptionType<ApplicationNotSupportedException, __BaseException>);
367
- }
368
- /**
369
- * @public
370
- * @enum
371
- */
372
- export declare const AssociationState: {
373
- readonly COMPLETED: "COMPLETED";
374
- readonly ERROR: "ERROR";
375
- readonly INSTALLING: "INSTALLING";
376
- readonly PENDING_INSTALL: "PENDING_INSTALL";
377
- readonly PENDING_INSTALL_DEPLOYMENT: "PENDING_INSTALL_DEPLOYMENT";
378
- readonly PENDING_UNINSTALL: "PENDING_UNINSTALL";
379
- readonly PENDING_UNINSTALL_DEPLOYMENT: "PENDING_UNINSTALL_DEPLOYMENT";
380
- readonly REMOVED: "REMOVED";
381
- readonly UNINSTALLING: "UNINSTALLING";
382
- };
383
- /**
384
- * @public
385
- */
386
- export type AssociationState = (typeof AssociationState)[keyof typeof AssociationState];
387
- /**
388
- * @public
389
- * @enum
390
- */
391
- export declare const AssociationErrorCode: {
392
- readonly INSUFFICIENT_DISKSPACE: "ValidationError.InsufficientDiskSpace";
393
- readonly INSUFFICIENT_MEMORY: "ValidationError.InsufficientMemory";
394
- readonly INTERNAL_SERVER_ERROR: "DeploymentError.InternalServerError";
395
- readonly UNSUPPORTED_OPERATING_SYSTEM: "ValidationError.UnsupportedOperatingSystem";
396
- readonly WORKSPACE_UNREACHABLE: "DeploymentError.WorkspaceUnreachable";
397
- };
398
- /**
399
- * @public
400
- */
401
- export type AssociationErrorCode = (typeof AssociationErrorCode)[keyof typeof AssociationErrorCode];
402
140
  /**
403
141
  * <p>Indicates the reason that the association deployment failed, including the error code and error message.</p>
404
142
  * @public
@@ -456,18 +194,6 @@ export interface ApplicationResourceAssociation {
456
194
  */
457
195
  StateReason?: AssociationStateReason | undefined;
458
196
  }
459
- /**
460
- * @public
461
- * @enum
462
- */
463
- export declare const ApplicationSettingsStatusEnum: {
464
- readonly DISABLED: "DISABLED";
465
- readonly ENABLED: "ENABLED";
466
- };
467
- /**
468
- * @public
469
- */
470
- export type ApplicationSettingsStatusEnum = (typeof ApplicationSettingsStatusEnum)[keyof typeof ApplicationSettingsStatusEnum];
471
197
  /**
472
198
  * <p>The persistent application settings for WorkSpaces Pools users.</p>
473
199
  * @public
@@ -535,59 +261,6 @@ export interface AssociateConnectionAliasResult {
535
261
  */
536
262
  ConnectionIdentifier?: string | undefined;
537
263
  }
538
- /**
539
- * <p>One or more parameter values are not valid.</p>
540
- * @public
541
- */
542
- export declare class InvalidParameterValuesException extends __BaseException {
543
- readonly name: "InvalidParameterValuesException";
544
- readonly $fault: "client";
545
- /**
546
- * @internal
547
- */
548
- constructor(opts: __ExceptionOptionType<InvalidParameterValuesException, __BaseException>);
549
- }
550
- /**
551
- * <p>The state of the resource is not valid for this operation.</p>
552
- * @public
553
- */
554
- export declare class InvalidResourceStateException extends __BaseException {
555
- readonly name: "InvalidResourceStateException";
556
- readonly $fault: "client";
557
- /**
558
- * @internal
559
- */
560
- constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
561
- }
562
- /**
563
- * <p>This operation is not supported.</p>
564
- * @public
565
- */
566
- export declare class OperationNotSupportedException extends __BaseException {
567
- readonly name: "OperationNotSupportedException";
568
- readonly $fault: "client";
569
- /**
570
- * <p>The exception error reason.</p>
571
- * @public
572
- */
573
- reason?: string | undefined;
574
- /**
575
- * @internal
576
- */
577
- constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
578
- }
579
- /**
580
- * <p>The resource is associated with a directory.</p>
581
- * @public
582
- */
583
- export declare class ResourceAssociatedException extends __BaseException {
584
- readonly name: "ResourceAssociatedException";
585
- readonly $fault: "client";
586
- /**
587
- * @internal
588
- */
589
- constructor(opts: __ExceptionOptionType<ResourceAssociatedException, __BaseException>);
590
- }
591
264
  /**
592
265
  * @public
593
266
  */
@@ -608,18 +281,6 @@ export interface AssociateIpGroupsRequest {
608
281
  */
609
282
  export interface AssociateIpGroupsResult {
610
283
  }
611
- /**
612
- * <p>Your resource limits have been exceeded.</p>
613
- * @public
614
- */
615
- export declare class ResourceLimitExceededException extends __BaseException {
616
- readonly name: "ResourceLimitExceededException";
617
- readonly $fault: "client";
618
- /**
619
- * @internal
620
- */
621
- constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
622
- }
623
284
  /**
624
285
  * @public
625
286
  */
@@ -635,17 +296,6 @@ export interface AssociateWorkspaceApplicationRequest {
635
296
  */
636
297
  ApplicationId: string | undefined;
637
298
  }
638
- /**
639
- * @public
640
- * @enum
641
- */
642
- export declare const WorkSpaceAssociatedResourceType: {
643
- readonly APPLICATION: "APPLICATION";
644
- };
645
- /**
646
- * @public
647
- */
648
- export type WorkSpaceAssociatedResourceType = (typeof WorkSpaceAssociatedResourceType)[keyof typeof WorkSpaceAssociatedResourceType];
649
299
  /**
650
300
  * <p>Describes the association between an application and a WorkSpace resource.</p>
651
301
  * @public
@@ -697,97 +347,6 @@ export interface AssociateWorkspaceApplicationResult {
697
347
  */
698
348
  Association?: WorkspaceResourceAssociation | undefined;
699
349
  }
700
- /**
701
- * <p>The compute type of the WorkSpace is not compatible with the application.</p>
702
- * @public
703
- */
704
- export declare class ComputeNotCompatibleException extends __BaseException {
705
- readonly name: "ComputeNotCompatibleException";
706
- readonly $fault: "client";
707
- /**
708
- * @internal
709
- */
710
- constructor(opts: __ExceptionOptionType<ComputeNotCompatibleException, __BaseException>);
711
- }
712
- /**
713
- * <p>The specified application is not compatible with the resource.</p>
714
- * @public
715
- */
716
- export declare class IncompatibleApplicationsException extends __BaseException {
717
- readonly name: "IncompatibleApplicationsException";
718
- readonly $fault: "client";
719
- /**
720
- * @internal
721
- */
722
- constructor(opts: __ExceptionOptionType<IncompatibleApplicationsException, __BaseException>);
723
- }
724
- /**
725
- * <p>The operating system of the WorkSpace is not compatible with the application.</p>
726
- * @public
727
- */
728
- export declare class OperatingSystemNotCompatibleException extends __BaseException {
729
- readonly name: "OperatingSystemNotCompatibleException";
730
- readonly $fault: "client";
731
- /**
732
- * @internal
733
- */
734
- constructor(opts: __ExceptionOptionType<OperatingSystemNotCompatibleException, __BaseException>);
735
- }
736
- /**
737
- * <p>The specified resource already exists.</p>
738
- * @public
739
- */
740
- export declare class ResourceAlreadyExistsException extends __BaseException {
741
- readonly name: "ResourceAlreadyExistsException";
742
- readonly $fault: "client";
743
- /**
744
- * @internal
745
- */
746
- constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
747
- }
748
- /**
749
- * <p>The specified resource is currently in use.</p>
750
- * @public
751
- */
752
- export declare class ResourceInUseException extends __BaseException {
753
- readonly name: "ResourceInUseException";
754
- readonly $fault: "client";
755
- /**
756
- * <p>The ID of the resource that is in use.</p>
757
- * @public
758
- */
759
- ResourceId?: string | undefined;
760
- /**
761
- * @internal
762
- */
763
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
764
- }
765
- /**
766
- * @public
767
- * @enum
768
- */
769
- export declare const AssociationStatus: {
770
- readonly ASSOCIATED_WITH_OWNER_ACCOUNT: "ASSOCIATED_WITH_OWNER_ACCOUNT";
771
- readonly ASSOCIATED_WITH_SHARED_ACCOUNT: "ASSOCIATED_WITH_SHARED_ACCOUNT";
772
- readonly NOT_ASSOCIATED: "NOT_ASSOCIATED";
773
- readonly PENDING_ASSOCIATION: "PENDING_ASSOCIATION";
774
- readonly PENDING_DISASSOCIATION: "PENDING_DISASSOCIATION";
775
- };
776
- /**
777
- * @public
778
- */
779
- export type AssociationStatus = (typeof AssociationStatus)[keyof typeof AssociationStatus];
780
- /**
781
- * @public
782
- * @enum
783
- */
784
- export declare const AuthenticationType: {
785
- readonly SAML: "SAML";
786
- };
787
- /**
788
- * @public
789
- */
790
- export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
791
350
  /**
792
351
  * <p>Describes a rule for an IP access control group.</p>
793
352
  * @public
@@ -824,50 +383,6 @@ export interface AuthorizeIpRulesRequest {
824
383
  */
825
384
  export interface AuthorizeIpRulesResult {
826
385
  }
827
- /**
828
- * @public
829
- * @enum
830
- */
831
- export declare const BundleAssociatedResourceType: {
832
- readonly APPLICATION: "APPLICATION";
833
- };
834
- /**
835
- * @public
836
- */
837
- export type BundleAssociatedResourceType = (typeof BundleAssociatedResourceType)[keyof typeof BundleAssociatedResourceType];
838
- /**
839
- * @public
840
- * @enum
841
- */
842
- export declare const BundleType: {
843
- readonly REGULAR: "REGULAR";
844
- readonly STANDBY: "STANDBY";
845
- };
846
- /**
847
- * @public
848
- */
849
- export type BundleType = (typeof BundleType)[keyof typeof BundleType];
850
- /**
851
- * @public
852
- * @enum
853
- */
854
- export declare const Compute: {
855
- readonly GENERALPURPOSE_4XLARGE: "GENERALPURPOSE_4XLARGE";
856
- readonly GENERALPURPOSE_8XLARGE: "GENERALPURPOSE_8XLARGE";
857
- readonly GRAPHICS: "GRAPHICS";
858
- readonly GRAPHICSPRO: "GRAPHICSPRO";
859
- readonly GRAPHICSPRO_G4DN: "GRAPHICSPRO_G4DN";
860
- readonly GRAPHICS_G4DN: "GRAPHICS_G4DN";
861
- readonly PERFORMANCE: "PERFORMANCE";
862
- readonly POWER: "POWER";
863
- readonly POWERPRO: "POWERPRO";
864
- readonly STANDARD: "STANDARD";
865
- readonly VALUE: "VALUE";
866
- };
867
- /**
868
- * @public
869
- */
870
- export type Compute = (typeof Compute)[keyof typeof Compute];
871
386
  /**
872
387
  * <p>Describes the compute type of the bundle.</p>
873
388
  * @public
@@ -890,19 +405,6 @@ export interface RootStorage {
890
405
  */
891
406
  Capacity: string | undefined;
892
407
  }
893
- /**
894
- * @public
895
- * @enum
896
- */
897
- export declare const WorkspaceBundleState: {
898
- readonly AVAILABLE: "AVAILABLE";
899
- readonly ERROR: "ERROR";
900
- readonly PENDING: "PENDING";
901
- };
902
- /**
903
- * @public
904
- */
905
- export type WorkspaceBundleState = (typeof WorkspaceBundleState)[keyof typeof WorkspaceBundleState];
906
408
  /**
907
409
  * <p>Describes the user volume for a WorkSpace bundle.</p>
908
410
  * @public
@@ -1065,18 +567,6 @@ export interface CapacityStatus {
1065
567
  */
1066
568
  ActiveUserSessions: number | undefined;
1067
569
  }
1068
- /**
1069
- * @public
1070
- * @enum
1071
- */
1072
- export declare const CertificateBasedAuthStatusEnum: {
1073
- readonly DISABLED: "DISABLED";
1074
- readonly ENABLED: "ENABLED";
1075
- };
1076
- /**
1077
- * @public
1078
- */
1079
- export type CertificateBasedAuthStatusEnum = (typeof CertificateBasedAuthStatusEnum)[keyof typeof CertificateBasedAuthStatusEnum];
1080
570
  /**
1081
571
  * <p>Describes the properties of the certificate-based authentication you want to use
1082
572
  * with your WorkSpaces.</p>
@@ -1095,47 +585,7 @@ export interface CertificateBasedAuthProperties {
1095
585
  CertificateAuthorityArn?: string | undefined;
1096
586
  }
1097
587
  /**
1098
- * @public
1099
- * @enum
1100
- */
1101
- export declare const ClientDeviceType: {
1102
- readonly DEVICE_TYPE_ANDROID: "DeviceTypeAndroid";
1103
- readonly DEVICE_TYPE_IOS: "DeviceTypeIos";
1104
- readonly DEVICE_TYPE_LINUX: "DeviceTypeLinux";
1105
- readonly DEVICE_TYPE_OSX: "DeviceTypeOsx";
1106
- readonly DEVICE_TYPE_WEB: "DeviceTypeWeb";
1107
- readonly DEVICE_TYPE_WINDOWS: "DeviceTypeWindows";
1108
- };
1109
- /**
1110
- * @public
1111
- */
1112
- export type ClientDeviceType = (typeof ClientDeviceType)[keyof typeof ClientDeviceType];
1113
- /**
1114
- * @public
1115
- * @enum
1116
- */
1117
- export declare const LogUploadEnum: {
1118
- readonly DISABLED: "DISABLED";
1119
- readonly ENABLED: "ENABLED";
1120
- };
1121
- /**
1122
- * @public
1123
- */
1124
- export type LogUploadEnum = (typeof LogUploadEnum)[keyof typeof LogUploadEnum];
1125
- /**
1126
- * @public
1127
- * @enum
1128
- */
1129
- export declare const ReconnectEnum: {
1130
- readonly DISABLED: "DISABLED";
1131
- readonly ENABLED: "ENABLED";
1132
- };
1133
- /**
1134
- * @public
1135
- */
1136
- export type ReconnectEnum = (typeof ReconnectEnum)[keyof typeof ReconnectEnum];
1137
- /**
1138
- * <p>Describes an Amazon WorkSpaces client.</p>
588
+ * <p>Describes an Amazon WorkSpaces client.</p>
1139
589
  * @public
1140
590
  */
1141
591
  export interface ClientProperties {
@@ -1227,19 +677,6 @@ export interface ConnectionAliasAssociation {
1227
677
  */
1228
678
  ConnectionIdentifier?: string | undefined;
1229
679
  }
1230
- /**
1231
- * @public
1232
- * @enum
1233
- */
1234
- export declare const ConnectionAliasState: {
1235
- readonly CREATED: "CREATED";
1236
- readonly CREATING: "CREATING";
1237
- readonly DELETING: "DELETING";
1238
- };
1239
- /**
1240
- * @public
1241
- */
1242
- export type ConnectionAliasState = (typeof ConnectionAliasState)[keyof typeof ConnectionAliasState];
1243
680
  /**
1244
681
  * <p>Describes a connection alias. Connection aliases are used for cross-Region redirection.
1245
682
  * For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
@@ -1295,19 +732,6 @@ export interface ConnectionAliasPermission {
1295
732
  */
1296
733
  AllowAssociation: boolean | undefined;
1297
734
  }
1298
- /**
1299
- * @public
1300
- * @enum
1301
- */
1302
- export declare const ConnectionState: {
1303
- readonly CONNECTED: "CONNECTED";
1304
- readonly DISCONNECTED: "DISCONNECTED";
1305
- readonly UNKNOWN: "UNKNOWN";
1306
- };
1307
- /**
1308
- * @public
1309
- */
1310
- export type ConnectionState = (typeof ConnectionState)[keyof typeof ConnectionState];
1311
735
  /**
1312
736
  * <p>Describes a tag.</p>
1313
737
  * @public
@@ -1364,23 +788,6 @@ export interface CopyWorkspaceImageResult {
1364
788
  */
1365
789
  ImageId?: string | undefined;
1366
790
  }
1367
- /**
1368
- * <p>The specified resource is not available.</p>
1369
- * @public
1370
- */
1371
- export declare class ResourceUnavailableException extends __BaseException {
1372
- readonly name: "ResourceUnavailableException";
1373
- readonly $fault: "client";
1374
- /**
1375
- * <p>The identifier of the resource that is not available.</p>
1376
- * @public
1377
- */
1378
- ResourceId?: string | undefined;
1379
- /**
1380
- * @internal
1381
- */
1382
- constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
1383
- }
1384
791
  /**
1385
792
  * @public
1386
793
  */
@@ -1436,18 +843,6 @@ export interface CreateConnectClientAddInResult {
1436
843
  */
1437
844
  AddInId?: string | undefined;
1438
845
  }
1439
- /**
1440
- * <p>The resource could not be created.</p>
1441
- * @public
1442
- */
1443
- export declare class ResourceCreationFailedException extends __BaseException {
1444
- readonly name: "ResourceCreationFailedException";
1445
- readonly $fault: "client";
1446
- /**
1447
- * @internal
1448
- */
1449
- constructor(opts: __ExceptionOptionType<ResourceCreationFailedException, __BaseException>);
1450
- }
1451
846
  /**
1452
847
  * @public
1453
848
  */
@@ -1514,18 +909,6 @@ export interface CreateIpGroupResult {
1514
909
  */
1515
910
  GroupId?: string | undefined;
1516
911
  }
1517
- /**
1518
- * @public
1519
- * @enum
1520
- */
1521
- export declare const DataReplication: {
1522
- readonly NO_REPLICATION: "NO_REPLICATION";
1523
- readonly PRIMARY_AS_SOURCE: "PRIMARY_AS_SOURCE";
1524
- };
1525
- /**
1526
- * @public
1527
- */
1528
- export type DataReplication = (typeof DataReplication)[keyof typeof DataReplication];
1529
912
  /**
1530
913
  * <p>Describes a standby WorkSpace.</p>
1531
914
  * @public
@@ -1593,33 +976,6 @@ export interface FailedCreateStandbyWorkspacesRequest {
1593
976
  */
1594
977
  ErrorMessage?: string | undefined;
1595
978
  }
1596
- /**
1597
- * @public
1598
- * @enum
1599
- */
1600
- export declare const WorkspaceState: {
1601
- readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
1602
- readonly AVAILABLE: "AVAILABLE";
1603
- readonly ERROR: "ERROR";
1604
- readonly IMPAIRED: "IMPAIRED";
1605
- readonly MAINTENANCE: "MAINTENANCE";
1606
- readonly PENDING: "PENDING";
1607
- readonly REBOOTING: "REBOOTING";
1608
- readonly REBUILDING: "REBUILDING";
1609
- readonly RESTORING: "RESTORING";
1610
- readonly STARTING: "STARTING";
1611
- readonly STOPPED: "STOPPED";
1612
- readonly STOPPING: "STOPPING";
1613
- readonly SUSPENDED: "SUSPENDED";
1614
- readonly TERMINATED: "TERMINATED";
1615
- readonly TERMINATING: "TERMINATING";
1616
- readonly UNHEALTHY: "UNHEALTHY";
1617
- readonly UPDATING: "UPDATING";
1618
- };
1619
- /**
1620
- * @public
1621
- */
1622
- export type WorkspaceState = (typeof WorkspaceState)[keyof typeof WorkspaceState];
1623
979
  /**
1624
980
  * <p>Information about the standby WorkSpace.</p>
1625
981
  * @public
@@ -1809,18 +1165,6 @@ export interface CreateWorkspaceImageRequest {
1809
1165
  */
1810
1166
  Tags?: Tag[] | undefined;
1811
1167
  }
1812
- /**
1813
- * @public
1814
- * @enum
1815
- */
1816
- export declare const OperatingSystemType: {
1817
- readonly LINUX: "LINUX";
1818
- readonly WINDOWS: "WINDOWS";
1819
- };
1820
- /**
1821
- * @public
1822
- */
1823
- export type OperatingSystemType = (typeof OperatingSystemType)[keyof typeof OperatingSystemType];
1824
1168
  /**
1825
1169
  * <p>The operating system that the image is running.</p>
1826
1170
  * @public
@@ -1832,31 +1176,6 @@ export interface OperatingSystem {
1832
1176
  */
1833
1177
  Type?: OperatingSystemType | undefined;
1834
1178
  }
1835
- /**
1836
- * @public
1837
- * @enum
1838
- */
1839
- export declare const WorkspaceImageRequiredTenancy: {
1840
- readonly DEDICATED: "DEDICATED";
1841
- readonly DEFAULT: "DEFAULT";
1842
- };
1843
- /**
1844
- * @public
1845
- */
1846
- export type WorkspaceImageRequiredTenancy = (typeof WorkspaceImageRequiredTenancy)[keyof typeof WorkspaceImageRequiredTenancy];
1847
- /**
1848
- * @public
1849
- * @enum
1850
- */
1851
- export declare const WorkspaceImageState: {
1852
- readonly AVAILABLE: "AVAILABLE";
1853
- readonly ERROR: "ERROR";
1854
- readonly PENDING: "PENDING";
1855
- };
1856
- /**
1857
- * @public
1858
- */
1859
- export type WorkspaceImageState = (typeof WorkspaceImageState)[keyof typeof WorkspaceImageState];
1860
1179
  /**
1861
1180
  * @public
1862
1181
  */
@@ -1923,54 +1242,6 @@ export interface GlobalAcceleratorForWorkSpace {
1923
1242
  */
1924
1243
  PreferredProtocol?: AGAPreferredProtocolForWorkSpace | undefined;
1925
1244
  }
1926
- /**
1927
- * @public
1928
- * @enum
1929
- */
1930
- export declare const OperatingSystemName: {
1931
- readonly AMAZON_LINUX_2: "AMAZON_LINUX_2";
1932
- readonly RHEL_8: "RHEL_8";
1933
- readonly ROCKY_8: "ROCKY_8";
1934
- readonly UBUNTU_18_04: "UBUNTU_18_04";
1935
- readonly UBUNTU_20_04: "UBUNTU_20_04";
1936
- readonly UBUNTU_22_04: "UBUNTU_22_04";
1937
- readonly UNKNOWN: "UNKNOWN";
1938
- readonly WINDOWS_10: "WINDOWS_10";
1939
- readonly WINDOWS_11: "WINDOWS_11";
1940
- readonly WINDOWS_7: "WINDOWS_7";
1941
- readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
1942
- readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019";
1943
- readonly WINDOWS_SERVER_2022: "WINDOWS_SERVER_2022";
1944
- };
1945
- /**
1946
- * @public
1947
- */
1948
- export type OperatingSystemName = (typeof OperatingSystemName)[keyof typeof OperatingSystemName];
1949
- /**
1950
- * @public
1951
- * @enum
1952
- */
1953
- export declare const Protocol: {
1954
- readonly PCOIP: "PCOIP";
1955
- readonly WSP: "WSP";
1956
- };
1957
- /**
1958
- * @public
1959
- */
1960
- export type Protocol = (typeof Protocol)[keyof typeof Protocol];
1961
- /**
1962
- * @public
1963
- * @enum
1964
- */
1965
- export declare const RunningMode: {
1966
- readonly ALWAYS_ON: "ALWAYS_ON";
1967
- readonly AUTO_STOP: "AUTO_STOP";
1968
- readonly MANUAL: "MANUAL";
1969
- };
1970
- /**
1971
- * @public
1972
- */
1973
- export type RunningMode = (typeof RunningMode)[keyof typeof RunningMode];
1974
1245
  /**
1975
1246
  * <p>Describes a WorkSpace.</p>
1976
1247
  * @public
@@ -2163,31 +1434,6 @@ export interface DataReplicationSettings {
2163
1434
  */
2164
1435
  RecoverySnapshotTime?: Date | undefined;
2165
1436
  }
2166
- /**
2167
- * @public
2168
- * @enum
2169
- */
2170
- export declare const ModificationResourceEnum: {
2171
- readonly COMPUTE_TYPE: "COMPUTE_TYPE";
2172
- readonly ROOT_VOLUME: "ROOT_VOLUME";
2173
- readonly USER_VOLUME: "USER_VOLUME";
2174
- };
2175
- /**
2176
- * @public
2177
- */
2178
- export type ModificationResourceEnum = (typeof ModificationResourceEnum)[keyof typeof ModificationResourceEnum];
2179
- /**
2180
- * @public
2181
- * @enum
2182
- */
2183
- export declare const ModificationStateEnum: {
2184
- readonly UPDATE_INITIATED: "UPDATE_INITIATED";
2185
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
2186
- };
2187
- /**
2188
- * @public
2189
- */
2190
- export type ModificationStateEnum = (typeof ModificationStateEnum)[keyof typeof ModificationStateEnum];
2191
1437
  /**
2192
1438
  * <p>Describes a WorkSpace modification.</p>
2193
1439
  * @public
@@ -2204,18 +1450,6 @@ export interface ModificationState {
2204
1450
  */
2205
1451
  State?: ModificationStateEnum | undefined;
2206
1452
  }
2207
- /**
2208
- * @public
2209
- * @enum
2210
- */
2211
- export declare const StandbyWorkspaceRelationshipType: {
2212
- readonly PRIMARY: "PRIMARY";
2213
- readonly STANDBY: "STANDBY";
2214
- };
2215
- /**
2216
- * @public
2217
- */
2218
- export type StandbyWorkspaceRelationshipType = (typeof StandbyWorkspaceRelationshipType)[keyof typeof StandbyWorkspaceRelationshipType];
2219
1453
  /**
2220
1454
  * <p>Describes the related WorkSpace. The related WorkSpace could be a standby WorkSpace or
2221
1455
  * primary WorkSpace related to the specified WorkSpace.</p>
@@ -2471,18 +1705,6 @@ export interface CreateWorkspacesResult {
2471
1705
  */
2472
1706
  PendingRequests?: Workspace[] | undefined;
2473
1707
  }
2474
- /**
2475
- * @public
2476
- * @enum
2477
- */
2478
- export declare const PoolsRunningMode: {
2479
- readonly ALWAYS_ON: "ALWAYS_ON";
2480
- readonly AUTO_STOP: "AUTO_STOP";
2481
- };
2482
- /**
2483
- * @public
2484
- */
2485
- export type PoolsRunningMode = (typeof PoolsRunningMode)[keyof typeof PoolsRunningMode];
2486
1708
  /**
2487
1709
  * <p>Describes the timeout settings for a pool of WorkSpaces.</p>
2488
1710
  * @public
@@ -2560,56 +1782,6 @@ export interface CreateWorkspacesPoolRequest {
2560
1782
  */
2561
1783
  RunningMode?: PoolsRunningMode | undefined;
2562
1784
  }
2563
- /**
2564
- * @public
2565
- * @enum
2566
- */
2567
- export declare const WorkspacesPoolErrorCode: {
2568
- readonly BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND";
2569
- readonly DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING";
2570
- readonly DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND";
2571
- readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
2572
- readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
2573
- readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
2574
- readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
2575
- readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
2576
- readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA";
2577
- readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
2578
- readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
2579
- readonly DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING: "DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING";
2580
- readonly DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE: "DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE";
2581
- readonly DOMAIN_JOIN_ERROR_SECRET_INVALID: "DOMAIN_JOIN_ERROR_SECRET_INVALID";
2582
- readonly DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND";
2583
- readonly DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID: "DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID";
2584
- readonly DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND";
2585
- readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
2586
- readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
2587
- readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
2588
- readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
2589
- readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING";
2590
- readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
2591
- readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
2592
- readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
2593
- readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
2594
- readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
2595
- readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED";
2596
- readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND";
2597
- readonly INSUFFICIENT_PERMISSIONS_ERROR: "INSUFFICIENT_PERMISSIONS_ERROR";
2598
- readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
2599
- readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION";
2600
- readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING";
2601
- readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED";
2602
- readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND";
2603
- readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION";
2604
- readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
2605
- readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
2606
- readonly WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE: "WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE";
2607
- readonly WORKSPACES_POOL_STOPPED: "WORKSPACES_POOL_STOPPED";
2608
- };
2609
- /**
2610
- * @public
2611
- */
2612
- export type WorkspacesPoolErrorCode = (typeof WorkspacesPoolErrorCode)[keyof typeof WorkspacesPoolErrorCode];
2613
1785
  /**
2614
1786
  * <p>Describes a pool error.</p>
2615
1787
  * @public
@@ -2626,23 +1798,6 @@ export interface WorkspacesPoolError {
2626
1798
  */
2627
1799
  ErrorMessage?: string | undefined;
2628
1800
  }
2629
- /**
2630
- * @public
2631
- * @enum
2632
- */
2633
- export declare const WorkspacesPoolState: {
2634
- readonly CREATING: "CREATING";
2635
- readonly DELETING: "DELETING";
2636
- readonly RUNNING: "RUNNING";
2637
- readonly STARTING: "STARTING";
2638
- readonly STOPPED: "STOPPED";
2639
- readonly STOPPING: "STOPPING";
2640
- readonly UPDATING: "UPDATING";
2641
- };
2642
- /**
2643
- * @public
2644
- */
2645
- export type WorkspacesPoolState = (typeof WorkspacesPoolState)[keyof typeof WorkspacesPoolState];
2646
1801
  /**
2647
1802
  * <p>Describes a pool of WorkSpaces.</p>
2648
1803
  * @public
@@ -2727,19 +1882,6 @@ export interface CreateWorkspacesPoolResult {
2727
1882
  */
2728
1883
  WorkspacesPool?: WorkspacesPool | undefined;
2729
1884
  }
2730
- /**
2731
- * @public
2732
- * @enum
2733
- */
2734
- export declare const CustomImageProtocol: {
2735
- readonly BYOP: "BYOP";
2736
- readonly DCV: "DCV";
2737
- readonly PCOIP: "PCOIP";
2738
- };
2739
- /**
2740
- * @public
2741
- */
2742
- export type CustomImageProtocol = (typeof CustomImageProtocol)[keyof typeof CustomImageProtocol];
2743
1885
  /**
2744
1886
  * <p>Describes in-depth details about the error. These details include the
2745
1887
  * possible causes of the error and troubleshooting information.</p>
@@ -2757,43 +1899,6 @@ export interface CustomWorkspaceImageImportErrorDetails {
2757
1899
  */
2758
1900
  ErrorMessage?: string | undefined;
2759
1901
  }
2760
- /**
2761
- * @public
2762
- * @enum
2763
- */
2764
- export declare const CustomWorkspaceImageImportState: {
2765
- readonly COMPLETED: "COMPLETED";
2766
- readonly ERROR: "ERROR";
2767
- readonly IN_PROGRESS: "IN_PROGRESS";
2768
- readonly PENDING: "PENDING";
2769
- };
2770
- /**
2771
- * @public
2772
- */
2773
- export type CustomWorkspaceImageImportState = (typeof CustomWorkspaceImageImportState)[keyof typeof CustomWorkspaceImageImportState];
2774
- /**
2775
- * @public
2776
- * @enum
2777
- */
2778
- export declare const DedicatedTenancyAccountType: {
2779
- readonly SOURCE_ACCOUNT: "SOURCE_ACCOUNT";
2780
- readonly TARGET_ACCOUNT: "TARGET_ACCOUNT";
2781
- };
2782
- /**
2783
- * @public
2784
- */
2785
- export type DedicatedTenancyAccountType = (typeof DedicatedTenancyAccountType)[keyof typeof DedicatedTenancyAccountType];
2786
- /**
2787
- * @public
2788
- * @enum
2789
- */
2790
- export declare const DedicatedTenancySupportEnum: {
2791
- readonly ENABLED: "ENABLED";
2792
- };
2793
- /**
2794
- * @public
2795
- */
2796
- export type DedicatedTenancySupportEnum = (typeof DedicatedTenancySupportEnum)[keyof typeof DedicatedTenancySupportEnum];
2797
1902
  /**
2798
1903
  * <p>Returns default client branding attributes that were imported. These attributes display
2799
1904
  * on the client login screen.</p>
@@ -2974,29 +2079,6 @@ export interface DefaultWorkspaceCreationProperties {
2974
2079
  */
2975
2080
  InstanceIamRoleArn?: string | undefined;
2976
2081
  }
2977
- /**
2978
- * @public
2979
- * @enum
2980
- */
2981
- export declare const DeletableCertificateBasedAuthProperty: {
2982
- readonly CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN: "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN";
2983
- };
2984
- /**
2985
- * @public
2986
- */
2987
- export type DeletableCertificateBasedAuthProperty = (typeof DeletableCertificateBasedAuthProperty)[keyof typeof DeletableCertificateBasedAuthProperty];
2988
- /**
2989
- * @public
2990
- * @enum
2991
- */
2992
- export declare const DeletableSamlProperty: {
2993
- readonly SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME: "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME";
2994
- readonly SAML_PROPERTIES_USER_ACCESS_URL: "SAML_PROPERTIES_USER_ACCESS_URL";
2995
- };
2996
- /**
2997
- * @public
2998
- */
2999
- export type DeletableSamlProperty = (typeof DeletableSamlProperty)[keyof typeof DeletableSamlProperty];
3000
2082
  /**
3001
2083
  * @public
3002
2084
  */
@@ -3300,18 +2382,6 @@ export interface DescribeApplicationAssociationsResult {
3300
2382
  */
3301
2383
  NextToken?: string | undefined;
3302
2384
  }
3303
- /**
3304
- * @public
3305
- * @enum
3306
- */
3307
- export declare const WorkSpaceApplicationLicenseType: {
3308
- readonly LICENSED: "LICENSED";
3309
- readonly UNLICENSED: "UNLICENSED";
3310
- };
3311
- /**
3312
- * @public
3313
- */
3314
- export type WorkSpaceApplicationLicenseType = (typeof WorkSpaceApplicationLicenseType)[keyof typeof WorkSpaceApplicationLicenseType];
3315
2385
  /**
3316
2386
  * @public
3317
2387
  */
@@ -3352,20 +2422,6 @@ export interface DescribeApplicationsRequest {
3352
2422
  */
3353
2423
  NextToken?: string | undefined;
3354
2424
  }
3355
- /**
3356
- * @public
3357
- * @enum
3358
- */
3359
- export declare const WorkSpaceApplicationState: {
3360
- readonly AVAILABLE: "AVAILABLE";
3361
- readonly ERROR: "ERROR";
3362
- readonly PENDING: "PENDING";
3363
- readonly UNINSTALL_ONLY: "UNINSTALL_ONLY";
3364
- };
3365
- /**
3366
- * @public
3367
- */
3368
- export type WorkSpaceApplicationState = (typeof WorkSpaceApplicationState)[keyof typeof WorkSpaceApplicationState];
3369
2425
  /**
3370
2426
  * <p>Describes the WorkSpace application.</p>
3371
2427
  * @public
@@ -3849,17 +2905,6 @@ export interface DescribeCustomWorkspaceImageImportResult {
3849
2905
  */
3850
2906
  ErrorDetails?: CustomWorkspaceImageImportErrorDetails[] | undefined;
3851
2907
  }
3852
- /**
3853
- * @public
3854
- * @enum
3855
- */
3856
- export declare const ImageAssociatedResourceType: {
3857
- readonly APPLICATION: "APPLICATION";
3858
- };
3859
- /**
3860
- * @public
3861
- */
3862
- export type ImageAssociatedResourceType = (typeof ImageAssociatedResourceType)[keyof typeof ImageAssociatedResourceType];
3863
2908
  /**
3864
2909
  * @public
3865
2910
  */
@@ -4075,18 +3120,6 @@ export interface DescribeWorkspaceBundlesResult {
4075
3120
  */
4076
3121
  NextToken?: string | undefined;
4077
3122
  }
4078
- /**
4079
- * @public
4080
- * @enum
4081
- */
4082
- export declare const DescribeWorkspaceDirectoriesFilterName: {
4083
- readonly USER_IDENTITY_TYPE: "USER_IDENTITY_TYPE";
4084
- readonly WORKSPACE_TYPE: "WORKSPACE_TYPE";
4085
- };
4086
- /**
4087
- * @public
4088
- */
4089
- export type DescribeWorkspaceDirectoriesFilterName = (typeof DescribeWorkspaceDirectoriesFilterName)[keyof typeof DescribeWorkspaceDirectoriesFilterName];
4090
3123
  /**
4091
3124
  * <p>Describes the filter conditions for the WorkSpaces to return.</p>
4092
3125
  * @public
@@ -4135,32 +3168,6 @@ export interface DescribeWorkspaceDirectoriesRequest {
4135
3168
  */
4136
3169
  Filters?: DescribeWorkspaceDirectoriesFilter[] | undefined;
4137
3170
  }
4138
- /**
4139
- * @public
4140
- * @enum
4141
- */
4142
- export declare const WorkspaceDirectoryType: {
4143
- readonly AD_CONNECTOR: "AD_CONNECTOR";
4144
- readonly AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER";
4145
- readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
4146
- readonly SIMPLE_AD: "SIMPLE_AD";
4147
- };
4148
- /**
4149
- * @public
4150
- */
4151
- export type WorkspaceDirectoryType = (typeof WorkspaceDirectoryType)[keyof typeof WorkspaceDirectoryType];
4152
- /**
4153
- * @public
4154
- * @enum
4155
- */
4156
- export declare const EndpointEncryptionMode: {
4157
- readonly FIPS_VALIDATED: "FIPS_VALIDATED";
4158
- readonly STANDARD_TLS: "STANDARD_TLS";
4159
- };
4160
- /**
4161
- * @public
4162
- */
4163
- export type EndpointEncryptionMode = (typeof EndpointEncryptionMode)[keyof typeof EndpointEncryptionMode];
4164
3171
  /**
4165
3172
  * <p>Specifies the configurations of the identity center.</p>
4166
3173
  * @public
@@ -4193,19 +3200,6 @@ export interface MicrosoftEntraConfig {
4193
3200
  */
4194
3201
  ApplicationConfigSecretArn?: string | undefined;
4195
3202
  }
4196
- /**
4197
- * @public
4198
- * @enum
4199
- */
4200
- export declare const SamlStatusEnum: {
4201
- readonly DISABLED: "DISABLED";
4202
- readonly ENABLED: "ENABLED";
4203
- readonly ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK: "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK";
4204
- };
4205
- /**
4206
- * @public
4207
- */
4208
- export type SamlStatusEnum = (typeof SamlStatusEnum)[keyof typeof SamlStatusEnum];
4209
3203
  /**
4210
3204
  * <p>Describes the enablement status, user access URL, and relay state parameter name that
4211
3205
  * are used for configuring federation with an SAML 2.0 identity provider.</p>
@@ -4282,21 +3276,6 @@ export interface SelfservicePermissions {
4282
3276
  */
4283
3277
  RebuildWorkspace?: ReconnectEnum | undefined;
4284
3278
  }
4285
- /**
4286
- * @public
4287
- * @enum
4288
- */
4289
- export declare const WorkspaceDirectoryState: {
4290
- readonly DEREGISTERED: "DEREGISTERED";
4291
- readonly DEREGISTERING: "DEREGISTERING";
4292
- readonly ERROR: "ERROR";
4293
- readonly REGISTERED: "REGISTERED";
4294
- readonly REGISTERING: "REGISTERING";
4295
- };
4296
- /**
4297
- * @public
4298
- */
4299
- export type WorkspaceDirectoryState = (typeof WorkspaceDirectoryState)[keyof typeof WorkspaceDirectoryState];
4300
3279
  /**
4301
3280
  * <p>Describes the Global Accelerator for directory</p>
4302
3281
  * @public
@@ -4313,29 +3292,6 @@ export interface GlobalAcceleratorForDirectory {
4313
3292
  */
4314
3293
  PreferredProtocol?: AGAPreferredProtocolForDirectory | undefined;
4315
3294
  }
4316
- /**
4317
- * @public
4318
- * @enum
4319
- */
4320
- export declare const StorageConnectorTypeEnum: {
4321
- readonly HOME_FOLDER: "HOME_FOLDER";
4322
- };
4323
- /**
4324
- * @public
4325
- */
4326
- export type StorageConnectorTypeEnum = (typeof StorageConnectorTypeEnum)[keyof typeof StorageConnectorTypeEnum];
4327
- /**
4328
- * @public
4329
- * @enum
4330
- */
4331
- export declare const StorageConnectorStatusEnum: {
4332
- readonly DISABLED: "DISABLED";
4333
- readonly ENABLED: "ENABLED";
4334
- };
4335
- /**
4336
- * @public
4337
- */
4338
- export type StorageConnectorStatusEnum = (typeof StorageConnectorStatusEnum)[keyof typeof StorageConnectorStatusEnum];
4339
3295
  /**
4340
3296
  * <p>Describes the storage connector.</p>
4341
3297
  * @public
@@ -4352,44 +3308,6 @@ export interface StorageConnector {
4352
3308
  */
4353
3309
  Status: StorageConnectorStatusEnum | undefined;
4354
3310
  }
4355
- /**
4356
- * @public
4357
- * @enum
4358
- */
4359
- export declare const StreamingExperiencePreferredProtocolEnum: {
4360
- readonly TCP: "TCP";
4361
- readonly UDP: "UDP";
4362
- };
4363
- /**
4364
- * @public
4365
- */
4366
- export type StreamingExperiencePreferredProtocolEnum = (typeof StreamingExperiencePreferredProtocolEnum)[keyof typeof StreamingExperiencePreferredProtocolEnum];
4367
- /**
4368
- * @public
4369
- * @enum
4370
- */
4371
- export declare const UserSettingActionEnum: {
4372
- readonly CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE";
4373
- readonly CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE";
4374
- readonly PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE";
4375
- readonly SMART_CARD: "SMART_CARD";
4376
- };
4377
- /**
4378
- * @public
4379
- */
4380
- export type UserSettingActionEnum = (typeof UserSettingActionEnum)[keyof typeof UserSettingActionEnum];
4381
- /**
4382
- * @public
4383
- * @enum
4384
- */
4385
- export declare const UserSettingPermissionEnum: {
4386
- readonly DISABLED: "DISABLED";
4387
- readonly ENABLED: "ENABLED";
4388
- };
4389
- /**
4390
- * @public
4391
- */
4392
- export type UserSettingPermissionEnum = (typeof UserSettingPermissionEnum)[keyof typeof UserSettingPermissionEnum];
4393
3311
  /**
4394
3312
  * <p>Information about the user's permission settings.</p>
4395
3313
  * @public
@@ -4437,31 +3355,6 @@ export interface StreamingProperties {
4437
3355
  */
4438
3356
  GlobalAccelerator?: GlobalAcceleratorForDirectory | undefined;
4439
3357
  }
4440
- /**
4441
- * @public
4442
- * @enum
4443
- */
4444
- export declare const Tenancy: {
4445
- readonly DEDICATED: "DEDICATED";
4446
- readonly SHARED: "SHARED";
4447
- };
4448
- /**
4449
- * @public
4450
- */
4451
- export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
4452
- /**
4453
- * @public
4454
- * @enum
4455
- */
4456
- export declare const UserIdentityType: {
4457
- readonly AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE";
4458
- readonly AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER";
4459
- readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
4460
- };
4461
- /**
4462
- * @public
4463
- */
4464
- export type UserIdentityType = (typeof UserIdentityType)[keyof typeof UserIdentityType];
4465
3358
  /**
4466
3359
  * <p>The device types and operating systems that can be used to access a WorkSpace. For more
4467
3360
  * information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-network-requirements.html">Amazon
@@ -4521,18 +3414,6 @@ export interface WorkspaceAccessProperties {
4521
3414
  */
4522
3415
  AccessEndpointConfig?: AccessEndpointConfig | undefined;
4523
3416
  }
4524
- /**
4525
- * @public
4526
- * @enum
4527
- */
4528
- export declare const WorkspaceType: {
4529
- readonly PERSONAL: "PERSONAL";
4530
- readonly POOLS: "POOLS";
4531
- };
4532
- /**
4533
- * @public
4534
- */
4535
- export type WorkspaceType = (typeof WorkspaceType)[keyof typeof WorkspaceType];
4536
3417
  /**
4537
3418
  * <p>Describes a directory that is used with Amazon WorkSpaces.</p>
4538
3419
  * @public
@@ -4769,18 +3650,6 @@ export interface DescribeWorkspaceImagePermissionsResult {
4769
3650
  */
4770
3651
  NextToken?: string | undefined;
4771
3652
  }
4772
- /**
4773
- * @public
4774
- * @enum
4775
- */
4776
- export declare const ImageType: {
4777
- readonly OWNED: "OWNED";
4778
- readonly SHARED: "SHARED";
4779
- };
4780
- /**
4781
- * @public
4782
- */
4783
- export type ImageType = (typeof ImageType)[keyof typeof ImageType];
4784
3653
  /**
4785
3654
  * @public
4786
3655
  */
@@ -4807,64 +3676,6 @@ export interface DescribeWorkspaceImagesRequest {
4807
3676
  */
4808
3677
  MaxResults?: number | undefined;
4809
3678
  }
4810
- /**
4811
- * @public
4812
- * @enum
4813
- */
4814
- export declare const WorkspaceImageErrorDetailCode: {
4815
- readonly ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached";
4816
- readonly ADDITIONAL_DRIVES_PRESENT: "AdditionalDrivesPresent";
4817
- readonly AMAZON_SSM_AGENT_ENABLED: "AmazonSsmAgentEnabled";
4818
- readonly ANTI_VIRUS_INSTALLED: "AntiVirusInstalled";
4819
- readonly APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled";
4820
- readonly AUTO_LOGON_ENABLED: "AutoLogonEnabled";
4821
- readonly AUTO_MOUNT_DISABLED: "AutoMountDisabled";
4822
- readonly AZURE_DOMAIN_JOINED: "AzureDomainJoined";
4823
- readonly DHCP_DISABLED: "DHCPDisabled";
4824
- readonly DISK_FREE_SPACE: "DiskFreeSpace";
4825
- readonly DISK_SIZE_EXCEEDED: "DiskSizeExceeded";
4826
- readonly DOMAIN_ACCOUNT_SERVICES_FOUND: "DomainAccountServicesFound";
4827
- readonly DOMAIN_JOINED: "DomainJoined";
4828
- readonly ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries";
4829
- readonly FIREWALL_ENABLED: "FirewallEnabled";
4830
- readonly INCOMPATIBLE_MEMORY_INTEGRITY: "MemoryIntegrityIncompatibility";
4831
- readonly INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning";
4832
- readonly INCOMPATIBLE_PROTOCOL: "ProtocolOSIncompatibility";
4833
- readonly INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace";
4834
- readonly INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount";
4835
- readonly INVALID_IP: "InvalidIp";
4836
- readonly IN_PLACE_UPGRADE: "InPlaceUpgrade";
4837
- readonly MULTIPLE_BOOT_PARTITION: "MultipleBootPartition";
4838
- readonly MULTIPLE_USER_PROFILES: "MultipleUserProfiles";
4839
- readonly OFFICE_INSTALLED: "OfficeInstalled";
4840
- readonly OS_NOT_SUPPORTED: "OSNotSupported";
4841
- readonly OUTDATED_POWERSHELL_VERSION: "OutdatedPowershellVersion";
4842
- readonly PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled";
4843
- readonly PENDING_REBOOT: "PendingReboot";
4844
- readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
4845
- readonly REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled";
4846
- readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
4847
- readonly RESTRICTED_DRIVE_LETTER: "RestrictedDriveLetterInUse";
4848
- readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
4849
- readonly STAGED_APPX_PACKAGE: "StagedAppxPackage";
4850
- readonly SYSPREP_FILE_MISSING: "SysPrepFileMissing";
4851
- readonly UEFI_NOT_SUPPORTED: "UEFINotSupported";
4852
- readonly UNKNOWN_ERROR: "UnknownError";
4853
- readonly UNSUPPORTED_OS_UPGRADE: "UnsupportedOsUpgrade";
4854
- readonly UNSUPPORTED_SECURITY_PROTOCOL: "UnsupportedSecurityProtocol";
4855
- readonly USER_PROFILE_MISSING: "UserProfileMissing";
4856
- readonly VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled";
4857
- readonly WINDOWS_MODULES_INSTALLER_DISABLED: "WindowsModulesInstallerDisabled";
4858
- readonly WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled";
4859
- readonly WINDOWS_UPDATES_REQUIRED: "WindowsUpdatesRequired";
4860
- readonly WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled";
4861
- readonly WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound";
4862
- readonly ZERO_REARM_COUNT: "ZeroRearmCount";
4863
- };
4864
- /**
4865
- * @public
4866
- */
4867
- export type WorkspaceImageErrorDetailCode = (typeof WorkspaceImageErrorDetailCode)[keyof typeof WorkspaceImageErrorDetailCode];
4868
3679
  /**
4869
3680
  * <p>Describes in-depth details about the error. These details include the
4870
3681
  * possible causes of the error and troubleshooting information.</p>
@@ -5154,31 +3965,6 @@ export interface DescribeWorkspaceSnapshotsResult {
5154
3965
  */
5155
3966
  RestoreSnapshots?: Snapshot[] | undefined;
5156
3967
  }
5157
- /**
5158
- * @public
5159
- * @enum
5160
- */
5161
- export declare const DescribeWorkspacesPoolsFilterName: {
5162
- readonly POOLNAME: "PoolName";
5163
- };
5164
- /**
5165
- * @public
5166
- */
5167
- export type DescribeWorkspacesPoolsFilterName = (typeof DescribeWorkspacesPoolsFilterName)[keyof typeof DescribeWorkspacesPoolsFilterName];
5168
- /**
5169
- * @public
5170
- * @enum
5171
- */
5172
- export declare const DescribeWorkspacesPoolsFilterOperator: {
5173
- readonly CONTAINS: "CONTAINS";
5174
- readonly EQUALS: "EQUALS";
5175
- readonly NOTCONTAINS: "NOTCONTAINS";
5176
- readonly NOTEQUALS: "NOTEQUALS";
5177
- };
5178
- /**
5179
- * @public
5180
- */
5181
- export type DescribeWorkspacesPoolsFilterOperator = (typeof DescribeWorkspacesPoolsFilterOperator)[keyof typeof DescribeWorkspacesPoolsFilterOperator];
5182
3968
  /**
5183
3969
  * <p>Describes the filter conditions for WorkSpaces Pools to return.</p>
5184
3970
  * @public
@@ -5269,18 +4055,6 @@ export interface DescribeWorkspacesPoolSessionsRequest {
5269
4055
  */
5270
4056
  NextToken?: string | undefined;
5271
4057
  }
5272
- /**
5273
- * @public
5274
- * @enum
5275
- */
5276
- export declare const SessionConnectionState: {
5277
- readonly CONNECTED: "CONNECTED";
5278
- readonly NOT_CONNECTED: "NOT_CONNECTED";
5279
- };
5280
- /**
5281
- * @public
5282
- */
5283
- export type SessionConnectionState = (typeof SessionConnectionState)[keyof typeof SessionConnectionState];
5284
4058
  /**
5285
4059
  * <p>Describes the network details of a WorkSpaces Pool.</p>
5286
4060
  * @public
@@ -5474,18 +4248,6 @@ export interface GetAccountLinkResult {
5474
4248
  */
5475
4249
  AccountLink?: AccountLink | undefined;
5476
4250
  }
5477
- /**
5478
- * @public
5479
- * @enum
5480
- */
5481
- export declare const ImageComputeType: {
5482
- readonly BASE: "BASE";
5483
- readonly GRAPHICS_G4DN: "GRAPHICS_G4DN";
5484
- };
5485
- /**
5486
- * @public
5487
- */
5488
- export type ImageComputeType = (typeof ImageComputeType)[keyof typeof ImageComputeType];
5489
4251
  /**
5490
4252
  * <p>The client branding attributes to import for iOS device types. These attributes are
5491
4253
  * displayed on the iOS client login screen.</p>
@@ -5652,29 +4414,6 @@ export interface ImportClientBrandingResult {
5652
4414
  */
5653
4415
  DeviceTypeWeb?: DefaultClientBrandingAttributes | undefined;
5654
4416
  }
5655
- /**
5656
- * @public
5657
- * @enum
5658
- */
5659
- export declare const OSVersion: {
5660
- readonly Windows_10: "Windows_10";
5661
- readonly Windows_11: "Windows_11";
5662
- };
5663
- /**
5664
- * @public
5665
- */
5666
- export type OSVersion = (typeof OSVersion)[keyof typeof OSVersion];
5667
- /**
5668
- * @public
5669
- * @enum
5670
- */
5671
- export declare const Platform: {
5672
- readonly WINDOWS: "WINDOWS";
5673
- };
5674
- /**
5675
- * @public
5676
- */
5677
- export type Platform = (typeof Platform)[keyof typeof Platform];
5678
4417
  /**
5679
4418
  * @public
5680
4419
  */
@@ -5740,24 +4479,6 @@ export interface ImportCustomWorkspaceImageResult {
5740
4479
  */
5741
4480
  State?: CustomWorkspaceImageImportState | undefined;
5742
4481
  }
5743
- /**
5744
- * @public
5745
- * @enum
5746
- */
5747
- export declare const WorkspaceImageIngestionProcess: {
5748
- readonly BYOL_GRAPHICS: "BYOL_GRAPHICS";
5749
- readonly BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO";
5750
- readonly BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN";
5751
- readonly BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP";
5752
- readonly BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP";
5753
- readonly BYOL_REGULAR: "BYOL_REGULAR";
5754
- readonly BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP";
5755
- readonly BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP";
5756
- };
5757
- /**
5758
- * @public
5759
- */
5760
- export type WorkspaceImageIngestionProcess = (typeof WorkspaceImageIngestionProcess)[keyof typeof WorkspaceImageIngestionProcess];
5761
4482
  /**
5762
4483
  * @public
5763
4484
  */
@@ -5830,18 +4551,6 @@ export interface ImportWorkspaceImageResult {
5830
4551
  */
5831
4552
  ImageId?: string | undefined;
5832
4553
  }
5833
- /**
5834
- * <p>Two or more of the selected parameter values cannot be used together.</p>
5835
- * @public
5836
- */
5837
- export declare class InvalidParameterCombinationException extends __BaseException {
5838
- readonly name: "InvalidParameterCombinationException";
5839
- readonly $fault: "client";
5840
- /**
5841
- * @internal
5842
- */
5843
- constructor(opts: __ExceptionOptionType<InvalidParameterCombinationException, __BaseException>);
5844
- }
5845
4554
  /**
5846
4555
  * @public
5847
4556
  */
@@ -5947,18 +4656,6 @@ export interface MigrateWorkspaceResult {
5947
4656
  */
5948
4657
  TargetWorkspaceId?: string | undefined;
5949
4658
  }
5950
- /**
5951
- * <p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>
5952
- * @public
5953
- */
5954
- export declare class OperationInProgressException extends __BaseException {
5955
- readonly name: "OperationInProgressException";
5956
- readonly $fault: "client";
5957
- /**
5958
- * @internal
5959
- */
5960
- constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
5961
- }
5962
4659
  /**
5963
4660
  * @public
5964
4661
  */
@@ -6106,3 +4803,712 @@ export interface ModifySelfservicePermissionsRequest {
6106
4803
  */
6107
4804
  SelfservicePermissions: SelfservicePermissions | undefined;
6108
4805
  }
4806
+ /**
4807
+ * @public
4808
+ */
4809
+ export interface ModifySelfservicePermissionsResult {
4810
+ }
4811
+ /**
4812
+ * @public
4813
+ */
4814
+ export interface ModifyStreamingPropertiesRequest {
4815
+ /**
4816
+ * <p>The identifier of the resource.</p>
4817
+ * @public
4818
+ */
4819
+ ResourceId: string | undefined;
4820
+ /**
4821
+ * <p>The streaming properties to configure.</p>
4822
+ * @public
4823
+ */
4824
+ StreamingProperties?: StreamingProperties | undefined;
4825
+ }
4826
+ /**
4827
+ * @public
4828
+ */
4829
+ export interface ModifyStreamingPropertiesResult {
4830
+ }
4831
+ /**
4832
+ * @public
4833
+ */
4834
+ export interface ModifyWorkspaceAccessPropertiesRequest {
4835
+ /**
4836
+ * <p>The identifier of the directory.</p>
4837
+ * @public
4838
+ */
4839
+ ResourceId: string | undefined;
4840
+ /**
4841
+ * <p>The device types and operating systems to enable or disable for access.</p>
4842
+ * @public
4843
+ */
4844
+ WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
4845
+ }
4846
+ /**
4847
+ * @public
4848
+ */
4849
+ export interface ModifyWorkspaceAccessPropertiesResult {
4850
+ }
4851
+ /**
4852
+ * <p>Describes the default properties that are used for creating WorkSpaces. For more
4853
+ * information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
4854
+ * Details for Your WorkSpaces</a>. </p>
4855
+ * @public
4856
+ */
4857
+ export interface WorkspaceCreationProperties {
4858
+ /**
4859
+ * <p>Indicates whether internet access is enabled for your WorkSpaces.</p>
4860
+ * @public
4861
+ */
4862
+ EnableInternetAccess?: boolean | undefined;
4863
+ /**
4864
+ * <p>The default organizational unit (OU) for your WorkSpaces directories. This string must
4865
+ * be the full Lightweight Directory Access Protocol (LDAP) distinguished name for the target
4866
+ * domain and OU. It must be in the form
4867
+ * <code>"OU=<i>value</i>,DC=<i>value</i>,DC=<i>value</i>"</code>,
4868
+ * where <i>value</i> is any string of characters, and the number of domain
4869
+ * components (DCs) is two or more. For example,
4870
+ * <code>OU=WorkSpaces_machines,DC=machines,DC=example,DC=com</code>. </p>
4871
+ * <important>
4872
+ * <ul>
4873
+ * <li>
4874
+ * <p>To avoid errors, certain characters in the distinguished name must be escaped.
4875
+ * For more information, see <a href="https://docs.microsoft.com/previous-versions/windows/desktop/ldap/distinguished-names"> Distinguished Names</a> in the Microsoft documentation.</p>
4876
+ * </li>
4877
+ * <li>
4878
+ * <p>The API doesn't validate whether the OU exists.</p>
4879
+ * </li>
4880
+ * </ul>
4881
+ * </important>
4882
+ * @public
4883
+ */
4884
+ DefaultOu?: string | undefined;
4885
+ /**
4886
+ * <p>The identifier of your custom security group.</p>
4887
+ * @public
4888
+ */
4889
+ CustomSecurityGroupId?: string | undefined;
4890
+ /**
4891
+ * <p>Indicates whether users are local administrators of their WorkSpaces.</p>
4892
+ * @public
4893
+ */
4894
+ UserEnabledAsLocalAdministrator?: boolean | undefined;
4895
+ /**
4896
+ * <p>Indicates whether maintenance mode is enabled for your WorkSpaces. For more information,
4897
+ * see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/workspace-maintenance.html">WorkSpace
4898
+ * Maintenance</a>. </p>
4899
+ * @public
4900
+ */
4901
+ EnableMaintenanceMode?: boolean | undefined;
4902
+ /**
4903
+ * <p>Indicates the IAM role ARN of the instance.</p>
4904
+ * @public
4905
+ */
4906
+ InstanceIamRoleArn?: string | undefined;
4907
+ }
4908
+ /**
4909
+ * @public
4910
+ */
4911
+ export interface ModifyWorkspaceCreationPropertiesRequest {
4912
+ /**
4913
+ * <p>The identifier of the directory.</p>
4914
+ * @public
4915
+ */
4916
+ ResourceId: string | undefined;
4917
+ /**
4918
+ * <p>The default properties for creating WorkSpaces.</p>
4919
+ * @public
4920
+ */
4921
+ WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
4922
+ }
4923
+ /**
4924
+ * @public
4925
+ */
4926
+ export interface ModifyWorkspaceCreationPropertiesResult {
4927
+ }
4928
+ /**
4929
+ * @public
4930
+ */
4931
+ export interface ModifyWorkspacePropertiesRequest {
4932
+ /**
4933
+ * <p>The identifier of the WorkSpace.</p>
4934
+ * @public
4935
+ */
4936
+ WorkspaceId: string | undefined;
4937
+ /**
4938
+ * <p>The properties of the WorkSpace.</p>
4939
+ * @public
4940
+ */
4941
+ WorkspaceProperties?: WorkspaceProperties | undefined;
4942
+ /**
4943
+ * <p>Indicates the data replication status.</p>
4944
+ * @public
4945
+ */
4946
+ DataReplication?: DataReplication | undefined;
4947
+ }
4948
+ /**
4949
+ * @public
4950
+ */
4951
+ export interface ModifyWorkspacePropertiesResult {
4952
+ }
4953
+ /**
4954
+ * @public
4955
+ */
4956
+ export interface ModifyWorkspaceStateRequest {
4957
+ /**
4958
+ * <p>The identifier of the WorkSpace.</p>
4959
+ * @public
4960
+ */
4961
+ WorkspaceId: string | undefined;
4962
+ /**
4963
+ * <p>The WorkSpace state.</p>
4964
+ * @public
4965
+ */
4966
+ WorkspaceState: TargetWorkspaceState | undefined;
4967
+ }
4968
+ /**
4969
+ * @public
4970
+ */
4971
+ export interface ModifyWorkspaceStateResult {
4972
+ }
4973
+ /**
4974
+ * <p>Describes the information used to reboot a WorkSpace.</p>
4975
+ * @public
4976
+ */
4977
+ export interface RebootRequest {
4978
+ /**
4979
+ * <p>The identifier of the WorkSpace.</p>
4980
+ * @public
4981
+ */
4982
+ WorkspaceId: string | undefined;
4983
+ }
4984
+ /**
4985
+ * @public
4986
+ */
4987
+ export interface RebootWorkspacesRequest {
4988
+ /**
4989
+ * <p>The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.</p>
4990
+ * @public
4991
+ */
4992
+ RebootWorkspaceRequests: RebootRequest[] | undefined;
4993
+ }
4994
+ /**
4995
+ * @public
4996
+ */
4997
+ export interface RebootWorkspacesResult {
4998
+ /**
4999
+ * <p>Information about the WorkSpaces that could not be rebooted.</p>
5000
+ * @public
5001
+ */
5002
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
5003
+ }
5004
+ /**
5005
+ * <p>Describes the information used to rebuild a WorkSpace.</p>
5006
+ * @public
5007
+ */
5008
+ export interface RebuildRequest {
5009
+ /**
5010
+ * <p>The identifier of the WorkSpace.</p>
5011
+ * @public
5012
+ */
5013
+ WorkspaceId: string | undefined;
5014
+ }
5015
+ /**
5016
+ * @public
5017
+ */
5018
+ export interface RebuildWorkspacesRequest {
5019
+ /**
5020
+ * <p>The WorkSpace to rebuild. You can specify a single WorkSpace.</p>
5021
+ * @public
5022
+ */
5023
+ RebuildWorkspaceRequests: RebuildRequest[] | undefined;
5024
+ }
5025
+ /**
5026
+ * @public
5027
+ */
5028
+ export interface RebuildWorkspacesResult {
5029
+ /**
5030
+ * <p>Information about the WorkSpace that could not be rebuilt.</p>
5031
+ * @public
5032
+ */
5033
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
5034
+ }
5035
+ /**
5036
+ * @public
5037
+ */
5038
+ export interface RegisterWorkspaceDirectoryRequest {
5039
+ /**
5040
+ * <p>The identifier of the directory. You cannot register a directory if it does not have a
5041
+ * status of Active. If the directory does not have a status of Active, you will receive an
5042
+ * InvalidResourceStateException error. If you have already registered the maximum number of
5043
+ * directories that you can register with Amazon WorkSpaces, you will receive a
5044
+ * ResourceLimitExceededException error. Deregister directories that you are not using for
5045
+ * WorkSpaces, and try again.</p>
5046
+ * @public
5047
+ */
5048
+ DirectoryId?: string | undefined;
5049
+ /**
5050
+ * <p>The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the
5051
+ * subnets are in supported Availability Zones. The subnets must also be in separate
5052
+ * Availability Zones. If these conditions are not met, you will receive an
5053
+ * OperationNotSupportedException error.</p>
5054
+ * @public
5055
+ */
5056
+ SubnetIds?: string[] | undefined;
5057
+ /**
5058
+ * <p>Indicates whether self-service capabilities are enabled or disabled.</p>
5059
+ * @public
5060
+ */
5061
+ EnableSelfService?: boolean | undefined;
5062
+ /**
5063
+ * <p>Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own
5064
+ * License (BYOL) images, this value must be set to <code>DEDICATED</code> and your Amazon Web Services account must be enabled for BYOL. If your account has not been enabled for
5065
+ * BYOL, you will receive an InvalidParameterValuesException error. For more information about
5066
+ * BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html">Bring Your Own Windows
5067
+ * Desktop Images</a>.</p>
5068
+ * @public
5069
+ */
5070
+ Tenancy?: Tenancy | undefined;
5071
+ /**
5072
+ * <p>The tags associated with the directory.</p>
5073
+ * @public
5074
+ */
5075
+ Tags?: Tag[] | undefined;
5076
+ /**
5077
+ * <p>The name of the directory to register.</p>
5078
+ * @public
5079
+ */
5080
+ WorkspaceDirectoryName?: string | undefined;
5081
+ /**
5082
+ * <p>Description of the directory to register.</p>
5083
+ * @public
5084
+ */
5085
+ WorkspaceDirectoryDescription?: string | undefined;
5086
+ /**
5087
+ * <p>The type of identity management the user is using.</p>
5088
+ * @public
5089
+ */
5090
+ UserIdentityType?: UserIdentityType | undefined;
5091
+ /**
5092
+ * <p>The Amazon Resource Name (ARN) of the identity center instance.</p>
5093
+ * @public
5094
+ */
5095
+ IdcInstanceArn?: string | undefined;
5096
+ /**
5097
+ * <p>The details about Microsoft Entra config.</p>
5098
+ * @public
5099
+ */
5100
+ MicrosoftEntraConfig?: MicrosoftEntraConfig | undefined;
5101
+ /**
5102
+ * <p>Indicates whether the directory's WorkSpace type is personal or pools.</p>
5103
+ * @public
5104
+ */
5105
+ WorkspaceType?: WorkspaceType | undefined;
5106
+ /**
5107
+ * <p>The active directory config of the directory.</p>
5108
+ * @public
5109
+ */
5110
+ ActiveDirectoryConfig?: ActiveDirectoryConfig | undefined;
5111
+ }
5112
+ /**
5113
+ * @public
5114
+ */
5115
+ export interface RegisterWorkspaceDirectoryResult {
5116
+ /**
5117
+ * <p>The identifier of the directory.</p>
5118
+ * @public
5119
+ */
5120
+ DirectoryId?: string | undefined;
5121
+ /**
5122
+ * <p>The registration status of the WorkSpace directory.</p>
5123
+ * @public
5124
+ */
5125
+ State?: WorkspaceDirectoryState | undefined;
5126
+ }
5127
+ /**
5128
+ * @public
5129
+ */
5130
+ export interface RejectAccountLinkInvitationRequest {
5131
+ /**
5132
+ * <p>The identifier of the account link</p>
5133
+ * @public
5134
+ */
5135
+ LinkId: string | undefined;
5136
+ /**
5137
+ * <p>The client token of the account link invitation to reject.</p>
5138
+ * @public
5139
+ */
5140
+ ClientToken?: string | undefined;
5141
+ }
5142
+ /**
5143
+ * @public
5144
+ */
5145
+ export interface RejectAccountLinkInvitationResult {
5146
+ /**
5147
+ * <p>Information about the account link.</p>
5148
+ * @public
5149
+ */
5150
+ AccountLink?: AccountLink | undefined;
5151
+ }
5152
+ /**
5153
+ * @public
5154
+ */
5155
+ export interface RestoreWorkspaceRequest {
5156
+ /**
5157
+ * <p>The identifier of the WorkSpace.</p>
5158
+ * @public
5159
+ */
5160
+ WorkspaceId: string | undefined;
5161
+ }
5162
+ /**
5163
+ * @public
5164
+ */
5165
+ export interface RestoreWorkspaceResult {
5166
+ }
5167
+ /**
5168
+ * @public
5169
+ */
5170
+ export interface RevokeIpRulesRequest {
5171
+ /**
5172
+ * <p>The identifier of the group.</p>
5173
+ * @public
5174
+ */
5175
+ GroupId: string | undefined;
5176
+ /**
5177
+ * <p>The rules to remove from the group.</p>
5178
+ * @public
5179
+ */
5180
+ UserRules: string[] | undefined;
5181
+ }
5182
+ /**
5183
+ * @public
5184
+ */
5185
+ export interface RevokeIpRulesResult {
5186
+ }
5187
+ /**
5188
+ * <p>Information used to start a WorkSpace.</p>
5189
+ * @public
5190
+ */
5191
+ export interface StartRequest {
5192
+ /**
5193
+ * <p>The identifier of the WorkSpace.</p>
5194
+ * @public
5195
+ */
5196
+ WorkspaceId?: string | undefined;
5197
+ }
5198
+ /**
5199
+ * @public
5200
+ */
5201
+ export interface StartWorkspacesRequest {
5202
+ /**
5203
+ * <p>The WorkSpaces to start. You can specify up to 25 WorkSpaces.</p>
5204
+ * @public
5205
+ */
5206
+ StartWorkspaceRequests: StartRequest[] | undefined;
5207
+ }
5208
+ /**
5209
+ * @public
5210
+ */
5211
+ export interface StartWorkspacesResult {
5212
+ /**
5213
+ * <p>Information about the WorkSpaces that could not be started.</p>
5214
+ * @public
5215
+ */
5216
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
5217
+ }
5218
+ /**
5219
+ * @public
5220
+ */
5221
+ export interface StartWorkspacesPoolRequest {
5222
+ /**
5223
+ * <p>The identifier of the pool.</p>
5224
+ * @public
5225
+ */
5226
+ PoolId: string | undefined;
5227
+ }
5228
+ /**
5229
+ * @public
5230
+ */
5231
+ export interface StartWorkspacesPoolResult {
5232
+ }
5233
+ /**
5234
+ * <p>Describes the information used to stop a WorkSpace.</p>
5235
+ * @public
5236
+ */
5237
+ export interface StopRequest {
5238
+ /**
5239
+ * <p>The identifier of the WorkSpace.</p>
5240
+ * @public
5241
+ */
5242
+ WorkspaceId?: string | undefined;
5243
+ }
5244
+ /**
5245
+ * @public
5246
+ */
5247
+ export interface StopWorkspacesRequest {
5248
+ /**
5249
+ * <p>The WorkSpaces to stop. You can specify up to 25 WorkSpaces.</p>
5250
+ * @public
5251
+ */
5252
+ StopWorkspaceRequests: StopRequest[] | undefined;
5253
+ }
5254
+ /**
5255
+ * @public
5256
+ */
5257
+ export interface StopWorkspacesResult {
5258
+ /**
5259
+ * <p>Information about the WorkSpaces that could not be stopped.</p>
5260
+ * @public
5261
+ */
5262
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
5263
+ }
5264
+ /**
5265
+ * @public
5266
+ */
5267
+ export interface StopWorkspacesPoolRequest {
5268
+ /**
5269
+ * <p>The identifier of the pool.</p>
5270
+ * @public
5271
+ */
5272
+ PoolId: string | undefined;
5273
+ }
5274
+ /**
5275
+ * @public
5276
+ */
5277
+ export interface StopWorkspacesPoolResult {
5278
+ }
5279
+ /**
5280
+ * <p>Describes the information used to terminate a WorkSpace.</p>
5281
+ * @public
5282
+ */
5283
+ export interface TerminateRequest {
5284
+ /**
5285
+ * <p>The identifier of the WorkSpace.</p>
5286
+ * @public
5287
+ */
5288
+ WorkspaceId: string | undefined;
5289
+ }
5290
+ /**
5291
+ * @public
5292
+ */
5293
+ export interface TerminateWorkspacesRequest {
5294
+ /**
5295
+ * <p>The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.</p>
5296
+ * @public
5297
+ */
5298
+ TerminateWorkspaceRequests: TerminateRequest[] | undefined;
5299
+ }
5300
+ /**
5301
+ * @public
5302
+ */
5303
+ export interface TerminateWorkspacesResult {
5304
+ /**
5305
+ * <p>Information about the WorkSpaces that could not be terminated.</p>
5306
+ * @public
5307
+ */
5308
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
5309
+ }
5310
+ /**
5311
+ * @public
5312
+ */
5313
+ export interface TerminateWorkspacesPoolRequest {
5314
+ /**
5315
+ * <p>The identifier of the pool.</p>
5316
+ * @public
5317
+ */
5318
+ PoolId: string | undefined;
5319
+ }
5320
+ /**
5321
+ * @public
5322
+ */
5323
+ export interface TerminateWorkspacesPoolResult {
5324
+ }
5325
+ /**
5326
+ * @public
5327
+ */
5328
+ export interface TerminateWorkspacesPoolSessionRequest {
5329
+ /**
5330
+ * <p>The identifier of the pool session.</p>
5331
+ * @public
5332
+ */
5333
+ SessionId: string | undefined;
5334
+ }
5335
+ /**
5336
+ * @public
5337
+ */
5338
+ export interface TerminateWorkspacesPoolSessionResult {
5339
+ }
5340
+ /**
5341
+ * @public
5342
+ */
5343
+ export interface UpdateConnectClientAddInRequest {
5344
+ /**
5345
+ * <p>The identifier of the client add-in to update.</p>
5346
+ * @public
5347
+ */
5348
+ AddInId: string | undefined;
5349
+ /**
5350
+ * <p>The directory identifier for which the client add-in is configured.</p>
5351
+ * @public
5352
+ */
5353
+ ResourceId: string | undefined;
5354
+ /**
5355
+ * <p>The name of the client add-in.</p>
5356
+ * @public
5357
+ */
5358
+ Name?: string | undefined;
5359
+ /**
5360
+ * <p>The endpoint URL of the Amazon Connect client add-in.</p>
5361
+ * @public
5362
+ */
5363
+ URL?: string | undefined;
5364
+ }
5365
+ /**
5366
+ * @public
5367
+ */
5368
+ export interface UpdateConnectClientAddInResult {
5369
+ }
5370
+ /**
5371
+ * @public
5372
+ */
5373
+ export interface UpdateConnectionAliasPermissionRequest {
5374
+ /**
5375
+ * <p>The identifier of the connection alias that you want to update permissions for.</p>
5376
+ * @public
5377
+ */
5378
+ AliasId: string | undefined;
5379
+ /**
5380
+ * <p>Indicates whether to share or unshare the connection alias with the specified Amazon Web Services account.</p>
5381
+ * @public
5382
+ */
5383
+ ConnectionAliasPermission: ConnectionAliasPermission | undefined;
5384
+ }
5385
+ /**
5386
+ * @public
5387
+ */
5388
+ export interface UpdateConnectionAliasPermissionResult {
5389
+ }
5390
+ /**
5391
+ * @public
5392
+ */
5393
+ export interface UpdateRulesOfIpGroupRequest {
5394
+ /**
5395
+ * <p>The identifier of the group.</p>
5396
+ * @public
5397
+ */
5398
+ GroupId: string | undefined;
5399
+ /**
5400
+ * <p>One or more rules.</p>
5401
+ * @public
5402
+ */
5403
+ UserRules: IpRuleItem[] | undefined;
5404
+ }
5405
+ /**
5406
+ * @public
5407
+ */
5408
+ export interface UpdateRulesOfIpGroupResult {
5409
+ }
5410
+ /**
5411
+ * @public
5412
+ */
5413
+ export interface UpdateWorkspaceBundleRequest {
5414
+ /**
5415
+ * <p>The identifier of the bundle.</p>
5416
+ * @public
5417
+ */
5418
+ BundleId?: string | undefined;
5419
+ /**
5420
+ * <p>The identifier of the image.</p>
5421
+ * @public
5422
+ */
5423
+ ImageId?: string | undefined;
5424
+ }
5425
+ /**
5426
+ * @public
5427
+ */
5428
+ export interface UpdateWorkspaceBundleResult {
5429
+ }
5430
+ /**
5431
+ * @public
5432
+ */
5433
+ export interface UpdateWorkspaceImagePermissionRequest {
5434
+ /**
5435
+ * <p>The identifier of the image.</p>
5436
+ * @public
5437
+ */
5438
+ ImageId: string | undefined;
5439
+ /**
5440
+ * <p>The permission to copy the image. This permission can be revoked only after an image has
5441
+ * been shared.</p>
5442
+ * @public
5443
+ */
5444
+ AllowCopyImage: boolean | undefined;
5445
+ /**
5446
+ * <p>The identifier of the Amazon Web Services account to share or unshare the image
5447
+ * with.</p>
5448
+ * <important>
5449
+ * <p>Before sharing the image, confirm that you are sharing to the correct Amazon Web Services account ID.</p>
5450
+ * </important>
5451
+ * @public
5452
+ */
5453
+ SharedAccountId: string | undefined;
5454
+ }
5455
+ /**
5456
+ * @public
5457
+ */
5458
+ export interface UpdateWorkspaceImagePermissionResult {
5459
+ }
5460
+ /**
5461
+ * @public
5462
+ */
5463
+ export interface UpdateWorkspacesPoolRequest {
5464
+ /**
5465
+ * <p>The identifier of the specified pool to update.</p>
5466
+ * @public
5467
+ */
5468
+ PoolId: string | undefined;
5469
+ /**
5470
+ * <p>Describes the specified pool to update.</p>
5471
+ * @public
5472
+ */
5473
+ Description?: string | undefined;
5474
+ /**
5475
+ * <p>The identifier of the bundle.</p>
5476
+ * @public
5477
+ */
5478
+ BundleId?: string | undefined;
5479
+ /**
5480
+ * <p>The identifier of the directory.</p>
5481
+ * @public
5482
+ */
5483
+ DirectoryId?: string | undefined;
5484
+ /**
5485
+ * <p>The desired capacity for the pool.</p>
5486
+ * @public
5487
+ */
5488
+ Capacity?: Capacity | undefined;
5489
+ /**
5490
+ * <p>The persistent application settings for users in the pool.</p>
5491
+ * @public
5492
+ */
5493
+ ApplicationSettings?: ApplicationSettingsRequest | undefined;
5494
+ /**
5495
+ * <p>Indicates the timeout settings of the specified pool.</p>
5496
+ * @public
5497
+ */
5498
+ TimeoutSettings?: TimeoutSettings | undefined;
5499
+ /**
5500
+ * <p>The desired running mode for the pool. The running mode can only be updated when the pool is in a stopped state.</p>
5501
+ * @public
5502
+ */
5503
+ RunningMode?: PoolsRunningMode | undefined;
5504
+ }
5505
+ /**
5506
+ * @public
5507
+ */
5508
+ export interface UpdateWorkspacesPoolResult {
5509
+ /**
5510
+ * <p>Describes the specified pool.</p>
5511
+ * @public
5512
+ */
5513
+ WorkspacesPool?: WorkspacesPool | undefined;
5514
+ }