@aws-sdk/client-workspaces 3.169.0 → 3.171.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 (83) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/WorkSpaces.d.ts +1105 -320
  3. package/dist-types/ts3.4/WorkSpacesClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +36 -17
  56. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +35 -17
  58. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +6 -6
  70. package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1444 -1753
  73. package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  83. package/package.json +34 -34
@@ -1,1753 +1,1444 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
-
8
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
- }
10
- export declare enum AccessPropertyValue {
11
- ALLOW = "ALLOW",
12
- DENY = "DENY"
13
- }
14
- export declare enum DedicatedTenancySupportResultEnum {
15
- DISABLED = "DISABLED",
16
- ENABLED = "ENABLED"
17
- }
18
- export declare enum DedicatedTenancyModificationStateEnum {
19
- COMPLETED = "COMPLETED",
20
- FAILED = "FAILED",
21
- PENDING = "PENDING"
22
- }
23
-
24
- export interface AccountModification {
25
-
26
- ModificationState?: DedicatedTenancyModificationStateEnum | string;
27
-
28
- DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
29
-
30
- DedicatedTenancyManagementCidrRange?: string;
31
-
32
- StartTime?: Date;
33
-
34
- ErrorCode?: string;
35
-
36
- ErrorMessage?: string;
37
- }
38
- export declare enum Application {
39
- Microsoft_Office_2016 = "Microsoft_Office_2016",
40
- Microsoft_Office_2019 = "Microsoft_Office_2019"
41
- }
42
- export interface AssociateConnectionAliasRequest {
43
-
44
- AliasId: string | undefined;
45
-
46
- ResourceId: string | undefined;
47
- }
48
- export interface AssociateConnectionAliasResult {
49
-
50
- ConnectionIdentifier?: string;
51
- }
52
-
53
- export declare class InvalidParameterValuesException extends __BaseException {
54
- readonly name: "InvalidParameterValuesException";
55
- readonly $fault: "client";
56
-
57
- constructor(opts: __ExceptionOptionType<InvalidParameterValuesException, __BaseException>);
58
- }
59
-
60
- export declare class InvalidResourceStateException extends __BaseException {
61
- readonly name: "InvalidResourceStateException";
62
- readonly $fault: "client";
63
-
64
- constructor(opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>);
65
- }
66
-
67
- export declare class OperationNotSupportedException extends __BaseException {
68
- readonly name: "OperationNotSupportedException";
69
- readonly $fault: "client";
70
-
71
- reason?: string;
72
-
73
- constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
74
- }
75
-
76
- export declare class ResourceAssociatedException extends __BaseException {
77
- readonly name: "ResourceAssociatedException";
78
- readonly $fault: "client";
79
-
80
- constructor(opts: __ExceptionOptionType<ResourceAssociatedException, __BaseException>);
81
- }
82
-
83
- export declare class ResourceNotFoundException extends __BaseException {
84
- readonly name: "ResourceNotFoundException";
85
- readonly $fault: "client";
86
-
87
- ResourceId?: string;
88
-
89
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
90
- }
91
- export interface AssociateIpGroupsRequest {
92
-
93
- DirectoryId: string | undefined;
94
-
95
- GroupIds: string[] | undefined;
96
- }
97
- export interface AssociateIpGroupsResult {
98
- }
99
-
100
- export declare class ResourceLimitExceededException extends __BaseException {
101
- readonly name: "ResourceLimitExceededException";
102
- readonly $fault: "client";
103
-
104
- constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
105
- }
106
- export declare enum AssociationStatus {
107
- ASSOCIATED_WITH_OWNER_ACCOUNT = "ASSOCIATED_WITH_OWNER_ACCOUNT",
108
- ASSOCIATED_WITH_SHARED_ACCOUNT = "ASSOCIATED_WITH_SHARED_ACCOUNT",
109
- NOT_ASSOCIATED = "NOT_ASSOCIATED",
110
- PENDING_ASSOCIATION = "PENDING_ASSOCIATION",
111
- PENDING_DISASSOCIATION = "PENDING_DISASSOCIATION"
112
- }
113
-
114
- export interface IpRuleItem {
115
-
116
- ipRule?: string;
117
-
118
- ruleDesc?: string;
119
- }
120
- export interface AuthorizeIpRulesRequest {
121
-
122
- GroupId: string | undefined;
123
-
124
- UserRules: IpRuleItem[] | undefined;
125
- }
126
- export interface AuthorizeIpRulesResult {
127
- }
128
- export declare enum Compute {
129
- GRAPHICS = "GRAPHICS",
130
- GRAPHICSPRO = "GRAPHICSPRO",
131
- GRAPHICSPRO_G4DN = "GRAPHICSPRO_G4DN",
132
- GRAPHICS_G4DN = "GRAPHICS_G4DN",
133
- PERFORMANCE = "PERFORMANCE",
134
- POWER = "POWER",
135
- POWERPRO = "POWERPRO",
136
- STANDARD = "STANDARD",
137
- VALUE = "VALUE"
138
- }
139
-
140
- export interface ComputeType {
141
-
142
- Name?: Compute | string;
143
- }
144
-
145
- export interface RootStorage {
146
-
147
- Capacity?: string;
148
- }
149
-
150
- export interface UserStorage {
151
-
152
- Capacity?: string;
153
- }
154
-
155
- export interface WorkspaceBundle {
156
-
157
- BundleId?: string;
158
-
159
- Name?: string;
160
-
161
- Owner?: string;
162
-
163
- Description?: string;
164
-
165
- ImageId?: string;
166
-
167
- RootStorage?: RootStorage;
168
-
169
- UserStorage?: UserStorage;
170
-
171
- ComputeType?: ComputeType;
172
-
173
- LastUpdatedTime?: Date;
174
-
175
- CreationTime?: Date;
176
- }
177
- export declare enum ClientDeviceType {
178
- DEVICE_TYPE_ANDROID = "DeviceTypeAndroid",
179
- DEVICE_TYPE_IOS = "DeviceTypeIos",
180
- DEVICE_TYPE_LINUX = "DeviceTypeLinux",
181
- DEVICE_TYPE_OSX = "DeviceTypeOsx",
182
- DEVICE_TYPE_WEB = "DeviceTypeWeb",
183
- DEVICE_TYPE_WINDOWS = "DeviceTypeWindows"
184
- }
185
- export declare enum ReconnectEnum {
186
- DISABLED = "DISABLED",
187
- ENABLED = "ENABLED"
188
- }
189
-
190
- export interface ClientProperties {
191
-
192
- ReconnectEnabled?: ReconnectEnum | string;
193
- }
194
-
195
- export interface ClientPropertiesResult {
196
-
197
- ResourceId?: string;
198
-
199
- ClientProperties?: ClientProperties;
200
- }
201
-
202
- export interface ConnectClientAddIn {
203
-
204
- AddInId?: string;
205
-
206
- ResourceId?: string;
207
-
208
- Name?: string;
209
-
210
- URL?: string;
211
- }
212
-
213
- export interface ConnectionAliasAssociation {
214
-
215
- AssociationStatus?: AssociationStatus | string;
216
-
217
- AssociatedAccountId?: string;
218
-
219
- ResourceId?: string;
220
-
221
- ConnectionIdentifier?: string;
222
- }
223
- export declare enum ConnectionAliasState {
224
- CREATED = "CREATED",
225
- CREATING = "CREATING",
226
- DELETING = "DELETING"
227
- }
228
-
229
- export interface ConnectionAlias {
230
-
231
- ConnectionString?: string;
232
-
233
- AliasId?: string;
234
-
235
- State?: ConnectionAliasState | string;
236
-
237
- OwnerAccountId?: string;
238
-
239
- Associations?: ConnectionAliasAssociation[];
240
- }
241
-
242
- export interface ConnectionAliasPermission {
243
-
244
- SharedAccountId: string | undefined;
245
-
246
- AllowAssociation: boolean | undefined;
247
- }
248
- export declare enum ConnectionState {
249
- CONNECTED = "CONNECTED",
250
- DISCONNECTED = "DISCONNECTED",
251
- UNKNOWN = "UNKNOWN"
252
- }
253
-
254
- export interface Tag {
255
-
256
- Key: string | undefined;
257
-
258
- Value?: string;
259
- }
260
- export interface CopyWorkspaceImageRequest {
261
-
262
- Name: string | undefined;
263
-
264
- Description?: string;
265
-
266
- SourceImageId: string | undefined;
267
-
268
- SourceRegion: string | undefined;
269
-
270
- Tags?: Tag[];
271
- }
272
- export interface CopyWorkspaceImageResult {
273
-
274
- ImageId?: string;
275
- }
276
-
277
- export declare class ResourceAlreadyExistsException extends __BaseException {
278
- readonly name: "ResourceAlreadyExistsException";
279
- readonly $fault: "client";
280
-
281
- constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
282
- }
283
-
284
- export declare class ResourceUnavailableException extends __BaseException {
285
- readonly name: "ResourceUnavailableException";
286
- readonly $fault: "client";
287
-
288
- ResourceId?: string;
289
-
290
- constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
291
- }
292
- export interface CreateConnectClientAddInRequest {
293
-
294
- ResourceId: string | undefined;
295
-
296
- Name: string | undefined;
297
-
298
- URL: string | undefined;
299
- }
300
- export interface CreateConnectClientAddInResult {
301
-
302
- AddInId?: string;
303
- }
304
-
305
- export declare class ResourceCreationFailedException extends __BaseException {
306
- readonly name: "ResourceCreationFailedException";
307
- readonly $fault: "client";
308
-
309
- constructor(opts: __ExceptionOptionType<ResourceCreationFailedException, __BaseException>);
310
- }
311
- export interface CreateConnectionAliasRequest {
312
-
313
- ConnectionString: string | undefined;
314
-
315
- Tags?: Tag[];
316
- }
317
- export interface CreateConnectionAliasResult {
318
-
319
- AliasId?: string;
320
- }
321
- export interface CreateIpGroupRequest {
322
-
323
- GroupName: string | undefined;
324
-
325
- GroupDesc?: string;
326
-
327
- UserRules?: IpRuleItem[];
328
-
329
- Tags?: Tag[];
330
- }
331
- export interface CreateIpGroupResult {
332
-
333
- GroupId?: string;
334
- }
335
- export interface CreateTagsRequest {
336
-
337
- ResourceId: string | undefined;
338
-
339
- Tags: Tag[] | undefined;
340
- }
341
- export interface CreateTagsResult {
342
- }
343
- export interface CreateUpdatedWorkspaceImageRequest {
344
-
345
- Name: string | undefined;
346
-
347
- Description: string | undefined;
348
-
349
- SourceImageId: string | undefined;
350
-
351
- Tags?: Tag[];
352
- }
353
- export interface CreateUpdatedWorkspaceImageResult {
354
-
355
- ImageId?: string;
356
- }
357
- export interface CreateWorkspaceBundleRequest {
358
-
359
- BundleName: string | undefined;
360
-
361
- BundleDescription: string | undefined;
362
-
363
- ImageId: string | undefined;
364
-
365
- ComputeType: ComputeType | undefined;
366
-
367
- UserStorage: UserStorage | undefined;
368
-
369
- RootStorage?: RootStorage;
370
-
371
- Tags?: Tag[];
372
- }
373
- export interface CreateWorkspaceBundleResult {
374
-
375
- WorkspaceBundle?: WorkspaceBundle;
376
- }
377
- export interface CreateWorkspaceImageRequest {
378
-
379
- Name: string | undefined;
380
-
381
- Description: string | undefined;
382
-
383
- WorkspaceId: string | undefined;
384
-
385
- Tags?: Tag[];
386
- }
387
- export declare enum OperatingSystemType {
388
- LINUX = "LINUX",
389
- WINDOWS = "WINDOWS"
390
- }
391
-
392
- export interface OperatingSystem {
393
-
394
- Type?: OperatingSystemType | string;
395
- }
396
- export declare enum WorkspaceImageRequiredTenancy {
397
- DEDICATED = "DEDICATED",
398
- DEFAULT = "DEFAULT"
399
- }
400
- export declare enum WorkspaceImageState {
401
- AVAILABLE = "AVAILABLE",
402
- ERROR = "ERROR",
403
- PENDING = "PENDING"
404
- }
405
- export interface CreateWorkspaceImageResult {
406
-
407
- ImageId?: string;
408
-
409
- Name?: string;
410
-
411
- Description?: string;
412
-
413
- OperatingSystem?: OperatingSystem;
414
-
415
- State?: WorkspaceImageState | string;
416
-
417
- RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
418
-
419
- Created?: Date;
420
-
421
- OwnerAccountId?: string;
422
- }
423
- export declare enum RunningMode {
424
- ALWAYS_ON = "ALWAYS_ON",
425
- AUTO_STOP = "AUTO_STOP"
426
- }
427
-
428
- export interface WorkspaceProperties {
429
-
430
- RunningMode?: RunningMode | string;
431
-
432
- RunningModeAutoStopTimeoutInMinutes?: number;
433
-
434
- RootVolumeSizeGib?: number;
435
-
436
- UserVolumeSizeGib?: number;
437
-
438
- ComputeTypeName?: Compute | string;
439
- }
440
-
441
- export interface WorkspaceRequest {
442
-
443
- DirectoryId: string | undefined;
444
-
445
- UserName: string | undefined;
446
-
447
- BundleId: string | undefined;
448
-
449
- VolumeEncryptionKey?: string;
450
-
451
- UserVolumeEncryptionEnabled?: boolean;
452
-
453
- RootVolumeEncryptionEnabled?: boolean;
454
-
455
- WorkspaceProperties?: WorkspaceProperties;
456
-
457
- Tags?: Tag[];
458
- }
459
- export interface CreateWorkspacesRequest {
460
-
461
- Workspaces: WorkspaceRequest[] | undefined;
462
- }
463
-
464
- export interface FailedCreateWorkspaceRequest {
465
-
466
- WorkspaceRequest?: WorkspaceRequest;
467
-
468
- ErrorCode?: string;
469
-
470
- ErrorMessage?: string;
471
- }
472
- export declare enum ModificationResourceEnum {
473
- COMPUTE_TYPE = "COMPUTE_TYPE",
474
- ROOT_VOLUME = "ROOT_VOLUME",
475
- USER_VOLUME = "USER_VOLUME"
476
- }
477
- export declare enum ModificationStateEnum {
478
- UPDATE_INITIATED = "UPDATE_INITIATED",
479
- UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
480
- }
481
-
482
- export interface ModificationState {
483
-
484
- Resource?: ModificationResourceEnum | string;
485
-
486
- State?: ModificationStateEnum | string;
487
- }
488
- export declare enum WorkspaceState {
489
- ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
490
- AVAILABLE = "AVAILABLE",
491
- ERROR = "ERROR",
492
- IMPAIRED = "IMPAIRED",
493
- MAINTENANCE = "MAINTENANCE",
494
- PENDING = "PENDING",
495
- REBOOTING = "REBOOTING",
496
- REBUILDING = "REBUILDING",
497
- RESTORING = "RESTORING",
498
- STARTING = "STARTING",
499
- STOPPED = "STOPPED",
500
- STOPPING = "STOPPING",
501
- SUSPENDED = "SUSPENDED",
502
- TERMINATED = "TERMINATED",
503
- TERMINATING = "TERMINATING",
504
- UNHEALTHY = "UNHEALTHY",
505
- UPDATING = "UPDATING"
506
- }
507
-
508
- export interface Workspace {
509
-
510
- WorkspaceId?: string;
511
-
512
- DirectoryId?: string;
513
-
514
- UserName?: string;
515
-
516
- IpAddress?: string;
517
-
518
- State?: WorkspaceState | string;
519
-
520
- BundleId?: string;
521
-
522
- SubnetId?: string;
523
-
524
- ErrorMessage?: string;
525
-
526
- ErrorCode?: string;
527
-
528
- ComputerName?: string;
529
-
530
- VolumeEncryptionKey?: string;
531
-
532
- UserVolumeEncryptionEnabled?: boolean;
533
-
534
- RootVolumeEncryptionEnabled?: boolean;
535
-
536
- WorkspaceProperties?: WorkspaceProperties;
537
-
538
- ModificationStates?: ModificationState[];
539
- }
540
- export interface CreateWorkspacesResult {
541
-
542
- FailedRequests?: FailedCreateWorkspaceRequest[];
543
-
544
- PendingRequests?: Workspace[];
545
- }
546
- export declare enum DedicatedTenancySupportEnum {
547
- ENABLED = "ENABLED"
548
- }
549
-
550
- export interface DefaultClientBrandingAttributes {
551
-
552
- LogoUrl?: string;
553
-
554
- SupportEmail?: string;
555
-
556
- SupportLink?: string;
557
-
558
- ForgotPasswordLink?: string;
559
-
560
- LoginMessage?: Record<string, string>;
561
- }
562
-
563
- export interface DefaultImportClientBrandingAttributes {
564
-
565
- Logo?: Uint8Array;
566
-
567
- SupportEmail?: string;
568
-
569
- SupportLink?: string;
570
-
571
- ForgotPasswordLink?: string;
572
-
573
- LoginMessage?: Record<string, string>;
574
- }
575
-
576
- export interface DefaultWorkspaceCreationProperties {
577
-
578
- EnableWorkDocs?: boolean;
579
-
580
- EnableInternetAccess?: boolean;
581
-
582
- DefaultOu?: string;
583
-
584
- CustomSecurityGroupId?: string;
585
-
586
- UserEnabledAsLocalAdministrator?: boolean;
587
-
588
- EnableMaintenanceMode?: boolean;
589
- }
590
- export declare enum DeletableSamlProperty {
591
- SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME = "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
592
- SAML_PROPERTIES_USER_ACCESS_URL = "SAML_PROPERTIES_USER_ACCESS_URL"
593
- }
594
- export interface DeleteClientBrandingRequest {
595
-
596
- ResourceId: string | undefined;
597
-
598
- Platforms: (ClientDeviceType | string)[] | undefined;
599
- }
600
- export interface DeleteClientBrandingResult {
601
- }
602
- export interface DeleteConnectClientAddInRequest {
603
-
604
- AddInId: string | undefined;
605
-
606
- ResourceId: string | undefined;
607
- }
608
- export interface DeleteConnectClientAddInResult {
609
- }
610
- export interface DeleteConnectionAliasRequest {
611
-
612
- AliasId: string | undefined;
613
- }
614
- export interface DeleteConnectionAliasResult {
615
- }
616
- export interface DeleteIpGroupRequest {
617
-
618
- GroupId: string | undefined;
619
- }
620
- export interface DeleteIpGroupResult {
621
- }
622
- export interface DeleteTagsRequest {
623
-
624
- ResourceId: string | undefined;
625
-
626
- TagKeys: string[] | undefined;
627
- }
628
- export interface DeleteTagsResult {
629
- }
630
- export interface DeleteWorkspaceBundleRequest {
631
-
632
- BundleId?: string;
633
- }
634
- export interface DeleteWorkspaceBundleResult {
635
- }
636
- export interface DeleteWorkspaceImageRequest {
637
-
638
- ImageId: string | undefined;
639
- }
640
- export interface DeleteWorkspaceImageResult {
641
- }
642
- export interface DeregisterWorkspaceDirectoryRequest {
643
-
644
- DirectoryId: string | undefined;
645
- }
646
- export interface DeregisterWorkspaceDirectoryResult {
647
- }
648
- export interface DescribeAccountRequest {
649
- }
650
- export interface DescribeAccountResult {
651
-
652
- DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
653
-
654
- DedicatedTenancyManagementCidrRange?: string;
655
- }
656
- export interface DescribeAccountModificationsRequest {
657
-
658
- NextToken?: string;
659
- }
660
- export interface DescribeAccountModificationsResult {
661
-
662
- AccountModifications?: AccountModification[];
663
-
664
- NextToken?: string;
665
- }
666
- export interface DescribeClientBrandingRequest {
667
-
668
- ResourceId: string | undefined;
669
- }
670
-
671
- export interface IosClientBrandingAttributes {
672
-
673
- LogoUrl?: string;
674
-
675
- Logo2xUrl?: string;
676
-
677
- Logo3xUrl?: string;
678
-
679
- SupportEmail?: string;
680
-
681
- SupportLink?: string;
682
-
683
- ForgotPasswordLink?: string;
684
-
685
- LoginMessage?: Record<string, string>;
686
- }
687
- export interface DescribeClientBrandingResult {
688
-
689
- DeviceTypeWindows?: DefaultClientBrandingAttributes;
690
-
691
- DeviceTypeOsx?: DefaultClientBrandingAttributes;
692
-
693
- DeviceTypeAndroid?: DefaultClientBrandingAttributes;
694
-
695
- DeviceTypeIos?: IosClientBrandingAttributes;
696
-
697
- DeviceTypeLinux?: DefaultClientBrandingAttributes;
698
-
699
- DeviceTypeWeb?: DefaultClientBrandingAttributes;
700
- }
701
- export interface DescribeClientPropertiesRequest {
702
-
703
- ResourceIds: string[] | undefined;
704
- }
705
- export interface DescribeClientPropertiesResult {
706
-
707
- ClientPropertiesList?: ClientPropertiesResult[];
708
- }
709
- export interface DescribeConnectClientAddInsRequest {
710
-
711
- ResourceId: string | undefined;
712
-
713
- NextToken?: string;
714
-
715
- MaxResults?: number;
716
- }
717
- export interface DescribeConnectClientAddInsResult {
718
-
719
- AddIns?: ConnectClientAddIn[];
720
-
721
- NextToken?: string;
722
- }
723
- export interface DescribeConnectionAliasesRequest {
724
-
725
- AliasIds?: string[];
726
-
727
- ResourceId?: string;
728
-
729
- Limit?: number;
730
-
731
- NextToken?: string;
732
- }
733
- export interface DescribeConnectionAliasesResult {
734
-
735
- ConnectionAliases?: ConnectionAlias[];
736
-
737
- NextToken?: string;
738
- }
739
- export interface DescribeConnectionAliasPermissionsRequest {
740
-
741
- AliasId: string | undefined;
742
-
743
- NextToken?: string;
744
-
745
- MaxResults?: number;
746
- }
747
- export interface DescribeConnectionAliasPermissionsResult {
748
-
749
- AliasId?: string;
750
-
751
- ConnectionAliasPermissions?: ConnectionAliasPermission[];
752
-
753
- NextToken?: string;
754
- }
755
- export interface DescribeIpGroupsRequest {
756
-
757
- GroupIds?: string[];
758
-
759
- NextToken?: string;
760
-
761
- MaxResults?: number;
762
- }
763
-
764
- export interface WorkspacesIpGroup {
765
-
766
- groupId?: string;
767
-
768
- groupName?: string;
769
-
770
- groupDesc?: string;
771
-
772
- userRules?: IpRuleItem[];
773
- }
774
- export interface DescribeIpGroupsResult {
775
-
776
- Result?: WorkspacesIpGroup[];
777
-
778
- NextToken?: string;
779
- }
780
- export interface DescribeTagsRequest {
781
-
782
- ResourceId: string | undefined;
783
- }
784
- export interface DescribeTagsResult {
785
-
786
- TagList?: Tag[];
787
- }
788
- export interface DescribeWorkspaceBundlesRequest {
789
-
790
- BundleIds?: string[];
791
-
792
- Owner?: string;
793
-
794
- NextToken?: string;
795
- }
796
- export interface DescribeWorkspaceBundlesResult {
797
-
798
- Bundles?: WorkspaceBundle[];
799
-
800
- NextToken?: string;
801
- }
802
- export interface DescribeWorkspaceDirectoriesRequest {
803
-
804
- DirectoryIds?: string[];
805
-
806
- Limit?: number;
807
-
808
- NextToken?: string;
809
- }
810
- export declare enum WorkspaceDirectoryType {
811
- AD_CONNECTOR = "AD_CONNECTOR",
812
- SIMPLE_AD = "SIMPLE_AD"
813
- }
814
- export declare enum SamlStatusEnum {
815
- DISABLED = "DISABLED",
816
- ENABLED = "ENABLED",
817
- ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK = "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK"
818
- }
819
-
820
- export interface SamlProperties {
821
-
822
- Status?: SamlStatusEnum | string;
823
-
824
- UserAccessUrl?: string;
825
-
826
- RelayStateParameterName?: string;
827
- }
828
-
829
- export interface SelfservicePermissions {
830
-
831
- RestartWorkspace?: ReconnectEnum | string;
832
-
833
- IncreaseVolumeSize?: ReconnectEnum | string;
834
-
835
- ChangeComputeType?: ReconnectEnum | string;
836
-
837
- SwitchRunningMode?: ReconnectEnum | string;
838
-
839
- RebuildWorkspace?: ReconnectEnum | string;
840
- }
841
- export declare enum WorkspaceDirectoryState {
842
- DEREGISTERED = "DEREGISTERED",
843
- DEREGISTERING = "DEREGISTERING",
844
- ERROR = "ERROR",
845
- REGISTERED = "REGISTERED",
846
- REGISTERING = "REGISTERING"
847
- }
848
- export declare enum Tenancy {
849
- DEDICATED = "DEDICATED",
850
- SHARED = "SHARED"
851
- }
852
-
853
- export interface WorkspaceAccessProperties {
854
-
855
- DeviceTypeWindows?: AccessPropertyValue | string;
856
-
857
- DeviceTypeOsx?: AccessPropertyValue | string;
858
-
859
- DeviceTypeWeb?: AccessPropertyValue | string;
860
-
861
- DeviceTypeIos?: AccessPropertyValue | string;
862
-
863
- DeviceTypeAndroid?: AccessPropertyValue | string;
864
-
865
- DeviceTypeChromeOs?: AccessPropertyValue | string;
866
-
867
- DeviceTypeZeroClient?: AccessPropertyValue | string;
868
-
869
- DeviceTypeLinux?: AccessPropertyValue | string;
870
- }
871
-
872
- export interface WorkspaceDirectory {
873
-
874
- DirectoryId?: string;
875
-
876
- Alias?: string;
877
-
878
- DirectoryName?: string;
879
-
880
- RegistrationCode?: string;
881
-
882
- SubnetIds?: string[];
883
-
884
- DnsIpAddresses?: string[];
885
-
886
- CustomerUserName?: string;
887
-
888
- IamRoleId?: string;
889
-
890
- DirectoryType?: WorkspaceDirectoryType | string;
891
-
892
- WorkspaceSecurityGroupId?: string;
893
-
894
- State?: WorkspaceDirectoryState | string;
895
-
896
- WorkspaceCreationProperties?: DefaultWorkspaceCreationProperties;
897
-
898
- ipGroupIds?: string[];
899
-
900
- WorkspaceAccessProperties?: WorkspaceAccessProperties;
901
-
902
- Tenancy?: Tenancy | string;
903
-
904
- SelfservicePermissions?: SelfservicePermissions;
905
-
906
- SamlProperties?: SamlProperties;
907
- }
908
- export interface DescribeWorkspaceDirectoriesResult {
909
-
910
- Directories?: WorkspaceDirectory[];
911
-
912
- NextToken?: string;
913
- }
914
- export interface DescribeWorkspaceImagePermissionsRequest {
915
-
916
- ImageId: string | undefined;
917
-
918
- NextToken?: string;
919
-
920
- MaxResults?: number;
921
- }
922
-
923
- export interface ImagePermission {
924
-
925
- SharedAccountId?: string;
926
- }
927
- export interface DescribeWorkspaceImagePermissionsResult {
928
-
929
- ImageId?: string;
930
-
931
- ImagePermissions?: ImagePermission[];
932
-
933
- NextToken?: string;
934
- }
935
- export declare enum ImageType {
936
- OWNED = "OWNED",
937
- SHARED = "SHARED"
938
- }
939
- export interface DescribeWorkspaceImagesRequest {
940
-
941
- ImageIds?: string[];
942
-
943
- ImageType?: ImageType | string;
944
-
945
- NextToken?: string;
946
-
947
- MaxResults?: number;
948
- }
949
-
950
- export interface UpdateResult {
951
-
952
- UpdateAvailable?: boolean;
953
-
954
- Description?: string;
955
- }
956
-
957
- export interface WorkspaceImage {
958
-
959
- ImageId?: string;
960
-
961
- Name?: string;
962
-
963
- Description?: string;
964
-
965
- OperatingSystem?: OperatingSystem;
966
-
967
- State?: WorkspaceImageState | string;
968
-
969
- RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
970
-
971
- ErrorCode?: string;
972
-
973
- ErrorMessage?: string;
974
-
975
- Created?: Date;
976
-
977
- OwnerAccountId?: string;
978
-
979
- Updates?: UpdateResult;
980
- }
981
- export interface DescribeWorkspaceImagesResult {
982
-
983
- Images?: WorkspaceImage[];
984
-
985
- NextToken?: string;
986
- }
987
- export interface DescribeWorkspacesRequest {
988
-
989
- WorkspaceIds?: string[];
990
-
991
- DirectoryId?: string;
992
-
993
- UserName?: string;
994
-
995
- BundleId?: string;
996
-
997
- Limit?: number;
998
-
999
- NextToken?: string;
1000
- }
1001
- export interface DescribeWorkspacesResult {
1002
-
1003
- Workspaces?: Workspace[];
1004
-
1005
- NextToken?: string;
1006
- }
1007
- export interface DescribeWorkspacesConnectionStatusRequest {
1008
-
1009
- WorkspaceIds?: string[];
1010
-
1011
- NextToken?: string;
1012
- }
1013
-
1014
- export interface WorkspaceConnectionStatus {
1015
-
1016
- WorkspaceId?: string;
1017
-
1018
- ConnectionState?: ConnectionState | string;
1019
-
1020
- ConnectionStateCheckTimestamp?: Date;
1021
-
1022
- LastKnownUserConnectionTimestamp?: Date;
1023
- }
1024
- export interface DescribeWorkspacesConnectionStatusResult {
1025
-
1026
- WorkspacesConnectionStatus?: WorkspaceConnectionStatus[];
1027
-
1028
- NextToken?: string;
1029
- }
1030
- export interface DescribeWorkspaceSnapshotsRequest {
1031
-
1032
- WorkspaceId: string | undefined;
1033
- }
1034
-
1035
- export interface Snapshot {
1036
-
1037
- SnapshotTime?: Date;
1038
- }
1039
- export interface DescribeWorkspaceSnapshotsResult {
1040
-
1041
- RebuildSnapshots?: Snapshot[];
1042
-
1043
- RestoreSnapshots?: Snapshot[];
1044
- }
1045
- export interface DisassociateConnectionAliasRequest {
1046
-
1047
- AliasId: string | undefined;
1048
- }
1049
- export interface DisassociateConnectionAliasResult {
1050
- }
1051
- export interface DisassociateIpGroupsRequest {
1052
-
1053
- DirectoryId: string | undefined;
1054
-
1055
- GroupIds: string[] | undefined;
1056
- }
1057
- export interface DisassociateIpGroupsResult {
1058
- }
1059
-
1060
- export interface FailedWorkspaceChangeRequest {
1061
-
1062
- WorkspaceId?: string;
1063
-
1064
- ErrorCode?: string;
1065
-
1066
- ErrorMessage?: string;
1067
- }
1068
-
1069
- export interface IosImportClientBrandingAttributes {
1070
-
1071
- Logo?: Uint8Array;
1072
-
1073
- Logo2x?: Uint8Array;
1074
-
1075
- Logo3x?: Uint8Array;
1076
-
1077
- SupportEmail?: string;
1078
-
1079
- SupportLink?: string;
1080
-
1081
- ForgotPasswordLink?: string;
1082
-
1083
- LoginMessage?: Record<string, string>;
1084
- }
1085
- export interface ImportClientBrandingRequest {
1086
-
1087
- ResourceId: string | undefined;
1088
-
1089
- DeviceTypeWindows?: DefaultImportClientBrandingAttributes;
1090
-
1091
- DeviceTypeOsx?: DefaultImportClientBrandingAttributes;
1092
-
1093
- DeviceTypeAndroid?: DefaultImportClientBrandingAttributes;
1094
-
1095
- DeviceTypeIos?: IosImportClientBrandingAttributes;
1096
-
1097
- DeviceTypeLinux?: DefaultImportClientBrandingAttributes;
1098
-
1099
- DeviceTypeWeb?: DefaultImportClientBrandingAttributes;
1100
- }
1101
- export interface ImportClientBrandingResult {
1102
-
1103
- DeviceTypeWindows?: DefaultClientBrandingAttributes;
1104
-
1105
- DeviceTypeOsx?: DefaultClientBrandingAttributes;
1106
-
1107
- DeviceTypeAndroid?: DefaultClientBrandingAttributes;
1108
-
1109
- DeviceTypeIos?: IosClientBrandingAttributes;
1110
-
1111
- DeviceTypeLinux?: DefaultClientBrandingAttributes;
1112
-
1113
- DeviceTypeWeb?: DefaultClientBrandingAttributes;
1114
- }
1115
- export declare enum WorkspaceImageIngestionProcess {
1116
- BYOL_GRAPHICS = "BYOL_GRAPHICS",
1117
- BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
1118
- BYOL_GRAPHICS_G4DN = "BYOL_GRAPHICS_G4DN",
1119
- BYOL_REGULAR = "BYOL_REGULAR",
1120
- BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP"
1121
- }
1122
- export interface ImportWorkspaceImageRequest {
1123
-
1124
- Ec2ImageId: string | undefined;
1125
-
1126
- IngestionProcess: WorkspaceImageIngestionProcess | string | undefined;
1127
-
1128
- ImageName: string | undefined;
1129
-
1130
- ImageDescription: string | undefined;
1131
-
1132
- Tags?: Tag[];
1133
-
1134
- Applications?: (Application | string)[];
1135
- }
1136
- export interface ImportWorkspaceImageResult {
1137
-
1138
- ImageId?: string;
1139
- }
1140
- export interface ListAvailableManagementCidrRangesRequest {
1141
-
1142
- ManagementCidrRangeConstraint: string | undefined;
1143
-
1144
- MaxResults?: number;
1145
-
1146
- NextToken?: string;
1147
- }
1148
- export interface ListAvailableManagementCidrRangesResult {
1149
-
1150
- ManagementCidrRanges?: string[];
1151
-
1152
- NextToken?: string;
1153
- }
1154
- export interface MigrateWorkspaceRequest {
1155
-
1156
- SourceWorkspaceId: string | undefined;
1157
-
1158
- BundleId: string | undefined;
1159
- }
1160
- export interface MigrateWorkspaceResult {
1161
-
1162
- SourceWorkspaceId?: string;
1163
-
1164
- TargetWorkspaceId?: string;
1165
- }
1166
-
1167
- export declare class OperationInProgressException extends __BaseException {
1168
- readonly name: "OperationInProgressException";
1169
- readonly $fault: "client";
1170
-
1171
- constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
1172
- }
1173
- export interface ModifyAccountRequest {
1174
-
1175
- DedicatedTenancySupport?: DedicatedTenancySupportEnum | string;
1176
-
1177
- DedicatedTenancyManagementCidrRange?: string;
1178
- }
1179
- export interface ModifyAccountResult {
1180
- }
1181
- export interface ModifyClientPropertiesRequest {
1182
-
1183
- ResourceId: string | undefined;
1184
-
1185
- ClientProperties: ClientProperties | undefined;
1186
- }
1187
- export interface ModifyClientPropertiesResult {
1188
- }
1189
- export interface ModifySamlPropertiesRequest {
1190
-
1191
- ResourceId: string | undefined;
1192
-
1193
- SamlProperties?: SamlProperties;
1194
-
1195
- PropertiesToDelete?: (DeletableSamlProperty | string)[];
1196
- }
1197
- export interface ModifySamlPropertiesResult {
1198
- }
1199
- export interface ModifySelfservicePermissionsRequest {
1200
-
1201
- ResourceId: string | undefined;
1202
-
1203
- SelfservicePermissions: SelfservicePermissions | undefined;
1204
- }
1205
- export interface ModifySelfservicePermissionsResult {
1206
- }
1207
- export interface ModifyWorkspaceAccessPropertiesRequest {
1208
-
1209
- ResourceId: string | undefined;
1210
-
1211
- WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
1212
- }
1213
- export interface ModifyWorkspaceAccessPropertiesResult {
1214
- }
1215
-
1216
- export interface WorkspaceCreationProperties {
1217
-
1218
- EnableWorkDocs?: boolean;
1219
-
1220
- EnableInternetAccess?: boolean;
1221
-
1222
- DefaultOu?: string;
1223
-
1224
- CustomSecurityGroupId?: string;
1225
-
1226
- UserEnabledAsLocalAdministrator?: boolean;
1227
-
1228
- EnableMaintenanceMode?: boolean;
1229
- }
1230
- export interface ModifyWorkspaceCreationPropertiesRequest {
1231
-
1232
- ResourceId: string | undefined;
1233
-
1234
- WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
1235
- }
1236
- export interface ModifyWorkspaceCreationPropertiesResult {
1237
- }
1238
- export interface ModifyWorkspacePropertiesRequest {
1239
-
1240
- WorkspaceId: string | undefined;
1241
-
1242
- WorkspaceProperties: WorkspaceProperties | undefined;
1243
- }
1244
- export interface ModifyWorkspacePropertiesResult {
1245
- }
1246
-
1247
- export declare class UnsupportedWorkspaceConfigurationException extends __BaseException {
1248
- readonly name: "UnsupportedWorkspaceConfigurationException";
1249
- readonly $fault: "client";
1250
-
1251
- constructor(opts: __ExceptionOptionType<UnsupportedWorkspaceConfigurationException, __BaseException>);
1252
- }
1253
- export declare enum TargetWorkspaceState {
1254
- ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
1255
- AVAILABLE = "AVAILABLE"
1256
- }
1257
- export interface ModifyWorkspaceStateRequest {
1258
-
1259
- WorkspaceId: string | undefined;
1260
-
1261
- WorkspaceState: TargetWorkspaceState | string | undefined;
1262
- }
1263
- export interface ModifyWorkspaceStateResult {
1264
- }
1265
-
1266
- export interface RebootRequest {
1267
-
1268
- WorkspaceId: string | undefined;
1269
- }
1270
- export interface RebootWorkspacesRequest {
1271
-
1272
- RebootWorkspaceRequests: RebootRequest[] | undefined;
1273
- }
1274
- export interface RebootWorkspacesResult {
1275
-
1276
- FailedRequests?: FailedWorkspaceChangeRequest[];
1277
- }
1278
-
1279
- export interface RebuildRequest {
1280
-
1281
- WorkspaceId: string | undefined;
1282
- }
1283
- export interface RebuildWorkspacesRequest {
1284
-
1285
- RebuildWorkspaceRequests: RebuildRequest[] | undefined;
1286
- }
1287
- export interface RebuildWorkspacesResult {
1288
-
1289
- FailedRequests?: FailedWorkspaceChangeRequest[];
1290
- }
1291
- export interface RegisterWorkspaceDirectoryRequest {
1292
-
1293
- DirectoryId: string | undefined;
1294
-
1295
- SubnetIds?: string[];
1296
-
1297
- EnableWorkDocs: boolean | undefined;
1298
-
1299
- EnableSelfService?: boolean;
1300
-
1301
- Tenancy?: Tenancy | string;
1302
-
1303
- Tags?: Tag[];
1304
- }
1305
- export interface RegisterWorkspaceDirectoryResult {
1306
- }
1307
-
1308
- export declare class UnsupportedNetworkConfigurationException extends __BaseException {
1309
- readonly name: "UnsupportedNetworkConfigurationException";
1310
- readonly $fault: "client";
1311
-
1312
- constructor(opts: __ExceptionOptionType<UnsupportedNetworkConfigurationException, __BaseException>);
1313
- }
1314
-
1315
- export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
1316
- readonly name: "WorkspacesDefaultRoleNotFoundException";
1317
- readonly $fault: "client";
1318
-
1319
- constructor(opts: __ExceptionOptionType<WorkspacesDefaultRoleNotFoundException, __BaseException>);
1320
- }
1321
- export interface RestoreWorkspaceRequest {
1322
-
1323
- WorkspaceId: string | undefined;
1324
- }
1325
- export interface RestoreWorkspaceResult {
1326
- }
1327
- export interface RevokeIpRulesRequest {
1328
-
1329
- GroupId: string | undefined;
1330
-
1331
- UserRules: string[] | undefined;
1332
- }
1333
- export interface RevokeIpRulesResult {
1334
- }
1335
-
1336
- export interface StartRequest {
1337
-
1338
- WorkspaceId?: string;
1339
- }
1340
- export interface StartWorkspacesRequest {
1341
-
1342
- StartWorkspaceRequests: StartRequest[] | undefined;
1343
- }
1344
- export interface StartWorkspacesResult {
1345
-
1346
- FailedRequests?: FailedWorkspaceChangeRequest[];
1347
- }
1348
-
1349
- export interface StopRequest {
1350
-
1351
- WorkspaceId?: string;
1352
- }
1353
- export interface StopWorkspacesRequest {
1354
-
1355
- StopWorkspaceRequests: StopRequest[] | undefined;
1356
- }
1357
- export interface StopWorkspacesResult {
1358
-
1359
- FailedRequests?: FailedWorkspaceChangeRequest[];
1360
- }
1361
-
1362
- export interface TerminateRequest {
1363
-
1364
- WorkspaceId: string | undefined;
1365
- }
1366
- export interface TerminateWorkspacesRequest {
1367
-
1368
- TerminateWorkspaceRequests: TerminateRequest[] | undefined;
1369
- }
1370
- export interface TerminateWorkspacesResult {
1371
-
1372
- FailedRequests?: FailedWorkspaceChangeRequest[];
1373
- }
1374
- export interface UpdateConnectClientAddInRequest {
1375
-
1376
- AddInId: string | undefined;
1377
-
1378
- ResourceId: string | undefined;
1379
-
1380
- Name?: string;
1381
-
1382
- URL?: string;
1383
- }
1384
- export interface UpdateConnectClientAddInResult {
1385
- }
1386
- export interface UpdateConnectionAliasPermissionRequest {
1387
-
1388
- AliasId: string | undefined;
1389
-
1390
- ConnectionAliasPermission: ConnectionAliasPermission | undefined;
1391
- }
1392
- export interface UpdateConnectionAliasPermissionResult {
1393
- }
1394
- export interface UpdateRulesOfIpGroupRequest {
1395
-
1396
- GroupId: string | undefined;
1397
-
1398
- UserRules: IpRuleItem[] | undefined;
1399
- }
1400
- export interface UpdateRulesOfIpGroupResult {
1401
- }
1402
- export interface UpdateWorkspaceBundleRequest {
1403
-
1404
- BundleId?: string;
1405
-
1406
- ImageId?: string;
1407
- }
1408
- export interface UpdateWorkspaceBundleResult {
1409
- }
1410
- export interface UpdateWorkspaceImagePermissionRequest {
1411
-
1412
- ImageId: string | undefined;
1413
-
1414
- AllowCopyImage: boolean | undefined;
1415
-
1416
- SharedAccountId: string | undefined;
1417
- }
1418
- export interface UpdateWorkspaceImagePermissionResult {
1419
- }
1420
-
1421
- export declare const AccountModificationFilterSensitiveLog: (obj: AccountModification) => any;
1422
-
1423
- export declare const AssociateConnectionAliasRequestFilterSensitiveLog: (obj: AssociateConnectionAliasRequest) => any;
1424
-
1425
- export declare const AssociateConnectionAliasResultFilterSensitiveLog: (obj: AssociateConnectionAliasResult) => any;
1426
-
1427
- export declare const AssociateIpGroupsRequestFilterSensitiveLog: (obj: AssociateIpGroupsRequest) => any;
1428
-
1429
- export declare const AssociateIpGroupsResultFilterSensitiveLog: (obj: AssociateIpGroupsResult) => any;
1430
-
1431
- export declare const IpRuleItemFilterSensitiveLog: (obj: IpRuleItem) => any;
1432
-
1433
- export declare const AuthorizeIpRulesRequestFilterSensitiveLog: (obj: AuthorizeIpRulesRequest) => any;
1434
-
1435
- export declare const AuthorizeIpRulesResultFilterSensitiveLog: (obj: AuthorizeIpRulesResult) => any;
1436
-
1437
- export declare const ComputeTypeFilterSensitiveLog: (obj: ComputeType) => any;
1438
-
1439
- export declare const RootStorageFilterSensitiveLog: (obj: RootStorage) => any;
1440
-
1441
- export declare const UserStorageFilterSensitiveLog: (obj: UserStorage) => any;
1442
-
1443
- export declare const WorkspaceBundleFilterSensitiveLog: (obj: WorkspaceBundle) => any;
1444
-
1445
- export declare const ClientPropertiesFilterSensitiveLog: (obj: ClientProperties) => any;
1446
-
1447
- export declare const ClientPropertiesResultFilterSensitiveLog: (obj: ClientPropertiesResult) => any;
1448
-
1449
- export declare const ConnectClientAddInFilterSensitiveLog: (obj: ConnectClientAddIn) => any;
1450
-
1451
- export declare const ConnectionAliasAssociationFilterSensitiveLog: (obj: ConnectionAliasAssociation) => any;
1452
-
1453
- export declare const ConnectionAliasFilterSensitiveLog: (obj: ConnectionAlias) => any;
1454
-
1455
- export declare const ConnectionAliasPermissionFilterSensitiveLog: (obj: ConnectionAliasPermission) => any;
1456
-
1457
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1458
-
1459
- export declare const CopyWorkspaceImageRequestFilterSensitiveLog: (obj: CopyWorkspaceImageRequest) => any;
1460
-
1461
- export declare const CopyWorkspaceImageResultFilterSensitiveLog: (obj: CopyWorkspaceImageResult) => any;
1462
-
1463
- export declare const CreateConnectClientAddInRequestFilterSensitiveLog: (obj: CreateConnectClientAddInRequest) => any;
1464
-
1465
- export declare const CreateConnectClientAddInResultFilterSensitiveLog: (obj: CreateConnectClientAddInResult) => any;
1466
-
1467
- export declare const CreateConnectionAliasRequestFilterSensitiveLog: (obj: CreateConnectionAliasRequest) => any;
1468
-
1469
- export declare const CreateConnectionAliasResultFilterSensitiveLog: (obj: CreateConnectionAliasResult) => any;
1470
-
1471
- export declare const CreateIpGroupRequestFilterSensitiveLog: (obj: CreateIpGroupRequest) => any;
1472
-
1473
- export declare const CreateIpGroupResultFilterSensitiveLog: (obj: CreateIpGroupResult) => any;
1474
-
1475
- export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
1476
-
1477
- export declare const CreateTagsResultFilterSensitiveLog: (obj: CreateTagsResult) => any;
1478
-
1479
- export declare const CreateUpdatedWorkspaceImageRequestFilterSensitiveLog: (obj: CreateUpdatedWorkspaceImageRequest) => any;
1480
-
1481
- export declare const CreateUpdatedWorkspaceImageResultFilterSensitiveLog: (obj: CreateUpdatedWorkspaceImageResult) => any;
1482
-
1483
- export declare const CreateWorkspaceBundleRequestFilterSensitiveLog: (obj: CreateWorkspaceBundleRequest) => any;
1484
-
1485
- export declare const CreateWorkspaceBundleResultFilterSensitiveLog: (obj: CreateWorkspaceBundleResult) => any;
1486
-
1487
- export declare const CreateWorkspaceImageRequestFilterSensitiveLog: (obj: CreateWorkspaceImageRequest) => any;
1488
-
1489
- export declare const OperatingSystemFilterSensitiveLog: (obj: OperatingSystem) => any;
1490
-
1491
- export declare const CreateWorkspaceImageResultFilterSensitiveLog: (obj: CreateWorkspaceImageResult) => any;
1492
-
1493
- export declare const WorkspacePropertiesFilterSensitiveLog: (obj: WorkspaceProperties) => any;
1494
-
1495
- export declare const WorkspaceRequestFilterSensitiveLog: (obj: WorkspaceRequest) => any;
1496
-
1497
- export declare const CreateWorkspacesRequestFilterSensitiveLog: (obj: CreateWorkspacesRequest) => any;
1498
-
1499
- export declare const FailedCreateWorkspaceRequestFilterSensitiveLog: (obj: FailedCreateWorkspaceRequest) => any;
1500
-
1501
- export declare const ModificationStateFilterSensitiveLog: (obj: ModificationState) => any;
1502
-
1503
- export declare const WorkspaceFilterSensitiveLog: (obj: Workspace) => any;
1504
-
1505
- export declare const CreateWorkspacesResultFilterSensitiveLog: (obj: CreateWorkspacesResult) => any;
1506
-
1507
- export declare const DefaultClientBrandingAttributesFilterSensitiveLog: (obj: DefaultClientBrandingAttributes) => any;
1508
-
1509
- export declare const DefaultImportClientBrandingAttributesFilterSensitiveLog: (obj: DefaultImportClientBrandingAttributes) => any;
1510
-
1511
- export declare const DefaultWorkspaceCreationPropertiesFilterSensitiveLog: (obj: DefaultWorkspaceCreationProperties) => any;
1512
-
1513
- export declare const DeleteClientBrandingRequestFilterSensitiveLog: (obj: DeleteClientBrandingRequest) => any;
1514
-
1515
- export declare const DeleteClientBrandingResultFilterSensitiveLog: (obj: DeleteClientBrandingResult) => any;
1516
-
1517
- export declare const DeleteConnectClientAddInRequestFilterSensitiveLog: (obj: DeleteConnectClientAddInRequest) => any;
1518
-
1519
- export declare const DeleteConnectClientAddInResultFilterSensitiveLog: (obj: DeleteConnectClientAddInResult) => any;
1520
-
1521
- export declare const DeleteConnectionAliasRequestFilterSensitiveLog: (obj: DeleteConnectionAliasRequest) => any;
1522
-
1523
- export declare const DeleteConnectionAliasResultFilterSensitiveLog: (obj: DeleteConnectionAliasResult) => any;
1524
-
1525
- export declare const DeleteIpGroupRequestFilterSensitiveLog: (obj: DeleteIpGroupRequest) => any;
1526
-
1527
- export declare const DeleteIpGroupResultFilterSensitiveLog: (obj: DeleteIpGroupResult) => any;
1528
-
1529
- export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
1530
-
1531
- export declare const DeleteTagsResultFilterSensitiveLog: (obj: DeleteTagsResult) => any;
1532
-
1533
- export declare const DeleteWorkspaceBundleRequestFilterSensitiveLog: (obj: DeleteWorkspaceBundleRequest) => any;
1534
-
1535
- export declare const DeleteWorkspaceBundleResultFilterSensitiveLog: (obj: DeleteWorkspaceBundleResult) => any;
1536
-
1537
- export declare const DeleteWorkspaceImageRequestFilterSensitiveLog: (obj: DeleteWorkspaceImageRequest) => any;
1538
-
1539
- export declare const DeleteWorkspaceImageResultFilterSensitiveLog: (obj: DeleteWorkspaceImageResult) => any;
1540
-
1541
- export declare const DeregisterWorkspaceDirectoryRequestFilterSensitiveLog: (obj: DeregisterWorkspaceDirectoryRequest) => any;
1542
-
1543
- export declare const DeregisterWorkspaceDirectoryResultFilterSensitiveLog: (obj: DeregisterWorkspaceDirectoryResult) => any;
1544
-
1545
- export declare const DescribeAccountRequestFilterSensitiveLog: (obj: DescribeAccountRequest) => any;
1546
-
1547
- export declare const DescribeAccountResultFilterSensitiveLog: (obj: DescribeAccountResult) => any;
1548
-
1549
- export declare const DescribeAccountModificationsRequestFilterSensitiveLog: (obj: DescribeAccountModificationsRequest) => any;
1550
-
1551
- export declare const DescribeAccountModificationsResultFilterSensitiveLog: (obj: DescribeAccountModificationsResult) => any;
1552
-
1553
- export declare const DescribeClientBrandingRequestFilterSensitiveLog: (obj: DescribeClientBrandingRequest) => any;
1554
-
1555
- export declare const IosClientBrandingAttributesFilterSensitiveLog: (obj: IosClientBrandingAttributes) => any;
1556
-
1557
- export declare const DescribeClientBrandingResultFilterSensitiveLog: (obj: DescribeClientBrandingResult) => any;
1558
-
1559
- export declare const DescribeClientPropertiesRequestFilterSensitiveLog: (obj: DescribeClientPropertiesRequest) => any;
1560
-
1561
- export declare const DescribeClientPropertiesResultFilterSensitiveLog: (obj: DescribeClientPropertiesResult) => any;
1562
-
1563
- export declare const DescribeConnectClientAddInsRequestFilterSensitiveLog: (obj: DescribeConnectClientAddInsRequest) => any;
1564
-
1565
- export declare const DescribeConnectClientAddInsResultFilterSensitiveLog: (obj: DescribeConnectClientAddInsResult) => any;
1566
-
1567
- export declare const DescribeConnectionAliasesRequestFilterSensitiveLog: (obj: DescribeConnectionAliasesRequest) => any;
1568
-
1569
- export declare const DescribeConnectionAliasesResultFilterSensitiveLog: (obj: DescribeConnectionAliasesResult) => any;
1570
-
1571
- export declare const DescribeConnectionAliasPermissionsRequestFilterSensitiveLog: (obj: DescribeConnectionAliasPermissionsRequest) => any;
1572
-
1573
- export declare const DescribeConnectionAliasPermissionsResultFilterSensitiveLog: (obj: DescribeConnectionAliasPermissionsResult) => any;
1574
-
1575
- export declare const DescribeIpGroupsRequestFilterSensitiveLog: (obj: DescribeIpGroupsRequest) => any;
1576
-
1577
- export declare const WorkspacesIpGroupFilterSensitiveLog: (obj: WorkspacesIpGroup) => any;
1578
-
1579
- export declare const DescribeIpGroupsResultFilterSensitiveLog: (obj: DescribeIpGroupsResult) => any;
1580
-
1581
- export declare const DescribeTagsRequestFilterSensitiveLog: (obj: DescribeTagsRequest) => any;
1582
-
1583
- export declare const DescribeTagsResultFilterSensitiveLog: (obj: DescribeTagsResult) => any;
1584
-
1585
- export declare const DescribeWorkspaceBundlesRequestFilterSensitiveLog: (obj: DescribeWorkspaceBundlesRequest) => any;
1586
-
1587
- export declare const DescribeWorkspaceBundlesResultFilterSensitiveLog: (obj: DescribeWorkspaceBundlesResult) => any;
1588
-
1589
- export declare const DescribeWorkspaceDirectoriesRequestFilterSensitiveLog: (obj: DescribeWorkspaceDirectoriesRequest) => any;
1590
-
1591
- export declare const SamlPropertiesFilterSensitiveLog: (obj: SamlProperties) => any;
1592
-
1593
- export declare const SelfservicePermissionsFilterSensitiveLog: (obj: SelfservicePermissions) => any;
1594
-
1595
- export declare const WorkspaceAccessPropertiesFilterSensitiveLog: (obj: WorkspaceAccessProperties) => any;
1596
-
1597
- export declare const WorkspaceDirectoryFilterSensitiveLog: (obj: WorkspaceDirectory) => any;
1598
-
1599
- export declare const DescribeWorkspaceDirectoriesResultFilterSensitiveLog: (obj: DescribeWorkspaceDirectoriesResult) => any;
1600
-
1601
- export declare const DescribeWorkspaceImagePermissionsRequestFilterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsRequest) => any;
1602
-
1603
- export declare const ImagePermissionFilterSensitiveLog: (obj: ImagePermission) => any;
1604
-
1605
- export declare const DescribeWorkspaceImagePermissionsResultFilterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsResult) => any;
1606
-
1607
- export declare const DescribeWorkspaceImagesRequestFilterSensitiveLog: (obj: DescribeWorkspaceImagesRequest) => any;
1608
-
1609
- export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
1610
-
1611
- export declare const WorkspaceImageFilterSensitiveLog: (obj: WorkspaceImage) => any;
1612
-
1613
- export declare const DescribeWorkspaceImagesResultFilterSensitiveLog: (obj: DescribeWorkspaceImagesResult) => any;
1614
-
1615
- export declare const DescribeWorkspacesRequestFilterSensitiveLog: (obj: DescribeWorkspacesRequest) => any;
1616
-
1617
- export declare const DescribeWorkspacesResultFilterSensitiveLog: (obj: DescribeWorkspacesResult) => any;
1618
-
1619
- export declare const DescribeWorkspacesConnectionStatusRequestFilterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusRequest) => any;
1620
-
1621
- export declare const WorkspaceConnectionStatusFilterSensitiveLog: (obj: WorkspaceConnectionStatus) => any;
1622
-
1623
- export declare const DescribeWorkspacesConnectionStatusResultFilterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusResult) => any;
1624
-
1625
- export declare const DescribeWorkspaceSnapshotsRequestFilterSensitiveLog: (obj: DescribeWorkspaceSnapshotsRequest) => any;
1626
-
1627
- export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
1628
-
1629
- export declare const DescribeWorkspaceSnapshotsResultFilterSensitiveLog: (obj: DescribeWorkspaceSnapshotsResult) => any;
1630
-
1631
- export declare const DisassociateConnectionAliasRequestFilterSensitiveLog: (obj: DisassociateConnectionAliasRequest) => any;
1632
-
1633
- export declare const DisassociateConnectionAliasResultFilterSensitiveLog: (obj: DisassociateConnectionAliasResult) => any;
1634
-
1635
- export declare const DisassociateIpGroupsRequestFilterSensitiveLog: (obj: DisassociateIpGroupsRequest) => any;
1636
-
1637
- export declare const DisassociateIpGroupsResultFilterSensitiveLog: (obj: DisassociateIpGroupsResult) => any;
1638
-
1639
- export declare const FailedWorkspaceChangeRequestFilterSensitiveLog: (obj: FailedWorkspaceChangeRequest) => any;
1640
-
1641
- export declare const IosImportClientBrandingAttributesFilterSensitiveLog: (obj: IosImportClientBrandingAttributes) => any;
1642
-
1643
- export declare const ImportClientBrandingRequestFilterSensitiveLog: (obj: ImportClientBrandingRequest) => any;
1644
-
1645
- export declare const ImportClientBrandingResultFilterSensitiveLog: (obj: ImportClientBrandingResult) => any;
1646
-
1647
- export declare const ImportWorkspaceImageRequestFilterSensitiveLog: (obj: ImportWorkspaceImageRequest) => any;
1648
-
1649
- export declare const ImportWorkspaceImageResultFilterSensitiveLog: (obj: ImportWorkspaceImageResult) => any;
1650
-
1651
- export declare const ListAvailableManagementCidrRangesRequestFilterSensitiveLog: (obj: ListAvailableManagementCidrRangesRequest) => any;
1652
-
1653
- export declare const ListAvailableManagementCidrRangesResultFilterSensitiveLog: (obj: ListAvailableManagementCidrRangesResult) => any;
1654
-
1655
- export declare const MigrateWorkspaceRequestFilterSensitiveLog: (obj: MigrateWorkspaceRequest) => any;
1656
-
1657
- export declare const MigrateWorkspaceResultFilterSensitiveLog: (obj: MigrateWorkspaceResult) => any;
1658
-
1659
- export declare const ModifyAccountRequestFilterSensitiveLog: (obj: ModifyAccountRequest) => any;
1660
-
1661
- export declare const ModifyAccountResultFilterSensitiveLog: (obj: ModifyAccountResult) => any;
1662
-
1663
- export declare const ModifyClientPropertiesRequestFilterSensitiveLog: (obj: ModifyClientPropertiesRequest) => any;
1664
-
1665
- export declare const ModifyClientPropertiesResultFilterSensitiveLog: (obj: ModifyClientPropertiesResult) => any;
1666
-
1667
- export declare const ModifySamlPropertiesRequestFilterSensitiveLog: (obj: ModifySamlPropertiesRequest) => any;
1668
-
1669
- export declare const ModifySamlPropertiesResultFilterSensitiveLog: (obj: ModifySamlPropertiesResult) => any;
1670
-
1671
- export declare const ModifySelfservicePermissionsRequestFilterSensitiveLog: (obj: ModifySelfservicePermissionsRequest) => any;
1672
-
1673
- export declare const ModifySelfservicePermissionsResultFilterSensitiveLog: (obj: ModifySelfservicePermissionsResult) => any;
1674
-
1675
- export declare const ModifyWorkspaceAccessPropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesRequest) => any;
1676
-
1677
- export declare const ModifyWorkspaceAccessPropertiesResultFilterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesResult) => any;
1678
-
1679
- export declare const WorkspaceCreationPropertiesFilterSensitiveLog: (obj: WorkspaceCreationProperties) => any;
1680
-
1681
- export declare const ModifyWorkspaceCreationPropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesRequest) => any;
1682
-
1683
- export declare const ModifyWorkspaceCreationPropertiesResultFilterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesResult) => any;
1684
-
1685
- export declare const ModifyWorkspacePropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspacePropertiesRequest) => any;
1686
-
1687
- export declare const ModifyWorkspacePropertiesResultFilterSensitiveLog: (obj: ModifyWorkspacePropertiesResult) => any;
1688
-
1689
- export declare const ModifyWorkspaceStateRequestFilterSensitiveLog: (obj: ModifyWorkspaceStateRequest) => any;
1690
-
1691
- export declare const ModifyWorkspaceStateResultFilterSensitiveLog: (obj: ModifyWorkspaceStateResult) => any;
1692
-
1693
- export declare const RebootRequestFilterSensitiveLog: (obj: RebootRequest) => any;
1694
-
1695
- export declare const RebootWorkspacesRequestFilterSensitiveLog: (obj: RebootWorkspacesRequest) => any;
1696
-
1697
- export declare const RebootWorkspacesResultFilterSensitiveLog: (obj: RebootWorkspacesResult) => any;
1698
-
1699
- export declare const RebuildRequestFilterSensitiveLog: (obj: RebuildRequest) => any;
1700
-
1701
- export declare const RebuildWorkspacesRequestFilterSensitiveLog: (obj: RebuildWorkspacesRequest) => any;
1702
-
1703
- export declare const RebuildWorkspacesResultFilterSensitiveLog: (obj: RebuildWorkspacesResult) => any;
1704
-
1705
- export declare const RegisterWorkspaceDirectoryRequestFilterSensitiveLog: (obj: RegisterWorkspaceDirectoryRequest) => any;
1706
-
1707
- export declare const RegisterWorkspaceDirectoryResultFilterSensitiveLog: (obj: RegisterWorkspaceDirectoryResult) => any;
1708
-
1709
- export declare const RestoreWorkspaceRequestFilterSensitiveLog: (obj: RestoreWorkspaceRequest) => any;
1710
-
1711
- export declare const RestoreWorkspaceResultFilterSensitiveLog: (obj: RestoreWorkspaceResult) => any;
1712
-
1713
- export declare const RevokeIpRulesRequestFilterSensitiveLog: (obj: RevokeIpRulesRequest) => any;
1714
-
1715
- export declare const RevokeIpRulesResultFilterSensitiveLog: (obj: RevokeIpRulesResult) => any;
1716
-
1717
- export declare const StartRequestFilterSensitiveLog: (obj: StartRequest) => any;
1718
-
1719
- export declare const StartWorkspacesRequestFilterSensitiveLog: (obj: StartWorkspacesRequest) => any;
1720
-
1721
- export declare const StartWorkspacesResultFilterSensitiveLog: (obj: StartWorkspacesResult) => any;
1722
-
1723
- export declare const StopRequestFilterSensitiveLog: (obj: StopRequest) => any;
1724
-
1725
- export declare const StopWorkspacesRequestFilterSensitiveLog: (obj: StopWorkspacesRequest) => any;
1726
-
1727
- export declare const StopWorkspacesResultFilterSensitiveLog: (obj: StopWorkspacesResult) => any;
1728
-
1729
- export declare const TerminateRequestFilterSensitiveLog: (obj: TerminateRequest) => any;
1730
-
1731
- export declare const TerminateWorkspacesRequestFilterSensitiveLog: (obj: TerminateWorkspacesRequest) => any;
1732
-
1733
- export declare const TerminateWorkspacesResultFilterSensitiveLog: (obj: TerminateWorkspacesResult) => any;
1734
-
1735
- export declare const UpdateConnectClientAddInRequestFilterSensitiveLog: (obj: UpdateConnectClientAddInRequest) => any;
1736
-
1737
- export declare const UpdateConnectClientAddInResultFilterSensitiveLog: (obj: UpdateConnectClientAddInResult) => any;
1738
-
1739
- export declare const UpdateConnectionAliasPermissionRequestFilterSensitiveLog: (obj: UpdateConnectionAliasPermissionRequest) => any;
1740
-
1741
- export declare const UpdateConnectionAliasPermissionResultFilterSensitiveLog: (obj: UpdateConnectionAliasPermissionResult) => any;
1742
-
1743
- export declare const UpdateRulesOfIpGroupRequestFilterSensitiveLog: (obj: UpdateRulesOfIpGroupRequest) => any;
1744
-
1745
- export declare const UpdateRulesOfIpGroupResultFilterSensitiveLog: (obj: UpdateRulesOfIpGroupResult) => any;
1746
-
1747
- export declare const UpdateWorkspaceBundleRequestFilterSensitiveLog: (obj: UpdateWorkspaceBundleRequest) => any;
1748
-
1749
- export declare const UpdateWorkspaceBundleResultFilterSensitiveLog: (obj: UpdateWorkspaceBundleResult) => any;
1750
-
1751
- export declare const UpdateWorkspaceImagePermissionRequestFilterSensitiveLog: (obj: UpdateWorkspaceImagePermissionRequest) => any;
1752
-
1753
- export declare const UpdateWorkspaceImagePermissionResultFilterSensitiveLog: (obj: UpdateWorkspaceImagePermissionResult) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { WorkSpacesServiceException as __BaseException } from "./WorkSpacesServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export declare enum AccessPropertyValue {
11
+ ALLOW = "ALLOW",
12
+ DENY = "DENY",
13
+ }
14
+ export declare enum DedicatedTenancySupportResultEnum {
15
+ DISABLED = "DISABLED",
16
+ ENABLED = "ENABLED",
17
+ }
18
+ export declare enum DedicatedTenancyModificationStateEnum {
19
+ COMPLETED = "COMPLETED",
20
+ FAILED = "FAILED",
21
+ PENDING = "PENDING",
22
+ }
23
+ export interface AccountModification {
24
+ ModificationState?: DedicatedTenancyModificationStateEnum | string;
25
+ DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
26
+ DedicatedTenancyManagementCidrRange?: string;
27
+ StartTime?: Date;
28
+ ErrorCode?: string;
29
+ ErrorMessage?: string;
30
+ }
31
+ export declare enum Application {
32
+ Microsoft_Office_2016 = "Microsoft_Office_2016",
33
+ Microsoft_Office_2019 = "Microsoft_Office_2019",
34
+ }
35
+ export interface AssociateConnectionAliasRequest {
36
+ AliasId: string | undefined;
37
+ ResourceId: string | undefined;
38
+ }
39
+ export interface AssociateConnectionAliasResult {
40
+ ConnectionIdentifier?: string;
41
+ }
42
+ export declare class InvalidParameterValuesException extends __BaseException {
43
+ readonly name: "InvalidParameterValuesException";
44
+ readonly $fault: "client";
45
+ constructor(
46
+ opts: __ExceptionOptionType<
47
+ InvalidParameterValuesException,
48
+ __BaseException
49
+ >
50
+ );
51
+ }
52
+ export declare class InvalidResourceStateException extends __BaseException {
53
+ readonly name: "InvalidResourceStateException";
54
+ readonly $fault: "client";
55
+ constructor(
56
+ opts: __ExceptionOptionType<InvalidResourceStateException, __BaseException>
57
+ );
58
+ }
59
+ export declare class OperationNotSupportedException extends __BaseException {
60
+ readonly name: "OperationNotSupportedException";
61
+ readonly $fault: "client";
62
+ reason?: string;
63
+ constructor(
64
+ opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>
65
+ );
66
+ }
67
+ export declare class ResourceAssociatedException extends __BaseException {
68
+ readonly name: "ResourceAssociatedException";
69
+ readonly $fault: "client";
70
+ constructor(
71
+ opts: __ExceptionOptionType<ResourceAssociatedException, __BaseException>
72
+ );
73
+ }
74
+ export declare class ResourceNotFoundException extends __BaseException {
75
+ readonly name: "ResourceNotFoundException";
76
+ readonly $fault: "client";
77
+ ResourceId?: string;
78
+ constructor(
79
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
80
+ );
81
+ }
82
+ export interface AssociateIpGroupsRequest {
83
+ DirectoryId: string | undefined;
84
+ GroupIds: string[] | undefined;
85
+ }
86
+ export interface AssociateIpGroupsResult {}
87
+ export declare class ResourceLimitExceededException extends __BaseException {
88
+ readonly name: "ResourceLimitExceededException";
89
+ readonly $fault: "client";
90
+ constructor(
91
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
92
+ );
93
+ }
94
+ export declare enum AssociationStatus {
95
+ ASSOCIATED_WITH_OWNER_ACCOUNT = "ASSOCIATED_WITH_OWNER_ACCOUNT",
96
+ ASSOCIATED_WITH_SHARED_ACCOUNT = "ASSOCIATED_WITH_SHARED_ACCOUNT",
97
+ NOT_ASSOCIATED = "NOT_ASSOCIATED",
98
+ PENDING_ASSOCIATION = "PENDING_ASSOCIATION",
99
+ PENDING_DISASSOCIATION = "PENDING_DISASSOCIATION",
100
+ }
101
+ export interface IpRuleItem {
102
+ ipRule?: string;
103
+ ruleDesc?: string;
104
+ }
105
+ export interface AuthorizeIpRulesRequest {
106
+ GroupId: string | undefined;
107
+ UserRules: IpRuleItem[] | undefined;
108
+ }
109
+ export interface AuthorizeIpRulesResult {}
110
+ export declare enum Compute {
111
+ GRAPHICS = "GRAPHICS",
112
+ GRAPHICSPRO = "GRAPHICSPRO",
113
+ GRAPHICSPRO_G4DN = "GRAPHICSPRO_G4DN",
114
+ GRAPHICS_G4DN = "GRAPHICS_G4DN",
115
+ PERFORMANCE = "PERFORMANCE",
116
+ POWER = "POWER",
117
+ POWERPRO = "POWERPRO",
118
+ STANDARD = "STANDARD",
119
+ VALUE = "VALUE",
120
+ }
121
+ export interface ComputeType {
122
+ Name?: Compute | string;
123
+ }
124
+ export interface RootStorage {
125
+ Capacity?: string;
126
+ }
127
+ export interface UserStorage {
128
+ Capacity?: string;
129
+ }
130
+ export interface WorkspaceBundle {
131
+ BundleId?: string;
132
+ Name?: string;
133
+ Owner?: string;
134
+ Description?: string;
135
+ ImageId?: string;
136
+ RootStorage?: RootStorage;
137
+ UserStorage?: UserStorage;
138
+ ComputeType?: ComputeType;
139
+ LastUpdatedTime?: Date;
140
+ CreationTime?: Date;
141
+ }
142
+ export declare enum ClientDeviceType {
143
+ DEVICE_TYPE_ANDROID = "DeviceTypeAndroid",
144
+ DEVICE_TYPE_IOS = "DeviceTypeIos",
145
+ DEVICE_TYPE_LINUX = "DeviceTypeLinux",
146
+ DEVICE_TYPE_OSX = "DeviceTypeOsx",
147
+ DEVICE_TYPE_WEB = "DeviceTypeWeb",
148
+ DEVICE_TYPE_WINDOWS = "DeviceTypeWindows",
149
+ }
150
+ export declare enum ReconnectEnum {
151
+ DISABLED = "DISABLED",
152
+ ENABLED = "ENABLED",
153
+ }
154
+ export interface ClientProperties {
155
+ ReconnectEnabled?: ReconnectEnum | string;
156
+ }
157
+ export interface ClientPropertiesResult {
158
+ ResourceId?: string;
159
+ ClientProperties?: ClientProperties;
160
+ }
161
+ export interface ConnectClientAddIn {
162
+ AddInId?: string;
163
+ ResourceId?: string;
164
+ Name?: string;
165
+ URL?: string;
166
+ }
167
+ export interface ConnectionAliasAssociation {
168
+ AssociationStatus?: AssociationStatus | string;
169
+ AssociatedAccountId?: string;
170
+ ResourceId?: string;
171
+ ConnectionIdentifier?: string;
172
+ }
173
+ export declare enum ConnectionAliasState {
174
+ CREATED = "CREATED",
175
+ CREATING = "CREATING",
176
+ DELETING = "DELETING",
177
+ }
178
+ export interface ConnectionAlias {
179
+ ConnectionString?: string;
180
+ AliasId?: string;
181
+ State?: ConnectionAliasState | string;
182
+ OwnerAccountId?: string;
183
+ Associations?: ConnectionAliasAssociation[];
184
+ }
185
+ export interface ConnectionAliasPermission {
186
+ SharedAccountId: string | undefined;
187
+ AllowAssociation: boolean | undefined;
188
+ }
189
+ export declare enum ConnectionState {
190
+ CONNECTED = "CONNECTED",
191
+ DISCONNECTED = "DISCONNECTED",
192
+ UNKNOWN = "UNKNOWN",
193
+ }
194
+ export interface Tag {
195
+ Key: string | undefined;
196
+ Value?: string;
197
+ }
198
+ export interface CopyWorkspaceImageRequest {
199
+ Name: string | undefined;
200
+ Description?: string;
201
+ SourceImageId: string | undefined;
202
+ SourceRegion: string | undefined;
203
+ Tags?: Tag[];
204
+ }
205
+ export interface CopyWorkspaceImageResult {
206
+ ImageId?: string;
207
+ }
208
+ export declare class ResourceAlreadyExistsException extends __BaseException {
209
+ readonly name: "ResourceAlreadyExistsException";
210
+ readonly $fault: "client";
211
+ constructor(
212
+ opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
213
+ );
214
+ }
215
+ export declare class ResourceUnavailableException extends __BaseException {
216
+ readonly name: "ResourceUnavailableException";
217
+ readonly $fault: "client";
218
+ ResourceId?: string;
219
+ constructor(
220
+ opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
221
+ );
222
+ }
223
+ export interface CreateConnectClientAddInRequest {
224
+ ResourceId: string | undefined;
225
+ Name: string | undefined;
226
+ URL: string | undefined;
227
+ }
228
+ export interface CreateConnectClientAddInResult {
229
+ AddInId?: string;
230
+ }
231
+ export declare class ResourceCreationFailedException extends __BaseException {
232
+ readonly name: "ResourceCreationFailedException";
233
+ readonly $fault: "client";
234
+ constructor(
235
+ opts: __ExceptionOptionType<
236
+ ResourceCreationFailedException,
237
+ __BaseException
238
+ >
239
+ );
240
+ }
241
+ export interface CreateConnectionAliasRequest {
242
+ ConnectionString: string | undefined;
243
+ Tags?: Tag[];
244
+ }
245
+ export interface CreateConnectionAliasResult {
246
+ AliasId?: string;
247
+ }
248
+ export interface CreateIpGroupRequest {
249
+ GroupName: string | undefined;
250
+ GroupDesc?: string;
251
+ UserRules?: IpRuleItem[];
252
+ Tags?: Tag[];
253
+ }
254
+ export interface CreateIpGroupResult {
255
+ GroupId?: string;
256
+ }
257
+ export interface CreateTagsRequest {
258
+ ResourceId: string | undefined;
259
+ Tags: Tag[] | undefined;
260
+ }
261
+ export interface CreateTagsResult {}
262
+ export interface CreateUpdatedWorkspaceImageRequest {
263
+ Name: string | undefined;
264
+ Description: string | undefined;
265
+ SourceImageId: string | undefined;
266
+ Tags?: Tag[];
267
+ }
268
+ export interface CreateUpdatedWorkspaceImageResult {
269
+ ImageId?: string;
270
+ }
271
+ export interface CreateWorkspaceBundleRequest {
272
+ BundleName: string | undefined;
273
+ BundleDescription: string | undefined;
274
+ ImageId: string | undefined;
275
+ ComputeType: ComputeType | undefined;
276
+ UserStorage: UserStorage | undefined;
277
+ RootStorage?: RootStorage;
278
+ Tags?: Tag[];
279
+ }
280
+ export interface CreateWorkspaceBundleResult {
281
+ WorkspaceBundle?: WorkspaceBundle;
282
+ }
283
+ export interface CreateWorkspaceImageRequest {
284
+ Name: string | undefined;
285
+ Description: string | undefined;
286
+ WorkspaceId: string | undefined;
287
+ Tags?: Tag[];
288
+ }
289
+ export declare enum OperatingSystemType {
290
+ LINUX = "LINUX",
291
+ WINDOWS = "WINDOWS",
292
+ }
293
+ export interface OperatingSystem {
294
+ Type?: OperatingSystemType | string;
295
+ }
296
+ export declare enum WorkspaceImageRequiredTenancy {
297
+ DEDICATED = "DEDICATED",
298
+ DEFAULT = "DEFAULT",
299
+ }
300
+ export declare enum WorkspaceImageState {
301
+ AVAILABLE = "AVAILABLE",
302
+ ERROR = "ERROR",
303
+ PENDING = "PENDING",
304
+ }
305
+ export interface CreateWorkspaceImageResult {
306
+ ImageId?: string;
307
+ Name?: string;
308
+ Description?: string;
309
+ OperatingSystem?: OperatingSystem;
310
+ State?: WorkspaceImageState | string;
311
+ RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
312
+ Created?: Date;
313
+ OwnerAccountId?: string;
314
+ }
315
+ export declare enum RunningMode {
316
+ ALWAYS_ON = "ALWAYS_ON",
317
+ AUTO_STOP = "AUTO_STOP",
318
+ }
319
+ export interface WorkspaceProperties {
320
+ RunningMode?: RunningMode | string;
321
+ RunningModeAutoStopTimeoutInMinutes?: number;
322
+ RootVolumeSizeGib?: number;
323
+ UserVolumeSizeGib?: number;
324
+ ComputeTypeName?: Compute | string;
325
+ }
326
+ export interface WorkspaceRequest {
327
+ DirectoryId: string | undefined;
328
+ UserName: string | undefined;
329
+ BundleId: string | undefined;
330
+ VolumeEncryptionKey?: string;
331
+ UserVolumeEncryptionEnabled?: boolean;
332
+ RootVolumeEncryptionEnabled?: boolean;
333
+ WorkspaceProperties?: WorkspaceProperties;
334
+ Tags?: Tag[];
335
+ }
336
+ export interface CreateWorkspacesRequest {
337
+ Workspaces: WorkspaceRequest[] | undefined;
338
+ }
339
+ export interface FailedCreateWorkspaceRequest {
340
+ WorkspaceRequest?: WorkspaceRequest;
341
+ ErrorCode?: string;
342
+ ErrorMessage?: string;
343
+ }
344
+ export declare enum ModificationResourceEnum {
345
+ COMPUTE_TYPE = "COMPUTE_TYPE",
346
+ ROOT_VOLUME = "ROOT_VOLUME",
347
+ USER_VOLUME = "USER_VOLUME",
348
+ }
349
+ export declare enum ModificationStateEnum {
350
+ UPDATE_INITIATED = "UPDATE_INITIATED",
351
+ UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS",
352
+ }
353
+ export interface ModificationState {
354
+ Resource?: ModificationResourceEnum | string;
355
+ State?: ModificationStateEnum | string;
356
+ }
357
+ export declare enum WorkspaceState {
358
+ ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
359
+ AVAILABLE = "AVAILABLE",
360
+ ERROR = "ERROR",
361
+ IMPAIRED = "IMPAIRED",
362
+ MAINTENANCE = "MAINTENANCE",
363
+ PENDING = "PENDING",
364
+ REBOOTING = "REBOOTING",
365
+ REBUILDING = "REBUILDING",
366
+ RESTORING = "RESTORING",
367
+ STARTING = "STARTING",
368
+ STOPPED = "STOPPED",
369
+ STOPPING = "STOPPING",
370
+ SUSPENDED = "SUSPENDED",
371
+ TERMINATED = "TERMINATED",
372
+ TERMINATING = "TERMINATING",
373
+ UNHEALTHY = "UNHEALTHY",
374
+ UPDATING = "UPDATING",
375
+ }
376
+ export interface Workspace {
377
+ WorkspaceId?: string;
378
+ DirectoryId?: string;
379
+ UserName?: string;
380
+ IpAddress?: string;
381
+ State?: WorkspaceState | string;
382
+ BundleId?: string;
383
+ SubnetId?: string;
384
+ ErrorMessage?: string;
385
+ ErrorCode?: string;
386
+ ComputerName?: string;
387
+ VolumeEncryptionKey?: string;
388
+ UserVolumeEncryptionEnabled?: boolean;
389
+ RootVolumeEncryptionEnabled?: boolean;
390
+ WorkspaceProperties?: WorkspaceProperties;
391
+ ModificationStates?: ModificationState[];
392
+ }
393
+ export interface CreateWorkspacesResult {
394
+ FailedRequests?: FailedCreateWorkspaceRequest[];
395
+ PendingRequests?: Workspace[];
396
+ }
397
+ export declare enum DedicatedTenancySupportEnum {
398
+ ENABLED = "ENABLED",
399
+ }
400
+ export interface DefaultClientBrandingAttributes {
401
+ LogoUrl?: string;
402
+ SupportEmail?: string;
403
+ SupportLink?: string;
404
+ ForgotPasswordLink?: string;
405
+ LoginMessage?: Record<string, string>;
406
+ }
407
+ export interface DefaultImportClientBrandingAttributes {
408
+ Logo?: Uint8Array;
409
+ SupportEmail?: string;
410
+ SupportLink?: string;
411
+ ForgotPasswordLink?: string;
412
+ LoginMessage?: Record<string, string>;
413
+ }
414
+ export interface DefaultWorkspaceCreationProperties {
415
+ EnableWorkDocs?: boolean;
416
+ EnableInternetAccess?: boolean;
417
+ DefaultOu?: string;
418
+ CustomSecurityGroupId?: string;
419
+ UserEnabledAsLocalAdministrator?: boolean;
420
+ EnableMaintenanceMode?: boolean;
421
+ }
422
+ export declare enum DeletableSamlProperty {
423
+ SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME = "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
424
+ SAML_PROPERTIES_USER_ACCESS_URL = "SAML_PROPERTIES_USER_ACCESS_URL",
425
+ }
426
+ export interface DeleteClientBrandingRequest {
427
+ ResourceId: string | undefined;
428
+ Platforms: (ClientDeviceType | string)[] | undefined;
429
+ }
430
+ export interface DeleteClientBrandingResult {}
431
+ export interface DeleteConnectClientAddInRequest {
432
+ AddInId: string | undefined;
433
+ ResourceId: string | undefined;
434
+ }
435
+ export interface DeleteConnectClientAddInResult {}
436
+ export interface DeleteConnectionAliasRequest {
437
+ AliasId: string | undefined;
438
+ }
439
+ export interface DeleteConnectionAliasResult {}
440
+ export interface DeleteIpGroupRequest {
441
+ GroupId: string | undefined;
442
+ }
443
+ export interface DeleteIpGroupResult {}
444
+ export interface DeleteTagsRequest {
445
+ ResourceId: string | undefined;
446
+ TagKeys: string[] | undefined;
447
+ }
448
+ export interface DeleteTagsResult {}
449
+ export interface DeleteWorkspaceBundleRequest {
450
+ BundleId?: string;
451
+ }
452
+ export interface DeleteWorkspaceBundleResult {}
453
+ export interface DeleteWorkspaceImageRequest {
454
+ ImageId: string | undefined;
455
+ }
456
+ export interface DeleteWorkspaceImageResult {}
457
+ export interface DeregisterWorkspaceDirectoryRequest {
458
+ DirectoryId: string | undefined;
459
+ }
460
+ export interface DeregisterWorkspaceDirectoryResult {}
461
+ export interface DescribeAccountRequest {}
462
+ export interface DescribeAccountResult {
463
+ DedicatedTenancySupport?: DedicatedTenancySupportResultEnum | string;
464
+ DedicatedTenancyManagementCidrRange?: string;
465
+ }
466
+ export interface DescribeAccountModificationsRequest {
467
+ NextToken?: string;
468
+ }
469
+ export interface DescribeAccountModificationsResult {
470
+ AccountModifications?: AccountModification[];
471
+ NextToken?: string;
472
+ }
473
+ export interface DescribeClientBrandingRequest {
474
+ ResourceId: string | undefined;
475
+ }
476
+ export interface IosClientBrandingAttributes {
477
+ LogoUrl?: string;
478
+ Logo2xUrl?: string;
479
+ Logo3xUrl?: string;
480
+ SupportEmail?: string;
481
+ SupportLink?: string;
482
+ ForgotPasswordLink?: string;
483
+ LoginMessage?: Record<string, string>;
484
+ }
485
+ export interface DescribeClientBrandingResult {
486
+ DeviceTypeWindows?: DefaultClientBrandingAttributes;
487
+ DeviceTypeOsx?: DefaultClientBrandingAttributes;
488
+ DeviceTypeAndroid?: DefaultClientBrandingAttributes;
489
+ DeviceTypeIos?: IosClientBrandingAttributes;
490
+ DeviceTypeLinux?: DefaultClientBrandingAttributes;
491
+ DeviceTypeWeb?: DefaultClientBrandingAttributes;
492
+ }
493
+ export interface DescribeClientPropertiesRequest {
494
+ ResourceIds: string[] | undefined;
495
+ }
496
+ export interface DescribeClientPropertiesResult {
497
+ ClientPropertiesList?: ClientPropertiesResult[];
498
+ }
499
+ export interface DescribeConnectClientAddInsRequest {
500
+ ResourceId: string | undefined;
501
+ NextToken?: string;
502
+ MaxResults?: number;
503
+ }
504
+ export interface DescribeConnectClientAddInsResult {
505
+ AddIns?: ConnectClientAddIn[];
506
+ NextToken?: string;
507
+ }
508
+ export interface DescribeConnectionAliasesRequest {
509
+ AliasIds?: string[];
510
+ ResourceId?: string;
511
+ Limit?: number;
512
+ NextToken?: string;
513
+ }
514
+ export interface DescribeConnectionAliasesResult {
515
+ ConnectionAliases?: ConnectionAlias[];
516
+ NextToken?: string;
517
+ }
518
+ export interface DescribeConnectionAliasPermissionsRequest {
519
+ AliasId: string | undefined;
520
+ NextToken?: string;
521
+ MaxResults?: number;
522
+ }
523
+ export interface DescribeConnectionAliasPermissionsResult {
524
+ AliasId?: string;
525
+ ConnectionAliasPermissions?: ConnectionAliasPermission[];
526
+ NextToken?: string;
527
+ }
528
+ export interface DescribeIpGroupsRequest {
529
+ GroupIds?: string[];
530
+ NextToken?: string;
531
+ MaxResults?: number;
532
+ }
533
+ export interface WorkspacesIpGroup {
534
+ groupId?: string;
535
+ groupName?: string;
536
+ groupDesc?: string;
537
+ userRules?: IpRuleItem[];
538
+ }
539
+ export interface DescribeIpGroupsResult {
540
+ Result?: WorkspacesIpGroup[];
541
+ NextToken?: string;
542
+ }
543
+ export interface DescribeTagsRequest {
544
+ ResourceId: string | undefined;
545
+ }
546
+ export interface DescribeTagsResult {
547
+ TagList?: Tag[];
548
+ }
549
+ export interface DescribeWorkspaceBundlesRequest {
550
+ BundleIds?: string[];
551
+ Owner?: string;
552
+ NextToken?: string;
553
+ }
554
+ export interface DescribeWorkspaceBundlesResult {
555
+ Bundles?: WorkspaceBundle[];
556
+ NextToken?: string;
557
+ }
558
+ export interface DescribeWorkspaceDirectoriesRequest {
559
+ DirectoryIds?: string[];
560
+ Limit?: number;
561
+ NextToken?: string;
562
+ }
563
+ export declare enum WorkspaceDirectoryType {
564
+ AD_CONNECTOR = "AD_CONNECTOR",
565
+ SIMPLE_AD = "SIMPLE_AD",
566
+ }
567
+ export declare enum SamlStatusEnum {
568
+ DISABLED = "DISABLED",
569
+ ENABLED = "ENABLED",
570
+ ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK = "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK",
571
+ }
572
+ export interface SamlProperties {
573
+ Status?: SamlStatusEnum | string;
574
+ UserAccessUrl?: string;
575
+ RelayStateParameterName?: string;
576
+ }
577
+ export interface SelfservicePermissions {
578
+ RestartWorkspace?: ReconnectEnum | string;
579
+ IncreaseVolumeSize?: ReconnectEnum | string;
580
+ ChangeComputeType?: ReconnectEnum | string;
581
+ SwitchRunningMode?: ReconnectEnum | string;
582
+ RebuildWorkspace?: ReconnectEnum | string;
583
+ }
584
+ export declare enum WorkspaceDirectoryState {
585
+ DEREGISTERED = "DEREGISTERED",
586
+ DEREGISTERING = "DEREGISTERING",
587
+ ERROR = "ERROR",
588
+ REGISTERED = "REGISTERED",
589
+ REGISTERING = "REGISTERING",
590
+ }
591
+ export declare enum Tenancy {
592
+ DEDICATED = "DEDICATED",
593
+ SHARED = "SHARED",
594
+ }
595
+ export interface WorkspaceAccessProperties {
596
+ DeviceTypeWindows?: AccessPropertyValue | string;
597
+ DeviceTypeOsx?: AccessPropertyValue | string;
598
+ DeviceTypeWeb?: AccessPropertyValue | string;
599
+ DeviceTypeIos?: AccessPropertyValue | string;
600
+ DeviceTypeAndroid?: AccessPropertyValue | string;
601
+ DeviceTypeChromeOs?: AccessPropertyValue | string;
602
+ DeviceTypeZeroClient?: AccessPropertyValue | string;
603
+ DeviceTypeLinux?: AccessPropertyValue | string;
604
+ }
605
+ export interface WorkspaceDirectory {
606
+ DirectoryId?: string;
607
+ Alias?: string;
608
+ DirectoryName?: string;
609
+ RegistrationCode?: string;
610
+ SubnetIds?: string[];
611
+ DnsIpAddresses?: string[];
612
+ CustomerUserName?: string;
613
+ IamRoleId?: string;
614
+ DirectoryType?: WorkspaceDirectoryType | string;
615
+ WorkspaceSecurityGroupId?: string;
616
+ State?: WorkspaceDirectoryState | string;
617
+ WorkspaceCreationProperties?: DefaultWorkspaceCreationProperties;
618
+ ipGroupIds?: string[];
619
+ WorkspaceAccessProperties?: WorkspaceAccessProperties;
620
+ Tenancy?: Tenancy | string;
621
+ SelfservicePermissions?: SelfservicePermissions;
622
+ SamlProperties?: SamlProperties;
623
+ }
624
+ export interface DescribeWorkspaceDirectoriesResult {
625
+ Directories?: WorkspaceDirectory[];
626
+ NextToken?: string;
627
+ }
628
+ export interface DescribeWorkspaceImagePermissionsRequest {
629
+ ImageId: string | undefined;
630
+ NextToken?: string;
631
+ MaxResults?: number;
632
+ }
633
+ export interface ImagePermission {
634
+ SharedAccountId?: string;
635
+ }
636
+ export interface DescribeWorkspaceImagePermissionsResult {
637
+ ImageId?: string;
638
+ ImagePermissions?: ImagePermission[];
639
+ NextToken?: string;
640
+ }
641
+ export declare enum ImageType {
642
+ OWNED = "OWNED",
643
+ SHARED = "SHARED",
644
+ }
645
+ export interface DescribeWorkspaceImagesRequest {
646
+ ImageIds?: string[];
647
+ ImageType?: ImageType | string;
648
+ NextToken?: string;
649
+ MaxResults?: number;
650
+ }
651
+ export interface UpdateResult {
652
+ UpdateAvailable?: boolean;
653
+ Description?: string;
654
+ }
655
+ export interface WorkspaceImage {
656
+ ImageId?: string;
657
+ Name?: string;
658
+ Description?: string;
659
+ OperatingSystem?: OperatingSystem;
660
+ State?: WorkspaceImageState | string;
661
+ RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
662
+ ErrorCode?: string;
663
+ ErrorMessage?: string;
664
+ Created?: Date;
665
+ OwnerAccountId?: string;
666
+ Updates?: UpdateResult;
667
+ }
668
+ export interface DescribeWorkspaceImagesResult {
669
+ Images?: WorkspaceImage[];
670
+ NextToken?: string;
671
+ }
672
+ export interface DescribeWorkspacesRequest {
673
+ WorkspaceIds?: string[];
674
+ DirectoryId?: string;
675
+ UserName?: string;
676
+ BundleId?: string;
677
+ Limit?: number;
678
+ NextToken?: string;
679
+ }
680
+ export interface DescribeWorkspacesResult {
681
+ Workspaces?: Workspace[];
682
+ NextToken?: string;
683
+ }
684
+ export interface DescribeWorkspacesConnectionStatusRequest {
685
+ WorkspaceIds?: string[];
686
+ NextToken?: string;
687
+ }
688
+ export interface WorkspaceConnectionStatus {
689
+ WorkspaceId?: string;
690
+ ConnectionState?: ConnectionState | string;
691
+ ConnectionStateCheckTimestamp?: Date;
692
+ LastKnownUserConnectionTimestamp?: Date;
693
+ }
694
+ export interface DescribeWorkspacesConnectionStatusResult {
695
+ WorkspacesConnectionStatus?: WorkspaceConnectionStatus[];
696
+ NextToken?: string;
697
+ }
698
+ export interface DescribeWorkspaceSnapshotsRequest {
699
+ WorkspaceId: string | undefined;
700
+ }
701
+ export interface Snapshot {
702
+ SnapshotTime?: Date;
703
+ }
704
+ export interface DescribeWorkspaceSnapshotsResult {
705
+ RebuildSnapshots?: Snapshot[];
706
+ RestoreSnapshots?: Snapshot[];
707
+ }
708
+ export interface DisassociateConnectionAliasRequest {
709
+ AliasId: string | undefined;
710
+ }
711
+ export interface DisassociateConnectionAliasResult {}
712
+ export interface DisassociateIpGroupsRequest {
713
+ DirectoryId: string | undefined;
714
+ GroupIds: string[] | undefined;
715
+ }
716
+ export interface DisassociateIpGroupsResult {}
717
+ export interface FailedWorkspaceChangeRequest {
718
+ WorkspaceId?: string;
719
+ ErrorCode?: string;
720
+ ErrorMessage?: string;
721
+ }
722
+ export interface IosImportClientBrandingAttributes {
723
+ Logo?: Uint8Array;
724
+ Logo2x?: Uint8Array;
725
+ Logo3x?: Uint8Array;
726
+ SupportEmail?: string;
727
+ SupportLink?: string;
728
+ ForgotPasswordLink?: string;
729
+ LoginMessage?: Record<string, string>;
730
+ }
731
+ export interface ImportClientBrandingRequest {
732
+ ResourceId: string | undefined;
733
+ DeviceTypeWindows?: DefaultImportClientBrandingAttributes;
734
+ DeviceTypeOsx?: DefaultImportClientBrandingAttributes;
735
+ DeviceTypeAndroid?: DefaultImportClientBrandingAttributes;
736
+ DeviceTypeIos?: IosImportClientBrandingAttributes;
737
+ DeviceTypeLinux?: DefaultImportClientBrandingAttributes;
738
+ DeviceTypeWeb?: DefaultImportClientBrandingAttributes;
739
+ }
740
+ export interface ImportClientBrandingResult {
741
+ DeviceTypeWindows?: DefaultClientBrandingAttributes;
742
+ DeviceTypeOsx?: DefaultClientBrandingAttributes;
743
+ DeviceTypeAndroid?: DefaultClientBrandingAttributes;
744
+ DeviceTypeIos?: IosClientBrandingAttributes;
745
+ DeviceTypeLinux?: DefaultClientBrandingAttributes;
746
+ DeviceTypeWeb?: DefaultClientBrandingAttributes;
747
+ }
748
+ export declare enum WorkspaceImageIngestionProcess {
749
+ BYOL_GRAPHICS = "BYOL_GRAPHICS",
750
+ BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
751
+ BYOL_GRAPHICS_G4DN = "BYOL_GRAPHICS_G4DN",
752
+ BYOL_REGULAR = "BYOL_REGULAR",
753
+ BYOL_REGULAR_WSP = "BYOL_REGULAR_WSP",
754
+ }
755
+ export interface ImportWorkspaceImageRequest {
756
+ Ec2ImageId: string | undefined;
757
+ IngestionProcess: WorkspaceImageIngestionProcess | string | undefined;
758
+ ImageName: string | undefined;
759
+ ImageDescription: string | undefined;
760
+ Tags?: Tag[];
761
+ Applications?: (Application | string)[];
762
+ }
763
+ export interface ImportWorkspaceImageResult {
764
+ ImageId?: string;
765
+ }
766
+ export interface ListAvailableManagementCidrRangesRequest {
767
+ ManagementCidrRangeConstraint: string | undefined;
768
+ MaxResults?: number;
769
+ NextToken?: string;
770
+ }
771
+ export interface ListAvailableManagementCidrRangesResult {
772
+ ManagementCidrRanges?: string[];
773
+ NextToken?: string;
774
+ }
775
+ export interface MigrateWorkspaceRequest {
776
+ SourceWorkspaceId: string | undefined;
777
+ BundleId: string | undefined;
778
+ }
779
+ export interface MigrateWorkspaceResult {
780
+ SourceWorkspaceId?: string;
781
+ TargetWorkspaceId?: string;
782
+ }
783
+ export declare class OperationInProgressException extends __BaseException {
784
+ readonly name: "OperationInProgressException";
785
+ readonly $fault: "client";
786
+ constructor(
787
+ opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
788
+ );
789
+ }
790
+ export interface ModifyAccountRequest {
791
+ DedicatedTenancySupport?: DedicatedTenancySupportEnum | string;
792
+ DedicatedTenancyManagementCidrRange?: string;
793
+ }
794
+ export interface ModifyAccountResult {}
795
+ export interface ModifyClientPropertiesRequest {
796
+ ResourceId: string | undefined;
797
+ ClientProperties: ClientProperties | undefined;
798
+ }
799
+ export interface ModifyClientPropertiesResult {}
800
+ export interface ModifySamlPropertiesRequest {
801
+ ResourceId: string | undefined;
802
+ SamlProperties?: SamlProperties;
803
+ PropertiesToDelete?: (DeletableSamlProperty | string)[];
804
+ }
805
+ export interface ModifySamlPropertiesResult {}
806
+ export interface ModifySelfservicePermissionsRequest {
807
+ ResourceId: string | undefined;
808
+ SelfservicePermissions: SelfservicePermissions | undefined;
809
+ }
810
+ export interface ModifySelfservicePermissionsResult {}
811
+ export interface ModifyWorkspaceAccessPropertiesRequest {
812
+ ResourceId: string | undefined;
813
+ WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
814
+ }
815
+ export interface ModifyWorkspaceAccessPropertiesResult {}
816
+ export interface WorkspaceCreationProperties {
817
+ EnableWorkDocs?: boolean;
818
+ EnableInternetAccess?: boolean;
819
+ DefaultOu?: string;
820
+ CustomSecurityGroupId?: string;
821
+ UserEnabledAsLocalAdministrator?: boolean;
822
+ EnableMaintenanceMode?: boolean;
823
+ }
824
+ export interface ModifyWorkspaceCreationPropertiesRequest {
825
+ ResourceId: string | undefined;
826
+ WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
827
+ }
828
+ export interface ModifyWorkspaceCreationPropertiesResult {}
829
+ export interface ModifyWorkspacePropertiesRequest {
830
+ WorkspaceId: string | undefined;
831
+ WorkspaceProperties: WorkspaceProperties | undefined;
832
+ }
833
+ export interface ModifyWorkspacePropertiesResult {}
834
+ export declare class UnsupportedWorkspaceConfigurationException extends __BaseException {
835
+ readonly name: "UnsupportedWorkspaceConfigurationException";
836
+ readonly $fault: "client";
837
+ constructor(
838
+ opts: __ExceptionOptionType<
839
+ UnsupportedWorkspaceConfigurationException,
840
+ __BaseException
841
+ >
842
+ );
843
+ }
844
+ export declare enum TargetWorkspaceState {
845
+ ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
846
+ AVAILABLE = "AVAILABLE",
847
+ }
848
+ export interface ModifyWorkspaceStateRequest {
849
+ WorkspaceId: string | undefined;
850
+ WorkspaceState: TargetWorkspaceState | string | undefined;
851
+ }
852
+ export interface ModifyWorkspaceStateResult {}
853
+ export interface RebootRequest {
854
+ WorkspaceId: string | undefined;
855
+ }
856
+ export interface RebootWorkspacesRequest {
857
+ RebootWorkspaceRequests: RebootRequest[] | undefined;
858
+ }
859
+ export interface RebootWorkspacesResult {
860
+ FailedRequests?: FailedWorkspaceChangeRequest[];
861
+ }
862
+ export interface RebuildRequest {
863
+ WorkspaceId: string | undefined;
864
+ }
865
+ export interface RebuildWorkspacesRequest {
866
+ RebuildWorkspaceRequests: RebuildRequest[] | undefined;
867
+ }
868
+ export interface RebuildWorkspacesResult {
869
+ FailedRequests?: FailedWorkspaceChangeRequest[];
870
+ }
871
+ export interface RegisterWorkspaceDirectoryRequest {
872
+ DirectoryId: string | undefined;
873
+ SubnetIds?: string[];
874
+ EnableWorkDocs: boolean | undefined;
875
+ EnableSelfService?: boolean;
876
+ Tenancy?: Tenancy | string;
877
+ Tags?: Tag[];
878
+ }
879
+ export interface RegisterWorkspaceDirectoryResult {}
880
+ export declare class UnsupportedNetworkConfigurationException extends __BaseException {
881
+ readonly name: "UnsupportedNetworkConfigurationException";
882
+ readonly $fault: "client";
883
+ constructor(
884
+ opts: __ExceptionOptionType<
885
+ UnsupportedNetworkConfigurationException,
886
+ __BaseException
887
+ >
888
+ );
889
+ }
890
+ export declare class WorkspacesDefaultRoleNotFoundException extends __BaseException {
891
+ readonly name: "WorkspacesDefaultRoleNotFoundException";
892
+ readonly $fault: "client";
893
+ constructor(
894
+ opts: __ExceptionOptionType<
895
+ WorkspacesDefaultRoleNotFoundException,
896
+ __BaseException
897
+ >
898
+ );
899
+ }
900
+ export interface RestoreWorkspaceRequest {
901
+ WorkspaceId: string | undefined;
902
+ }
903
+ export interface RestoreWorkspaceResult {}
904
+ export interface RevokeIpRulesRequest {
905
+ GroupId: string | undefined;
906
+ UserRules: string[] | undefined;
907
+ }
908
+ export interface RevokeIpRulesResult {}
909
+ export interface StartRequest {
910
+ WorkspaceId?: string;
911
+ }
912
+ export interface StartWorkspacesRequest {
913
+ StartWorkspaceRequests: StartRequest[] | undefined;
914
+ }
915
+ export interface StartWorkspacesResult {
916
+ FailedRequests?: FailedWorkspaceChangeRequest[];
917
+ }
918
+ export interface StopRequest {
919
+ WorkspaceId?: string;
920
+ }
921
+ export interface StopWorkspacesRequest {
922
+ StopWorkspaceRequests: StopRequest[] | undefined;
923
+ }
924
+ export interface StopWorkspacesResult {
925
+ FailedRequests?: FailedWorkspaceChangeRequest[];
926
+ }
927
+ export interface TerminateRequest {
928
+ WorkspaceId: string | undefined;
929
+ }
930
+ export interface TerminateWorkspacesRequest {
931
+ TerminateWorkspaceRequests: TerminateRequest[] | undefined;
932
+ }
933
+ export interface TerminateWorkspacesResult {
934
+ FailedRequests?: FailedWorkspaceChangeRequest[];
935
+ }
936
+ export interface UpdateConnectClientAddInRequest {
937
+ AddInId: string | undefined;
938
+ ResourceId: string | undefined;
939
+ Name?: string;
940
+ URL?: string;
941
+ }
942
+ export interface UpdateConnectClientAddInResult {}
943
+ export interface UpdateConnectionAliasPermissionRequest {
944
+ AliasId: string | undefined;
945
+ ConnectionAliasPermission: ConnectionAliasPermission | undefined;
946
+ }
947
+ export interface UpdateConnectionAliasPermissionResult {}
948
+ export interface UpdateRulesOfIpGroupRequest {
949
+ GroupId: string | undefined;
950
+ UserRules: IpRuleItem[] | undefined;
951
+ }
952
+ export interface UpdateRulesOfIpGroupResult {}
953
+ export interface UpdateWorkspaceBundleRequest {
954
+ BundleId?: string;
955
+ ImageId?: string;
956
+ }
957
+ export interface UpdateWorkspaceBundleResult {}
958
+ export interface UpdateWorkspaceImagePermissionRequest {
959
+ ImageId: string | undefined;
960
+ AllowCopyImage: boolean | undefined;
961
+ SharedAccountId: string | undefined;
962
+ }
963
+ export interface UpdateWorkspaceImagePermissionResult {}
964
+ export declare const AccountModificationFilterSensitiveLog: (
965
+ obj: AccountModification
966
+ ) => any;
967
+ export declare const AssociateConnectionAliasRequestFilterSensitiveLog: (
968
+ obj: AssociateConnectionAliasRequest
969
+ ) => any;
970
+ export declare const AssociateConnectionAliasResultFilterSensitiveLog: (
971
+ obj: AssociateConnectionAliasResult
972
+ ) => any;
973
+ export declare const AssociateIpGroupsRequestFilterSensitiveLog: (
974
+ obj: AssociateIpGroupsRequest
975
+ ) => any;
976
+ export declare const AssociateIpGroupsResultFilterSensitiveLog: (
977
+ obj: AssociateIpGroupsResult
978
+ ) => any;
979
+ export declare const IpRuleItemFilterSensitiveLog: (obj: IpRuleItem) => any;
980
+ export declare const AuthorizeIpRulesRequestFilterSensitiveLog: (
981
+ obj: AuthorizeIpRulesRequest
982
+ ) => any;
983
+ export declare const AuthorizeIpRulesResultFilterSensitiveLog: (
984
+ obj: AuthorizeIpRulesResult
985
+ ) => any;
986
+ export declare const ComputeTypeFilterSensitiveLog: (obj: ComputeType) => any;
987
+ export declare const RootStorageFilterSensitiveLog: (obj: RootStorage) => any;
988
+ export declare const UserStorageFilterSensitiveLog: (obj: UserStorage) => any;
989
+ export declare const WorkspaceBundleFilterSensitiveLog: (
990
+ obj: WorkspaceBundle
991
+ ) => any;
992
+ export declare const ClientPropertiesFilterSensitiveLog: (
993
+ obj: ClientProperties
994
+ ) => any;
995
+ export declare const ClientPropertiesResultFilterSensitiveLog: (
996
+ obj: ClientPropertiesResult
997
+ ) => any;
998
+ export declare const ConnectClientAddInFilterSensitiveLog: (
999
+ obj: ConnectClientAddIn
1000
+ ) => any;
1001
+ export declare const ConnectionAliasAssociationFilterSensitiveLog: (
1002
+ obj: ConnectionAliasAssociation
1003
+ ) => any;
1004
+ export declare const ConnectionAliasFilterSensitiveLog: (
1005
+ obj: ConnectionAlias
1006
+ ) => any;
1007
+ export declare const ConnectionAliasPermissionFilterSensitiveLog: (
1008
+ obj: ConnectionAliasPermission
1009
+ ) => any;
1010
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1011
+ export declare const CopyWorkspaceImageRequestFilterSensitiveLog: (
1012
+ obj: CopyWorkspaceImageRequest
1013
+ ) => any;
1014
+ export declare const CopyWorkspaceImageResultFilterSensitiveLog: (
1015
+ obj: CopyWorkspaceImageResult
1016
+ ) => any;
1017
+ export declare const CreateConnectClientAddInRequestFilterSensitiveLog: (
1018
+ obj: CreateConnectClientAddInRequest
1019
+ ) => any;
1020
+ export declare const CreateConnectClientAddInResultFilterSensitiveLog: (
1021
+ obj: CreateConnectClientAddInResult
1022
+ ) => any;
1023
+ export declare const CreateConnectionAliasRequestFilterSensitiveLog: (
1024
+ obj: CreateConnectionAliasRequest
1025
+ ) => any;
1026
+ export declare const CreateConnectionAliasResultFilterSensitiveLog: (
1027
+ obj: CreateConnectionAliasResult
1028
+ ) => any;
1029
+ export declare const CreateIpGroupRequestFilterSensitiveLog: (
1030
+ obj: CreateIpGroupRequest
1031
+ ) => any;
1032
+ export declare const CreateIpGroupResultFilterSensitiveLog: (
1033
+ obj: CreateIpGroupResult
1034
+ ) => any;
1035
+ export declare const CreateTagsRequestFilterSensitiveLog: (
1036
+ obj: CreateTagsRequest
1037
+ ) => any;
1038
+ export declare const CreateTagsResultFilterSensitiveLog: (
1039
+ obj: CreateTagsResult
1040
+ ) => any;
1041
+ export declare const CreateUpdatedWorkspaceImageRequestFilterSensitiveLog: (
1042
+ obj: CreateUpdatedWorkspaceImageRequest
1043
+ ) => any;
1044
+ export declare const CreateUpdatedWorkspaceImageResultFilterSensitiveLog: (
1045
+ obj: CreateUpdatedWorkspaceImageResult
1046
+ ) => any;
1047
+ export declare const CreateWorkspaceBundleRequestFilterSensitiveLog: (
1048
+ obj: CreateWorkspaceBundleRequest
1049
+ ) => any;
1050
+ export declare const CreateWorkspaceBundleResultFilterSensitiveLog: (
1051
+ obj: CreateWorkspaceBundleResult
1052
+ ) => any;
1053
+ export declare const CreateWorkspaceImageRequestFilterSensitiveLog: (
1054
+ obj: CreateWorkspaceImageRequest
1055
+ ) => any;
1056
+ export declare const OperatingSystemFilterSensitiveLog: (
1057
+ obj: OperatingSystem
1058
+ ) => any;
1059
+ export declare const CreateWorkspaceImageResultFilterSensitiveLog: (
1060
+ obj: CreateWorkspaceImageResult
1061
+ ) => any;
1062
+ export declare const WorkspacePropertiesFilterSensitiveLog: (
1063
+ obj: WorkspaceProperties
1064
+ ) => any;
1065
+ export declare const WorkspaceRequestFilterSensitiveLog: (
1066
+ obj: WorkspaceRequest
1067
+ ) => any;
1068
+ export declare const CreateWorkspacesRequestFilterSensitiveLog: (
1069
+ obj: CreateWorkspacesRequest
1070
+ ) => any;
1071
+ export declare const FailedCreateWorkspaceRequestFilterSensitiveLog: (
1072
+ obj: FailedCreateWorkspaceRequest
1073
+ ) => any;
1074
+ export declare const ModificationStateFilterSensitiveLog: (
1075
+ obj: ModificationState
1076
+ ) => any;
1077
+ export declare const WorkspaceFilterSensitiveLog: (obj: Workspace) => any;
1078
+ export declare const CreateWorkspacesResultFilterSensitiveLog: (
1079
+ obj: CreateWorkspacesResult
1080
+ ) => any;
1081
+ export declare const DefaultClientBrandingAttributesFilterSensitiveLog: (
1082
+ obj: DefaultClientBrandingAttributes
1083
+ ) => any;
1084
+ export declare const DefaultImportClientBrandingAttributesFilterSensitiveLog: (
1085
+ obj: DefaultImportClientBrandingAttributes
1086
+ ) => any;
1087
+ export declare const DefaultWorkspaceCreationPropertiesFilterSensitiveLog: (
1088
+ obj: DefaultWorkspaceCreationProperties
1089
+ ) => any;
1090
+ export declare const DeleteClientBrandingRequestFilterSensitiveLog: (
1091
+ obj: DeleteClientBrandingRequest
1092
+ ) => any;
1093
+ export declare const DeleteClientBrandingResultFilterSensitiveLog: (
1094
+ obj: DeleteClientBrandingResult
1095
+ ) => any;
1096
+ export declare const DeleteConnectClientAddInRequestFilterSensitiveLog: (
1097
+ obj: DeleteConnectClientAddInRequest
1098
+ ) => any;
1099
+ export declare const DeleteConnectClientAddInResultFilterSensitiveLog: (
1100
+ obj: DeleteConnectClientAddInResult
1101
+ ) => any;
1102
+ export declare const DeleteConnectionAliasRequestFilterSensitiveLog: (
1103
+ obj: DeleteConnectionAliasRequest
1104
+ ) => any;
1105
+ export declare const DeleteConnectionAliasResultFilterSensitiveLog: (
1106
+ obj: DeleteConnectionAliasResult
1107
+ ) => any;
1108
+ export declare const DeleteIpGroupRequestFilterSensitiveLog: (
1109
+ obj: DeleteIpGroupRequest
1110
+ ) => any;
1111
+ export declare const DeleteIpGroupResultFilterSensitiveLog: (
1112
+ obj: DeleteIpGroupResult
1113
+ ) => any;
1114
+ export declare const DeleteTagsRequestFilterSensitiveLog: (
1115
+ obj: DeleteTagsRequest
1116
+ ) => any;
1117
+ export declare const DeleteTagsResultFilterSensitiveLog: (
1118
+ obj: DeleteTagsResult
1119
+ ) => any;
1120
+ export declare const DeleteWorkspaceBundleRequestFilterSensitiveLog: (
1121
+ obj: DeleteWorkspaceBundleRequest
1122
+ ) => any;
1123
+ export declare const DeleteWorkspaceBundleResultFilterSensitiveLog: (
1124
+ obj: DeleteWorkspaceBundleResult
1125
+ ) => any;
1126
+ export declare const DeleteWorkspaceImageRequestFilterSensitiveLog: (
1127
+ obj: DeleteWorkspaceImageRequest
1128
+ ) => any;
1129
+ export declare const DeleteWorkspaceImageResultFilterSensitiveLog: (
1130
+ obj: DeleteWorkspaceImageResult
1131
+ ) => any;
1132
+ export declare const DeregisterWorkspaceDirectoryRequestFilterSensitiveLog: (
1133
+ obj: DeregisterWorkspaceDirectoryRequest
1134
+ ) => any;
1135
+ export declare const DeregisterWorkspaceDirectoryResultFilterSensitiveLog: (
1136
+ obj: DeregisterWorkspaceDirectoryResult
1137
+ ) => any;
1138
+ export declare const DescribeAccountRequestFilterSensitiveLog: (
1139
+ obj: DescribeAccountRequest
1140
+ ) => any;
1141
+ export declare const DescribeAccountResultFilterSensitiveLog: (
1142
+ obj: DescribeAccountResult
1143
+ ) => any;
1144
+ export declare const DescribeAccountModificationsRequestFilterSensitiveLog: (
1145
+ obj: DescribeAccountModificationsRequest
1146
+ ) => any;
1147
+ export declare const DescribeAccountModificationsResultFilterSensitiveLog: (
1148
+ obj: DescribeAccountModificationsResult
1149
+ ) => any;
1150
+ export declare const DescribeClientBrandingRequestFilterSensitiveLog: (
1151
+ obj: DescribeClientBrandingRequest
1152
+ ) => any;
1153
+ export declare const IosClientBrandingAttributesFilterSensitiveLog: (
1154
+ obj: IosClientBrandingAttributes
1155
+ ) => any;
1156
+ export declare const DescribeClientBrandingResultFilterSensitiveLog: (
1157
+ obj: DescribeClientBrandingResult
1158
+ ) => any;
1159
+ export declare const DescribeClientPropertiesRequestFilterSensitiveLog: (
1160
+ obj: DescribeClientPropertiesRequest
1161
+ ) => any;
1162
+ export declare const DescribeClientPropertiesResultFilterSensitiveLog: (
1163
+ obj: DescribeClientPropertiesResult
1164
+ ) => any;
1165
+ export declare const DescribeConnectClientAddInsRequestFilterSensitiveLog: (
1166
+ obj: DescribeConnectClientAddInsRequest
1167
+ ) => any;
1168
+ export declare const DescribeConnectClientAddInsResultFilterSensitiveLog: (
1169
+ obj: DescribeConnectClientAddInsResult
1170
+ ) => any;
1171
+ export declare const DescribeConnectionAliasesRequestFilterSensitiveLog: (
1172
+ obj: DescribeConnectionAliasesRequest
1173
+ ) => any;
1174
+ export declare const DescribeConnectionAliasesResultFilterSensitiveLog: (
1175
+ obj: DescribeConnectionAliasesResult
1176
+ ) => any;
1177
+ export declare const DescribeConnectionAliasPermissionsRequestFilterSensitiveLog: (
1178
+ obj: DescribeConnectionAliasPermissionsRequest
1179
+ ) => any;
1180
+ export declare const DescribeConnectionAliasPermissionsResultFilterSensitiveLog: (
1181
+ obj: DescribeConnectionAliasPermissionsResult
1182
+ ) => any;
1183
+ export declare const DescribeIpGroupsRequestFilterSensitiveLog: (
1184
+ obj: DescribeIpGroupsRequest
1185
+ ) => any;
1186
+ export declare const WorkspacesIpGroupFilterSensitiveLog: (
1187
+ obj: WorkspacesIpGroup
1188
+ ) => any;
1189
+ export declare const DescribeIpGroupsResultFilterSensitiveLog: (
1190
+ obj: DescribeIpGroupsResult
1191
+ ) => any;
1192
+ export declare const DescribeTagsRequestFilterSensitiveLog: (
1193
+ obj: DescribeTagsRequest
1194
+ ) => any;
1195
+ export declare const DescribeTagsResultFilterSensitiveLog: (
1196
+ obj: DescribeTagsResult
1197
+ ) => any;
1198
+ export declare const DescribeWorkspaceBundlesRequestFilterSensitiveLog: (
1199
+ obj: DescribeWorkspaceBundlesRequest
1200
+ ) => any;
1201
+ export declare const DescribeWorkspaceBundlesResultFilterSensitiveLog: (
1202
+ obj: DescribeWorkspaceBundlesResult
1203
+ ) => any;
1204
+ export declare const DescribeWorkspaceDirectoriesRequestFilterSensitiveLog: (
1205
+ obj: DescribeWorkspaceDirectoriesRequest
1206
+ ) => any;
1207
+ export declare const SamlPropertiesFilterSensitiveLog: (
1208
+ obj: SamlProperties
1209
+ ) => any;
1210
+ export declare const SelfservicePermissionsFilterSensitiveLog: (
1211
+ obj: SelfservicePermissions
1212
+ ) => any;
1213
+ export declare const WorkspaceAccessPropertiesFilterSensitiveLog: (
1214
+ obj: WorkspaceAccessProperties
1215
+ ) => any;
1216
+ export declare const WorkspaceDirectoryFilterSensitiveLog: (
1217
+ obj: WorkspaceDirectory
1218
+ ) => any;
1219
+ export declare const DescribeWorkspaceDirectoriesResultFilterSensitiveLog: (
1220
+ obj: DescribeWorkspaceDirectoriesResult
1221
+ ) => any;
1222
+ export declare const DescribeWorkspaceImagePermissionsRequestFilterSensitiveLog: (
1223
+ obj: DescribeWorkspaceImagePermissionsRequest
1224
+ ) => any;
1225
+ export declare const ImagePermissionFilterSensitiveLog: (
1226
+ obj: ImagePermission
1227
+ ) => any;
1228
+ export declare const DescribeWorkspaceImagePermissionsResultFilterSensitiveLog: (
1229
+ obj: DescribeWorkspaceImagePermissionsResult
1230
+ ) => any;
1231
+ export declare const DescribeWorkspaceImagesRequestFilterSensitiveLog: (
1232
+ obj: DescribeWorkspaceImagesRequest
1233
+ ) => any;
1234
+ export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
1235
+ export declare const WorkspaceImageFilterSensitiveLog: (
1236
+ obj: WorkspaceImage
1237
+ ) => any;
1238
+ export declare const DescribeWorkspaceImagesResultFilterSensitiveLog: (
1239
+ obj: DescribeWorkspaceImagesResult
1240
+ ) => any;
1241
+ export declare const DescribeWorkspacesRequestFilterSensitiveLog: (
1242
+ obj: DescribeWorkspacesRequest
1243
+ ) => any;
1244
+ export declare const DescribeWorkspacesResultFilterSensitiveLog: (
1245
+ obj: DescribeWorkspacesResult
1246
+ ) => any;
1247
+ export declare const DescribeWorkspacesConnectionStatusRequestFilterSensitiveLog: (
1248
+ obj: DescribeWorkspacesConnectionStatusRequest
1249
+ ) => any;
1250
+ export declare const WorkspaceConnectionStatusFilterSensitiveLog: (
1251
+ obj: WorkspaceConnectionStatus
1252
+ ) => any;
1253
+ export declare const DescribeWorkspacesConnectionStatusResultFilterSensitiveLog: (
1254
+ obj: DescribeWorkspacesConnectionStatusResult
1255
+ ) => any;
1256
+ export declare const DescribeWorkspaceSnapshotsRequestFilterSensitiveLog: (
1257
+ obj: DescribeWorkspaceSnapshotsRequest
1258
+ ) => any;
1259
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
1260
+ export declare const DescribeWorkspaceSnapshotsResultFilterSensitiveLog: (
1261
+ obj: DescribeWorkspaceSnapshotsResult
1262
+ ) => any;
1263
+ export declare const DisassociateConnectionAliasRequestFilterSensitiveLog: (
1264
+ obj: DisassociateConnectionAliasRequest
1265
+ ) => any;
1266
+ export declare const DisassociateConnectionAliasResultFilterSensitiveLog: (
1267
+ obj: DisassociateConnectionAliasResult
1268
+ ) => any;
1269
+ export declare const DisassociateIpGroupsRequestFilterSensitiveLog: (
1270
+ obj: DisassociateIpGroupsRequest
1271
+ ) => any;
1272
+ export declare const DisassociateIpGroupsResultFilterSensitiveLog: (
1273
+ obj: DisassociateIpGroupsResult
1274
+ ) => any;
1275
+ export declare const FailedWorkspaceChangeRequestFilterSensitiveLog: (
1276
+ obj: FailedWorkspaceChangeRequest
1277
+ ) => any;
1278
+ export declare const IosImportClientBrandingAttributesFilterSensitiveLog: (
1279
+ obj: IosImportClientBrandingAttributes
1280
+ ) => any;
1281
+ export declare const ImportClientBrandingRequestFilterSensitiveLog: (
1282
+ obj: ImportClientBrandingRequest
1283
+ ) => any;
1284
+ export declare const ImportClientBrandingResultFilterSensitiveLog: (
1285
+ obj: ImportClientBrandingResult
1286
+ ) => any;
1287
+ export declare const ImportWorkspaceImageRequestFilterSensitiveLog: (
1288
+ obj: ImportWorkspaceImageRequest
1289
+ ) => any;
1290
+ export declare const ImportWorkspaceImageResultFilterSensitiveLog: (
1291
+ obj: ImportWorkspaceImageResult
1292
+ ) => any;
1293
+ export declare const ListAvailableManagementCidrRangesRequestFilterSensitiveLog: (
1294
+ obj: ListAvailableManagementCidrRangesRequest
1295
+ ) => any;
1296
+ export declare const ListAvailableManagementCidrRangesResultFilterSensitiveLog: (
1297
+ obj: ListAvailableManagementCidrRangesResult
1298
+ ) => any;
1299
+ export declare const MigrateWorkspaceRequestFilterSensitiveLog: (
1300
+ obj: MigrateWorkspaceRequest
1301
+ ) => any;
1302
+ export declare const MigrateWorkspaceResultFilterSensitiveLog: (
1303
+ obj: MigrateWorkspaceResult
1304
+ ) => any;
1305
+ export declare const ModifyAccountRequestFilterSensitiveLog: (
1306
+ obj: ModifyAccountRequest
1307
+ ) => any;
1308
+ export declare const ModifyAccountResultFilterSensitiveLog: (
1309
+ obj: ModifyAccountResult
1310
+ ) => any;
1311
+ export declare const ModifyClientPropertiesRequestFilterSensitiveLog: (
1312
+ obj: ModifyClientPropertiesRequest
1313
+ ) => any;
1314
+ export declare const ModifyClientPropertiesResultFilterSensitiveLog: (
1315
+ obj: ModifyClientPropertiesResult
1316
+ ) => any;
1317
+ export declare const ModifySamlPropertiesRequestFilterSensitiveLog: (
1318
+ obj: ModifySamlPropertiesRequest
1319
+ ) => any;
1320
+ export declare const ModifySamlPropertiesResultFilterSensitiveLog: (
1321
+ obj: ModifySamlPropertiesResult
1322
+ ) => any;
1323
+ export declare const ModifySelfservicePermissionsRequestFilterSensitiveLog: (
1324
+ obj: ModifySelfservicePermissionsRequest
1325
+ ) => any;
1326
+ export declare const ModifySelfservicePermissionsResultFilterSensitiveLog: (
1327
+ obj: ModifySelfservicePermissionsResult
1328
+ ) => any;
1329
+ export declare const ModifyWorkspaceAccessPropertiesRequestFilterSensitiveLog: (
1330
+ obj: ModifyWorkspaceAccessPropertiesRequest
1331
+ ) => any;
1332
+ export declare const ModifyWorkspaceAccessPropertiesResultFilterSensitiveLog: (
1333
+ obj: ModifyWorkspaceAccessPropertiesResult
1334
+ ) => any;
1335
+ export declare const WorkspaceCreationPropertiesFilterSensitiveLog: (
1336
+ obj: WorkspaceCreationProperties
1337
+ ) => any;
1338
+ export declare const ModifyWorkspaceCreationPropertiesRequestFilterSensitiveLog: (
1339
+ obj: ModifyWorkspaceCreationPropertiesRequest
1340
+ ) => any;
1341
+ export declare const ModifyWorkspaceCreationPropertiesResultFilterSensitiveLog: (
1342
+ obj: ModifyWorkspaceCreationPropertiesResult
1343
+ ) => any;
1344
+ export declare const ModifyWorkspacePropertiesRequestFilterSensitiveLog: (
1345
+ obj: ModifyWorkspacePropertiesRequest
1346
+ ) => any;
1347
+ export declare const ModifyWorkspacePropertiesResultFilterSensitiveLog: (
1348
+ obj: ModifyWorkspacePropertiesResult
1349
+ ) => any;
1350
+ export declare const ModifyWorkspaceStateRequestFilterSensitiveLog: (
1351
+ obj: ModifyWorkspaceStateRequest
1352
+ ) => any;
1353
+ export declare const ModifyWorkspaceStateResultFilterSensitiveLog: (
1354
+ obj: ModifyWorkspaceStateResult
1355
+ ) => any;
1356
+ export declare const RebootRequestFilterSensitiveLog: (
1357
+ obj: RebootRequest
1358
+ ) => any;
1359
+ export declare const RebootWorkspacesRequestFilterSensitiveLog: (
1360
+ obj: RebootWorkspacesRequest
1361
+ ) => any;
1362
+ export declare const RebootWorkspacesResultFilterSensitiveLog: (
1363
+ obj: RebootWorkspacesResult
1364
+ ) => any;
1365
+ export declare const RebuildRequestFilterSensitiveLog: (
1366
+ obj: RebuildRequest
1367
+ ) => any;
1368
+ export declare const RebuildWorkspacesRequestFilterSensitiveLog: (
1369
+ obj: RebuildWorkspacesRequest
1370
+ ) => any;
1371
+ export declare const RebuildWorkspacesResultFilterSensitiveLog: (
1372
+ obj: RebuildWorkspacesResult
1373
+ ) => any;
1374
+ export declare const RegisterWorkspaceDirectoryRequestFilterSensitiveLog: (
1375
+ obj: RegisterWorkspaceDirectoryRequest
1376
+ ) => any;
1377
+ export declare const RegisterWorkspaceDirectoryResultFilterSensitiveLog: (
1378
+ obj: RegisterWorkspaceDirectoryResult
1379
+ ) => any;
1380
+ export declare const RestoreWorkspaceRequestFilterSensitiveLog: (
1381
+ obj: RestoreWorkspaceRequest
1382
+ ) => any;
1383
+ export declare const RestoreWorkspaceResultFilterSensitiveLog: (
1384
+ obj: RestoreWorkspaceResult
1385
+ ) => any;
1386
+ export declare const RevokeIpRulesRequestFilterSensitiveLog: (
1387
+ obj: RevokeIpRulesRequest
1388
+ ) => any;
1389
+ export declare const RevokeIpRulesResultFilterSensitiveLog: (
1390
+ obj: RevokeIpRulesResult
1391
+ ) => any;
1392
+ export declare const StartRequestFilterSensitiveLog: (obj: StartRequest) => any;
1393
+ export declare const StartWorkspacesRequestFilterSensitiveLog: (
1394
+ obj: StartWorkspacesRequest
1395
+ ) => any;
1396
+ export declare const StartWorkspacesResultFilterSensitiveLog: (
1397
+ obj: StartWorkspacesResult
1398
+ ) => any;
1399
+ export declare const StopRequestFilterSensitiveLog: (obj: StopRequest) => any;
1400
+ export declare const StopWorkspacesRequestFilterSensitiveLog: (
1401
+ obj: StopWorkspacesRequest
1402
+ ) => any;
1403
+ export declare const StopWorkspacesResultFilterSensitiveLog: (
1404
+ obj: StopWorkspacesResult
1405
+ ) => any;
1406
+ export declare const TerminateRequestFilterSensitiveLog: (
1407
+ obj: TerminateRequest
1408
+ ) => any;
1409
+ export declare const TerminateWorkspacesRequestFilterSensitiveLog: (
1410
+ obj: TerminateWorkspacesRequest
1411
+ ) => any;
1412
+ export declare const TerminateWorkspacesResultFilterSensitiveLog: (
1413
+ obj: TerminateWorkspacesResult
1414
+ ) => any;
1415
+ export declare const UpdateConnectClientAddInRequestFilterSensitiveLog: (
1416
+ obj: UpdateConnectClientAddInRequest
1417
+ ) => any;
1418
+ export declare const UpdateConnectClientAddInResultFilterSensitiveLog: (
1419
+ obj: UpdateConnectClientAddInResult
1420
+ ) => any;
1421
+ export declare const UpdateConnectionAliasPermissionRequestFilterSensitiveLog: (
1422
+ obj: UpdateConnectionAliasPermissionRequest
1423
+ ) => any;
1424
+ export declare const UpdateConnectionAliasPermissionResultFilterSensitiveLog: (
1425
+ obj: UpdateConnectionAliasPermissionResult
1426
+ ) => any;
1427
+ export declare const UpdateRulesOfIpGroupRequestFilterSensitiveLog: (
1428
+ obj: UpdateRulesOfIpGroupRequest
1429
+ ) => any;
1430
+ export declare const UpdateRulesOfIpGroupResultFilterSensitiveLog: (
1431
+ obj: UpdateRulesOfIpGroupResult
1432
+ ) => any;
1433
+ export declare const UpdateWorkspaceBundleRequestFilterSensitiveLog: (
1434
+ obj: UpdateWorkspaceBundleRequest
1435
+ ) => any;
1436
+ export declare const UpdateWorkspaceBundleResultFilterSensitiveLog: (
1437
+ obj: UpdateWorkspaceBundleResult
1438
+ ) => any;
1439
+ export declare const UpdateWorkspaceImagePermissionRequestFilterSensitiveLog: (
1440
+ obj: UpdateWorkspaceImagePermissionRequest
1441
+ ) => any;
1442
+ export declare const UpdateWorkspaceImagePermissionResultFilterSensitiveLog: (
1443
+ obj: UpdateWorkspaceImagePermissionResult
1444
+ ) => any;