@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
@@ -1,18 +1,83 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
1
+ import {
2
+ AccessEndpointType,
3
+ AccessPropertyValue,
4
+ AccountLinkStatusEnum,
5
+ AGAModeForDirectoryEnum,
6
+ AGAModeForWorkSpaceEnum,
7
+ AGAPreferredProtocolForDirectory,
8
+ AGAPreferredProtocolForWorkSpace,
9
+ Application,
10
+ ApplicationAssociatedResourceType,
11
+ ApplicationSettingsStatusEnum,
12
+ AssociationErrorCode,
13
+ AssociationState,
14
+ AssociationStatus,
15
+ AuthenticationType,
16
+ BundleAssociatedResourceType,
17
+ BundleType,
18
+ CertificateBasedAuthStatusEnum,
19
+ ClientDeviceType,
20
+ Compute,
21
+ ConnectionAliasState,
22
+ ConnectionState,
23
+ CustomImageProtocol,
24
+ CustomWorkspaceImageImportState,
25
+ DataReplication,
26
+ DedicatedTenancyAccountType,
27
+ DedicatedTenancyModificationStateEnum,
28
+ DedicatedTenancySupportEnum,
29
+ DedicatedTenancySupportResultEnum,
30
+ DeletableCertificateBasedAuthProperty,
31
+ DeletableSamlProperty,
32
+ DescribeWorkspaceDirectoriesFilterName,
33
+ DescribeWorkspacesPoolsFilterName,
34
+ DescribeWorkspacesPoolsFilterOperator,
35
+ EndpointEncryptionMode,
36
+ ImageAssociatedResourceType,
37
+ ImageComputeType,
38
+ ImageType,
39
+ InternetFallbackProtocol,
40
+ LogUploadEnum,
41
+ ModificationResourceEnum,
42
+ ModificationStateEnum,
43
+ OperatingSystemName,
44
+ OperatingSystemType,
45
+ OSVersion,
46
+ Platform,
47
+ PoolsRunningMode,
48
+ Protocol,
49
+ ReconnectEnum,
50
+ RunningMode,
51
+ SamlStatusEnum,
52
+ SessionConnectionState,
53
+ StandbyWorkspaceRelationshipType,
54
+ StorageConnectorStatusEnum,
55
+ StorageConnectorTypeEnum,
56
+ StreamingExperiencePreferredProtocolEnum,
57
+ TargetWorkspaceState,
58
+ Tenancy,
59
+ UserIdentityType,
60
+ UserSettingActionEnum,
61
+ UserSettingPermissionEnum,
62
+ WorkSpaceApplicationLicenseType,
63
+ WorkSpaceApplicationState,
64
+ WorkSpaceAssociatedResourceType,
65
+ WorkspaceBundleState,
66
+ WorkspaceDirectoryState,
67
+ WorkspaceDirectoryType,
68
+ WorkspaceImageErrorDetailCode,
69
+ WorkspaceImageIngestionProcess,
70
+ WorkspaceImageRequiredTenancy,
71
+ WorkspaceImageState,
72
+ WorkspacesPoolErrorCode,
73
+ WorkspacesPoolState,
74
+ WorkspaceState,
75
+ WorkspaceType,
76
+ } from "./enums";
3
77
  export interface AcceptAccountLinkInvitationRequest {
4
78
  LinkId: string | undefined;
5
79
  ClientToken?: string | undefined;
6
80
  }
