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