7
- export declare const AccountLinkStatusEnum: {
8
- readonly LINKED: "LINKED";
9
- readonly LINKING_FAILED: "LINKING_FAILED";
10
- readonly LINK_NOT_FOUND: "LINK_NOT_FOUND";
11
- readonly PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT: "PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT";
12
- readonly REJECTED: "REJECTED";
13
- };
14
- export type AccountLinkStatusEnum =
15
- (typeof AccountLinkStatusEnum)[keyof typeof AccountLinkStatusEnum];
16
81
  export interface AccountLink {
17
82
  AccountLinkId?: string | undefined;
18
83
  AccountLinkStatus?: AccountLinkStatusEnum | undefined;
@@ -22,77 +87,14 @@ export interface AccountLink {
22
87
  export interface AcceptAccountLinkInvitationResult {
23
88
  AccountLink?: AccountLink | undefined;
24
89
  }
25
- export declare class AccessDeniedException extends __BaseException {
26
- readonly name: "AccessDeniedException";
27
- readonly $fault: "client";
28
- constructor(
29
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
30
- );
31
- }
32
- export declare class ConflictException extends __BaseException {
33
- readonly name: "ConflictException";
34
- readonly $fault: "client";
35
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
36
- }
37
- export declare class InternalServerException extends __BaseException {
38
- readonly name: "InternalServerException";
39
- readonly $fault: "client";
40
- constructor(
41
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
42
- );
43
- }
44
- export declare class ResourceNotFoundException extends __BaseException {
45
- readonly name: "ResourceNotFoundException";
46
- readonly $fault: "client";
47
- ResourceId?: string | undefined;
48
- constructor(
49
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
50
- );
51
- }
52
- export declare class ValidationException extends __BaseException {
53
- readonly name: "ValidationException";
54
- readonly $fault: "client";
55
- constructor(
56
- opts: __ExceptionOptionType<ValidationException, __BaseException>
57
- );
58
- }
59
- export declare const AccessEndpointType: {
60
- readonly STREAMING_WSP: "STREAMING_WSP";
61
- };
62
- export type AccessEndpointType =
63
- (typeof AccessEndpointType)[keyof typeof AccessEndpointType];
64
90
  export interface AccessEndpoint {
65
91
  AccessEndpointType?: AccessEndpointType | undefined;
66
92
  VpcEndpointId?: string | undefined;
67
93
  }
68
- export declare const InternetFallbackProtocol: {
69
- readonly PCOIP: "PCOIP";
70
- };
71
- export type InternetFallbackProtocol =
72
- (typeof InternetFallbackProtocol)[keyof typeof InternetFallbackProtocol];
73
94
  export interface AccessEndpointConfig {
74
95
  AccessEndpoints: AccessEndpoint[] | undefined;
75
96
  InternetFallbackProtocols?: InternetFallbackProtocol[] | undefined;
76
97
  }
77
- export declare const AccessPropertyValue: {
78
- readonly ALLOW: "ALLOW";
79
- readonly DENY: "DENY";
80
- };
81
- export type AccessPropertyValue =
82
- (typeof AccessPropertyValue)[keyof typeof AccessPropertyValue];
83
- export declare const DedicatedTenancySupportResultEnum: {
84
- readonly DISABLED: "DISABLED";
85
- readonly ENABLED: "ENABLED";
86
- };
87
- export type DedicatedTenancySupportResultEnum =
88
- (typeof DedicatedTenancySupportResultEnum)[keyof typeof DedicatedTenancySupportResultEnum];
89
- export declare const DedicatedTenancyModificationStateEnum: {
90
- readonly COMPLETED: "COMPLETED";
91
- readonly FAILED: "FAILED";
92
- readonly PENDING: "PENDING";
93
- };
94
- export type DedicatedTenancyModificationStateEnum =
95
- (typeof DedicatedTenancyModificationStateEnum)[keyof typeof DedicatedTenancyModificationStateEnum];
96
98
  export interface AccountModification {
97
99
  ModificationState?: DedicatedTenancyModificationStateEnum | undefined;
98
100
  DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | undefined;
@@ -105,76 +107,6 @@ export interface ActiveDirectoryConfig {
105
107
  DomainName: string | undefined;
106
108
  ServiceAccountSecretArn: string | undefined;
107
109
  }
108
- export declare const AGAModeForDirectoryEnum: {
109
- readonly DISABLED: "DISABLED";
110
- readonly ENABLED_AUTO: "ENABLED_AUTO";
111
- };
112
- export type AGAModeForDirectoryEnum =
113
- (typeof AGAModeForDirectoryEnum)[keyof typeof AGAModeForDirectoryEnum];
114
- export declare const AGAModeForWorkSpaceEnum: {
115
- readonly DISABLED: "DISABLED";
116
- readonly ENABLED_AUTO: "ENABLED_AUTO";
117
- readonly INHERITED: "INHERITED";
118
- };
119
- export type AGAModeForWorkSpaceEnum =
120
- (typeof AGAModeForWorkSpaceEnum)[keyof typeof AGAModeForWorkSpaceEnum];
121
- export declare const AGAPreferredProtocolForDirectory: {
122
- readonly NONE: "NONE";
123
- readonly TCP: "TCP";
124
- };
125
- export type AGAPreferredProtocolForDirectory =
126
- (typeof AGAPreferredProtocolForDirectory)[keyof typeof AGAPreferredProtocolForDirectory];
127
- export declare const AGAPreferredProtocolForWorkSpace: {
128
- readonly INHERITED: "INHERITED";
129
- readonly NONE: "NONE";
130
- readonly TCP: "TCP";
131
- };
132
- export type AGAPreferredProtocolForWorkSpace =
133
- (typeof AGAPreferredProtocolForWorkSpace)[keyof typeof AGAPreferredProtocolForWorkSpace];
134
- export declare const Application: {
135
- readonly Microsoft_Office_2016: "Microsoft_Office_2016";
136
- readonly Microsoft_Office_2019: "Microsoft_Office_2019";
137
- };
138
- export type Application = (typeof Application)[keyof typeof Application];
139
- export declare const ApplicationAssociatedResourceType: {
140
- readonly BUNDLE: "BUNDLE";
141
- readonly IMAGE: "IMAGE";
142
- readonly WORKSPACE: "WORKSPACE";
143
- };
144
- export type ApplicationAssociatedResourceType =
145
- (typeof ApplicationAssociatedResourceType)[keyof typeof ApplicationAssociatedResourceType];
146
- export declare class ApplicationNotSupportedException extends __BaseException {
147
- readonly name: "ApplicationNotSupportedException";
148
- readonly $fault: "client";
149
- constructor(
150
- opts: __ExceptionOptionType<
151
- ApplicationNotSupportedException,
152
- __BaseException
153
- >
154
- );
155
- }
156
- export declare const AssociationState: {
157
- readonly COMPLETED: "COMPLETED";
158
- readonly ERROR: "ERROR";
159
- readonly INSTALLING: "INSTALLING";
160
- readonly PENDING_INSTALL: "PENDING_INSTALL";
161
- readonly PENDING_INSTALL_DEPLOYMENT: "PENDING_INSTALL_DEPLOYMENT";
162
- readonly PENDING_UNINSTALL: "PENDING_UNINSTALL";
163
- readonly PENDING_UNINSTALL_DEPLOYMENT: "PENDING_UNINSTALL_DEPLOYMENT";
164
- readonly REMOVED: "REMOVED";
165
- readonly UNINSTALLING: "UNINSTALLING";
166
- };
167
- export type AssociationState =
168
- (typeof AssociationState)[keyof typeof AssociationState];
169
- export declare const AssociationErrorCode: {
170
- readonly INSUFFICIENT_DISKSPACE: "ValidationError.InsufficientDiskSpace";
171
- readonly INSUFFICIENT_MEMORY: "ValidationError.InsufficientMemory";
172
- readonly INTERNAL_SERVER_ERROR: "DeploymentError.InternalServerError";
173
- readonly UNSUPPORTED_OPERATING_SYSTEM: "ValidationError.UnsupportedOperatingSystem";
174
- readonly WORKSPACE_UNREACHABLE: "DeploymentError.WorkspaceUnreachable";
175
- };
176
- export type AssociationErrorCode =
177
- (typeof AssociationErrorCode)[keyof typeof AssociationErrorCode];
178
110
  export interface AssociationStateReason {
179
111
  ErrorCode?: AssociationErrorCode | undefined;
180
112
  ErrorMessage?: string | undefined;
@@ -188,12 +120,6 @@ export interface ApplicationResourceAssociation {
188
120
  State?: AssociationState | undefined;
189
121
  StateReason?: AssociationStateReason | undefined;
190
122
  }
191
- export declare const ApplicationSettingsStatusEnum: {
192
- readonly DISABLED: "DISABLED";
193
- readonly ENABLED: "ENABLED";
194
- };
195
- export type ApplicationSettingsStatusEnum =
196
- (typeof ApplicationSettingsStatusEnum)[keyof typeof ApplicationSettingsStatusEnum];
197
123
  export interface ApplicationSettingsRequest {
198
124
  Status: ApplicationSettingsStatusEnum | undefined;
199
125
  SettingsGroup?: string | undefined;
@@ -210,59 +136,15 @@ export interface AssociateConnectionAliasRequest {
210
136
  export interface AssociateConnectionAliasResult {
211
137
  ConnectionIdentifier?: string | undefined;
212
138
  }
213
- export declare class InvalidParameterValuesException extends __BaseException {
214
- readonly name: "InvalidParameterValuesException";
215
- readonly $fault: "client";
216
- constructor(
217
- opts: __ExceptionOptionType<
218
- InvalidParameterValuesException,
219
- __BaseException
220
- >
221
- );
222
- }
223
- export declare class InvalidResourceStateException extends __BaseException {
224
- readonly name: "InvalidResourceStateException";
225
- readonly $fault: "client";
226
- constructor(
227
- opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
228
- );
229
- }
230
- export declare class OperationNotSupportedException extends __BaseException {
231
- readonly name: "OperationNotSupportedException";
232
- readonly $fault: "client";
233
- reason?: string | undefined;
234
- constructor(
235
- opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>
236
- );
237
- }
238
- export declare class ResourceAssociatedException extends __BaseException {
239
- readonly name: "ResourceAssociatedException";
240
- readonly $fault: "client";
241
- constructor(
242
- opts: __ExceptionOptionType<ResourceAssociatedException, __BaseException>
243
- );
244
- }
245
139
  export interface AssociateIpGroupsRequest {
246
140
  DirectoryId: string | undefined;
247
141
  GroupIds: string[] | undefined;
248
142
  }
249
143
  export interface AssociateIpGroupsResult {}
250
- export declare class ResourceLimitExceededException extends __BaseException {
251
- readonly name: "ResourceLimitExceededException";
252
- readonly $fault: "client";
253
- constructor(
254
- opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
255
- );
256
- }
257
144
  export interface AssociateWorkspaceApplicationRequest {
258
145
  WorkspaceId: string | undefined;
259
146
  ApplicationId: string | undefined;
260
147
  }
261
- export declare const WorkSpaceAssociatedResourceType: {
262
- readonly APPLICATION: "APPLICATION";
263
- };
264
- export type WorkSpaceAssociatedResourceType =
265
- (typeof WorkSpaceAssociatedResourceType)[keyof typeof WorkSpaceAssociatedResourceType];
266
148
  export interface WorkspaceResourceAssociation {
267
149
  AssociatedResourceId?: string | undefined;
268
150
  AssociatedResourceType?: WorkSpaceAssociatedResourceType | undefined;
@@ -275,62 +157,6 @@ export interface WorkspaceResourceAssociation {
275
157
  export interface AssociateWorkspaceApplicationResult {
276
158
  Association?: WorkspaceResourceAssociation | undefined;
277
159
  }
278
- export declare class ComputeNotCompatibleException extends __BaseException {
279
- readonly name: "ComputeNotCompatibleException";
280
- readonly $fault: "client";
281
- constructor(
282
- opts: __ExceptionOptionType<ComputeNotCompatibleException, __BaseException>
283
- );
284
- }
285
- export declare class IncompatibleApplicationsException extends __BaseException {
286
- readonly name: "IncompatibleApplicationsException";
287
- readonly $fault: "client";
288
- constructor(
289
- opts: __ExceptionOptionType<
290
- IncompatibleApplicationsException,
291
- __BaseException
292
- >
293
- );
294
- }
295
- export declare class OperatingSystemNotCompatibleException extends __BaseException {
296
- readonly name: "OperatingSystemNotCompatibleException";
297
- readonly $fault: "client";
298
- constructor(
299
- opts: __ExceptionOptionType<
300
- OperatingSystemNotCompatibleException,
301
- __BaseException
302
- >
303
- );
304
- }
305
- export declare class ResourceAlreadyExistsException extends __BaseException {
306
- readonly name: "ResourceAlreadyExistsException";
307
- readonly $fault: "client";
308
- constructor(
309
- opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
310
- );
311
- }
312
- export declare class ResourceInUseException extends __BaseException {
313
- readonly name: "ResourceInUseException";
314
- readonly $fault: "client";
315
- ResourceId?: string | undefined;
316
- constructor(
317
- opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
318
- );
319
- }
320
- export declare const AssociationStatus: {
321
- readonly ASSOCIATED_WITH_OWNER_ACCOUNT: "ASSOCIATED_WITH_OWNER_ACCOUNT";
322
- readonly ASSOCIATED_WITH_SHARED_ACCOUNT: "ASSOCIATED_WITH_SHARED_ACCOUNT";
323
- readonly NOT_ASSOCIATED: "NOT_ASSOCIATED";
324
- readonly PENDING_ASSOCIATION: "PENDING_ASSOCIATION";
325
- readonly PENDING_DISASSOCIATION: "PENDING_DISASSOCIATION";
326
- };
327
- export type AssociationStatus =
328
- (typeof AssociationStatus)[keyof typeof AssociationStatus];
329
- export declare const AuthenticationType: {
330
- readonly SAML: "SAML";
331
- };
332
- export type AuthenticationType =
333
- (typeof AuthenticationType)[keyof typeof AuthenticationType];
334
160
  export interface IpRuleItem {
335
161
  ipRule?: string | undefined;
336
162
  ruleDesc?: string | undefined;
@@ -340,43 +166,12 @@ export interface AuthorizeIpRulesRequest {
340
166
  UserRules: IpRuleItem[] | undefined;
341
167
  }
342
168
  export interface AuthorizeIpRulesResult {}
343
- export declare const BundleAssociatedResourceType: {
344
- readonly APPLICATION: "APPLICATION";
345
- };
346
- export type BundleAssociatedResourceType =
347
- (typeof BundleAssociatedResourceType)[keyof typeof BundleAssociatedResourceType];
348
- export declare const BundleType: {
349
- readonly REGULAR: "REGULAR";
350
- readonly STANDBY: "STANDBY";
351
- };
352
- export type BundleType = (typeof BundleType)[keyof typeof BundleType];
353
- export declare const Compute: {
354
- readonly GENERALPURPOSE_4XLARGE: "GENERALPURPOSE_4XLARGE";
355
- readonly GENERALPURPOSE_8XLARGE: "GENERALPURPOSE_8XLARGE";
356
- readonly GRAPHICS: "GRAPHICS";
357
- readonly GRAPHICSPRO: "GRAPHICSPRO";
358
- readonly GRAPHICSPRO_G4DN: "GRAPHICSPRO_G4DN";
359
- readonly GRAPHICS_G4DN: "GRAPHICS_G4DN";
360
- readonly PERFORMANCE: "PERFORMANCE";
361
- readonly POWER: "POWER";
362
- readonly POWERPRO: "POWERPRO";
363
- readonly STANDARD: "STANDARD";
364
- readonly VALUE: "VALUE";
365
- };
366
- export type Compute = (typeof Compute)[keyof typeof Compute];
367
169
  export interface ComputeType {
368
170
  Name?: Compute | undefined;
369
171
  }
370
172
  export interface RootStorage {
371
173
  Capacity: string | undefined;
372
174
  }
373
- export declare const WorkspaceBundleState: {
374
- readonly AVAILABLE: "AVAILABLE";
375
- readonly ERROR: "ERROR";
376
- readonly PENDING: "PENDING";
377
- };
378
- export type WorkspaceBundleState =
379
- (typeof WorkspaceBundleState)[keyof typeof WorkspaceBundleState];
380
175
  export interface UserStorage {
381
176
  Capacity: string | undefined;
382
177
  }
@@ -412,36 +207,10 @@ export interface CapacityStatus {
412
207
  ActualUserSessions: number | undefined;
413
208
  ActiveUserSessions: number | undefined;
414
209
  }
415
- export declare const CertificateBasedAuthStatusEnum: {
416
- readonly DISABLED: "DISABLED";
417
- readonly ENABLED: "ENABLED";
418
- };
419
- export type CertificateBasedAuthStatusEnum =
420
- (typeof CertificateBasedAuthStatusEnum)[keyof typeof CertificateBasedAuthStatusEnum];
421
210
  export interface CertificateBasedAuthProperties {
422
211
  Status?: CertificateBasedAuthStatusEnum | undefined;
423
212
  CertificateAuthorityArn?: string | undefined;
424
213
  }
425
- export declare const ClientDeviceType: {
426
- readonly DEVICE_TYPE_ANDROID: "DeviceTypeAndroid";
427
- readonly DEVICE_TYPE_IOS: "DeviceTypeIos";
428
- readonly DEVICE_TYPE_LINUX: "DeviceTypeLinux";
429
- readonly DEVICE_TYPE_OSX: "DeviceTypeOsx";
430
- readonly DEVICE_TYPE_WEB: "DeviceTypeWeb";
431
- readonly DEVICE_TYPE_WINDOWS: "DeviceTypeWindows";
432
- };
433
- export type ClientDeviceType =
434
- (typeof ClientDeviceType)[keyof typeof ClientDeviceType];
435
- export declare const LogUploadEnum: {
436
- readonly DISABLED: "DISABLED";
437
- readonly ENABLED: "ENABLED";
438
- };
439
- export type LogUploadEnum = (typeof LogUploadEnum)[keyof typeof LogUploadEnum];
440
- export declare const ReconnectEnum: {
441
- readonly DISABLED: "DISABLED";
442
- readonly ENABLED: "ENABLED";
443
- };
444
- export type ReconnectEnum = (typeof ReconnectEnum)[keyof typeof ReconnectEnum];
445
214
  export interface ClientProperties {
446
215
  ReconnectEnabled?: ReconnectEnum | undefined;
447
216
  LogUploadEnabled?: LogUploadEnum | undefined;
@@ -462,13 +231,6 @@ export interface ConnectionAliasAssociation {
462
231
  ResourceId?: string | undefined;
463
232
  ConnectionIdentifier?: string | undefined;
464
233
  }
465
- export declare const ConnectionAliasState: {
466
- readonly CREATED: "CREATED";
467
- readonly CREATING: "CREATING";
468
- readonly DELETING: "DELETING";
469
- };
470
- export type ConnectionAliasState =
471
- (typeof ConnectionAliasState)[keyof typeof ConnectionAliasState];
472
234
  export interface ConnectionAlias {
473
235
  ConnectionString?: string | undefined;
474
236
  AliasId?: string | undefined;
@@ -480,13 +242,6 @@ export interface ConnectionAliasPermission {
480
242
  SharedAccountId: string | undefined;
481
243
  AllowAssociation: boolean | undefined;
482
244
  }
483
- export declare const ConnectionState: {
484
- readonly CONNECTED: "CONNECTED";
485
- readonly DISCONNECTED: "DISCONNECTED";
486
- readonly UNKNOWN: "UNKNOWN";
487
- };
488
- export type ConnectionState =
489
- (typeof ConnectionState)[keyof typeof ConnectionState];
490
245
  export interface Tag {
491
246
  Key: string | undefined;
492
247
  Value?: string | undefined;
@@ -501,14 +256,6 @@ export interface CopyWorkspaceImageRequest {
501
256
  export interface CopyWorkspaceImageResult {
502
257
  ImageId?: string | undefined;
503
258
  }
504
- export declare class ResourceUnavailableException extends __BaseException {
505
- readonly name: "ResourceUnavailableException";
506
- readonly $fault: "client";
507
- ResourceId?: string | undefined;
508
- constructor(
509
- opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
510
- );
511
- }
512
259
  export interface CreateAccountLinkInvitationRequest {
513
260
  TargetAccountId: string | undefined;
514
261
  ClientToken?: string | undefined;
@@ -524,16 +271,6 @@ export interface CreateConnectClientAddInRequest {
524
271
  export interface CreateConnectClientAddInResult {
525
272
  AddInId?: string | undefined;
526
273
  }
527
- export declare class ResourceCreationFailedException extends __BaseException {
528
- readonly name: "ResourceCreationFailedException";
529
- readonly $fault: "client";
530
- constructor(
531
- opts: __ExceptionOptionType<
532
- ResourceCreationFailedException,
533
- __BaseException
534
- >
535
- );
536
- }
537
274
  export interface CreateConnectionAliasRequest {
538
275
  ConnectionString: string | undefined;
539
276
  Tags?: Tag[] | undefined;
@@ -550,12 +287,6 @@ export interface CreateIpGroupRequest {
550
287
  export interface CreateIpGroupResult {
551
288
  GroupId?: string | undefined;
552
289
  }
553
- export declare const DataReplication: {
554
- readonly NO_REPLICATION: "NO_REPLICATION";
555
- readonly PRIMARY_AS_SOURCE: "PRIMARY_AS_SOURCE";
556
- };
557
- export type DataReplication =
558
- (typeof DataReplication)[keyof typeof DataReplication];
559
290
  export interface StandbyWorkspace {
560
291
  PrimaryWorkspaceId: string | undefined;
561
292
  VolumeEncryptionKey?: string | undefined;
@@ -572,27 +303,6 @@ export interface FailedCreateStandbyWorkspacesRequest {
572
303
  ErrorCode?: string | undefined;
573
304
  ErrorMessage?: string | undefined;
574
305
  }
575
- export declare const WorkspaceState: {
576
- readonly ADMIN_MAINTENANCE: "ADMIN_MAINTENANCE";
577
- readonly AVAILABLE: "AVAILABLE";
578
- readonly ERROR: "ERROR";
579
- readonly IMPAIRED: "IMPAIRED";
580
- readonly MAINTENANCE: "MAINTENANCE";
581
- readonly PENDING: "PENDING";
582
- readonly REBOOTING: "REBOOTING";
583
- readonly REBUILDING: "REBUILDING";
584
- readonly RESTORING: "RESTORING";
585
- readonly STARTING: "STARTING";
586
- readonly STOPPED: "STOPPED";
587
- readonly STOPPING: "STOPPING";
588
- readonly SUSPENDED: "SUSPENDED";
589
- readonly TERMINATED: "TERMINATED";
590
- readonly TERMINATING: "TERMINATING";
591
- readonly UNHEALTHY: "UNHEALTHY";
592
- readonly UPDATING: "UPDATING";
593
- };
594
- export type WorkspaceState =
595
- (typeof WorkspaceState)[keyof typeof WorkspaceState];
596
306
  export interface PendingCreateStandbyWorkspacesRequest {
597
307
  UserName?: string | undefined;
598
308
  DirectoryId?: string | undefined;
@@ -635,28 +345,9 @@ export interface CreateWorkspaceImageRequest {
635
345
  WorkspaceId: string | undefined;
636
346
  Tags?: Tag[] | undefined;
637
347
  }
638
- export declare const OperatingSystemType: {
639
- readonly LINUX: "LINUX";
640
- readonly WINDOWS: "WINDOWS";
641
- };
642
- export type OperatingSystemType =
643
- (typeof OperatingSystemType)[keyof typeof OperatingSystemType];
644
348
  export interface OperatingSystem {
645
349
  Type?: OperatingSystemType | undefined;
646
350
  }
647
- export declare const WorkspaceImageRequiredTenancy: {
648
- readonly DEDICATED: "DEDICATED";
649
- readonly DEFAULT: "DEFAULT";
650
- };
651
- export type WorkspaceImageRequiredTenancy =
652
- (typeof WorkspaceImageRequiredTenancy)[keyof typeof WorkspaceImageRequiredTenancy];
653
- export declare const WorkspaceImageState: {
654
- readonly AVAILABLE: "AVAILABLE";
655
- readonly ERROR: "ERROR";
656
- readonly PENDING: "PENDING";
657
- };
658
- export type WorkspaceImageState =
659
- (typeof WorkspaceImageState)[keyof typeof WorkspaceImageState];
660
351
  export interface CreateWorkspaceImageResult {
661
352
  ImageId?: string | undefined;
662
353
  Name?: string | undefined;
@@ -671,34 +362,6 @@ export interface GlobalAcceleratorForWorkSpace {
671
362
  Mode: AGAModeForWorkSpaceEnum | undefined;
672
363
  PreferredProtocol?: AGAPreferredProtocolForWorkSpace | undefined;
673
364
  }
674
- export declare const OperatingSystemName: {
675
- readonly AMAZON_LINUX_2: "AMAZON_LINUX_2";
676
- readonly RHEL_8: "RHEL_8";
677
- readonly ROCKY_8: "ROCKY_8";
678
- readonly UBUNTU_18_04: "UBUNTU_18_04";
679
- readonly UBUNTU_20_04: "UBUNTU_20_04";
680
- readonly UBUNTU_22_04: "UBUNTU_22_04";
681
- readonly UNKNOWN: "UNKNOWN";
682
- readonly WINDOWS_10: "WINDOWS_10";
683
- readonly WINDOWS_11: "WINDOWS_11";
684
- readonly WINDOWS_7: "WINDOWS_7";
685
- readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
686
- readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019";
687
- readonly WINDOWS_SERVER_2022: "WINDOWS_SERVER_2022";
688
- };
689
- export type OperatingSystemName =
690
- (typeof OperatingSystemName)[keyof typeof OperatingSystemName];
691
- export declare const Protocol: {
692
- readonly PCOIP: "PCOIP";
693
- readonly WSP: "WSP";
694
- };
695
- export type Protocol = (typeof Protocol)[keyof typeof Protocol];
696
- export declare const RunningMode: {
697
- readonly ALWAYS_ON: "ALWAYS_ON";
698
- readonly AUTO_STOP: "AUTO_STOP";
699
- readonly MANUAL: "MANUAL";
700
- };
701
- export type RunningMode = (typeof RunningMode)[keyof typeof RunningMode];
702
365
  export interface WorkspaceProperties {
703
366
  RunningMode?: RunningMode | undefined;
704
367
  RunningModeAutoStopTimeoutInMinutes?: number | undefined;
@@ -733,29 +396,10 @@ export interface DataReplicationSettings {
733
396
  DataReplication?: DataReplication | undefined;
734
397
  RecoverySnapshotTime?: Date | undefined;
735
398
  }
736
- export declare const ModificationResourceEnum: {
737
- readonly COMPUTE_TYPE: "COMPUTE_TYPE";
738
- readonly ROOT_VOLUME: "ROOT_VOLUME";
739
- readonly USER_VOLUME: "USER_VOLUME";
740
- };
741
- export type ModificationResourceEnum =
742
- (typeof ModificationResourceEnum)[keyof typeof ModificationResourceEnum];
743
- export declare const ModificationStateEnum: {
744
- readonly UPDATE_INITIATED: "UPDATE_INITIATED";
745
- readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
746
- };
747
- export type ModificationStateEnum =
748
- (typeof ModificationStateEnum)[keyof typeof ModificationStateEnum];
749
399
  export interface ModificationState {
750
400
  Resource?: ModificationResourceEnum | undefined;
751
401
  State?: ModificationStateEnum | undefined;
752
402
  }
753
- export declare const StandbyWorkspaceRelationshipType: {
754
- readonly PRIMARY: "PRIMARY";
755
- readonly STANDBY: "STANDBY";
756
- };
757
- export type StandbyWorkspaceRelationshipType =
758
- (typeof StandbyWorkspaceRelationshipType)[keyof typeof StandbyWorkspaceRelationshipType];
759
403
  export interface RelatedWorkspaceProperties {
760
404
  WorkspaceId?: string | undefined;
761
405
  Region?: string | undefined;
@@ -793,12 +437,6 @@ export interface CreateWorkspacesResult {
793
437
  FailedRequests?: FailedCreateWorkspaceRequest[] | undefined;
794
438
  PendingRequests?: Workspace[] | undefined;
795
439
  }
796
- export declare const PoolsRunningMode: {
797
- readonly ALWAYS_ON: "ALWAYS_ON";
798
- readonly AUTO_STOP: "AUTO_STOP";
799
- };
800
- export type PoolsRunningMode =
801
- (typeof PoolsRunningMode)[keyof typeof PoolsRunningMode];
802
440
  export interface TimeoutSettings {
803
441
  DisconnectTimeoutInSeconds?: number | undefined;
804
442
  IdleDisconnectTimeoutInSeconds?: number | undefined;
@@ -815,65 +453,10 @@ export interface CreateWorkspacesPoolRequest {
815
453
  TimeoutSettings?: TimeoutSettings | undefined;
816
454
  RunningMode?: PoolsRunningMode | undefined;
817
455
  }
818
- export declare const WorkspacesPoolErrorCode: {
819
- readonly BUNDLE_NOT_FOUND: "BUNDLE_NOT_FOUND";
820
- readonly DEFAULT_OU_IS_MISSING: "DEFAULT_OU_IS_MISSING";
821
- readonly DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND";
822
- readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
823
- readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
824
- readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
825
- readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
826
- readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
827
- readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA";
828
- readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
829
- readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
830
- readonly DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING: "DOMAIN_JOIN_ERROR_SECRET_ACTION_PERMISSION_IS_MISSING";
831
- readonly DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE: "DOMAIN_JOIN_ERROR_SECRET_DECRYPTION_FAILURE";
832
- readonly DOMAIN_JOIN_ERROR_SECRET_INVALID: "DOMAIN_JOIN_ERROR_SECRET_INVALID";
833
- readonly DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_NOT_FOUND";
834
- readonly DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID: "DOMAIN_JOIN_ERROR_SECRET_STATE_INVALID";
835
- readonly DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND: "DOMAIN_JOIN_ERROR_SECRET_VALUE_KEY_NOT_FOUND";
836
- readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
837
- readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
838
- readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
839
- readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
840
- readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING";
841
- readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
842
- readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
843
- readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
844
- readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
845
- readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
846
- readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED";
847
- readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND";
848
- readonly INSUFFICIENT_PERMISSIONS_ERROR: "INSUFFICIENT_PERMISSIONS_ERROR";
849
- readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
850
- readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION";
851
- readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING";
852
- readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED";
853
- readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND";
854
- readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION";
855
- readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
856
- readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
857
- readonly WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE: "WORKSPACES_POOL_INSTANCE_PROVISIONING_FAILURE";
858
- readonly WORKSPACES_POOL_STOPPED: "WORKSPACES_POOL_STOPPED";
859
- };
860
- export type WorkspacesPoolErrorCode =
861
- (typeof WorkspacesPoolErrorCode)[keyof typeof WorkspacesPoolErrorCode];
862
456
  export interface WorkspacesPoolError {
863
457
  ErrorCode?: WorkspacesPoolErrorCode | undefined;
864
458
  ErrorMessage?: string | undefined;
865
459
  }
866
- export declare const WorkspacesPoolState: {
867
- readonly CREATING: "CREATING";
868
- readonly DELETING: "DELETING";
869
- readonly RUNNING: "RUNNING";
870
- readonly STARTING: "STARTING";
871
- readonly STOPPED: "STOPPED";
872
- readonly STOPPING: "STOPPING";
873
- readonly UPDATING: "UPDATING";
874
- };
875
- export type WorkspacesPoolState =
876
- (typeof WorkspacesPoolState)[keyof typeof WorkspacesPoolState];
877
460
  export interface WorkspacesPool {
878
461
  PoolId: string | undefined;
879
462
  PoolArn: string | undefined;
@@ -892,36 +475,10 @@ export interface WorkspacesPool {
892
475
  export interface CreateWorkspacesPoolResult {
893
476
  WorkspacesPool?: WorkspacesPool | undefined;
894
477
  }
895
- export declare const CustomImageProtocol: {
896
- readonly BYOP: "BYOP";
897
- readonly DCV: "DCV";
898
- readonly PCOIP: "PCOIP";
899
- };
900
- export type CustomImageProtocol =
901
- (typeof CustomImageProtocol)[keyof typeof CustomImageProtocol];
902
478
  export interface CustomWorkspaceImageImportErrorDetails {
903
479
  ErrorCode?: string | undefined;
904
480
  ErrorMessage?: string | undefined;
905
481
  }
906
- export declare const CustomWorkspaceImageImportState: {
907
- readonly COMPLETED: "COMPLETED";
908
- readonly ERROR: "ERROR";
909
- readonly IN_PROGRESS: "IN_PROGRESS";
910
- readonly PENDING: "PENDING";
911
- };
912
- export type CustomWorkspaceImageImportState =
913
- (typeof CustomWorkspaceImageImportState)[keyof typeof CustomWorkspaceImageImportState];
914
- export declare const DedicatedTenancyAccountType: {
915
- readonly SOURCE_ACCOUNT: "SOURCE_ACCOUNT";
916
- readonly TARGET_ACCOUNT: "TARGET_ACCOUNT";
917
- };
918
- export type DedicatedTenancyAccountType =
919
- (typeof DedicatedTenancyAccountType)[keyof typeof DedicatedTenancyAccountType];
920
- export declare const DedicatedTenancySupportEnum: {
921
- readonly ENABLED: "ENABLED";
922
- };
923
- export type DedicatedTenancySupportEnum =
924
- (typeof DedicatedTenancySupportEnum)[keyof typeof DedicatedTenancySupportEnum];
925
482
  export interface DefaultClientBrandingAttributes {
926
483
  LogoUrl?: string | undefined;
927
484
  SupportEmail?: string | undefined;
@@ -944,17 +501,6 @@ export interface DefaultWorkspaceCreationProperties {
944
501
  EnableMaintenanceMode?: boolean | undefined;
945
502
  InstanceIamRoleArn?: string | undefined;
946
503
  }
947
- export declare const DeletableCertificateBasedAuthProperty: {
948
- readonly CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN: "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN";
949
- };
950
- export type DeletableCertificateBasedAuthProperty =
951
- (typeof DeletableCertificateBasedAuthProperty)[keyof typeof DeletableCertificateBasedAuthProperty];
952
- export declare const DeletableSamlProperty: {
953
- readonly SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME: "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME";
954
- readonly SAML_PROPERTIES_USER_ACCESS_URL: "SAML_PROPERTIES_USER_ACCESS_URL";
955
- };
956
- export type DeletableSamlProperty =
957
- (typeof DeletableSamlProperty)[keyof typeof DeletableSamlProperty];
958
504
  export interface DeleteAccountLinkInvitationRequest {
959
505
  LinkId: string | undefined;
960
506
  ClientToken?: string | undefined;
@@ -1031,12 +577,6 @@ export interface DescribeApplicationAssociationsResult {
1031
577
  Associations?: ApplicationResourceAssociation[] | undefined;
1032
578
  NextToken?: string | undefined;
1033
579
  }
1034
- export declare const WorkSpaceApplicationLicenseType: {
1035
- readonly LICENSED: "LICENSED";
1036
- readonly UNLICENSED: "UNLICENSED";
1037
- };
1038
- export type WorkSpaceApplicationLicenseType =
1039
- (typeof WorkSpaceApplicationLicenseType)[keyof typeof WorkSpaceApplicationLicenseType];
1040
580
  export interface DescribeApplicationsRequest {
1041
581
  ApplicationIds?: string[] | undefined;
1042
582
  ComputeTypeNames?: Compute[] | undefined;
@@ -1046,14 +586,6 @@ export interface DescribeApplicationsRequest {
1046
586
  MaxResults?: number | undefined;
1047
587
  NextToken?: string | undefined;
1048
588
  }
1049
- export declare const WorkSpaceApplicationState: {
1050
- readonly AVAILABLE: "AVAILABLE";
1051
- readonly ERROR: "ERROR";
1052
- readonly PENDING: "PENDING";
1053
- readonly UNINSTALL_ONLY: "UNINSTALL_ONLY";
1054
- };
1055
- export type WorkSpaceApplicationState =
1056
- (typeof WorkSpaceApplicationState)[keyof typeof WorkSpaceApplicationState];
1057
589
  export interface WorkSpaceApplication {
1058
590
  ApplicationId?: string | undefined;
1059
591
  Created?: Date | undefined;
@@ -1181,11 +713,6 @@ export interface DescribeCustomWorkspaceImageImportResult {
1181
713
  ImageBuilderInstanceId?: string | undefined;
1182
714
  ErrorDetails?: CustomWorkspaceImageImportErrorDetails[] | undefined;
1183
715
  }
1184
- export declare const ImageAssociatedResourceType: {
1185
- readonly APPLICATION: "APPLICATION";
1186
- };
1187
- export type ImageAssociatedResourceType =
1188
- (typeof ImageAssociatedResourceType)[keyof typeof ImageAssociatedResourceType];
1189
716
  export interface DescribeImageAssociationsRequest {
1190
717
  ImageId: string | undefined;
1191
718
  AssociatedResourceTypes: ImageAssociatedResourceType[] | undefined;
@@ -1239,12 +766,6 @@ export interface DescribeWorkspaceBundlesResult {
1239
766
  Bundles?: WorkspaceBundle[] | undefined;
1240
767
  NextToken?: string | undefined;
1241
768
  }
1242
- export declare const DescribeWorkspaceDirectoriesFilterName: {
1243
- readonly USER_IDENTITY_TYPE: "USER_IDENTITY_TYPE";
1244
- readonly WORKSPACE_TYPE: "WORKSPACE_TYPE";
1245
- };
1246
- export type DescribeWorkspaceDirectoriesFilterName =
1247
- (typeof DescribeWorkspaceDirectoriesFilterName)[keyof typeof DescribeWorkspaceDirectoriesFilterName];
1248
769
  export interface DescribeWorkspaceDirectoriesFilter {
1249
770
  Name: DescribeWorkspaceDirectoriesFilterName | undefined;
1250
771
  Values: string[] | undefined;
@@ -1256,20 +777,6 @@ export interface DescribeWorkspaceDirectoriesRequest {
1256
777
  NextToken?: string | undefined;
1257
778
  Filters?: DescribeWorkspaceDirectoriesFilter[] | undefined;
1258
779
  }
1259
- export declare const WorkspaceDirectoryType: {
1260
- readonly AD_CONNECTOR: "AD_CONNECTOR";
1261
- readonly AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER";
1262
- readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
1263
- readonly SIMPLE_AD: "SIMPLE_AD";
1264
- };
1265
- export type WorkspaceDirectoryType =
1266
- (typeof WorkspaceDirectoryType)[keyof typeof WorkspaceDirectoryType];
1267
- export declare const EndpointEncryptionMode: {
1268
- readonly FIPS_VALIDATED: "FIPS_VALIDATED";
1269
- readonly STANDARD_TLS: "STANDARD_TLS";
1270
- };
1271
- export type EndpointEncryptionMode =
1272
- (typeof EndpointEncryptionMode)[keyof typeof EndpointEncryptionMode];
1273
780
  export interface IDCConfig {
1274
781
  InstanceArn?: string | undefined;
1275
782
  ApplicationArn?: string | undefined;
@@ -1278,13 +785,6 @@ export interface MicrosoftEntraConfig {
1278
785
  TenantId?: string | undefined;
1279
786
  ApplicationConfigSecretArn?: string | undefined;
1280
787
  }
1281
- export declare const SamlStatusEnum: {
1282
- readonly DISABLED: "DISABLED";
1283
- readonly ENABLED: "ENABLED";
1284
- readonly ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK: "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK";
1285
- };
1286
- export type SamlStatusEnum =
1287
- (typeof SamlStatusEnum)[keyof typeof SamlStatusEnum];
1288
788
  export interface SamlProperties {
1289
789
  Status?: SamlStatusEnum | undefined;
1290
790
  UserAccessUrl?: string | undefined;
@@ -1297,54 +797,14 @@ export interface SelfservicePermissions {
1297
797
  SwitchRunningMode?: ReconnectEnum | undefined;
1298
798
  RebuildWorkspace?: ReconnectEnum | undefined;
1299
799
  }
1300
- export declare const WorkspaceDirectoryState: {
1301
- readonly DEREGISTERED: "DEREGISTERED";
1302
- readonly DEREGISTERING: "DEREGISTERING";
1303
- readonly ERROR: "ERROR";
1304
- readonly REGISTERED: "REGISTERED";
1305
- readonly REGISTERING: "REGISTERING";
1306
- };
1307
- export type WorkspaceDirectoryState =
1308
- (typeof WorkspaceDirectoryState)[keyof typeof WorkspaceDirectoryState];
1309
800
  export interface GlobalAcceleratorForDirectory {
1310
801
  Mode: AGAModeForDirectoryEnum | undefined;
1311
802
  PreferredProtocol?: AGAPreferredProtocolForDirectory | undefined;
1312
803
  }
1313
- export declare const StorageConnectorTypeEnum: {
1314
- readonly HOME_FOLDER: "HOME_FOLDER";
1315
- };
1316
- export type StorageConnectorTypeEnum =
1317
- (typeof StorageConnectorTypeEnum)[keyof typeof StorageConnectorTypeEnum];
1318
- export declare const StorageConnectorStatusEnum: {
1319
- readonly DISABLED: "DISABLED";
1320
- readonly ENABLED: "ENABLED";
1321
- };
1322
- export type StorageConnectorStatusEnum =
1323
- (typeof StorageConnectorStatusEnum)[keyof typeof StorageConnectorStatusEnum];
1324
804
  export interface StorageConnector {
1325
805
  ConnectorType: StorageConnectorTypeEnum | undefined;
1326
806
  Status: StorageConnectorStatusEnum | undefined;
1327
807
  }
1328
- export declare const StreamingExperiencePreferredProtocolEnum: {
1329
- readonly TCP: "TCP";
1330
- readonly UDP: "UDP";
1331
- };
1332
- export type StreamingExperiencePreferredProtocolEnum =
1333
- (typeof StreamingExperiencePreferredProtocolEnum)[keyof typeof StreamingExperiencePreferredProtocolEnum];
1334
- export declare const UserSettingActionEnum: {
1335
- readonly CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE";
1336
- readonly CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE";
1337
- readonly PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE";
1338
- readonly SMART_CARD: "SMART_CARD";
1339
- };
1340
- export type UserSettingActionEnum =
1341
- (typeof UserSettingActionEnum)[keyof typeof UserSettingActionEnum];
1342
- export declare const UserSettingPermissionEnum: {
1343
- readonly DISABLED: "DISABLED";
1344
- readonly ENABLED: "ENABLED";
1345
- };
1346
- export type UserSettingPermissionEnum =
1347
- (typeof UserSettingPermissionEnum)[keyof typeof UserSettingPermissionEnum];
1348
808
  export interface UserSetting {
1349
809
  Action: UserSettingActionEnum | undefined;
1350
810
  Permission: UserSettingPermissionEnum | undefined;
@@ -1358,18 +818,6 @@ export interface StreamingProperties {
1358
818
  StorageConnectors?: StorageConnector[] | undefined;
1359
819
  GlobalAccelerator?: GlobalAcceleratorForDirectory | undefined;
1360
820
  }
1361
- export declare const Tenancy: {
1362
- readonly DEDICATED: "DEDICATED";
1363
- readonly SHARED: "SHARED";
1364
- };
1365
- export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
1366
- export declare const UserIdentityType: {
1367
- readonly AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE";
1368
- readonly AWS_IAM_IDENTITY_CENTER: "AWS_IAM_IDENTITY_CENTER";
1369
- readonly CUSTOMER_MANAGED: "CUSTOMER_MANAGED";
1370
- };
1371
- export type UserIdentityType =
1372
- (typeof UserIdentityType)[keyof typeof UserIdentityType];
1373
821
  export interface WorkspaceAccessProperties {
1374
822
  DeviceTypeWindows?: AccessPropertyValue | undefined;
1375
823
  DeviceTypeOsx?: AccessPropertyValue | undefined;
@@ -1382,11 +830,6 @@ export interface WorkspaceAccessProperties {
1382
830
  DeviceTypeWorkSpacesThinClient?: AccessPropertyValue | undefined;
1383
831
  AccessEndpointConfig?: AccessEndpointConfig | undefined;
1384
832
  }
1385
- export declare const WorkspaceType: {
1386
- readonly PERSONAL: "PERSONAL";
1387
- readonly POOLS: "POOLS";
1388
- };
1389
- export type WorkspaceType = (typeof WorkspaceType)[keyof typeof WorkspaceType];
1390
833
  export interface WorkspaceDirectory {
1391
834
  DirectoryId?: string | undefined;
1392
835
  Alias?: string | undefined;
@@ -1435,69 +878,12 @@ export interface DescribeWorkspaceImagePermissionsResult {
1435
878
  ImagePermissions?: ImagePermission[] | undefined;
1436
879
  NextToken?: string | undefined;
1437
880
  }
1438
- export declare const ImageType: {
1439
- readonly OWNED: "OWNED";
1440
- readonly SHARED: "SHARED";
1441
- };
1442
- export type ImageType = (typeof ImageType)[keyof typeof ImageType];
1443
881
  export interface DescribeWorkspaceImagesRequest {
1444
882
  ImageIds?: string[] | undefined;
1445
883
  ImageType?: ImageType | undefined;
1446
884
  NextToken?: string | undefined;
1447
885
  MaxResults?: number | undefined;
1448
886
  }
1449
- export declare const WorkspaceImageErrorDetailCode: {
1450
- readonly ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached";
1451
- readonly ADDITIONAL_DRIVES_PRESENT: "AdditionalDrivesPresent";
1452
- readonly AMAZON_SSM_AGENT_ENABLED: "AmazonSsmAgentEnabled";
1453
- readonly ANTI_VIRUS_INSTALLED: "AntiVirusInstalled";
1454
- readonly APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled";
1455
- readonly AUTO_LOGON_ENABLED: "AutoLogonEnabled";
1456
- readonly AUTO_MOUNT_DISABLED: "AutoMountDisabled";
1457
- readonly AZURE_DOMAIN_JOINED: "AzureDomainJoined";
1458
- readonly DHCP_DISABLED: "DHCPDisabled";
1459
- readonly DISK_FREE_SPACE: "DiskFreeSpace";
1460
- readonly DISK_SIZE_EXCEEDED: "DiskSizeExceeded";
1461
- readonly DOMAIN_ACCOUNT_SERVICES_FOUND: "DomainAccountServicesFound";
1462
- readonly DOMAIN_JOINED: "DomainJoined";
1463
- readonly ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries";
1464
- readonly FIREWALL_ENABLED: "FirewallEnabled";
1465
- readonly INCOMPATIBLE_MEMORY_INTEGRITY: "MemoryIntegrityIncompatibility";
1466
- readonly INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning";
1467
- readonly INCOMPATIBLE_PROTOCOL: "ProtocolOSIncompatibility";
1468
- readonly INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace";
1469
- readonly INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount";
1470
- readonly INVALID_IP: "InvalidIp";
1471
- readonly IN_PLACE_UPGRADE: "InPlaceUpgrade";
1472
- readonly MULTIPLE_BOOT_PARTITION: "MultipleBootPartition";
1473
- readonly MULTIPLE_USER_PROFILES: "MultipleUserProfiles";
1474
- readonly OFFICE_INSTALLED: "OfficeInstalled";
1475
- readonly OS_NOT_SUPPORTED: "OSNotSupported";
1476
- readonly OUTDATED_POWERSHELL_VERSION: "OutdatedPowershellVersion";
1477
- readonly PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled";
1478
- readonly PENDING_REBOOT: "PendingReboot";
1479
- readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
1480
- readonly REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled";
1481
- readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
1482
- readonly RESTRICTED_DRIVE_LETTER: "RestrictedDriveLetterInUse";
1483
- readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
1484
- readonly STAGED_APPX_PACKAGE: "StagedAppxPackage";
1485
- readonly SYSPREP_FILE_MISSING: "SysPrepFileMissing";
1486
- readonly UEFI_NOT_SUPPORTED: "UEFINotSupported";
1487
- readonly UNKNOWN_ERROR: "UnknownError";
1488
- readonly UNSUPPORTED_OS_UPGRADE: "UnsupportedOsUpgrade";
1489
- readonly UNSUPPORTED_SECURITY_PROTOCOL: "UnsupportedSecurityProtocol";
1490
- readonly USER_PROFILE_MISSING: "UserProfileMissing";
1491
- readonly VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled";
1492
- readonly WINDOWS_MODULES_INSTALLER_DISABLED: "WindowsModulesInstallerDisabled";
1493
- readonly WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled";
1494
- readonly WINDOWS_UPDATES_REQUIRED: "WindowsUpdatesRequired";
1495
- readonly WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled";
1496
- readonly WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound";
1497
- readonly ZERO_REARM_COUNT: "ZeroRearmCount";
1498
- };
1499
- export type WorkspaceImageErrorDetailCode =
1500
- (typeof WorkspaceImageErrorDetailCode)[keyof typeof WorkspaceImageErrorDetailCode];
1501
887
  export interface ErrorDetails {
1502
888
  ErrorCode?: WorkspaceImageErrorDetailCode | undefined;
1503
889
  ErrorMessage?: string | undefined;
@@ -1561,19 +947,6 @@ export interface DescribeWorkspaceSnapshotsResult {
1561
947
  RebuildSnapshots?: Snapshot[] | undefined;
1562
948
  RestoreSnapshots?: Snapshot[] | undefined;
1563
949
  }
1564
- export declare const DescribeWorkspacesPoolsFilterName: {
1565
- readonly POOLNAME: "PoolName";
1566
- };
1567
- export type DescribeWorkspacesPoolsFilterName =
1568
- (typeof DescribeWorkspacesPoolsFilterName)[keyof typeof DescribeWorkspacesPoolsFilterName];
1569
- export declare const DescribeWorkspacesPoolsFilterOperator: {
1570
- readonly CONTAINS: "CONTAINS";
1571
- readonly EQUALS: "EQUALS";
1572
- readonly NOTCONTAINS: "NOTCONTAINS";
1573
- readonly NOTEQUALS: "NOTEQUALS";
1574
- };
1575
- export type DescribeWorkspacesPoolsFilterOperator =
1576
- (typeof DescribeWorkspacesPoolsFilterOperator)[keyof typeof DescribeWorkspacesPoolsFilterOperator];
1577
950
  export interface DescribeWorkspacesPoolsFilter {
1578
951
  Name: DescribeWorkspacesPoolsFilterName | undefined;
1579
952
  Values: string[] | undefined;
@@ -1595,12 +968,6 @@ export interface DescribeWorkspacesPoolSessionsRequest {
1595
968
  Limit?: number | undefined;
1596
969
  NextToken?: string | undefined;
1597
970
  }
1598
- export declare const SessionConnectionState: {
1599
- readonly CONNECTED: "CONNECTED";
1600
- readonly NOT_CONNECTED: "NOT_CONNECTED";
1601
- };
1602
- export type SessionConnectionState =
1603
- (typeof SessionConnectionState)[keyof typeof SessionConnectionState];
1604
971
  export interface NetworkAccessConfiguration {
1605
972
  EniPrivateIpAddress?: string | undefined;
1606
973
  EniId?: string | undefined;
@@ -1648,12 +1015,6 @@ export interface GetAccountLinkRequest {
1648
1015
  export interface GetAccountLinkResult {
1649
1016
  AccountLink?: AccountLink | undefined;
1650
1017
  }
1651
- export declare const ImageComputeType: {
1652
- readonly BASE: "BASE";
1653
- readonly GRAPHICS_G4DN: "GRAPHICS_G4DN";
1654
- };
1655
- export type ImageComputeType =
1656
- (typeof ImageComputeType)[keyof typeof ImageComputeType];
1657
1018
  export interface IosImportClientBrandingAttributes {
1658
1019
  Logo?: Uint8Array | undefined;
1659
1020
  Logo2x?: Uint8Array | undefined;
@@ -1680,15 +1041,6 @@ export interface ImportClientBrandingResult {
1680
1041
  DeviceTypeLinux?: DefaultClientBrandingAttributes | undefined;
1681
1042
  DeviceTypeWeb?: DefaultClientBrandingAttributes | undefined;
1682
1043
  }
1683
- export declare const OSVersion: {
1684
- readonly Windows_10: "Windows_10";
1685
- readonly Windows_11: "Windows_11";
1686
- };
1687
- export type OSVersion = (typeof OSVersion)[keyof typeof OSVersion];
1688
- export declare const Platform: {
1689
- readonly WINDOWS: "WINDOWS";
1690
- };
1691
- export type Platform = (typeof Platform)[keyof typeof Platform];
1692
1044
  export interface ImportCustomWorkspaceImageRequest {
1693
1045
  ImageName: string | undefined;
1694
1046
  ImageDescription: string | undefined;
@@ -1704,18 +1056,6 @@ export interface ImportCustomWorkspaceImageResult {
1704
1056
  ImageId?: string | undefined;
1705
1057
  State?: CustomWorkspaceImageImportState | undefined;
1706
1058
  }
1707
- export declare const WorkspaceImageIngestionProcess: {
1708
- readonly BYOL_GRAPHICS: "BYOL_GRAPHICS";
1709
- readonly BYOL_GRAPHICSPRO: "BYOL_GRAPHICSPRO";
1710
- readonly BYOL_GRAPHICS_G4DN: "BYOL_GRAPHICS_G4DN";
1711
- readonly BYOL_GRAPHICS_G4DN_BYOP: "BYOL_GRAPHICS_G4DN_BYOP";
1712
- readonly BYOL_GRAPHICS_G4DN_WSP: "BYOL_GRAPHICS_G4DN_WSP";
1713
- readonly BYOL_REGULAR: "BYOL_REGULAR";
1714
- readonly BYOL_REGULAR_BYOP: "BYOL_REGULAR_BYOP";
1715
- readonly BYOL_REGULAR_WSP: "BYOL_REGULAR_WSP";
1716
- };
1717
- export type WorkspaceImageIngestionProcess =
1718
- (typeof WorkspaceImageIngestionProcess)[keyof typeof WorkspaceImageIngestionProcess];
1719
1059
  export interface ImportWorkspaceImageRequest {
1720
1060
  Ec2ImageId: string | undefined;
1721
1061
  IngestionProcess: WorkspaceImageIngestionProcess | undefined;
@@ -1727,16 +1067,6 @@ export interface ImportWorkspaceImageRequest {
1727
1067
  export interface ImportWorkspaceImageResult {
1728
1068
  ImageId?: string | undefined;
1729
1069
  }
1730
- export declare class InvalidParameterCombinationException extends __BaseException {
1731
- readonly name: "InvalidParameterCombinationException";
1732
- readonly $fault: "client";
1733
- constructor(
1734
- opts: __ExceptionOptionType<
1735
- InvalidParameterCombinationException,
1736
- __BaseException
1737
- >
1738
- );
1739
- }
1740
1070
  export interface ListAccountLinksRequest {
1741
1071
  LinkStatusFilter?: AccountLinkStatusEnum[] | undefined;
1742
1072
  NextToken?: string | undefined;
@@ -1763,13 +1093,6 @@ export interface MigrateWorkspaceResult {
1763
1093
  SourceWorkspaceId?: string | undefined;
1764
1094
  TargetWorkspaceId?: string | undefined;
1765
1095
  }
1766
- export declare class OperationInProgressException extends __BaseException {
1767
- readonly name: "OperationInProgressException";
1768
- readonly $fault: "client";
1769
- constructor(
1770
- opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
1771
- );
1772
- }
1773
1096
  export interface ModifyAccountRequest {
1774
1097
  DedicatedTenancySupport?: DedicatedTenancySupportEnum | undefined;
1775
1098
  DedicatedTenancyManagementCidrRange?: string | undefined;
@@ -1803,3 +1126,174 @@ export interface ModifySelfservicePermissionsRequest {
1803
1126
  ResourceId: string | undefined;
1804
1127
  SelfservicePermissions: SelfservicePermissions | undefined;
1805
1128
  }
1129
+ export interface ModifySelfservicePermissionsResult {}
1130
+ export interface ModifyStreamingPropertiesRequest {
1131
+ ResourceId: string | undefined;
1132
+ StreamingProperties?: StreamingProperties | undefined;
1133
+ }
1134
+ export interface ModifyStreamingPropertiesResult {}
1135
+ export interface ModifyWorkspaceAccessPropertiesRequest {
1136
+ ResourceId: string | undefined;
1137
+ WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
1138
+ }
1139
+ export interface ModifyWorkspaceAccessPropertiesResult {}
1140
+ export interface WorkspaceCreationProperties {
1141
+ EnableInternetAccess?: boolean | undefined;
1142
+ DefaultOu?: string | undefined;
1143
+ CustomSecurityGroupId?: string | undefined;
1144
+ UserEnabledAsLocalAdministrator?: boolean | undefined;
1145
+ EnableMaintenanceMode?: boolean | undefined;
1146
+ InstanceIamRoleArn?: string | undefined;
1147
+ }
1148
+ export interface ModifyWorkspaceCreationPropertiesRequest {
1149
+ ResourceId: string | undefined;
1150
+ WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
1151
+ }
1152
+ export interface ModifyWorkspaceCreationPropertiesResult {}
1153
+ export interface ModifyWorkspacePropertiesRequest {
1154
+ WorkspaceId: string | undefined;
1155
+ WorkspaceProperties?: WorkspaceProperties | undefined;
1156
+ DataReplication?: DataReplication | undefined;
1157
+ }
1158
+ export interface ModifyWorkspacePropertiesResult {}
1159
+ export interface ModifyWorkspaceStateRequest {
1160
+ WorkspaceId: string | undefined;
1161
+ WorkspaceState: TargetWorkspaceState | undefined;
1162
+ }
1163
+ export interface ModifyWorkspaceStateResult {}
1164
+ export interface RebootRequest {
1165
+ WorkspaceId: string | undefined;
1166
+ }
1167
+ export interface RebootWorkspacesRequest {
1168
+ RebootWorkspaceRequests: RebootRequest[] | undefined;
1169
+ }
1170
+ export interface RebootWorkspacesResult {
1171
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
1172
+ }
1173
+ export interface RebuildRequest {
1174
+ WorkspaceId: string | undefined;
1175
+ }
1176
+ export interface RebuildWorkspacesRequest {
1177
+ RebuildWorkspaceRequests: RebuildRequest[] | undefined;
1178
+ }
1179
+ export interface RebuildWorkspacesResult {
1180
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
1181
+ }
1182
+ export interface RegisterWorkspaceDirectoryRequest {
1183
+ DirectoryId?: string | undefined;
1184
+ SubnetIds?: string[] | undefined;
1185
+ EnableSelfService?: boolean | undefined;
1186
+ Tenancy?: Tenancy | undefined;
1187
+ Tags?: Tag[] | undefined;
1188
+ WorkspaceDirectoryName?: string | undefined;
1189
+ WorkspaceDirectoryDescription?: string | undefined;
1190
+ UserIdentityType?: UserIdentityType | undefined;
1191
+ IdcInstanceArn?: string | undefined;
1192
+ MicrosoftEntraConfig?: MicrosoftEntraConfig | undefined;
1193
+ WorkspaceType?: WorkspaceType | undefined;
1194
+ ActiveDirectoryConfig?: ActiveDirectoryConfig | undefined;
1195
+ }
1196
+ export interface RegisterWorkspaceDirectoryResult {
1197
+ DirectoryId?: string | undefined;
1198
+ State?: WorkspaceDirectoryState | undefined;
1199
+ }
1200
+ export interface RejectAccountLinkInvitationRequest {
1201
+ LinkId: string | undefined;
1202
+ ClientToken?: string | undefined;
1203
+ }
1204
+ export interface RejectAccountLinkInvitationResult {
1205
+ AccountLink?: AccountLink | undefined;
1206
+ }
1207
+ export interface RestoreWorkspaceRequest {
1208
+ WorkspaceId: string | undefined;
1209
+ }
1210
+ export interface RestoreWorkspaceResult {}
1211
+ export interface RevokeIpRulesRequest {
1212
+ GroupId: string | undefined;
1213
+ UserRules: string[] | undefined;
1214
+ }
1215
+ export interface RevokeIpRulesResult {}
1216
+ export interface StartRequest {
1217
+ WorkspaceId?: string | undefined;
1218
+ }
1219
+ export interface StartWorkspacesRequest {
1220
+ StartWorkspaceRequests: StartRequest[] | undefined;
1221
+ }
1222
+ export interface StartWorkspacesResult {
1223
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
1224
+ }
1225
+ export interface StartWorkspacesPoolRequest {
1226
+ PoolId: string | undefined;
1227
+ }
1228
+ export interface StartWorkspacesPoolResult {}
1229
+ export interface StopRequest {
1230
+ WorkspaceId?: string | undefined;
1231
+ }
1232
+ export interface StopWorkspacesRequest {
1233
+ StopWorkspaceRequests: StopRequest[] | undefined;
1234
+ }
1235
+ export interface StopWorkspacesResult {
1236
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
1237
+ }
1238
+ export interface StopWorkspacesPoolRequest {
1239
+ PoolId: string | undefined;
1240
+ }
1241
+ export interface StopWorkspacesPoolResult {}
1242
+ export interface TerminateRequest {
1243
+ WorkspaceId: string | undefined;
1244
+ }
1245
+ export interface TerminateWorkspacesRequest {
1246
+ TerminateWorkspaceRequests: TerminateRequest[] | undefined;
1247
+ }
1248
+ export interface TerminateWorkspacesResult {
1249
+ FailedRequests?: FailedWorkspaceChangeRequest[] | undefined;
1250
+ }
1251
+ export interface TerminateWorkspacesPoolRequest {
1252
+ PoolId: string | undefined;
1253
+ }
1254
+ export interface TerminateWorkspacesPoolResult {}
1255
+ export interface TerminateWorkspacesPoolSessionRequest {
1256
+ SessionId: string | undefined;
1257
+ }
1258
+ export interface TerminateWorkspacesPoolSessionResult {}
1259
+ export interface UpdateConnectClientAddInRequest {
1260
+ AddInId: string | undefined;
1261
+ ResourceId: string | undefined;
1262
+ Name?: string | undefined;
1263
+ URL?: string | undefined;
1264
+ }
1265
+ export interface UpdateConnectClientAddInResult {}
1266
+ export interface UpdateConnectionAliasPermissionRequest {
1267
+ AliasId: string | undefined;
1268
+ ConnectionAliasPermission: ConnectionAliasPermission | undefined;
1269
+ }
1270
+ export interface UpdateConnectionAliasPermissionResult {}
1271
+ export interface UpdateRulesOfIpGroupRequest {
1272
+ GroupId: string | undefined;
1273
+ UserRules: IpRuleItem[] | undefined;
1274
+ }
1275
+ export interface UpdateRulesOfIpGroupResult {}
1276
+ export interface UpdateWorkspaceBundleRequest {
1277
+ BundleId?: string | undefined;
1278
+ ImageId?: string | undefined;
1279
+ }
1280
+ export interface UpdateWorkspaceBundleResult {}
1281
+ export interface UpdateWorkspaceImagePermissionRequest {
1282
+ ImageId: string | undefined;
1283
+ AllowCopyImage: boolean | undefined;
1284
+ SharedAccountId: string | undefined;
1285
+ }
1286
+ export interface UpdateWorkspaceImagePermissionResult {}
1287
+ export interface UpdateWorkspacesPoolRequest {
1288
+ PoolId: string | undefined;
1289
+ Description?: string | undefined;
1290
+ BundleId?: string | undefined;
1291
+ DirectoryId?: string | undefined;
1292
+ Capacity?: Capacity | undefined;
1293
+ ApplicationSettings?: ApplicationSettingsRequest | undefined;
1294
+ TimeoutSettings?: TimeoutSettings | undefined;
1295
+ RunningMode?: PoolsRunningMode | undefined;
1296
+ }
1297
+ export interface UpdateWorkspacesPoolResult {
1298
+ WorkspacesPool?: WorkspacesPool | undefined;
1299
+ }