@aws-sdk/client-workspaces 3.133.0 → 3.141.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 (151) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/WorkSpaces.js +30 -0
  4. package/dist-cjs/commands/AssociateConnectionAliasCommand.js +2 -2
  5. package/dist-cjs/commands/AssociateIpGroupsCommand.js +2 -2
  6. package/dist-cjs/commands/AuthorizeIpRulesCommand.js +2 -2
  7. package/dist-cjs/commands/CopyWorkspaceImageCommand.js +2 -2
  8. package/dist-cjs/commands/CreateConnectClientAddInCommand.js +2 -2
  9. package/dist-cjs/commands/CreateConnectionAliasCommand.js +2 -2
  10. package/dist-cjs/commands/CreateIpGroupCommand.js +2 -2
  11. package/dist-cjs/commands/CreateTagsCommand.js +2 -2
  12. package/dist-cjs/commands/CreateUpdatedWorkspaceImageCommand.js +2 -2
  13. package/dist-cjs/commands/CreateWorkspaceBundleCommand.js +2 -2
  14. package/dist-cjs/commands/CreateWorkspaceImageCommand.js +36 -0
  15. package/dist-cjs/commands/CreateWorkspacesCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteClientBrandingCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteConnectClientAddInCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteConnectionAliasCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteIpGroupCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteWorkspaceBundleCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteWorkspaceImageCommand.js +2 -2
  23. package/dist-cjs/commands/DeregisterWorkspaceDirectoryCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeAccountCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeAccountModificationsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeClientBrandingCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeClientPropertiesCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeConnectClientAddInsCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeConnectionAliasPermissionsCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeConnectionAliasesCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeIpGroupsCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeWorkspaceBundlesCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeWorkspaceDirectoriesCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeWorkspaceImagePermissionsCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeWorkspaceImagesCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeWorkspaceSnapshotsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeWorkspacesCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeWorkspacesConnectionStatusCommand.js +2 -2
  40. package/dist-cjs/commands/DisassociateConnectionAliasCommand.js +2 -2
  41. package/dist-cjs/commands/DisassociateIpGroupsCommand.js +2 -2
  42. package/dist-cjs/commands/ImportClientBrandingCommand.js +2 -2
  43. package/dist-cjs/commands/ImportWorkspaceImageCommand.js +2 -2
  44. package/dist-cjs/commands/ListAvailableManagementCidrRangesCommand.js +2 -2
  45. package/dist-cjs/commands/MigrateWorkspaceCommand.js +2 -2
  46. package/dist-cjs/commands/ModifyAccountCommand.js +2 -2
  47. package/dist-cjs/commands/ModifyClientPropertiesCommand.js +2 -2
  48. package/dist-cjs/commands/ModifySamlPropertiesCommand.js +36 -0
  49. package/dist-cjs/commands/ModifySelfservicePermissionsCommand.js +2 -2
  50. package/dist-cjs/commands/ModifyWorkspaceAccessPropertiesCommand.js +2 -2
  51. package/dist-cjs/commands/ModifyWorkspaceCreationPropertiesCommand.js +2 -2
  52. package/dist-cjs/commands/ModifyWorkspacePropertiesCommand.js +2 -2
  53. package/dist-cjs/commands/ModifyWorkspaceStateCommand.js +2 -2
  54. package/dist-cjs/commands/RebootWorkspacesCommand.js +2 -2
  55. package/dist-cjs/commands/RebuildWorkspacesCommand.js +2 -2
  56. package/dist-cjs/commands/RegisterWorkspaceDirectoryCommand.js +2 -2
  57. package/dist-cjs/commands/RestoreWorkspaceCommand.js +2 -2
  58. package/dist-cjs/commands/RevokeIpRulesCommand.js +2 -2
  59. package/dist-cjs/commands/StartWorkspacesCommand.js +2 -2
  60. package/dist-cjs/commands/StopWorkspacesCommand.js +2 -2
  61. package/dist-cjs/commands/TerminateWorkspacesCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateConnectClientAddInCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateConnectionAliasPermissionCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateRulesOfIpGroupCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateWorkspaceBundleCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateWorkspaceImagePermissionCommand.js +2 -2
  67. package/dist-cjs/commands/index.js +2 -0
  68. package/dist-cjs/models/models_0.js +700 -992
  69. package/dist-cjs/protocols/Aws_json1_1.js +185 -3
  70. package/dist-es/WorkSpaces.js +30 -0
  71. package/dist-es/commands/AssociateConnectionAliasCommand.js +3 -3
  72. package/dist-es/commands/AssociateIpGroupsCommand.js +3 -3
  73. package/dist-es/commands/AuthorizeIpRulesCommand.js +3 -3
  74. package/dist-es/commands/CopyWorkspaceImageCommand.js +3 -3
  75. package/dist-es/commands/CreateConnectClientAddInCommand.js +3 -3
  76. package/dist-es/commands/CreateConnectionAliasCommand.js +3 -3
  77. package/dist-es/commands/CreateIpGroupCommand.js +3 -3
  78. package/dist-es/commands/CreateTagsCommand.js +3 -3
  79. package/dist-es/commands/CreateUpdatedWorkspaceImageCommand.js +3 -3
  80. package/dist-es/commands/CreateWorkspaceBundleCommand.js +3 -3
  81. package/dist-es/commands/CreateWorkspaceImageCommand.js +39 -0
  82. package/dist-es/commands/CreateWorkspacesCommand.js +3 -3
  83. package/dist-es/commands/DeleteClientBrandingCommand.js +3 -3
  84. package/dist-es/commands/DeleteConnectClientAddInCommand.js +3 -3
  85. package/dist-es/commands/DeleteConnectionAliasCommand.js +3 -3
  86. package/dist-es/commands/DeleteIpGroupCommand.js +3 -3
  87. package/dist-es/commands/DeleteTagsCommand.js +3 -3
  88. package/dist-es/commands/DeleteWorkspaceBundleCommand.js +3 -3
  89. package/dist-es/commands/DeleteWorkspaceImageCommand.js +3 -3
  90. package/dist-es/commands/DeregisterWorkspaceDirectoryCommand.js +3 -3
  91. package/dist-es/commands/DescribeAccountCommand.js +3 -3
  92. package/dist-es/commands/DescribeAccountModificationsCommand.js +3 -3
  93. package/dist-es/commands/DescribeClientBrandingCommand.js +3 -3
  94. package/dist-es/commands/DescribeClientPropertiesCommand.js +3 -3
  95. package/dist-es/commands/DescribeConnectClientAddInsCommand.js +3 -3
  96. package/dist-es/commands/DescribeConnectionAliasPermissionsCommand.js +3 -3
  97. package/dist-es/commands/DescribeConnectionAliasesCommand.js +3 -3
  98. package/dist-es/commands/DescribeIpGroupsCommand.js +3 -3
  99. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  100. package/dist-es/commands/DescribeWorkspaceBundlesCommand.js +3 -3
  101. package/dist-es/commands/DescribeWorkspaceDirectoriesCommand.js +3 -3
  102. package/dist-es/commands/DescribeWorkspaceImagePermissionsCommand.js +3 -3
  103. package/dist-es/commands/DescribeWorkspaceImagesCommand.js +3 -3
  104. package/dist-es/commands/DescribeWorkspaceSnapshotsCommand.js +3 -3
  105. package/dist-es/commands/DescribeWorkspacesCommand.js +3 -3
  106. package/dist-es/commands/DescribeWorkspacesConnectionStatusCommand.js +3 -3
  107. package/dist-es/commands/DisassociateConnectionAliasCommand.js +3 -3
  108. package/dist-es/commands/DisassociateIpGroupsCommand.js +3 -3
  109. package/dist-es/commands/ImportClientBrandingCommand.js +3 -3
  110. package/dist-es/commands/ImportWorkspaceImageCommand.js +3 -3
  111. package/dist-es/commands/ListAvailableManagementCidrRangesCommand.js +3 -3
  112. package/dist-es/commands/MigrateWorkspaceCommand.js +3 -3
  113. package/dist-es/commands/ModifyAccountCommand.js +3 -3
  114. package/dist-es/commands/ModifyClientPropertiesCommand.js +3 -3
  115. package/dist-es/commands/ModifySamlPropertiesCommand.js +39 -0
  116. package/dist-es/commands/ModifySelfservicePermissionsCommand.js +3 -3
  117. package/dist-es/commands/ModifyWorkspaceAccessPropertiesCommand.js +3 -3
  118. package/dist-es/commands/ModifyWorkspaceCreationPropertiesCommand.js +3 -3
  119. package/dist-es/commands/ModifyWorkspacePropertiesCommand.js +3 -3
  120. package/dist-es/commands/ModifyWorkspaceStateCommand.js +3 -3
  121. package/dist-es/commands/RebootWorkspacesCommand.js +3 -3
  122. package/dist-es/commands/RebuildWorkspacesCommand.js +3 -3
  123. package/dist-es/commands/RegisterWorkspaceDirectoryCommand.js +3 -3
  124. package/dist-es/commands/RestoreWorkspaceCommand.js +3 -3
  125. package/dist-es/commands/RevokeIpRulesCommand.js +3 -3
  126. package/dist-es/commands/StartWorkspacesCommand.js +3 -3
  127. package/dist-es/commands/StopWorkspacesCommand.js +3 -3
  128. package/dist-es/commands/TerminateWorkspacesCommand.js +3 -3
  129. package/dist-es/commands/UpdateConnectClientAddInCommand.js +3 -3
  130. package/dist-es/commands/UpdateConnectionAliasPermissionCommand.js +3 -3
  131. package/dist-es/commands/UpdateRulesOfIpGroupCommand.js +3 -3
  132. package/dist-es/commands/UpdateWorkspaceBundleCommand.js +3 -3
  133. package/dist-es/commands/UpdateWorkspaceImagePermissionCommand.js +3 -3
  134. package/dist-es/commands/index.js +2 -0
  135. package/dist-es/models/models_0.js +194 -664
  136. package/dist-es/protocols/Aws_json1_1.js +208 -0
  137. package/dist-types/WorkSpaces.d.ts +16 -0
  138. package/dist-types/WorkSpacesClient.d.ts +4 -2
  139. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +35 -0
  140. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +37 -0
  141. package/dist-types/commands/index.d.ts +2 -0
  142. package/dist-types/models/models_0.d.ts +835 -996
  143. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  144. package/dist-types/ts3.4/WorkSpaces.d.ts +10 -0
  145. package/dist-types/ts3.4/WorkSpacesClient.d.ts +4 -2
  146. package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  149. package/dist-types/ts3.4/models/models_0.d.ts +404 -660
  150. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +6 -0
  151. package/package.json +6 -6
@@ -56,12 +56,6 @@ export interface AccountModification {
56
56
  */
57
57
  ErrorMessage?: string;
58
58
  }
59
- export declare namespace AccountModification {
60
- /**
61
- * @internal
62
- */
63
- const filterSensitiveLog: (obj: AccountModification) => any;
64
- }
65
59
  export declare enum Application {
66
60
  Microsoft_Office_2016 = "Microsoft_Office_2016",
67
61
  Microsoft_Office_2019 = "Microsoft_Office_2019"
@@ -76,12 +70,6 @@ export interface AssociateConnectionAliasRequest {
76
70
  */
77
71
  ResourceId: string | undefined;
78
72
  }
79
- export declare namespace AssociateConnectionAliasRequest {
80
- /**
81
- * @internal
82
- */
83
- const filterSensitiveLog: (obj: AssociateConnectionAliasRequest) => any;
84
- }
85
73
  export interface AssociateConnectionAliasResult {
86
74
  /**
87
75
  * <p>The identifier of the connection alias association. You use the connection identifier in
@@ -89,12 +77,6 @@ export interface AssociateConnectionAliasResult {
89
77
  */
90
78
  ConnectionIdentifier?: string;
91
79
  }
92
- export declare namespace AssociateConnectionAliasResult {
93
- /**
94
- * @internal
95
- */
96
- const filterSensitiveLog: (obj: AssociateConnectionAliasResult) => any;
97
- }
98
80
  /**
99
81
  * <p>One or more parameter values are not valid.</p>
100
82
  */
@@ -168,20 +150,8 @@ export interface AssociateIpGroupsRequest {
168
150
  */
169
151
  GroupIds: string[] | undefined;
170
152
  }
171
- export declare namespace AssociateIpGroupsRequest {
172
- /**
173
- * @internal
174
- */
175
- const filterSensitiveLog: (obj: AssociateIpGroupsRequest) => any;
176
- }
177
153
  export interface AssociateIpGroupsResult {
178
154
  }
179
- export declare namespace AssociateIpGroupsResult {
180
- /**
181
- * @internal
182
- */
183
- const filterSensitiveLog: (obj: AssociateIpGroupsResult) => any;
184
- }
185
155
  /**
186
156
  * <p>Your resource limits have been exceeded.</p>
187
157
  */
@@ -213,12 +183,6 @@ export interface IpRuleItem {
213
183
  */
214
184
  ruleDesc?: string;
215
185
  }
216
- export declare namespace IpRuleItem {
217
- /**
218
- * @internal
219
- */
220
- const filterSensitiveLog: (obj: IpRuleItem) => any;
221
- }
222
186
  export interface AuthorizeIpRulesRequest {
223
187
  /**
224
188
  * <p>The identifier of the group.</p>
@@ -229,20 +193,8 @@ export interface AuthorizeIpRulesRequest {
229
193
  */
230
194
  UserRules: IpRuleItem[] | undefined;
231
195
  }
232
- export declare namespace AuthorizeIpRulesRequest {
233
- /**
234
- * @internal
235
- */
236
- const filterSensitiveLog: (obj: AuthorizeIpRulesRequest) => any;
237
- }
238
196
  export interface AuthorizeIpRulesResult {
239
197
  }
240
- export declare namespace AuthorizeIpRulesResult {
241
- /**
242
- * @internal
243
- */
244
- const filterSensitiveLog: (obj: AuthorizeIpRulesResult) => any;
245
- }
246
198
  export declare enum Compute {
247
199
  GRAPHICS = "GRAPHICS",
248
200
  GRAPHICSPRO = "GRAPHICSPRO",
@@ -263,12 +215,6 @@ export interface ComputeType {
263
215
  */
264
216
  Name?: Compute | string;
265
217
  }
266
- export declare namespace ComputeType {
267
- /**
268
- * @internal
269
- */
270
- const filterSensitiveLog: (obj: ComputeType) => any;
271
- }
272
218
  /**
273
219
  * <p>Describes the root volume for a WorkSpace bundle.</p>
274
220
  */
@@ -278,12 +224,6 @@ export interface RootStorage {
278
224
  */
279
225
  Capacity?: string;
280
226
  }
281
- export declare namespace RootStorage {
282
- /**
283
- * @internal
284
- */
285
- const filterSensitiveLog: (obj: RootStorage) => any;
286
- }
287
227
  /**
288
228
  * <p>Describes the user volume for a WorkSpace bundle.</p>
289
229
  */
@@ -293,12 +233,6 @@ export interface UserStorage {
293
233
  */
294
234
  Capacity?: string;
295
235
  }
296
- export declare namespace UserStorage {
297
- /**
298
- * @internal
299
- */
300
- const filterSensitiveLog: (obj: UserStorage) => any;
301
- }
302
236
  /**
303
237
  * <p>Describes a WorkSpace bundle.</p>
304
238
  */
@@ -346,12 +280,6 @@ export interface WorkspaceBundle {
346
280
  */
347
281
  CreationTime?: Date;
348
282
  }
349
- export declare namespace WorkspaceBundle {
350
- /**
351
- * @internal
352
- */
353
- const filterSensitiveLog: (obj: WorkspaceBundle) => any;
354
- }
355
283
  export declare enum ClientDeviceType {
356
284
  DEVICE_TYPE_ANDROID = "DeviceTypeAndroid",
357
285
  DEVICE_TYPE_IOS = "DeviceTypeIos",
@@ -375,12 +303,6 @@ export interface ClientProperties {
375
303
  */
376
304
  ReconnectEnabled?: ReconnectEnum | string;
377
305
  }
378
- export declare namespace ClientProperties {
379
- /**
380
- * @internal
381
- */
382
- const filterSensitiveLog: (obj: ClientProperties) => any;
383
- }
384
306
  /**
385
307
  * <p>Information about the Amazon WorkSpaces client.</p>
386
308
  */
@@ -394,12 +316,6 @@ export interface ClientPropertiesResult {
394
316
  */
395
317
  ClientProperties?: ClientProperties;
396
318
  }
397
- export declare namespace ClientPropertiesResult {
398
- /**
399
- * @internal
400
- */
401
- const filterSensitiveLog: (obj: ClientPropertiesResult) => any;
402
- }
403
319
  /**
404
320
  * <p>Describes an Amazon Connect client add-in.</p>
405
321
  */
@@ -421,12 +337,6 @@ export interface ConnectClientAddIn {
421
337
  */
422
338
  URL?: string;
423
339
  }
424
- export declare namespace ConnectClientAddIn {
425
- /**
426
- * @internal
427
- */
428
- const filterSensitiveLog: (obj: ConnectClientAddIn) => any;
429
- }
430
340
  /**
431
341
  * <p>Describes a connection alias association that is used for cross-Region redirection. For
432
342
  * more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
@@ -452,12 +362,6 @@ export interface ConnectionAliasAssociation {
452
362
  */
453
363
  ConnectionIdentifier?: string;
454
364
  }
455
- export declare namespace ConnectionAliasAssociation {
456
- /**
457
- * @internal
458
- */
459
- const filterSensitiveLog: (obj: ConnectionAliasAssociation) => any;
460
- }
461
365
  export declare enum ConnectionAliasState {
462
366
  CREATED = "CREATED",
463
367
  CREATING = "CREATING",
@@ -492,12 +396,6 @@ export interface ConnectionAlias {
492
396
  */
493
397
  Associations?: ConnectionAliasAssociation[];
494
398
  }
495
- export declare namespace ConnectionAlias {
496
- /**
497
- * @internal
498
- */
499
- const filterSensitiveLog: (obj: ConnectionAlias) => any;
500
- }
501
399
  /**
502
400
  * <p>Describes the permissions for a connection alias. Connection aliases are used for
503
401
  * cross-Region redirection. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html"> Cross-Region
@@ -515,12 +413,6 @@ export interface ConnectionAliasPermission {
515
413
  */
516
414
  AllowAssociation: boolean | undefined;
517
415
  }
518
- export declare namespace ConnectionAliasPermission {
519
- /**
520
- * @internal
521
- */
522
- const filterSensitiveLog: (obj: ConnectionAliasPermission) => any;
523
- }
524
416
  export declare enum ConnectionState {
525
417
  CONNECTED = "CONNECTED",
526
418
  DISCONNECTED = "DISCONNECTED",
@@ -539,12 +431,6 @@ export interface Tag {
539
431
  */
540
432
  Value?: string;
541
433
  }
542
- export declare namespace Tag {
543
- /**
544
- * @internal
545
- */
546
- const filterSensitiveLog: (obj: Tag) => any;
547
- }
548
434
  export interface CopyWorkspaceImageRequest {
549
435
  /**
550
436
  * <p>The name of the image.</p>
@@ -567,24 +453,12 @@ export interface CopyWorkspaceImageRequest {
567
453
  */
568
454
  Tags?: Tag[];
569
455
  }
570
- export declare namespace CopyWorkspaceImageRequest {
571
- /**
572
- * @internal
573
- */
574
- const filterSensitiveLog: (obj: CopyWorkspaceImageRequest) => any;
575
- }
576
456
  export interface CopyWorkspaceImageResult {
577
457
  /**
578
458
  * <p>The identifier of the image.</p>
579
459
  */
580
460
  ImageId?: string;
581
461
  }
582
- export declare namespace CopyWorkspaceImageResult {
583
- /**
584
- * @internal
585
- */
586
- const filterSensitiveLog: (obj: CopyWorkspaceImageResult) => any;
587
- }
588
462
  /**
589
463
  * <p>The specified resource already exists.</p>
590
464
  */
@@ -625,24 +499,12 @@ export interface CreateConnectClientAddInRequest {
625
499
  */
626
500
  URL: string | undefined;
627
501
  }
628
- export declare namespace CreateConnectClientAddInRequest {
629
- /**
630
- * @internal
631
- */
632
- const filterSensitiveLog: (obj: CreateConnectClientAddInRequest) => any;
633
- }
634
502
  export interface CreateConnectClientAddInResult {
635
503
  /**
636
504
  * <p>The client add-in identifier.</p>
637
505
  */
638
506
  AddInId?: string;
639
507
  }
640
- export declare namespace CreateConnectClientAddInResult {
641
- /**
642
- * @internal
643
- */
644
- const filterSensitiveLog: (obj: CreateConnectClientAddInResult) => any;
645
- }
646
508
  /**
647
509
  * <p>The resource could not be created.</p>
648
510
  */
@@ -670,24 +532,12 @@ export interface CreateConnectionAliasRequest {
670
532
  */
671
533
  Tags?: Tag[];
672
534
  }
673
- export declare namespace CreateConnectionAliasRequest {
674
- /**
675
- * @internal
676
- */
677
- const filterSensitiveLog: (obj: CreateConnectionAliasRequest) => any;
678
- }
679
535
  export interface CreateConnectionAliasResult {
680
536
  /**
681
537
  * <p>The identifier of the connection alias.</p>
682
538
  */
683
539
  AliasId?: string;
684
540
  }
685
- export declare namespace CreateConnectionAliasResult {
686
- /**
687
- * @internal
688
- */
689
- const filterSensitiveLog: (obj: CreateConnectionAliasResult) => any;
690
- }
691
541
  export interface CreateIpGroupRequest {
692
542
  /**
693
543
  * <p>The name of the group.</p>
@@ -706,24 +556,12 @@ export interface CreateIpGroupRequest {
706
556
  */
707
557
  Tags?: Tag[];
708
558
  }
709
- export declare namespace CreateIpGroupRequest {
710
- /**
711
- * @internal
712
- */
713
- const filterSensitiveLog: (obj: CreateIpGroupRequest) => any;
714
- }
715
559
  export interface CreateIpGroupResult {
716
560
  /**
717
561
  * <p>The identifier of the group.</p>
718
562
  */
719
563
  GroupId?: string;
720
564
  }
721
- export declare namespace CreateIpGroupResult {
722
- /**
723
- * @internal
724
- */
725
- const filterSensitiveLog: (obj: CreateIpGroupResult) => any;
726
- }
727
565
  export interface CreateTagsRequest {
728
566
  /**
729
567
  * <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
@@ -736,20 +574,8 @@ export interface CreateTagsRequest {
736
574
  */
737
575
  Tags: Tag[] | undefined;
738
576
  }
739
- export declare namespace CreateTagsRequest {
740
- /**
741
- * @internal
742
- */
743
- const filterSensitiveLog: (obj: CreateTagsRequest) => any;
744
- }
745
577
  export interface CreateTagsResult {
746
578
  }
747
- export declare namespace CreateTagsResult {
748
- /**
749
- * @internal
750
- */
751
- const filterSensitiveLog: (obj: CreateTagsResult) => any;
752
- }
753
579
  export interface CreateUpdatedWorkspaceImageRequest {
754
580
  /**
755
581
  * <p>The name of the new updated WorkSpace image.</p>
@@ -773,24 +599,12 @@ export interface CreateUpdatedWorkspaceImageRequest {
773
599
  */
774
600
  Tags?: Tag[];
775
601
  }
776
- export declare namespace CreateUpdatedWorkspaceImageRequest {
777
- /**
778
- * @internal
779
- */
780
- const filterSensitiveLog: (obj: CreateUpdatedWorkspaceImageRequest) => any;
781
- }
782
602
  export interface CreateUpdatedWorkspaceImageResult {
783
603
  /**
784
604
  * <p>The identifier of the new updated WorkSpace image.</p>
785
605
  */
786
606
  ImageId?: string;
787
607
  }
788
- export declare namespace CreateUpdatedWorkspaceImageResult {
789
- /**
790
- * @internal
791
- */
792
- const filterSensitiveLog: (obj: CreateUpdatedWorkspaceImageResult) => any;
793
- }
794
608
  export interface CreateWorkspaceBundleRequest {
795
609
  /**
796
610
  * <p>The name of the bundle.</p>
@@ -826,23 +640,92 @@ export interface CreateWorkspaceBundleRequest {
826
640
  */
827
641
  Tags?: Tag[];
828
642
  }
829
- export declare namespace CreateWorkspaceBundleRequest {
830
- /**
831
- * @internal
832
- */
833
- const filterSensitiveLog: (obj: CreateWorkspaceBundleRequest) => any;
834
- }
835
643
  export interface CreateWorkspaceBundleResult {
836
644
  /**
837
645
  * <p>Describes a WorkSpace bundle.</p>
838
646
  */
839
647
  WorkspaceBundle?: WorkspaceBundle;
840
648
  }
841
- export declare namespace CreateWorkspaceBundleResult {
649
+ export interface CreateWorkspaceImageRequest {
842
650
  /**
843
- * @internal
651
+ * <p>The name of the new WorkSpace image.</p>
652
+ */
653
+ Name: string | undefined;
654
+ /**
655
+ * <p>The description of the new WorkSpace image.</p>
656
+ */
657
+ Description: string | undefined;
658
+ /**
659
+ * <p>The identifier of the source WorkSpace</p>
660
+ */
661
+ WorkspaceId: string | undefined;
662
+ /**
663
+ * <p>The tags that you want to add to the new WorkSpace image.
664
+ * To add tags when you're creating the image, you must create an IAM policy that grants
665
+ * your IAM user permission to use <code>workspaces:CreateTags</code>.</p>
666
+ */
667
+ Tags?: Tag[];
668
+ }
669
+ export declare enum OperatingSystemType {
670
+ LINUX = "LINUX",
671
+ WINDOWS = "WINDOWS"
672
+ }
673
+ /**
674
+ * <p>The operating system that the image is running.</p>
675
+ */
676
+ export interface OperatingSystem {
677
+ /**
678
+ * <p>The operating system.</p>
679
+ */
680
+ Type?: OperatingSystemType | string;
681
+ }
682
+ export declare enum WorkspaceImageRequiredTenancy {
683
+ DEDICATED = "DEDICATED",
684
+ DEFAULT = "DEFAULT"
685
+ }
686
+ export declare enum WorkspaceImageState {
687
+ AVAILABLE = "AVAILABLE",
688
+ ERROR = "ERROR",
689
+ PENDING = "PENDING"
690
+ }
691
+ export interface CreateWorkspaceImageResult {
692
+ /**
693
+ * <p>The identifier of the new WorkSpace image.</p>
694
+ */
695
+ ImageId?: string;
696
+ /**
697
+ * <p>The name of the image.</p>
698
+ */
699
+ Name?: string;
700
+ /**
701
+ * <p>The description of the image.</p>
702
+ */
703
+ Description?: string;
704
+ /**
705
+ * <p>The operating system that the image is running.</p>
706
+ */
707
+ OperatingSystem?: OperatingSystem;
708
+ /**
709
+ * <p>The availability status of the image.</p>
710
+ */
711
+ State?: WorkspaceImageState | string;
712
+ /**
713
+ * <p>Specifies whether the image is running on dedicated hardware.
714
+ * When Bring Your Own License (BYOL) is enabled, this value is set
715
+ * to DEDICATED. For more information, see
716
+ * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.htm">
717
+ * Bring Your Own Windows Desktop Images.</a>
718
+ * </p>
719
+ */
720
+ RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
721
+ /**
722
+ * <p>The date when the image was created.</p>
844
723
  */
845
- const filterSensitiveLog: (obj: CreateWorkspaceBundleResult) => any;
724
+ Created?: Date;
725
+ /**
726
+ * <p>The identifier of the AWS account that owns the image.</p>
727
+ */
728
+ OwnerAccountId?: string;
846
729
  }
847
730
  export declare enum RunningMode {
848
731
  ALWAYS_ON = "ALWAYS_ON",
@@ -880,12 +763,6 @@ export interface WorkspaceProperties {
880
763
  */
881
764
  ComputeTypeName?: Compute | string;
882
765
  }
883
- export declare namespace WorkspaceProperties {
884
- /**
885
- * @internal
886
- */
887
- const filterSensitiveLog: (obj: WorkspaceProperties) => any;
888
- }
889
766
  /**
890
767
  * <p>Describes the information used to create a WorkSpace.</p>
891
768
  */
@@ -924,24 +801,12 @@ export interface WorkspaceRequest {
924
801
  */
925
802
  Tags?: Tag[];
926
803
  }
927
- export declare namespace WorkspaceRequest {
928
- /**
929
- * @internal
930
- */
931
- const filterSensitiveLog: (obj: WorkspaceRequest) => any;
932
- }
933
804
  export interface CreateWorkspacesRequest {
934
805
  /**
935
806
  * <p>The WorkSpaces to create. You can specify up to 25 WorkSpaces.</p>
936
807
  */
937
808
  Workspaces: WorkspaceRequest[] | undefined;
938
809
  }
939
- export declare namespace CreateWorkspacesRequest {
940
- /**
941
- * @internal
942
- */
943
- const filterSensitiveLog: (obj: CreateWorkspacesRequest) => any;
944
- }
945
810
  /**
946
811
  * <p>Describes a WorkSpace that cannot be created.</p>
947
812
  */
@@ -960,12 +825,6 @@ export interface FailedCreateWorkspaceRequest {
960
825
  */
961
826
  ErrorMessage?: string;
962
827
  }
963
- export declare namespace FailedCreateWorkspaceRequest {
964
- /**
965
- * @internal
966
- */
967
- const filterSensitiveLog: (obj: FailedCreateWorkspaceRequest) => any;
968
- }
969
828
  export declare enum ModificationResourceEnum {
970
829
  COMPUTE_TYPE = "COMPUTE_TYPE",
971
830
  ROOT_VOLUME = "ROOT_VOLUME",
@@ -988,12 +847,6 @@ export interface ModificationState {
988
847
  */
989
848
  State?: ModificationStateEnum | string;
990
849
  }
991
- export declare namespace ModificationState {
992
- /**
993
- * @internal
994
- */
995
- const filterSensitiveLog: (obj: ModificationState) => any;
996
- }
997
850
  export declare enum WorkspaceState {
998
851
  ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
999
852
  AVAILABLE = "AVAILABLE",
@@ -1090,12 +943,6 @@ export interface Workspace {
1090
943
  */
1091
944
  ModificationStates?: ModificationState[];
1092
945
  }
1093
- export declare namespace Workspace {
1094
- /**
1095
- * @internal
1096
- */
1097
- const filterSensitiveLog: (obj: Workspace) => any;
1098
- }
1099
946
  export interface CreateWorkspacesResult {
1100
947
  /**
1101
948
  * <p>Information about the WorkSpaces that could not be created.</p>
@@ -1109,12 +956,6 @@ export interface CreateWorkspacesResult {
1109
956
  */
1110
957
  PendingRequests?: Workspace[];
1111
958
  }
1112
- export declare namespace CreateWorkspacesResult {
1113
- /**
1114
- * @internal
1115
- */
1116
- const filterSensitiveLog: (obj: CreateWorkspacesResult) => any;
1117
- }
1118
959
  export declare enum DedicatedTenancySupportEnum {
1119
960
  ENABLED = "ENABLED"
1120
961
  }
@@ -1128,8 +969,7 @@ export declare enum DedicatedTenancySupportEnum {
1128
969
  */
1129
970
  export interface DefaultClientBrandingAttributes {
1130
971
  /**
1131
- * <p>The logo URL. The only image
1132
- * format accepted is a binary data object that is converted from a <code>.png</code> file.</p>
972
+ * <p>The logo. The only image format accepted is a binary data object that is converted from a <code>.png</code> file.</p>
1133
973
  */
1134
974
  LogoUrl?: string;
1135
975
  /**
@@ -1173,16 +1013,11 @@ export interface DefaultClientBrandingAttributes {
1173
1013
  /**
1174
1014
  * <p>The login message. Specified as a key value pair, in which the key is a locale and the
1175
1015
  * value is the localized message for that locale. The only key supported is
1176
- * <code>en_US</code>. </p>
1016
+ * <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em,
1017
+ * i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>
1177
1018
  */
1178
1019
  LoginMessage?: Record<string, string>;
1179
1020
  }
1180
- export declare namespace DefaultClientBrandingAttributes {
1181
- /**
1182
- * @internal
1183
- */
1184
- const filterSensitiveLog: (obj: DefaultClientBrandingAttributes) => any;
1185
- }
1186
1021
  /**
1187
1022
  * <p>The default client branding attributes to be imported. These attributes display on the
1188
1023
  * client login screen.</p>
@@ -1193,8 +1028,7 @@ export declare namespace DefaultClientBrandingAttributes {
1193
1028
  */
1194
1029
  export interface DefaultImportClientBrandingAttributes {
1195
1030
  /**
1196
- * <p>The logo. The only image
1197
- * format accepted is a binary data object that is converted from a <code>.png</code> file.</p>
1031
+ * <p>The logo. The only image format accepted is a binary data object that is converted from a <code>.png</code> file.</p>
1198
1032
  */
1199
1033
  Logo?: Uint8Array;
1200
1034
  /**
@@ -1238,16 +1072,11 @@ export interface DefaultImportClientBrandingAttributes {
1238
1072
  /**
1239
1073
  * <p>The login message. Specified as a key value pair, in which the key is a locale and the
1240
1074
  * value is the localized message for that locale. The only key supported is
1241
- * <code>en_US</code>. </p>
1075
+ * <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em,
1076
+ * i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>
1242
1077
  */
1243
1078
  LoginMessage?: Record<string, string>;
1244
1079
  }
1245
- export declare namespace DefaultImportClientBrandingAttributes {
1246
- /**
1247
- * @internal
1248
- */
1249
- const filterSensitiveLog: (obj: DefaultImportClientBrandingAttributes) => any;
1250
- }
1251
1080
  /**
1252
1081
  * <p>Describes the default values that are used to create WorkSpaces. For more information,
1253
1082
  * see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
@@ -1291,11 +1120,9 @@ export interface DefaultWorkspaceCreationProperties {
1291
1120
  */
1292
1121
  EnableMaintenanceMode?: boolean;
1293
1122
  }
1294
- export declare namespace DefaultWorkspaceCreationProperties {
1295
- /**
1296
- * @internal
1297
- */
1298
- const filterSensitiveLog: (obj: DefaultWorkspaceCreationProperties) => any;
1123
+ export declare enum DeletableSamlProperty {
1124
+ SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME = "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
1125
+ SAML_PROPERTIES_USER_ACCESS_URL = "SAML_PROPERTIES_USER_ACCESS_URL"
1299
1126
  }
1300
1127
  export interface DeleteClientBrandingRequest {
1301
1128
  /**
@@ -1308,20 +1135,8 @@ export interface DeleteClientBrandingRequest {
1308
1135
  */
1309
1136
  Platforms: (ClientDeviceType | string)[] | undefined;
1310
1137
  }
1311
- export declare namespace DeleteClientBrandingRequest {
1312
- /**
1313
- * @internal
1314
- */
1315
- const filterSensitiveLog: (obj: DeleteClientBrandingRequest) => any;
1316
- }
1317
1138
  export interface DeleteClientBrandingResult {
1318
1139
  }
1319
- export declare namespace DeleteClientBrandingResult {
1320
- /**
1321
- * @internal
1322
- */
1323
- const filterSensitiveLog: (obj: DeleteClientBrandingResult) => any;
1324
- }
1325
1140
  export interface DeleteConnectClientAddInRequest {
1326
1141
  /**
1327
1142
  * <p>The identifier of the client add-in to delete.</p>
@@ -1332,61 +1147,25 @@ export interface DeleteConnectClientAddInRequest {
1332
1147
  */
1333
1148
  ResourceId: string | undefined;
1334
1149
  }
1335
- export declare namespace DeleteConnectClientAddInRequest {
1336
- /**
1337
- * @internal
1338
- */
1339
- const filterSensitiveLog: (obj: DeleteConnectClientAddInRequest) => any;
1340
- }
1341
1150
  export interface DeleteConnectClientAddInResult {
1342
1151
  }
1343
- export declare namespace DeleteConnectClientAddInResult {
1344
- /**
1345
- * @internal
1346
- */
1347
- const filterSensitiveLog: (obj: DeleteConnectClientAddInResult) => any;
1348
- }
1349
1152
  export interface DeleteConnectionAliasRequest {
1350
1153
  /**
1351
1154
  * <p>The identifier of the connection alias to delete.</p>
1352
1155
  */
1353
1156
  AliasId: string | undefined;
1354
1157
  }
1355
- export declare namespace DeleteConnectionAliasRequest {
1356
- /**
1357
- * @internal
1358
- */
1359
- const filterSensitiveLog: (obj: DeleteConnectionAliasRequest) => any;
1360
- }
1361
1158
  export interface DeleteConnectionAliasResult {
1362
1159
  }
1363
- export declare namespace DeleteConnectionAliasResult {
1364
- /**
1365
- * @internal
1366
- */
1367
- const filterSensitiveLog: (obj: DeleteConnectionAliasResult) => any;
1368
- }
1369
1160
  export interface DeleteIpGroupRequest {
1370
1161
  /**
1371
1162
  * <p>The identifier of the IP access control group.</p>
1372
1163
  */
1373
1164
  GroupId: string | undefined;
1374
1165
  }
1375
- export declare namespace DeleteIpGroupRequest {
1376
- /**
1377
- * @internal
1378
- */
1379
- const filterSensitiveLog: (obj: DeleteIpGroupRequest) => any;
1380
- }
1381
1166
  export interface DeleteIpGroupResult {
1382
1167
  }
1383
- export declare namespace DeleteIpGroupResult {
1384
- /**
1385
- * @internal
1386
- */
1387
- const filterSensitiveLog: (obj: DeleteIpGroupResult) => any;
1388
- }
1389
- export interface DeleteTagsRequest {
1168
+ export interface DeleteTagsRequest {
1390
1169
  /**
1391
1170
  * <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
1392
1171
  * registered directories, images, custom bundles, IP access control groups, and connection
@@ -1398,60 +1177,24 @@ export interface DeleteTagsRequest {
1398
1177
  */
1399
1178
  TagKeys: string[] | undefined;
1400
1179
  }
1401
- export declare namespace DeleteTagsRequest {
1402
- /**
1403
- * @internal
1404
- */
1405
- const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
1406
- }
1407
1180
  export interface DeleteTagsResult {
1408
1181
  }
1409
- export declare namespace DeleteTagsResult {
1410
- /**
1411
- * @internal
1412
- */
1413
- const filterSensitiveLog: (obj: DeleteTagsResult) => any;
1414
- }
1415
1182
  export interface DeleteWorkspaceBundleRequest {
1416
1183
  /**
1417
1184
  * <p>The identifier of the bundle.</p>
1418
1185
  */
1419
1186
  BundleId?: string;
1420
1187
  }
1421
- export declare namespace DeleteWorkspaceBundleRequest {
1422
- /**
1423
- * @internal
1424
- */
1425
- const filterSensitiveLog: (obj: DeleteWorkspaceBundleRequest) => any;
1426
- }
1427
1188
  export interface DeleteWorkspaceBundleResult {
1428
1189
  }
1429
- export declare namespace DeleteWorkspaceBundleResult {
1430
- /**
1431
- * @internal
1432
- */
1433
- const filterSensitiveLog: (obj: DeleteWorkspaceBundleResult) => any;
1434
- }
1435
1190
  export interface DeleteWorkspaceImageRequest {
1436
1191
  /**
1437
1192
  * <p>The identifier of the image.</p>
1438
1193
  */
1439
1194
  ImageId: string | undefined;
1440
1195
  }
1441
- export declare namespace DeleteWorkspaceImageRequest {
1442
- /**
1443
- * @internal
1444
- */
1445
- const filterSensitiveLog: (obj: DeleteWorkspaceImageRequest) => any;
1446
- }
1447
1196
  export interface DeleteWorkspaceImageResult {
1448
1197
  }
1449
- export declare namespace DeleteWorkspaceImageResult {
1450
- /**
1451
- * @internal
1452
- */
1453
- const filterSensitiveLog: (obj: DeleteWorkspaceImageResult) => any;
1454
- }
1455
1198
  export interface DeregisterWorkspaceDirectoryRequest {
1456
1199
  /**
1457
1200
  * <p>The identifier of the directory. If any WorkSpaces are registered to this directory, you
@@ -1460,28 +1203,10 @@ export interface DeregisterWorkspaceDirectoryRequest {
1460
1203
  */
1461
1204
  DirectoryId: string | undefined;
1462
1205
  }
1463
- export declare namespace DeregisterWorkspaceDirectoryRequest {
1464
- /**
1465
- * @internal
1466
- */
1467
- const filterSensitiveLog: (obj: DeregisterWorkspaceDirectoryRequest) => any;
1468
- }
1469
1206
  export interface DeregisterWorkspaceDirectoryResult {
1470
1207
  }
1471
- export declare namespace DeregisterWorkspaceDirectoryResult {
1472
- /**
1473
- * @internal
1474
- */
1475
- const filterSensitiveLog: (obj: DeregisterWorkspaceDirectoryResult) => any;
1476
- }
1477
1208
  export interface DescribeAccountRequest {
1478
1209
  }
1479
- export declare namespace DescribeAccountRequest {
1480
- /**
1481
- * @internal
1482
- */
1483
- const filterSensitiveLog: (obj: DescribeAccountRequest) => any;
1484
- }
1485
1210
  export interface DescribeAccountResult {
1486
1211
  /**
1487
1212
  * <p>The status of BYOL (whether BYOL is enabled or disabled).</p>
@@ -1496,12 +1221,6 @@ export interface DescribeAccountResult {
1496
1221
  */
1497
1222
  DedicatedTenancyManagementCidrRange?: string;
1498
1223
  }
1499
- export declare namespace DescribeAccountResult {
1500
- /**
1501
- * @internal
1502
- */
1503
- const filterSensitiveLog: (obj: DescribeAccountResult) => any;
1504
- }
1505
1224
  export interface DescribeAccountModificationsRequest {
1506
1225
  /**
1507
1226
  * <p>If you received a <code>NextToken</code> from a previous call that was paginated,
@@ -1509,12 +1228,6 @@ export interface DescribeAccountModificationsRequest {
1509
1228
  */
1510
1229
  NextToken?: string;
1511
1230
  }
1512
- export declare namespace DescribeAccountModificationsRequest {
1513
- /**
1514
- * @internal
1515
- */
1516
- const filterSensitiveLog: (obj: DescribeAccountModificationsRequest) => any;
1517
- }
1518
1231
  export interface DescribeAccountModificationsResult {
1519
1232
  /**
1520
1233
  * <p>The list of modifications to the configuration of BYOL.</p>
@@ -1526,12 +1239,6 @@ export interface DescribeAccountModificationsResult {
1526
1239
  */
1527
1240
  NextToken?: string;
1528
1241
  }
1529
- export declare namespace DescribeAccountModificationsResult {
1530
- /**
1531
- * @internal
1532
- */
1533
- const filterSensitiveLog: (obj: DescribeAccountModificationsResult) => any;
1534
- }
1535
1242
  export interface DescribeClientBrandingRequest {
1536
1243
  /**
1537
1244
  * <p>The directory identifier of the WorkSpace for which you want to view client branding
@@ -1539,12 +1246,6 @@ export interface DescribeClientBrandingRequest {
1539
1246
  */
1540
1247
  ResourceId: string | undefined;
1541
1248
  }
1542
- export declare namespace DescribeClientBrandingRequest {
1543
- /**
1544
- * @internal
1545
- */
1546
- const filterSensitiveLog: (obj: DescribeClientBrandingRequest) => any;
1547
- }
1548
1249
  /**
1549
1250
  * <p>The client branding attributes for iOS device types. These attributes are displayed on
1550
1251
  * the iOS client login screen only.</p>
@@ -1555,8 +1256,8 @@ export declare namespace DescribeClientBrandingRequest {
1555
1256
  */
1556
1257
  export interface IosClientBrandingAttributes {
1557
1258
  /**
1558
- * <p>The logo. This is the
1559
- * standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal
1259
+ * <p>The logo. This is the standard-resolution display that has a 1:1 pixel density
1260
+ * (or @1x), where one pixel is equal
1560
1261
  * to one point. The only image format accepted is a binary data object that is converted from
1561
1262
  * a <code>.png</code> file.</p>
1562
1263
  */
@@ -1622,16 +1323,11 @@ export interface IosClientBrandingAttributes {
1622
1323
  /**
1623
1324
  * <p>The login message. Specified as a key value pair, in which the key is a locale and the
1624
1325
  * value is the localized message for that locale. The only key supported is
1625
- * <code>en_US</code>. </p>
1326
+ * <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em,
1327
+ * i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>
1626
1328
  */
1627
1329
  LoginMessage?: Record<string, string>;
1628
1330
  }
1629
- export declare namespace IosClientBrandingAttributes {
1630
- /**
1631
- * @internal
1632
- */
1633
- const filterSensitiveLog: (obj: IosClientBrandingAttributes) => any;
1634
- }
1635
1331
  export interface DescribeClientBrandingResult {
1636
1332
  /**
1637
1333
  * <p>The branding information for Windows devices.</p>
@@ -1658,36 +1354,18 @@ export interface DescribeClientBrandingResult {
1658
1354
  */
1659
1355
  DeviceTypeWeb?: DefaultClientBrandingAttributes;
1660
1356
  }
1661
- export declare namespace DescribeClientBrandingResult {
1662
- /**
1663
- * @internal
1664
- */
1665
- const filterSensitiveLog: (obj: DescribeClientBrandingResult) => any;
1666
- }
1667
1357
  export interface DescribeClientPropertiesRequest {
1668
1358
  /**
1669
1359
  * <p>The resource identifier, in the form of directory IDs.</p>
1670
1360
  */
1671
1361
  ResourceIds: string[] | undefined;
1672
1362
  }
1673
- export declare namespace DescribeClientPropertiesRequest {
1674
- /**
1675
- * @internal
1676
- */
1677
- const filterSensitiveLog: (obj: DescribeClientPropertiesRequest) => any;
1678
- }
1679
1363
  export interface DescribeClientPropertiesResult {
1680
1364
  /**
1681
1365
  * <p>Information about the specified Amazon WorkSpaces clients.</p>
1682
1366
  */
1683
1367
  ClientPropertiesList?: ClientPropertiesResult[];
1684
1368
  }
1685
- export declare namespace DescribeClientPropertiesResult {
1686
- /**
1687
- * @internal
1688
- */
1689
- const filterSensitiveLog: (obj: DescribeClientPropertiesResult) => any;
1690
- }
1691
1369
  export interface DescribeConnectClientAddInsRequest {
1692
1370
  /**
1693
1371
  * <p>The directory identifier for which the client add-in is configured.</p>
@@ -1703,12 +1381,6 @@ export interface DescribeConnectClientAddInsRequest {
1703
1381
  */
1704
1382
  MaxResults?: number;
1705
1383
  }
1706
- export declare namespace DescribeConnectClientAddInsRequest {
1707
- /**
1708
- * @internal
1709
- */
1710
- const filterSensitiveLog: (obj: DescribeConnectClientAddInsRequest) => any;
1711
- }
1712
1384
  export interface DescribeConnectClientAddInsResult {
1713
1385
  /**
1714
1386
  * <p>Information about client add-ins.</p>
@@ -1720,12 +1392,6 @@ export interface DescribeConnectClientAddInsResult {
1720
1392
  */
1721
1393
  NextToken?: string;
1722
1394
  }
1723
- export declare namespace DescribeConnectClientAddInsResult {
1724
- /**
1725
- * @internal
1726
- */
1727
- const filterSensitiveLog: (obj: DescribeConnectClientAddInsResult) => any;
1728
- }
1729
1395
  export interface DescribeConnectionAliasesRequest {
1730
1396
  /**
1731
1397
  * <p>The identifiers of the connection aliases to describe.</p>
@@ -1745,12 +1411,6 @@ export interface DescribeConnectionAliasesRequest {
1745
1411
  */
1746
1412
  NextToken?: string;
1747
1413
  }
1748
- export declare namespace DescribeConnectionAliasesRequest {
1749
- /**
1750
- * @internal
1751
- */
1752
- const filterSensitiveLog: (obj: DescribeConnectionAliasesRequest) => any;
1753
- }
1754
1414
  export interface DescribeConnectionAliasesResult {
1755
1415
  /**
1756
1416
  * <p>Information about the specified connection aliases.</p>
@@ -1762,12 +1422,6 @@ export interface DescribeConnectionAliasesResult {
1762
1422
  */
1763
1423
  NextToken?: string;
1764
1424
  }
1765
- export declare namespace DescribeConnectionAliasesResult {
1766
- /**
1767
- * @internal
1768
- */
1769
- const filterSensitiveLog: (obj: DescribeConnectionAliasesResult) => any;
1770
- }
1771
1425
  export interface DescribeConnectionAliasPermissionsRequest {
1772
1426
  /**
1773
1427
  * <p>The identifier of the connection alias.</p>
@@ -1783,12 +1437,6 @@ export interface DescribeConnectionAliasPermissionsRequest {
1783
1437
  */
1784
1438
  MaxResults?: number;
1785
1439
  }
1786
- export declare namespace DescribeConnectionAliasPermissionsRequest {
1787
- /**
1788
- * @internal
1789
- */
1790
- const filterSensitiveLog: (obj: DescribeConnectionAliasPermissionsRequest) => any;
1791
- }
1792
1440
  export interface DescribeConnectionAliasPermissionsResult {
1793
1441
  /**
1794
1442
  * <p>The identifier of the connection alias.</p>
@@ -1804,12 +1452,6 @@ export interface DescribeConnectionAliasPermissionsResult {
1804
1452
  */
1805
1453
  NextToken?: string;
1806
1454
  }
1807
- export declare namespace DescribeConnectionAliasPermissionsResult {
1808
- /**
1809
- * @internal
1810
- */
1811
- const filterSensitiveLog: (obj: DescribeConnectionAliasPermissionsResult) => any;
1812
- }
1813
1455
  export interface DescribeIpGroupsRequest {
1814
1456
  /**
1815
1457
  * <p>The identifiers of one or more IP access control groups.</p>
@@ -1825,12 +1467,6 @@ export interface DescribeIpGroupsRequest {
1825
1467
  */
1826
1468
  MaxResults?: number;
1827
1469
  }
1828
- export declare namespace DescribeIpGroupsRequest {
1829
- /**
1830
- * @internal
1831
- */
1832
- const filterSensitiveLog: (obj: DescribeIpGroupsRequest) => any;
1833
- }
1834
1470
  /**
1835
1471
  * <p>Describes an IP access control group.</p>
1836
1472
  */
@@ -1852,12 +1488,6 @@ export interface WorkspacesIpGroup {
1852
1488
  */
1853
1489
  userRules?: IpRuleItem[];
1854
1490
  }
1855
- export declare namespace WorkspacesIpGroup {
1856
- /**
1857
- * @internal
1858
- */
1859
- const filterSensitiveLog: (obj: WorkspacesIpGroup) => any;
1860
- }
1861
1491
  export interface DescribeIpGroupsResult {
1862
1492
  /**
1863
1493
  * <p>Information about the IP access control groups.</p>
@@ -1869,12 +1499,6 @@ export interface DescribeIpGroupsResult {
1869
1499
  */
1870
1500
  NextToken?: string;
1871
1501
  }
1872
- export declare namespace DescribeIpGroupsResult {
1873
- /**
1874
- * @internal
1875
- */
1876
- const filterSensitiveLog: (obj: DescribeIpGroupsResult) => any;
1877
- }
1878
1502
  export interface DescribeTagsRequest {
1879
1503
  /**
1880
1504
  * <p>The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces,
@@ -1883,24 +1507,12 @@ export interface DescribeTagsRequest {
1883
1507
  */
1884
1508
  ResourceId: string | undefined;
1885
1509
  }
1886
- export declare namespace DescribeTagsRequest {
1887
- /**
1888
- * @internal
1889
- */
1890
- const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
1891
- }
1892
1510
  export interface DescribeTagsResult {
1893
1511
  /**
1894
1512
  * <p>The tags.</p>
1895
1513
  */
1896
1514
  TagList?: Tag[];
1897
1515
  }
1898
- export declare namespace DescribeTagsResult {
1899
- /**
1900
- * @internal
1901
- */
1902
- const filterSensitiveLog: (obj: DescribeTagsResult) => any;
1903
- }
1904
1516
  export interface DescribeWorkspaceBundlesRequest {
1905
1517
  /**
1906
1518
  * <p>The identifiers of the bundles. You cannot combine this parameter with any other filter.</p>
@@ -1917,12 +1529,6 @@ export interface DescribeWorkspaceBundlesRequest {
1917
1529
  */
1918
1530
  NextToken?: string;
1919
1531
  }
1920
- export declare namespace DescribeWorkspaceBundlesRequest {
1921
- /**
1922
- * @internal
1923
- */
1924
- const filterSensitiveLog: (obj: DescribeWorkspaceBundlesRequest) => any;
1925
- }
1926
1532
  export interface DescribeWorkspaceBundlesResult {
1927
1533
  /**
1928
1534
  * <p>Information about the bundles.</p>
@@ -1935,12 +1541,6 @@ export interface DescribeWorkspaceBundlesResult {
1935
1541
  */
1936
1542
  NextToken?: string;
1937
1543
  }
1938
- export declare namespace DescribeWorkspaceBundlesResult {
1939
- /**
1940
- * @internal
1941
- */
1942
- const filterSensitiveLog: (obj: DescribeWorkspaceBundlesResult) => any;
1943
- }
1944
1544
  export interface DescribeWorkspaceDirectoriesRequest {
1945
1545
  /**
1946
1546
  * <p>The identifiers of the directories. If the value is null, all directories are
@@ -1957,16 +1557,55 @@ export interface DescribeWorkspaceDirectoriesRequest {
1957
1557
  */
1958
1558
  NextToken?: string;
1959
1559
  }
1960
- export declare namespace DescribeWorkspaceDirectoriesRequest {
1961
- /**
1962
- * @internal
1963
- */
1964
- const filterSensitiveLog: (obj: DescribeWorkspaceDirectoriesRequest) => any;
1965
- }
1966
1560
  export declare enum WorkspaceDirectoryType {
1967
1561
  AD_CONNECTOR = "AD_CONNECTOR",
1968
1562
  SIMPLE_AD = "SIMPLE_AD"
1969
1563
  }
1564
+ export declare enum SamlStatusEnum {
1565
+ DISABLED = "DISABLED",
1566
+ ENABLED = "ENABLED",
1567
+ ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK = "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK"
1568
+ }
1569
+ /**
1570
+ * <p>Describes the enablement status, user access URL, and relay state parameter name that
1571
+ * are used for configuring federation with an SAML 2.0 identity provider.</p>
1572
+ */
1573
+ export interface SamlProperties {
1574
+ /**
1575
+ * <p>Indicates the status of SAML 2.0 authentication. These statuses include the following.</p>
1576
+ * <ul>
1577
+ * <li>
1578
+ * <p>If the setting is <code>DISABLED</code>, end users will be directed to login with their directory credentials.</p>
1579
+ * </li>
1580
+ * <li>
1581
+ * <p>If the setting is <code>ENABLED</code>, end users will be directed to login via the user access URL. Users attempting
1582
+ * to connect to WorkSpaces from a client application that does not support SAML 2.0 authentication will not be able to
1583
+ * connect.</p>
1584
+ * </li>
1585
+ * <li>
1586
+ * <p>If the setting is <code>ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK</code>, end users will be directed to login via the user
1587
+ * access URL on supported client applications, but will not prevent clients that do not support SAML 2.0 authentication
1588
+ * from connecting as if SAML 2.0 authentication was disabled.</p>
1589
+ * </li>
1590
+ * </ul>
1591
+ */
1592
+ Status?: SamlStatusEnum | string;
1593
+ /**
1594
+ * <p>The SAML 2.0 identity provider (IdP) user access URL is the URL a user would navigate to in their web browser in
1595
+ * order to federate from the IdP and directly access the application, without any SAML 2.0 service provider (SP)
1596
+ * bindings.</p>
1597
+ */
1598
+ UserAccessUrl?: string;
1599
+ /**
1600
+ * <p>The relay state parameter name supported by the SAML 2.0 identity provider (IdP). When the end user is redirected to
1601
+ * the user access URL from the WorkSpaces client application, this relay state parameter name is appended as a query
1602
+ * parameter to the URL along with the relay state endpoint to return the user to the client application session.</p>
1603
+ *
1604
+ * <p>To use SAML 2.0 authentication with WorkSpaces, the IdP must support IdP-initiated deep linking for the relay state
1605
+ * URL. Consult your IdP documentation for more information.</p>
1606
+ */
1607
+ RelayStateParameterName?: string;
1608
+ }
1970
1609
  /**
1971
1610
  * <p>Describes the self-service permissions for a directory. For more information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/enable-user-self-service-workspace-management.html">Enable Self-Service WorkSpace Management Capabilities for Your Users</a>.</p>
1972
1611
  */
@@ -1994,12 +1633,6 @@ export interface SelfservicePermissions {
1994
1633
  */
1995
1634
  RebuildWorkspace?: ReconnectEnum | string;
1996
1635
  }
1997
- export declare namespace SelfservicePermissions {
1998
- /**
1999
- * @internal
2000
- */
2001
- const filterSensitiveLog: (obj: SelfservicePermissions) => any;
2002
- }
2003
1636
  export declare enum WorkspaceDirectoryState {
2004
1637
  DEREGISTERED = "DEREGISTERED",
2005
1638
  DEREGISTERING = "DEREGISTERING",
@@ -2051,12 +1684,6 @@ export interface WorkspaceAccessProperties {
2051
1684
  */
2052
1685
  DeviceTypeLinux?: AccessPropertyValue | string;
2053
1686
  }
2054
- export declare namespace WorkspaceAccessProperties {
2055
- /**
2056
- * @internal
2057
- */
2058
- const filterSensitiveLog: (obj: WorkspaceAccessProperties) => any;
2059
- }
2060
1687
  /**
2061
1688
  * <p>Describes a directory that is used with Amazon WorkSpaces.</p>
2062
1689
  */
@@ -2134,12 +1761,11 @@ export interface WorkspaceDirectory {
2134
1761
  * <p>The default self-service permissions for WorkSpaces in the directory.</p>
2135
1762
  */
2136
1763
  SelfservicePermissions?: SelfservicePermissions;
2137
- }
2138
- export declare namespace WorkspaceDirectory {
2139
1764
  /**
2140
- * @internal
1765
+ * <p>Describes the enablement status, user access URL, and relay state parameter name that are used for configuring
1766
+ * federation with an SAML 2.0 identity provider.</p>
2141
1767
  */
2142
- const filterSensitiveLog: (obj: WorkspaceDirectory) => any;
1768
+ SamlProperties?: SamlProperties;
2143
1769
  }
2144
1770
  export interface DescribeWorkspaceDirectoriesResult {
2145
1771
  /**
@@ -2152,12 +1778,6 @@ export interface DescribeWorkspaceDirectoriesResult {
2152
1778
  */
2153
1779
  NextToken?: string;
2154
1780
  }
2155
- export declare namespace DescribeWorkspaceDirectoriesResult {
2156
- /**
2157
- * @internal
2158
- */
2159
- const filterSensitiveLog: (obj: DescribeWorkspaceDirectoriesResult) => any;
2160
- }
2161
1781
  export interface DescribeWorkspaceImagePermissionsRequest {
2162
1782
  /**
2163
1783
  * <p>The identifier of the image.</p>
@@ -2173,12 +1793,6 @@ export interface DescribeWorkspaceImagePermissionsRequest {
2173
1793
  */
2174
1794
  MaxResults?: number;
2175
1795
  }
2176
- export declare namespace DescribeWorkspaceImagePermissionsRequest {
2177
- /**
2178
- * @internal
2179
- */
2180
- const filterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsRequest) => any;
2181
- }
2182
1796
  /**
2183
1797
  * <p>Describes the Amazon Web Services accounts that have been granted permission to use a
2184
1798
  * shared image. For more information about sharing images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/share-custom-image.html"> Share or Unshare a Custom
@@ -2191,12 +1805,6 @@ export interface ImagePermission {
2191
1805
  */
2192
1806
  SharedAccountId?: string;
2193
1807
  }
2194
- export declare namespace ImagePermission {
2195
- /**
2196
- * @internal
2197
- */
2198
- const filterSensitiveLog: (obj: ImagePermission) => any;
2199
- }
2200
1808
  export interface DescribeWorkspaceImagePermissionsResult {
2201
1809
  /**
2202
1810
  * <p>The identifier of the image.</p>
@@ -2213,12 +1821,6 @@ export interface DescribeWorkspaceImagePermissionsResult {
2213
1821
  */
2214
1822
  NextToken?: string;
2215
1823
  }
2216
- export declare namespace DescribeWorkspaceImagePermissionsResult {
2217
- /**
2218
- * @internal
2219
- */
2220
- const filterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsResult) => any;
2221
- }
2222
1824
  export declare enum ImageType {
2223
1825
  OWNED = "OWNED",
2224
1826
  SHARED = "SHARED"
@@ -2242,40 +1844,6 @@ export interface DescribeWorkspaceImagesRequest {
2242
1844
  */
2243
1845
  MaxResults?: number;
2244
1846
  }
2245
- export declare namespace DescribeWorkspaceImagesRequest {
2246
- /**
2247
- * @internal
2248
- */
2249
- const filterSensitiveLog: (obj: DescribeWorkspaceImagesRequest) => any;
2250
- }
2251
- export declare enum OperatingSystemType {
2252
- LINUX = "LINUX",
2253
- WINDOWS = "WINDOWS"
2254
- }
2255
- /**
2256
- * <p>The operating system that the image is running.</p>
2257
- */
2258
- export interface OperatingSystem {
2259
- /**
2260
- * <p>The operating system.</p>
2261
- */
2262
- Type?: OperatingSystemType | string;
2263
- }
2264
- export declare namespace OperatingSystem {
2265
- /**
2266
- * @internal
2267
- */
2268
- const filterSensitiveLog: (obj: OperatingSystem) => any;
2269
- }
2270
- export declare enum WorkspaceImageRequiredTenancy {
2271
- DEDICATED = "DEDICATED",
2272
- DEFAULT = "DEFAULT"
2273
- }
2274
- export declare enum WorkspaceImageState {
2275
- AVAILABLE = "AVAILABLE",
2276
- ERROR = "ERROR",
2277
- PENDING = "PENDING"
2278
- }
2279
1847
  /**
2280
1848
  * <p>Describes whether a WorkSpace image needs to be updated with the latest drivers and
2281
1849
  * other components required by Amazon WorkSpaces.</p>
@@ -2295,12 +1863,6 @@ export interface UpdateResult {
2295
1863
  */
2296
1864
  Description?: string;
2297
1865
  }
2298
- export declare namespace UpdateResult {
2299
- /**
2300
- * @internal
2301
- */
2302
- const filterSensitiveLog: (obj: UpdateResult) => any;
2303
- }
2304
1866
  /**
2305
1867
  * <p>Describes a WorkSpace image.</p>
2306
1868
  */
@@ -2354,12 +1916,6 @@ export interface WorkspaceImage {
2354
1916
  */
2355
1917
  Updates?: UpdateResult;
2356
1918
  }
2357
- export declare namespace WorkspaceImage {
2358
- /**
2359
- * @internal
2360
- */
2361
- const filterSensitiveLog: (obj: WorkspaceImage) => any;
2362
- }
2363
1919
  export interface DescribeWorkspaceImagesResult {
2364
1920
  /**
2365
1921
  * <p>Information about the images.</p>
@@ -2371,12 +1927,6 @@ export interface DescribeWorkspaceImagesResult {
2371
1927
  */
2372
1928
  NextToken?: string;
2373
1929
  }
2374
- export declare namespace DescribeWorkspaceImagesResult {
2375
- /**
2376
- * @internal
2377
- */
2378
- const filterSensitiveLog: (obj: DescribeWorkspaceImagesResult) => any;
2379
- }
2380
1930
  export interface DescribeWorkspacesRequest {
2381
1931
  /**
2382
1932
  * <p>The identifiers of the WorkSpaces. You cannot combine this parameter with any other
@@ -2411,12 +1961,6 @@ export interface DescribeWorkspacesRequest {
2411
1961
  */
2412
1962
  NextToken?: string;
2413
1963
  }
2414
- export declare namespace DescribeWorkspacesRequest {
2415
- /**
2416
- * @internal
2417
- */
2418
- const filterSensitiveLog: (obj: DescribeWorkspacesRequest) => any;
2419
- }
2420
1964
  export interface DescribeWorkspacesResult {
2421
1965
  /**
2422
1966
  * <p>Information about the WorkSpaces.</p>
@@ -2430,12 +1974,6 @@ export interface DescribeWorkspacesResult {
2430
1974
  */
2431
1975
  NextToken?: string;
2432
1976
  }
2433
- export declare namespace DescribeWorkspacesResult {
2434
- /**
2435
- * @internal
2436
- */
2437
- const filterSensitiveLog: (obj: DescribeWorkspacesResult) => any;
2438
- }
2439
1977
  export interface DescribeWorkspacesConnectionStatusRequest {
2440
1978
  /**
2441
1979
  * <p>The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.</p>
@@ -2447,12 +1985,6 @@ export interface DescribeWorkspacesConnectionStatusRequest {
2447
1985
  */
2448
1986
  NextToken?: string;
2449
1987
  }
2450
- export declare namespace DescribeWorkspacesConnectionStatusRequest {
2451
- /**
2452
- * @internal
2453
- */
2454
- const filterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusRequest) => any;
2455
- }
2456
1988
  /**
2457
1989
  * <p>Describes the connection status of a WorkSpace.</p>
2458
1990
  */
@@ -2475,12 +2007,6 @@ export interface WorkspaceConnectionStatus {
2475
2007
  */
2476
2008
  LastKnownUserConnectionTimestamp?: Date;
2477
2009
  }
2478
- export declare namespace WorkspaceConnectionStatus {
2479
- /**
2480
- * @internal
2481
- */
2482
- const filterSensitiveLog: (obj: WorkspaceConnectionStatus) => any;
2483
- }
2484
2010
  export interface DescribeWorkspacesConnectionStatusResult {
2485
2011
  /**
2486
2012
  * <p>Information about the connection status of the WorkSpace.</p>
@@ -2492,24 +2018,12 @@ export interface DescribeWorkspacesConnectionStatusResult {
2492
2018
  */
2493
2019
  NextToken?: string;
2494
2020
  }
2495
- export declare namespace DescribeWorkspacesConnectionStatusResult {
2496
- /**
2497
- * @internal
2498
- */
2499
- const filterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusResult) => any;
2500
- }
2501
2021
  export interface DescribeWorkspaceSnapshotsRequest {
2502
2022
  /**
2503
2023
  * <p>The identifier of the WorkSpace.</p>
2504
2024
  */
2505
2025
  WorkspaceId: string | undefined;
2506
2026
  }
2507
- export declare namespace DescribeWorkspaceSnapshotsRequest {
2508
- /**
2509
- * @internal
2510
- */
2511
- const filterSensitiveLog: (obj: DescribeWorkspaceSnapshotsRequest) => any;
2512
- }
2513
2027
  /**
2514
2028
  * <p>Describes a snapshot.</p>
2515
2029
  */
@@ -2519,12 +2033,6 @@ export interface Snapshot {
2519
2033
  */
2520
2034
  SnapshotTime?: Date;
2521
2035
  }
2522
- export declare namespace Snapshot {
2523
- /**
2524
- * @internal
2525
- */
2526
- const filterSensitiveLog: (obj: Snapshot) => any;
2527
- }
2528
2036
  export interface DescribeWorkspaceSnapshotsResult {
2529
2037
  /**
2530
2038
  * <p>Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots
@@ -2537,32 +2045,14 @@ export interface DescribeWorkspaceSnapshotsResult {
2537
2045
  */
2538
2046
  RestoreSnapshots?: Snapshot[];
2539
2047
  }
2540
- export declare namespace DescribeWorkspaceSnapshotsResult {
2541
- /**
2542
- * @internal
2543
- */
2544
- const filterSensitiveLog: (obj: DescribeWorkspaceSnapshotsResult) => any;
2545
- }
2546
2048
  export interface DisassociateConnectionAliasRequest {
2547
2049
  /**
2548
2050
  * <p>The identifier of the connection alias to disassociate.</p>
2549
2051
  */
2550
2052
  AliasId: string | undefined;
2551
2053
  }
2552
- export declare namespace DisassociateConnectionAliasRequest {
2553
- /**
2554
- * @internal
2555
- */
2556
- const filterSensitiveLog: (obj: DisassociateConnectionAliasRequest) => any;
2557
- }
2558
2054
  export interface DisassociateConnectionAliasResult {
2559
2055
  }
2560
- export declare namespace DisassociateConnectionAliasResult {
2561
- /**
2562
- * @internal
2563
- */
2564
- const filterSensitiveLog: (obj: DisassociateConnectionAliasResult) => any;
2565
- }
2566
2056
  export interface DisassociateIpGroupsRequest {
2567
2057
  /**
2568
2058
  * <p>The identifier of the directory.</p>
@@ -2573,20 +2063,8 @@ export interface DisassociateIpGroupsRequest {
2573
2063
  */
2574
2064
  GroupIds: string[] | undefined;
2575
2065
  }
2576
- export declare namespace DisassociateIpGroupsRequest {
2577
- /**
2578
- * @internal
2579
- */
2580
- const filterSensitiveLog: (obj: DisassociateIpGroupsRequest) => any;
2581
- }
2582
2066
  export interface DisassociateIpGroupsResult {
2583
2067
  }
2584
- export declare namespace DisassociateIpGroupsResult {
2585
- /**
2586
- * @internal
2587
- */
2588
- const filterSensitiveLog: (obj: DisassociateIpGroupsResult) => any;
2589
- }
2590
2068
  /**
2591
2069
  * <p>Describes a WorkSpace that could not be rebooted. (<a>RebootWorkspaces</a>),
2592
2070
  * rebuilt (<a>RebuildWorkspaces</a>), restored (<a>RestoreWorkspace</a>), terminated (<a>TerminateWorkspaces</a>), started (<a>StartWorkspaces</a>), or stopped (<a>StopWorkspaces</a>).</p>
@@ -2606,12 +2084,6 @@ export interface FailedWorkspaceChangeRequest {
2606
2084
  */
2607
2085
  ErrorMessage?: string;
2608
2086
  }
2609
- export declare namespace FailedWorkspaceChangeRequest {
2610
- /**
2611
- * @internal
2612
- */
2613
- const filterSensitiveLog: (obj: FailedWorkspaceChangeRequest) => any;
2614
- }
2615
2087
  /**
2616
2088
  * <p>The client branding attributes to import for iOS device types. These attributes are
2617
2089
  * displayed on the iOS client login screen.</p>
@@ -2689,16 +2161,11 @@ export interface IosImportClientBrandingAttributes {
2689
2161
  /**
2690
2162
  * <p>The login message. Specified as a key value pair, in which the key is a locale and the
2691
2163
  * value is the localized message for that locale. The only key supported is
2692
- * <code>en_US</code>. </p>
2164
+ * <code>en_US</code>. The HTML tags supported include the following: <code>a, b, blockquote, br, cite, code, dd, dl, dt, div, em,
2165
+ * i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul</code>.</p>
2693
2166
  */
2694
2167
  LoginMessage?: Record<string, string>;
2695
2168
  }
2696
- export declare namespace IosImportClientBrandingAttributes {
2697
- /**
2698
- * @internal
2699
- */
2700
- const filterSensitiveLog: (obj: IosImportClientBrandingAttributes) => any;
2701
- }
2702
2169
  export interface ImportClientBrandingRequest {
2703
2170
  /**
2704
2171
  * <p>The directory identifier of the WorkSpace for which you want to import client
@@ -2730,12 +2197,6 @@ export interface ImportClientBrandingRequest {
2730
2197
  */
2731
2198
  DeviceTypeWeb?: DefaultImportClientBrandingAttributes;
2732
2199
  }
2733
- export declare namespace ImportClientBrandingRequest {
2734
- /**
2735
- * @internal
2736
- */
2737
- const filterSensitiveLog: (obj: ImportClientBrandingRequest) => any;
2738
- }
2739
2200
  export interface ImportClientBrandingResult {
2740
2201
  /**
2741
2202
  * <p>The branding information configured for Windows devices.</p>
@@ -2762,12 +2223,6 @@ export interface ImportClientBrandingResult {
2762
2223
  */
2763
2224
  DeviceTypeWeb?: DefaultClientBrandingAttributes;
2764
2225
  }
2765
- export declare namespace ImportClientBrandingResult {
2766
- /**
2767
- * @internal
2768
- */
2769
- const filterSensitiveLog: (obj: ImportClientBrandingResult) => any;
2770
- }
2771
2226
  export declare enum WorkspaceImageIngestionProcess {
2772
2227
  BYOL_GRAPHICS = "BYOL_GRAPHICS",
2773
2228
  BYOL_GRAPHICSPRO = "BYOL_GRAPHICSPRO",
@@ -2812,24 +2267,12 @@ export interface ImportWorkspaceImageRequest {
2812
2267
  */
2813
2268
  Applications?: (Application | string)[];
2814
2269
  }
2815
- export declare namespace ImportWorkspaceImageRequest {
2816
- /**
2817
- * @internal
2818
- */
2819
- const filterSensitiveLog: (obj: ImportWorkspaceImageRequest) => any;
2820
- }
2821
2270
  export interface ImportWorkspaceImageResult {
2822
2271
  /**
2823
2272
  * <p>The identifier of the WorkSpace image.</p>
2824
2273
  */
2825
2274
  ImageId?: string;
2826
2275
  }
2827
- export declare namespace ImportWorkspaceImageResult {
2828
- /**
2829
- * @internal
2830
- */
2831
- const filterSensitiveLog: (obj: ImportWorkspaceImageResult) => any;
2832
- }
2833
2276
  export interface ListAvailableManagementCidrRangesRequest {
2834
2277
  /**
2835
2278
  * <p>The IP address range to search. Specify an IP address range that is compatible with your
@@ -2846,12 +2289,6 @@ export interface ListAvailableManagementCidrRangesRequest {
2846
2289
  */
2847
2290
  NextToken?: string;
2848
2291
  }
2849
- export declare namespace ListAvailableManagementCidrRangesRequest {
2850
- /**
2851
- * @internal
2852
- */
2853
- const filterSensitiveLog: (obj: ListAvailableManagementCidrRangesRequest) => any;
2854
- }
2855
2292
  export interface ListAvailableManagementCidrRangesResult {
2856
2293
  /**
2857
2294
  * <p>The list of available IP address ranges, specified as IPv4 CIDR blocks.</p>
@@ -2863,12 +2300,6 @@ export interface ListAvailableManagementCidrRangesResult {
2863
2300
  */
2864
2301
  NextToken?: string;
2865
2302
  }
2866
- export declare namespace ListAvailableManagementCidrRangesResult {
2867
- /**
2868
- * @internal
2869
- */
2870
- const filterSensitiveLog: (obj: ListAvailableManagementCidrRangesResult) => any;
2871
- }
2872
2303
  export interface MigrateWorkspaceRequest {
2873
2304
  /**
2874
2305
  * <p>The identifier of the WorkSpace to migrate from.</p>
@@ -2879,12 +2310,6 @@ export interface MigrateWorkspaceRequest {
2879
2310
  */
2880
2311
  BundleId: string | undefined;
2881
2312
  }
2882
- export declare namespace MigrateWorkspaceRequest {
2883
- /**
2884
- * @internal
2885
- */
2886
- const filterSensitiveLog: (obj: MigrateWorkspaceRequest) => any;
2887
- }
2888
2313
  export interface MigrateWorkspaceResult {
2889
2314
  /**
2890
2315
  * <p>The original identifier of the WorkSpace that is being migrated.</p>
@@ -2897,12 +2322,6 @@ export interface MigrateWorkspaceResult {
2897
2322
  */
2898
2323
  TargetWorkspaceId?: string;
2899
2324
  }
2900
- export declare namespace MigrateWorkspaceResult {
2901
- /**
2902
- * @internal
2903
- */
2904
- const filterSensitiveLog: (obj: MigrateWorkspaceResult) => any;
2905
- }
2906
2325
  /**
2907
2326
  * <p>The properties of this WorkSpace are currently being modified. Try again in a moment.</p>
2908
2327
  */
@@ -2928,20 +2347,8 @@ export interface ModifyAccountRequest {
2928
2347
  */
2929
2348
  DedicatedTenancyManagementCidrRange?: string;
2930
2349
  }
2931
- export declare namespace ModifyAccountRequest {
2932
- /**
2933
- * @internal
2934
- */
2935
- const filterSensitiveLog: (obj: ModifyAccountRequest) => any;
2936
- }
2937
2350
  export interface ModifyAccountResult {
2938
2351
  }
2939
- export declare namespace ModifyAccountResult {
2940
- /**
2941
- * @internal
2942
- */
2943
- const filterSensitiveLog: (obj: ModifyAccountResult) => any;
2944
- }
2945
2352
  export interface ModifyClientPropertiesRequest {
2946
2353
  /**
2947
2354
  * <p>The resource identifiers, in the form of directory IDs.</p>
@@ -2952,19 +2359,35 @@ export interface ModifyClientPropertiesRequest {
2952
2359
  */
2953
2360
  ClientProperties: ClientProperties | undefined;
2954
2361
  }
2955
- export declare namespace ModifyClientPropertiesRequest {
2956
- /**
2957
- * @internal
2958
- */
2959
- const filterSensitiveLog: (obj: ModifyClientPropertiesRequest) => any;
2960
- }
2961
2362
  export interface ModifyClientPropertiesResult {
2962
2363
  }
2963
- export declare namespace ModifyClientPropertiesResult {
2364
+ export interface ModifySamlPropertiesRequest {
2964
2365
  /**
2965
- * @internal
2366
+ * <p>The directory identifier for which you want to configure SAML properties.</p>
2367
+ */
2368
+ ResourceId: string | undefined;
2369
+ /**
2370
+ * <p>The properties for configuring SAML 2.0 authentication.</p>
2371
+ */
2372
+ SamlProperties?: SamlProperties;
2373
+ /**
2374
+ * <p>The SAML properties to delete as part of your request.</p>
2375
+ * <p>Specify one of the following options:</p>
2376
+ * <ul>
2377
+ * <li>
2378
+ * <p>
2379
+ * <code>SAML_PROPERTIES_USER_ACCESS_URL</code> to delete the user access URL.</p>
2380
+ * </li>
2381
+ * <li>
2382
+ * <p>
2383
+ * <code>SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME</code> to delete the
2384
+ * relay state parameter name.</p>
2385
+ * </li>
2386
+ * </ul>
2966
2387
  */
2967
- const filterSensitiveLog: (obj: ModifyClientPropertiesResult) => any;
2388
+ PropertiesToDelete?: (DeletableSamlProperty | string)[];
2389
+ }
2390
+ export interface ModifySamlPropertiesResult {
2968
2391
  }
2969
2392
  export interface ModifySelfservicePermissionsRequest {
2970
2393
  /**
@@ -2976,20 +2399,8 @@ export interface ModifySelfservicePermissionsRequest {
2976
2399
  */
2977
2400
  SelfservicePermissions: SelfservicePermissions | undefined;
2978
2401
  }
2979
- export declare namespace ModifySelfservicePermissionsRequest {
2980
- /**
2981
- * @internal
2982
- */
2983
- const filterSensitiveLog: (obj: ModifySelfservicePermissionsRequest) => any;
2984
- }
2985
2402
  export interface ModifySelfservicePermissionsResult {
2986
2403
  }
2987
- export declare namespace ModifySelfservicePermissionsResult {
2988
- /**
2989
- * @internal
2990
- */
2991
- const filterSensitiveLog: (obj: ModifySelfservicePermissionsResult) => any;
2992
- }
2993
2404
  export interface ModifyWorkspaceAccessPropertiesRequest {
2994
2405
  /**
2995
2406
  * <p>The identifier of the directory.</p>
@@ -3000,20 +2411,8 @@ export interface ModifyWorkspaceAccessPropertiesRequest {
3000
2411
  */
3001
2412
  WorkspaceAccessProperties: WorkspaceAccessProperties | undefined;
3002
2413
  }
3003
- export declare namespace ModifyWorkspaceAccessPropertiesRequest {
3004
- /**
3005
- * @internal
3006
- */
3007
- const filterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesRequest) => any;
3008
- }
3009
2414
  export interface ModifyWorkspaceAccessPropertiesResult {
3010
2415
  }
3011
- export declare namespace ModifyWorkspaceAccessPropertiesResult {
3012
- /**
3013
- * @internal
3014
- */
3015
- const filterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesResult) => any;
3016
- }
3017
2416
  /**
3018
2417
  * <p>Describes the default properties that are used for creating WorkSpaces. For more
3019
2418
  * information, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/update-directory-details.html">Update Directory
@@ -3076,12 +2475,6 @@ export interface WorkspaceCreationProperties {
3076
2475
  */
3077
2476
  EnableMaintenanceMode?: boolean;
3078
2477
  }
3079
- export declare namespace WorkspaceCreationProperties {
3080
- /**
3081
- * @internal
3082
- */
3083
- const filterSensitiveLog: (obj: WorkspaceCreationProperties) => any;
3084
- }
3085
2478
  export interface ModifyWorkspaceCreationPropertiesRequest {
3086
2479
  /**
3087
2480
  * <p>The identifier of the directory.</p>
@@ -3092,20 +2485,8 @@ export interface ModifyWorkspaceCreationPropertiesRequest {
3092
2485
  */
3093
2486
  WorkspaceCreationProperties: WorkspaceCreationProperties | undefined;
3094
2487
  }
3095
- export declare namespace ModifyWorkspaceCreationPropertiesRequest {
3096
- /**
3097
- * @internal
3098
- */
3099
- const filterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesRequest) => any;
3100
- }
3101
2488
  export interface ModifyWorkspaceCreationPropertiesResult {
3102
2489
  }
3103
- export declare namespace ModifyWorkspaceCreationPropertiesResult {
3104
- /**
3105
- * @internal
3106
- */
3107
- const filterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesResult) => any;
3108
- }
3109
2490
  export interface ModifyWorkspacePropertiesRequest {
3110
2491
  /**
3111
2492
  * <p>The identifier of the WorkSpace.</p>
@@ -3116,20 +2497,8 @@ export interface ModifyWorkspacePropertiesRequest {
3116
2497
  */
3117
2498
  WorkspaceProperties: WorkspaceProperties | undefined;
3118
2499
  }
3119
- export declare namespace ModifyWorkspacePropertiesRequest {
3120
- /**
3121
- * @internal
3122
- */
3123
- const filterSensitiveLog: (obj: ModifyWorkspacePropertiesRequest) => any;
3124
- }
3125
2500
  export interface ModifyWorkspacePropertiesResult {
3126
2501
  }
3127
- export declare namespace ModifyWorkspacePropertiesResult {
3128
- /**
3129
- * @internal
3130
- */
3131
- const filterSensitiveLog: (obj: ModifyWorkspacePropertiesResult) => any;
3132
- }
3133
2502
  /**
3134
2503
  * <p>The configuration of this WorkSpace is not supported for this operation. For more information, see
3135
2504
  * <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html">Required
@@ -3157,20 +2526,8 @@ export interface ModifyWorkspaceStateRequest {
3157
2526
  */
3158
2527
  WorkspaceState: TargetWorkspaceState | string | undefined;
3159
2528
  }
3160
- export declare namespace ModifyWorkspaceStateRequest {
3161
- /**
3162
- * @internal
3163
- */
3164
- const filterSensitiveLog: (obj: ModifyWorkspaceStateRequest) => any;
3165
- }
3166
2529
  export interface ModifyWorkspaceStateResult {
3167
2530
  }
3168
- export declare namespace ModifyWorkspaceStateResult {
3169
- /**
3170
- * @internal
3171
- */
3172
- const filterSensitiveLog: (obj: ModifyWorkspaceStateResult) => any;
3173
- }
3174
2531
  /**
3175
2532
  * <p>Describes the information used to reboot a WorkSpace.</p>
3176
2533
  */
@@ -3180,36 +2537,18 @@ export interface RebootRequest {
3180
2537
  */
3181
2538
  WorkspaceId: string | undefined;
3182
2539
  }
3183
- export declare namespace RebootRequest {
3184
- /**
3185
- * @internal
3186
- */
3187
- const filterSensitiveLog: (obj: RebootRequest) => any;
3188
- }
3189
2540
  export interface RebootWorkspacesRequest {
3190
2541
  /**
3191
2542
  * <p>The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.</p>
3192
2543
  */
3193
2544
  RebootWorkspaceRequests: RebootRequest[] | undefined;
3194
2545
  }
3195
- export declare namespace RebootWorkspacesRequest {
3196
- /**
3197
- * @internal
3198
- */
3199
- const filterSensitiveLog: (obj: RebootWorkspacesRequest) => any;
3200
- }
3201
2546
  export interface RebootWorkspacesResult {
3202
2547
  /**
3203
2548
  * <p>Information about the WorkSpaces that could not be rebooted.</p>
3204
2549
  */
3205
2550
  FailedRequests?: FailedWorkspaceChangeRequest[];
3206
2551
  }
3207
- export declare namespace RebootWorkspacesResult {
3208
- /**
3209
- * @internal
3210
- */
3211
- const filterSensitiveLog: (obj: RebootWorkspacesResult) => any;
3212
- }
3213
2552
  /**
3214
2553
  * <p>Describes the information used to rebuild a WorkSpace.</p>
3215
2554
  */
@@ -3219,36 +2558,18 @@ export interface RebuildRequest {
3219
2558
  */
3220
2559
  WorkspaceId: string | undefined;
3221
2560
  }
3222
- export declare namespace RebuildRequest {
3223
- /**
3224
- * @internal
3225
- */
3226
- const filterSensitiveLog: (obj: RebuildRequest) => any;
3227
- }
3228
2561
  export interface RebuildWorkspacesRequest {
3229
2562
  /**
3230
2563
  * <p>The WorkSpace to rebuild. You can specify a single WorkSpace.</p>
3231
2564
  */
3232
2565
  RebuildWorkspaceRequests: RebuildRequest[] | undefined;
3233
2566
  }
3234
- export declare namespace RebuildWorkspacesRequest {
3235
- /**
3236
- * @internal
3237
- */
3238
- const filterSensitiveLog: (obj: RebuildWorkspacesRequest) => any;
3239
- }
3240
2567
  export interface RebuildWorkspacesResult {
3241
2568
  /**
3242
2569
  * <p>Information about the WorkSpace that could not be rebuilt.</p>
3243
2570
  */
3244
2571
  FailedRequests?: FailedWorkspaceChangeRequest[];
3245
2572
  }
3246
- export declare namespace RebuildWorkspacesResult {
3247
- /**
3248
- * @internal
3249
- */
3250
- const filterSensitiveLog: (obj: RebuildWorkspacesResult) => any;
3251
- }
3252
2573
  export interface RegisterWorkspaceDirectoryRequest {
3253
2574
  /**
3254
2575
  * <p>The identifier of the directory. You cannot register a directory if it does not have a
@@ -3290,20 +2611,8 @@ export interface RegisterWorkspaceDirectoryRequest {
3290
2611
  */
3291
2612
  Tags?: Tag[];
3292
2613
  }
3293
- export declare namespace RegisterWorkspaceDirectoryRequest {
3294
- /**
3295
- * @internal
3296
- */
3297
- const filterSensitiveLog: (obj: RegisterWorkspaceDirectoryRequest) => any;
3298
- }
3299
2614
  export interface RegisterWorkspaceDirectoryResult {
3300
2615
  }
3301
- export declare namespace RegisterWorkspaceDirectoryResult {
3302
- /**
3303
- * @internal
3304
- */
3305
- const filterSensitiveLog: (obj: RegisterWorkspaceDirectoryResult) => any;
3306
- }
3307
2616
  /**
3308
2617
  * <p>The configuration of this network is not supported for this operation, or your network configuration
3309
2618
  * conflicts with the Amazon WorkSpaces management network IP range. For more information, see
@@ -3336,20 +2645,8 @@ export interface RestoreWorkspaceRequest {
3336
2645
  */
3337
2646
  WorkspaceId: string | undefined;
3338
2647
  }
3339
- export declare namespace RestoreWorkspaceRequest {
3340
- /**
3341
- * @internal
3342
- */
3343
- const filterSensitiveLog: (obj: RestoreWorkspaceRequest) => any;
3344
- }
3345
2648
  export interface RestoreWorkspaceResult {
3346
2649
  }
3347
- export declare namespace RestoreWorkspaceResult {
3348
- /**
3349
- * @internal
3350
- */
3351
- const filterSensitiveLog: (obj: RestoreWorkspaceResult) => any;
3352
- }
3353
2650
  export interface RevokeIpRulesRequest {
3354
2651
  /**
3355
2652
  * <p>The identifier of the group.</p>
@@ -3360,20 +2657,8 @@ export interface RevokeIpRulesRequest {
3360
2657
  */
3361
2658
  UserRules: string[] | undefined;
3362
2659
  }
3363
- export declare namespace RevokeIpRulesRequest {
3364
- /**
3365
- * @internal
3366
- */
3367
- const filterSensitiveLog: (obj: RevokeIpRulesRequest) => any;
3368
- }
3369
2660
  export interface RevokeIpRulesResult {
3370
2661
  }
3371
- export declare namespace RevokeIpRulesResult {
3372
- /**
3373
- * @internal
3374
- */
3375
- const filterSensitiveLog: (obj: RevokeIpRulesResult) => any;
3376
- }
3377
2662
  /**
3378
2663
  * <p>Information used to start a WorkSpace.</p>
3379
2664
  */
@@ -3383,36 +2668,18 @@ export interface StartRequest {
3383
2668
  */
3384
2669
  WorkspaceId?: string;
3385
2670
  }
3386
- export declare namespace StartRequest {
3387
- /**
3388
- * @internal
3389
- */
3390
- const filterSensitiveLog: (obj: StartRequest) => any;
3391
- }
3392
2671
  export interface StartWorkspacesRequest {
3393
2672
  /**
3394
2673
  * <p>The WorkSpaces to start. You can specify up to 25 WorkSpaces.</p>
3395
2674
  */
3396
2675
  StartWorkspaceRequests: StartRequest[] | undefined;
3397
2676
  }
3398
- export declare namespace StartWorkspacesRequest {
3399
- /**
3400
- * @internal
3401
- */
3402
- const filterSensitiveLog: (obj: StartWorkspacesRequest) => any;
3403
- }
3404
2677
  export interface StartWorkspacesResult {
3405
2678
  /**
3406
2679
  * <p>Information about the WorkSpaces that could not be started.</p>
3407
2680
  */
3408
2681
  FailedRequests?: FailedWorkspaceChangeRequest[];
3409
2682
  }
3410
- export declare namespace StartWorkspacesResult {
3411
- /**
3412
- * @internal
3413
- */
3414
- const filterSensitiveLog: (obj: StartWorkspacesResult) => any;
3415
- }
3416
2683
  /**
3417
2684
  * <p>Describes the information used to stop a WorkSpace.</p>
3418
2685
  */
@@ -3422,36 +2689,18 @@ export interface StopRequest {
3422
2689
  */
3423
2690
  WorkspaceId?: string;
3424
2691
  }
3425
- export declare namespace StopRequest {
3426
- /**
3427
- * @internal
3428
- */
3429
- const filterSensitiveLog: (obj: StopRequest) => any;
3430
- }
3431
2692
  export interface StopWorkspacesRequest {
3432
2693
  /**
3433
2694
  * <p>The WorkSpaces to stop. You can specify up to 25 WorkSpaces.</p>
3434
2695
  */
3435
2696
  StopWorkspaceRequests: StopRequest[] | undefined;
3436
2697
  }
3437
- export declare namespace StopWorkspacesRequest {
3438
- /**
3439
- * @internal
3440
- */
3441
- const filterSensitiveLog: (obj: StopWorkspacesRequest) => any;
3442
- }
3443
2698
  export interface StopWorkspacesResult {
3444
2699
  /**
3445
2700
  * <p>Information about the WorkSpaces that could not be stopped.</p>
3446
2701
  */
3447
2702
  FailedRequests?: FailedWorkspaceChangeRequest[];
3448
2703
  }
3449
- export declare namespace StopWorkspacesResult {
3450
- /**
3451
- * @internal
3452
- */
3453
- const filterSensitiveLog: (obj: StopWorkspacesResult) => any;
3454
- }
3455
2704
  /**
3456
2705
  * <p>Describes the information used to terminate a WorkSpace.</p>
3457
2706
  */
@@ -3461,36 +2710,18 @@ export interface TerminateRequest {
3461
2710
  */
3462
2711
  WorkspaceId: string | undefined;
3463
2712
  }
3464
- export declare namespace TerminateRequest {
3465
- /**
3466
- * @internal
3467
- */
3468
- const filterSensitiveLog: (obj: TerminateRequest) => any;
3469
- }
3470
2713
  export interface TerminateWorkspacesRequest {
3471
2714
  /**
3472
2715
  * <p>The WorkSpaces to terminate. You can specify up to 25 WorkSpaces.</p>
3473
2716
  */
3474
2717
  TerminateWorkspaceRequests: TerminateRequest[] | undefined;
3475
2718
  }
3476
- export declare namespace TerminateWorkspacesRequest {
3477
- /**
3478
- * @internal
3479
- */
3480
- const filterSensitiveLog: (obj: TerminateWorkspacesRequest) => any;
3481
- }
3482
2719
  export interface TerminateWorkspacesResult {
3483
2720
  /**
3484
2721
  * <p>Information about the WorkSpaces that could not be terminated.</p>
3485
2722
  */
3486
2723
  FailedRequests?: FailedWorkspaceChangeRequest[];
3487
2724
  }
3488
- export declare namespace TerminateWorkspacesResult {
3489
- /**
3490
- * @internal
3491
- */
3492
- const filterSensitiveLog: (obj: TerminateWorkspacesResult) => any;
3493
- }
3494
2725
  export interface UpdateConnectClientAddInRequest {
3495
2726
  /**
3496
2727
  * <p>The identifier of the client add-in to update.</p>
@@ -3509,20 +2740,8 @@ export interface UpdateConnectClientAddInRequest {
3509
2740
  */
3510
2741
  URL?: string;
3511
2742
  }
3512
- export declare namespace UpdateConnectClientAddInRequest {
3513
- /**
3514
- * @internal
3515
- */
3516
- const filterSensitiveLog: (obj: UpdateConnectClientAddInRequest) => any;
3517
- }
3518
2743
  export interface UpdateConnectClientAddInResult {
3519
2744
  }
3520
- export declare namespace UpdateConnectClientAddInResult {
3521
- /**
3522
- * @internal
3523
- */
3524
- const filterSensitiveLog: (obj: UpdateConnectClientAddInResult) => any;
3525
- }
3526
2745
  export interface UpdateConnectionAliasPermissionRequest {
3527
2746
  /**
3528
2747
  * <p>The identifier of the connection alias that you want to update permissions for.</p>
@@ -3533,20 +2752,8 @@ export interface UpdateConnectionAliasPermissionRequest {
3533
2752
  */
3534
2753
  ConnectionAliasPermission: ConnectionAliasPermission | undefined;
3535
2754
  }
3536
- export declare namespace UpdateConnectionAliasPermissionRequest {
3537
- /**
3538
- * @internal
3539
- */
3540
- const filterSensitiveLog: (obj: UpdateConnectionAliasPermissionRequest) => any;
3541
- }
3542
2755
  export interface UpdateConnectionAliasPermissionResult {
3543
2756
  }
3544
- export declare namespace UpdateConnectionAliasPermissionResult {
3545
- /**
3546
- * @internal
3547
- */
3548
- const filterSensitiveLog: (obj: UpdateConnectionAliasPermissionResult) => any;
3549
- }
3550
2757
  export interface UpdateRulesOfIpGroupRequest {
3551
2758
  /**
3552
2759
  * <p>The identifier of the group.</p>
@@ -3557,20 +2764,8 @@ export interface UpdateRulesOfIpGroupRequest {
3557
2764
  */
3558
2765
  UserRules: IpRuleItem[] | undefined;
3559
2766
  }
3560
- export declare namespace UpdateRulesOfIpGroupRequest {
3561
- /**
3562
- * @internal
3563
- */
3564
- const filterSensitiveLog: (obj: UpdateRulesOfIpGroupRequest) => any;
3565
- }
3566
2767
  export interface UpdateRulesOfIpGroupResult {
3567
2768
  }
3568
- export declare namespace UpdateRulesOfIpGroupResult {
3569
- /**
3570
- * @internal
3571
- */
3572
- const filterSensitiveLog: (obj: UpdateRulesOfIpGroupResult) => any;
3573
- }
3574
2769
  export interface UpdateWorkspaceBundleRequest {
3575
2770
  /**
3576
2771
  * <p>The identifier of the bundle.</p>
@@ -3581,20 +2776,8 @@ export interface UpdateWorkspaceBundleRequest {
3581
2776
  */
3582
2777
  ImageId?: string;
3583
2778
  }
3584
- export declare namespace UpdateWorkspaceBundleRequest {
3585
- /**
3586
- * @internal
3587
- */
3588
- const filterSensitiveLog: (obj: UpdateWorkspaceBundleRequest) => any;
3589
- }
3590
2779
  export interface UpdateWorkspaceBundleResult {
3591
2780
  }
3592
- export declare namespace UpdateWorkspaceBundleResult {
3593
- /**
3594
- * @internal
3595
- */
3596
- const filterSensitiveLog: (obj: UpdateWorkspaceBundleResult) => any;
3597
- }
3598
2781
  export interface UpdateWorkspaceImagePermissionRequest {
3599
2782
  /**
3600
2783
  * <p>The identifier of the image.</p>
@@ -3614,17 +2797,673 @@ export interface UpdateWorkspaceImagePermissionRequest {
3614
2797
  */
3615
2798
  SharedAccountId: string | undefined;
3616
2799
  }
3617
- export declare namespace UpdateWorkspaceImagePermissionRequest {
3618
- /**
3619
- * @internal
3620
- */
3621
- const filterSensitiveLog: (obj: UpdateWorkspaceImagePermissionRequest) => any;
3622
- }
3623
2800
  export interface UpdateWorkspaceImagePermissionResult {
3624
2801
  }
3625
- export declare namespace UpdateWorkspaceImagePermissionResult {
3626
- /**
3627
- * @internal
3628
- */
3629
- const filterSensitiveLog: (obj: UpdateWorkspaceImagePermissionResult) => any;
3630
- }
2802
+ /**
2803
+ * @internal
2804
+ */
2805
+ export declare const AccountModificationFilterSensitiveLog: (obj: AccountModification) => any;
2806
+ /**
2807
+ * @internal
2808
+ */
2809
+ export declare const AssociateConnectionAliasRequestFilterSensitiveLog: (obj: AssociateConnectionAliasRequest) => any;
2810
+ /**
2811
+ * @internal
2812
+ */
2813
+ export declare const AssociateConnectionAliasResultFilterSensitiveLog: (obj: AssociateConnectionAliasResult) => any;
2814
+ /**
2815
+ * @internal
2816
+ */
2817
+ export declare const AssociateIpGroupsRequestFilterSensitiveLog: (obj: AssociateIpGroupsRequest) => any;
2818
+ /**
2819
+ * @internal
2820
+ */
2821
+ export declare const AssociateIpGroupsResultFilterSensitiveLog: (obj: AssociateIpGroupsResult) => any;
2822
+ /**
2823
+ * @internal
2824
+ */
2825
+ export declare const IpRuleItemFilterSensitiveLog: (obj: IpRuleItem) => any;
2826
+ /**
2827
+ * @internal
2828
+ */
2829
+ export declare const AuthorizeIpRulesRequestFilterSensitiveLog: (obj: AuthorizeIpRulesRequest) => any;
2830
+ /**
2831
+ * @internal
2832
+ */
2833
+ export declare const AuthorizeIpRulesResultFilterSensitiveLog: (obj: AuthorizeIpRulesResult) => any;
2834
+ /**
2835
+ * @internal
2836
+ */
2837
+ export declare const ComputeTypeFilterSensitiveLog: (obj: ComputeType) => any;
2838
+ /**
2839
+ * @internal
2840
+ */
2841
+ export declare const RootStorageFilterSensitiveLog: (obj: RootStorage) => any;
2842
+ /**
2843
+ * @internal
2844
+ */
2845
+ export declare const UserStorageFilterSensitiveLog: (obj: UserStorage) => any;
2846
+ /**
2847
+ * @internal
2848
+ */
2849
+ export declare const WorkspaceBundleFilterSensitiveLog: (obj: WorkspaceBundle) => any;
2850
+ /**
2851
+ * @internal
2852
+ */
2853
+ export declare const ClientPropertiesFilterSensitiveLog: (obj: ClientProperties) => any;
2854
+ /**
2855
+ * @internal
2856
+ */
2857
+ export declare const ClientPropertiesResultFilterSensitiveLog: (obj: ClientPropertiesResult) => any;
2858
+ /**
2859
+ * @internal
2860
+ */
2861
+ export declare const ConnectClientAddInFilterSensitiveLog: (obj: ConnectClientAddIn) => any;
2862
+ /**
2863
+ * @internal
2864
+ */
2865
+ export declare const ConnectionAliasAssociationFilterSensitiveLog: (obj: ConnectionAliasAssociation) => any;
2866
+ /**
2867
+ * @internal
2868
+ */
2869
+ export declare const ConnectionAliasFilterSensitiveLog: (obj: ConnectionAlias) => any;
2870
+ /**
2871
+ * @internal
2872
+ */
2873
+ export declare const ConnectionAliasPermissionFilterSensitiveLog: (obj: ConnectionAliasPermission) => any;
2874
+ /**
2875
+ * @internal
2876
+ */
2877
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2878
+ /**
2879
+ * @internal
2880
+ */
2881
+ export declare const CopyWorkspaceImageRequestFilterSensitiveLog: (obj: CopyWorkspaceImageRequest) => any;
2882
+ /**
2883
+ * @internal
2884
+ */
2885
+ export declare const CopyWorkspaceImageResultFilterSensitiveLog: (obj: CopyWorkspaceImageResult) => any;
2886
+ /**
2887
+ * @internal
2888
+ */
2889
+ export declare const CreateConnectClientAddInRequestFilterSensitiveLog: (obj: CreateConnectClientAddInRequest) => any;
2890
+ /**
2891
+ * @internal
2892
+ */
2893
+ export declare const CreateConnectClientAddInResultFilterSensitiveLog: (obj: CreateConnectClientAddInResult) => any;
2894
+ /**
2895
+ * @internal
2896
+ */
2897
+ export declare const CreateConnectionAliasRequestFilterSensitiveLog: (obj: CreateConnectionAliasRequest) => any;
2898
+ /**
2899
+ * @internal
2900
+ */
2901
+ export declare const CreateConnectionAliasResultFilterSensitiveLog: (obj: CreateConnectionAliasResult) => any;
2902
+ /**
2903
+ * @internal
2904
+ */
2905
+ export declare const CreateIpGroupRequestFilterSensitiveLog: (obj: CreateIpGroupRequest) => any;
2906
+ /**
2907
+ * @internal
2908
+ */
2909
+ export declare const CreateIpGroupResultFilterSensitiveLog: (obj: CreateIpGroupResult) => any;
2910
+ /**
2911
+ * @internal
2912
+ */
2913
+ export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
2914
+ /**
2915
+ * @internal
2916
+ */
2917
+ export declare const CreateTagsResultFilterSensitiveLog: (obj: CreateTagsResult) => any;
2918
+ /**
2919
+ * @internal
2920
+ */
2921
+ export declare const CreateUpdatedWorkspaceImageRequestFilterSensitiveLog: (obj: CreateUpdatedWorkspaceImageRequest) => any;
2922
+ /**
2923
+ * @internal
2924
+ */
2925
+ export declare const CreateUpdatedWorkspaceImageResultFilterSensitiveLog: (obj: CreateUpdatedWorkspaceImageResult) => any;
2926
+ /**
2927
+ * @internal
2928
+ */
2929
+ export declare const CreateWorkspaceBundleRequestFilterSensitiveLog: (obj: CreateWorkspaceBundleRequest) => any;
2930
+ /**
2931
+ * @internal
2932
+ */
2933
+ export declare const CreateWorkspaceBundleResultFilterSensitiveLog: (obj: CreateWorkspaceBundleResult) => any;
2934
+ /**
2935
+ * @internal
2936
+ */
2937
+ export declare const CreateWorkspaceImageRequestFilterSensitiveLog: (obj: CreateWorkspaceImageRequest) => any;
2938
+ /**
2939
+ * @internal
2940
+ */
2941
+ export declare const OperatingSystemFilterSensitiveLog: (obj: OperatingSystem) => any;
2942
+ /**
2943
+ * @internal
2944
+ */
2945
+ export declare const CreateWorkspaceImageResultFilterSensitiveLog: (obj: CreateWorkspaceImageResult) => any;
2946
+ /**
2947
+ * @internal
2948
+ */
2949
+ export declare const WorkspacePropertiesFilterSensitiveLog: (obj: WorkspaceProperties) => any;
2950
+ /**
2951
+ * @internal
2952
+ */
2953
+ export declare const WorkspaceRequestFilterSensitiveLog: (obj: WorkspaceRequest) => any;
2954
+ /**
2955
+ * @internal
2956
+ */
2957
+ export declare const CreateWorkspacesRequestFilterSensitiveLog: (obj: CreateWorkspacesRequest) => any;
2958
+ /**
2959
+ * @internal
2960
+ */
2961
+ export declare const FailedCreateWorkspaceRequestFilterSensitiveLog: (obj: FailedCreateWorkspaceRequest) => any;
2962
+ /**
2963
+ * @internal
2964
+ */
2965
+ export declare const ModificationStateFilterSensitiveLog: (obj: ModificationState) => any;
2966
+ /**
2967
+ * @internal
2968
+ */
2969
+ export declare const WorkspaceFilterSensitiveLog: (obj: Workspace) => any;
2970
+ /**
2971
+ * @internal
2972
+ */
2973
+ export declare const CreateWorkspacesResultFilterSensitiveLog: (obj: CreateWorkspacesResult) => any;
2974
+ /**
2975
+ * @internal
2976
+ */
2977
+ export declare const DefaultClientBrandingAttributesFilterSensitiveLog: (obj: DefaultClientBrandingAttributes) => any;
2978
+ /**
2979
+ * @internal
2980
+ */
2981
+ export declare const DefaultImportClientBrandingAttributesFilterSensitiveLog: (obj: DefaultImportClientBrandingAttributes) => any;
2982
+ /**
2983
+ * @internal
2984
+ */
2985
+ export declare const DefaultWorkspaceCreationPropertiesFilterSensitiveLog: (obj: DefaultWorkspaceCreationProperties) => any;
2986
+ /**
2987
+ * @internal
2988
+ */
2989
+ export declare const DeleteClientBrandingRequestFilterSensitiveLog: (obj: DeleteClientBrandingRequest) => any;
2990
+ /**
2991
+ * @internal
2992
+ */
2993
+ export declare const DeleteClientBrandingResultFilterSensitiveLog: (obj: DeleteClientBrandingResult) => any;
2994
+ /**
2995
+ * @internal
2996
+ */
2997
+ export declare const DeleteConnectClientAddInRequestFilterSensitiveLog: (obj: DeleteConnectClientAddInRequest) => any;
2998
+ /**
2999
+ * @internal
3000
+ */
3001
+ export declare const DeleteConnectClientAddInResultFilterSensitiveLog: (obj: DeleteConnectClientAddInResult) => any;
3002
+ /**
3003
+ * @internal
3004
+ */
3005
+ export declare const DeleteConnectionAliasRequestFilterSensitiveLog: (obj: DeleteConnectionAliasRequest) => any;
3006
+ /**
3007
+ * @internal
3008
+ */
3009
+ export declare const DeleteConnectionAliasResultFilterSensitiveLog: (obj: DeleteConnectionAliasResult) => any;
3010
+ /**
3011
+ * @internal
3012
+ */
3013
+ export declare const DeleteIpGroupRequestFilterSensitiveLog: (obj: DeleteIpGroupRequest) => any;
3014
+ /**
3015
+ * @internal
3016
+ */
3017
+ export declare const DeleteIpGroupResultFilterSensitiveLog: (obj: DeleteIpGroupResult) => any;
3018
+ /**
3019
+ * @internal
3020
+ */
3021
+ export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
3022
+ /**
3023
+ * @internal
3024
+ */
3025
+ export declare const DeleteTagsResultFilterSensitiveLog: (obj: DeleteTagsResult) => any;
3026
+ /**
3027
+ * @internal
3028
+ */
3029
+ export declare const DeleteWorkspaceBundleRequestFilterSensitiveLog: (obj: DeleteWorkspaceBundleRequest) => any;
3030
+ /**
3031
+ * @internal
3032
+ */
3033
+ export declare const DeleteWorkspaceBundleResultFilterSensitiveLog: (obj: DeleteWorkspaceBundleResult) => any;
3034
+ /**
3035
+ * @internal
3036
+ */
3037
+ export declare const DeleteWorkspaceImageRequestFilterSensitiveLog: (obj: DeleteWorkspaceImageRequest) => any;
3038
+ /**
3039
+ * @internal
3040
+ */
3041
+ export declare const DeleteWorkspaceImageResultFilterSensitiveLog: (obj: DeleteWorkspaceImageResult) => any;
3042
+ /**
3043
+ * @internal
3044
+ */
3045
+ export declare const DeregisterWorkspaceDirectoryRequestFilterSensitiveLog: (obj: DeregisterWorkspaceDirectoryRequest) => any;
3046
+ /**
3047
+ * @internal
3048
+ */
3049
+ export declare const DeregisterWorkspaceDirectoryResultFilterSensitiveLog: (obj: DeregisterWorkspaceDirectoryResult) => any;
3050
+ /**
3051
+ * @internal
3052
+ */
3053
+ export declare const DescribeAccountRequestFilterSensitiveLog: (obj: DescribeAccountRequest) => any;
3054
+ /**
3055
+ * @internal
3056
+ */
3057
+ export declare const DescribeAccountResultFilterSensitiveLog: (obj: DescribeAccountResult) => any;
3058
+ /**
3059
+ * @internal
3060
+ */
3061
+ export declare const DescribeAccountModificationsRequestFilterSensitiveLog: (obj: DescribeAccountModificationsRequest) => any;
3062
+ /**
3063
+ * @internal
3064
+ */
3065
+ export declare const DescribeAccountModificationsResultFilterSensitiveLog: (obj: DescribeAccountModificationsResult) => any;
3066
+ /**
3067
+ * @internal
3068
+ */
3069
+ export declare const DescribeClientBrandingRequestFilterSensitiveLog: (obj: DescribeClientBrandingRequest) => any;
3070
+ /**
3071
+ * @internal
3072
+ */
3073
+ export declare const IosClientBrandingAttributesFilterSensitiveLog: (obj: IosClientBrandingAttributes) => any;
3074
+ /**
3075
+ * @internal
3076
+ */
3077
+ export declare const DescribeClientBrandingResultFilterSensitiveLog: (obj: DescribeClientBrandingResult) => any;
3078
+ /**
3079
+ * @internal
3080
+ */
3081
+ export declare const DescribeClientPropertiesRequestFilterSensitiveLog: (obj: DescribeClientPropertiesRequest) => any;
3082
+ /**
3083
+ * @internal
3084
+ */
3085
+ export declare const DescribeClientPropertiesResultFilterSensitiveLog: (obj: DescribeClientPropertiesResult) => any;
3086
+ /**
3087
+ * @internal
3088
+ */
3089
+ export declare const DescribeConnectClientAddInsRequestFilterSensitiveLog: (obj: DescribeConnectClientAddInsRequest) => any;
3090
+ /**
3091
+ * @internal
3092
+ */
3093
+ export declare const DescribeConnectClientAddInsResultFilterSensitiveLog: (obj: DescribeConnectClientAddInsResult) => any;
3094
+ /**
3095
+ * @internal
3096
+ */
3097
+ export declare const DescribeConnectionAliasesRequestFilterSensitiveLog: (obj: DescribeConnectionAliasesRequest) => any;
3098
+ /**
3099
+ * @internal
3100
+ */
3101
+ export declare const DescribeConnectionAliasesResultFilterSensitiveLog: (obj: DescribeConnectionAliasesResult) => any;
3102
+ /**
3103
+ * @internal
3104
+ */
3105
+ export declare const DescribeConnectionAliasPermissionsRequestFilterSensitiveLog: (obj: DescribeConnectionAliasPermissionsRequest) => any;
3106
+ /**
3107
+ * @internal
3108
+ */
3109
+ export declare const DescribeConnectionAliasPermissionsResultFilterSensitiveLog: (obj: DescribeConnectionAliasPermissionsResult) => any;
3110
+ /**
3111
+ * @internal
3112
+ */
3113
+ export declare const DescribeIpGroupsRequestFilterSensitiveLog: (obj: DescribeIpGroupsRequest) => any;
3114
+ /**
3115
+ * @internal
3116
+ */
3117
+ export declare const WorkspacesIpGroupFilterSensitiveLog: (obj: WorkspacesIpGroup) => any;
3118
+ /**
3119
+ * @internal
3120
+ */
3121
+ export declare const DescribeIpGroupsResultFilterSensitiveLog: (obj: DescribeIpGroupsResult) => any;
3122
+ /**
3123
+ * @internal
3124
+ */
3125
+ export declare const DescribeTagsRequestFilterSensitiveLog: (obj: DescribeTagsRequest) => any;
3126
+ /**
3127
+ * @internal
3128
+ */
3129
+ export declare const DescribeTagsResultFilterSensitiveLog: (obj: DescribeTagsResult) => any;
3130
+ /**
3131
+ * @internal
3132
+ */
3133
+ export declare const DescribeWorkspaceBundlesRequestFilterSensitiveLog: (obj: DescribeWorkspaceBundlesRequest) => any;
3134
+ /**
3135
+ * @internal
3136
+ */
3137
+ export declare const DescribeWorkspaceBundlesResultFilterSensitiveLog: (obj: DescribeWorkspaceBundlesResult) => any;
3138
+ /**
3139
+ * @internal
3140
+ */
3141
+ export declare const DescribeWorkspaceDirectoriesRequestFilterSensitiveLog: (obj: DescribeWorkspaceDirectoriesRequest) => any;
3142
+ /**
3143
+ * @internal
3144
+ */
3145
+ export declare const SamlPropertiesFilterSensitiveLog: (obj: SamlProperties) => any;
3146
+ /**
3147
+ * @internal
3148
+ */
3149
+ export declare const SelfservicePermissionsFilterSensitiveLog: (obj: SelfservicePermissions) => any;
3150
+ /**
3151
+ * @internal
3152
+ */
3153
+ export declare const WorkspaceAccessPropertiesFilterSensitiveLog: (obj: WorkspaceAccessProperties) => any;
3154
+ /**
3155
+ * @internal
3156
+ */
3157
+ export declare const WorkspaceDirectoryFilterSensitiveLog: (obj: WorkspaceDirectory) => any;
3158
+ /**
3159
+ * @internal
3160
+ */
3161
+ export declare const DescribeWorkspaceDirectoriesResultFilterSensitiveLog: (obj: DescribeWorkspaceDirectoriesResult) => any;
3162
+ /**
3163
+ * @internal
3164
+ */
3165
+ export declare const DescribeWorkspaceImagePermissionsRequestFilterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsRequest) => any;
3166
+ /**
3167
+ * @internal
3168
+ */
3169
+ export declare const ImagePermissionFilterSensitiveLog: (obj: ImagePermission) => any;
3170
+ /**
3171
+ * @internal
3172
+ */
3173
+ export declare const DescribeWorkspaceImagePermissionsResultFilterSensitiveLog: (obj: DescribeWorkspaceImagePermissionsResult) => any;
3174
+ /**
3175
+ * @internal
3176
+ */
3177
+ export declare const DescribeWorkspaceImagesRequestFilterSensitiveLog: (obj: DescribeWorkspaceImagesRequest) => any;
3178
+ /**
3179
+ * @internal
3180
+ */
3181
+ export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
3182
+ /**
3183
+ * @internal
3184
+ */
3185
+ export declare const WorkspaceImageFilterSensitiveLog: (obj: WorkspaceImage) => any;
3186
+ /**
3187
+ * @internal
3188
+ */
3189
+ export declare const DescribeWorkspaceImagesResultFilterSensitiveLog: (obj: DescribeWorkspaceImagesResult) => any;
3190
+ /**
3191
+ * @internal
3192
+ */
3193
+ export declare const DescribeWorkspacesRequestFilterSensitiveLog: (obj: DescribeWorkspacesRequest) => any;
3194
+ /**
3195
+ * @internal
3196
+ */
3197
+ export declare const DescribeWorkspacesResultFilterSensitiveLog: (obj: DescribeWorkspacesResult) => any;
3198
+ /**
3199
+ * @internal
3200
+ */
3201
+ export declare const DescribeWorkspacesConnectionStatusRequestFilterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusRequest) => any;
3202
+ /**
3203
+ * @internal
3204
+ */
3205
+ export declare const WorkspaceConnectionStatusFilterSensitiveLog: (obj: WorkspaceConnectionStatus) => any;
3206
+ /**
3207
+ * @internal
3208
+ */
3209
+ export declare const DescribeWorkspacesConnectionStatusResultFilterSensitiveLog: (obj: DescribeWorkspacesConnectionStatusResult) => any;
3210
+ /**
3211
+ * @internal
3212
+ */
3213
+ export declare const DescribeWorkspaceSnapshotsRequestFilterSensitiveLog: (obj: DescribeWorkspaceSnapshotsRequest) => any;
3214
+ /**
3215
+ * @internal
3216
+ */
3217
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
3218
+ /**
3219
+ * @internal
3220
+ */
3221
+ export declare const DescribeWorkspaceSnapshotsResultFilterSensitiveLog: (obj: DescribeWorkspaceSnapshotsResult) => any;
3222
+ /**
3223
+ * @internal
3224
+ */
3225
+ export declare const DisassociateConnectionAliasRequestFilterSensitiveLog: (obj: DisassociateConnectionAliasRequest) => any;
3226
+ /**
3227
+ * @internal
3228
+ */
3229
+ export declare const DisassociateConnectionAliasResultFilterSensitiveLog: (obj: DisassociateConnectionAliasResult) => any;
3230
+ /**
3231
+ * @internal
3232
+ */
3233
+ export declare const DisassociateIpGroupsRequestFilterSensitiveLog: (obj: DisassociateIpGroupsRequest) => any;
3234
+ /**
3235
+ * @internal
3236
+ */
3237
+ export declare const DisassociateIpGroupsResultFilterSensitiveLog: (obj: DisassociateIpGroupsResult) => any;
3238
+ /**
3239
+ * @internal
3240
+ */
3241
+ export declare const FailedWorkspaceChangeRequestFilterSensitiveLog: (obj: FailedWorkspaceChangeRequest) => any;
3242
+ /**
3243
+ * @internal
3244
+ */
3245
+ export declare const IosImportClientBrandingAttributesFilterSensitiveLog: (obj: IosImportClientBrandingAttributes) => any;
3246
+ /**
3247
+ * @internal
3248
+ */
3249
+ export declare const ImportClientBrandingRequestFilterSensitiveLog: (obj: ImportClientBrandingRequest) => any;
3250
+ /**
3251
+ * @internal
3252
+ */
3253
+ export declare const ImportClientBrandingResultFilterSensitiveLog: (obj: ImportClientBrandingResult) => any;
3254
+ /**
3255
+ * @internal
3256
+ */
3257
+ export declare const ImportWorkspaceImageRequestFilterSensitiveLog: (obj: ImportWorkspaceImageRequest) => any;
3258
+ /**
3259
+ * @internal
3260
+ */
3261
+ export declare const ImportWorkspaceImageResultFilterSensitiveLog: (obj: ImportWorkspaceImageResult) => any;
3262
+ /**
3263
+ * @internal
3264
+ */
3265
+ export declare const ListAvailableManagementCidrRangesRequestFilterSensitiveLog: (obj: ListAvailableManagementCidrRangesRequest) => any;
3266
+ /**
3267
+ * @internal
3268
+ */
3269
+ export declare const ListAvailableManagementCidrRangesResultFilterSensitiveLog: (obj: ListAvailableManagementCidrRangesResult) => any;
3270
+ /**
3271
+ * @internal
3272
+ */
3273
+ export declare const MigrateWorkspaceRequestFilterSensitiveLog: (obj: MigrateWorkspaceRequest) => any;
3274
+ /**
3275
+ * @internal
3276
+ */
3277
+ export declare const MigrateWorkspaceResultFilterSensitiveLog: (obj: MigrateWorkspaceResult) => any;
3278
+ /**
3279
+ * @internal
3280
+ */
3281
+ export declare const ModifyAccountRequestFilterSensitiveLog: (obj: ModifyAccountRequest) => any;
3282
+ /**
3283
+ * @internal
3284
+ */
3285
+ export declare const ModifyAccountResultFilterSensitiveLog: (obj: ModifyAccountResult) => any;
3286
+ /**
3287
+ * @internal
3288
+ */
3289
+ export declare const ModifyClientPropertiesRequestFilterSensitiveLog: (obj: ModifyClientPropertiesRequest) => any;
3290
+ /**
3291
+ * @internal
3292
+ */
3293
+ export declare const ModifyClientPropertiesResultFilterSensitiveLog: (obj: ModifyClientPropertiesResult) => any;
3294
+ /**
3295
+ * @internal
3296
+ */
3297
+ export declare const ModifySamlPropertiesRequestFilterSensitiveLog: (obj: ModifySamlPropertiesRequest) => any;
3298
+ /**
3299
+ * @internal
3300
+ */
3301
+ export declare const ModifySamlPropertiesResultFilterSensitiveLog: (obj: ModifySamlPropertiesResult) => any;
3302
+ /**
3303
+ * @internal
3304
+ */
3305
+ export declare const ModifySelfservicePermissionsRequestFilterSensitiveLog: (obj: ModifySelfservicePermissionsRequest) => any;
3306
+ /**
3307
+ * @internal
3308
+ */
3309
+ export declare const ModifySelfservicePermissionsResultFilterSensitiveLog: (obj: ModifySelfservicePermissionsResult) => any;
3310
+ /**
3311
+ * @internal
3312
+ */
3313
+ export declare const ModifyWorkspaceAccessPropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesRequest) => any;
3314
+ /**
3315
+ * @internal
3316
+ */
3317
+ export declare const ModifyWorkspaceAccessPropertiesResultFilterSensitiveLog: (obj: ModifyWorkspaceAccessPropertiesResult) => any;
3318
+ /**
3319
+ * @internal
3320
+ */
3321
+ export declare const WorkspaceCreationPropertiesFilterSensitiveLog: (obj: WorkspaceCreationProperties) => any;
3322
+ /**
3323
+ * @internal
3324
+ */
3325
+ export declare const ModifyWorkspaceCreationPropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesRequest) => any;
3326
+ /**
3327
+ * @internal
3328
+ */
3329
+ export declare const ModifyWorkspaceCreationPropertiesResultFilterSensitiveLog: (obj: ModifyWorkspaceCreationPropertiesResult) => any;
3330
+ /**
3331
+ * @internal
3332
+ */
3333
+ export declare const ModifyWorkspacePropertiesRequestFilterSensitiveLog: (obj: ModifyWorkspacePropertiesRequest) => any;
3334
+ /**
3335
+ * @internal
3336
+ */
3337
+ export declare const ModifyWorkspacePropertiesResultFilterSensitiveLog: (obj: ModifyWorkspacePropertiesResult) => any;
3338
+ /**
3339
+ * @internal
3340
+ */
3341
+ export declare const ModifyWorkspaceStateRequestFilterSensitiveLog: (obj: ModifyWorkspaceStateRequest) => any;
3342
+ /**
3343
+ * @internal
3344
+ */
3345
+ export declare const ModifyWorkspaceStateResultFilterSensitiveLog: (obj: ModifyWorkspaceStateResult) => any;
3346
+ /**
3347
+ * @internal
3348
+ */
3349
+ export declare const RebootRequestFilterSensitiveLog: (obj: RebootRequest) => any;
3350
+ /**
3351
+ * @internal
3352
+ */
3353
+ export declare const RebootWorkspacesRequestFilterSensitiveLog: (obj: RebootWorkspacesRequest) => any;
3354
+ /**
3355
+ * @internal
3356
+ */
3357
+ export declare const RebootWorkspacesResultFilterSensitiveLog: (obj: RebootWorkspacesResult) => any;
3358
+ /**
3359
+ * @internal
3360
+ */
3361
+ export declare const RebuildRequestFilterSensitiveLog: (obj: RebuildRequest) => any;
3362
+ /**
3363
+ * @internal
3364
+ */
3365
+ export declare const RebuildWorkspacesRequestFilterSensitiveLog: (obj: RebuildWorkspacesRequest) => any;
3366
+ /**
3367
+ * @internal
3368
+ */
3369
+ export declare const RebuildWorkspacesResultFilterSensitiveLog: (obj: RebuildWorkspacesResult) => any;
3370
+ /**
3371
+ * @internal
3372
+ */
3373
+ export declare const RegisterWorkspaceDirectoryRequestFilterSensitiveLog: (obj: RegisterWorkspaceDirectoryRequest) => any;
3374
+ /**
3375
+ * @internal
3376
+ */
3377
+ export declare const RegisterWorkspaceDirectoryResultFilterSensitiveLog: (obj: RegisterWorkspaceDirectoryResult) => any;
3378
+ /**
3379
+ * @internal
3380
+ */
3381
+ export declare const RestoreWorkspaceRequestFilterSensitiveLog: (obj: RestoreWorkspaceRequest) => any;
3382
+ /**
3383
+ * @internal
3384
+ */
3385
+ export declare const RestoreWorkspaceResultFilterSensitiveLog: (obj: RestoreWorkspaceResult) => any;
3386
+ /**
3387
+ * @internal
3388
+ */
3389
+ export declare const RevokeIpRulesRequestFilterSensitiveLog: (obj: RevokeIpRulesRequest) => any;
3390
+ /**
3391
+ * @internal
3392
+ */
3393
+ export declare const RevokeIpRulesResultFilterSensitiveLog: (obj: RevokeIpRulesResult) => any;
3394
+ /**
3395
+ * @internal
3396
+ */
3397
+ export declare const StartRequestFilterSensitiveLog: (obj: StartRequest) => any;
3398
+ /**
3399
+ * @internal
3400
+ */
3401
+ export declare const StartWorkspacesRequestFilterSensitiveLog: (obj: StartWorkspacesRequest) => any;
3402
+ /**
3403
+ * @internal
3404
+ */
3405
+ export declare const StartWorkspacesResultFilterSensitiveLog: (obj: StartWorkspacesResult) => any;
3406
+ /**
3407
+ * @internal
3408
+ */
3409
+ export declare const StopRequestFilterSensitiveLog: (obj: StopRequest) => any;
3410
+ /**
3411
+ * @internal
3412
+ */
3413
+ export declare const StopWorkspacesRequestFilterSensitiveLog: (obj: StopWorkspacesRequest) => any;
3414
+ /**
3415
+ * @internal
3416
+ */
3417
+ export declare const StopWorkspacesResultFilterSensitiveLog: (obj: StopWorkspacesResult) => any;
3418
+ /**
3419
+ * @internal
3420
+ */
3421
+ export declare const TerminateRequestFilterSensitiveLog: (obj: TerminateRequest) => any;
3422
+ /**
3423
+ * @internal
3424
+ */
3425
+ export declare const TerminateWorkspacesRequestFilterSensitiveLog: (obj: TerminateWorkspacesRequest) => any;
3426
+ /**
3427
+ * @internal
3428
+ */
3429
+ export declare const TerminateWorkspacesResultFilterSensitiveLog: (obj: TerminateWorkspacesResult) => any;
3430
+ /**
3431
+ * @internal
3432
+ */
3433
+ export declare const UpdateConnectClientAddInRequestFilterSensitiveLog: (obj: UpdateConnectClientAddInRequest) => any;
3434
+ /**
3435
+ * @internal
3436
+ */
3437
+ export declare const UpdateConnectClientAddInResultFilterSensitiveLog: (obj: UpdateConnectClientAddInResult) => any;
3438
+ /**
3439
+ * @internal
3440
+ */
3441
+ export declare const UpdateConnectionAliasPermissionRequestFilterSensitiveLog: (obj: UpdateConnectionAliasPermissionRequest) => any;
3442
+ /**
3443
+ * @internal
3444
+ */
3445
+ export declare const UpdateConnectionAliasPermissionResultFilterSensitiveLog: (obj: UpdateConnectionAliasPermissionResult) => any;
3446
+ /**
3447
+ * @internal
3448
+ */
3449
+ export declare const UpdateRulesOfIpGroupRequestFilterSensitiveLog: (obj: UpdateRulesOfIpGroupRequest) => any;
3450
+ /**
3451
+ * @internal
3452
+ */
3453
+ export declare const UpdateRulesOfIpGroupResultFilterSensitiveLog: (obj: UpdateRulesOfIpGroupResult) => any;
3454
+ /**
3455
+ * @internal
3456
+ */
3457
+ export declare const UpdateWorkspaceBundleRequestFilterSensitiveLog: (obj: UpdateWorkspaceBundleRequest) => any;
3458
+ /**
3459
+ * @internal
3460
+ */
3461
+ export declare const UpdateWorkspaceBundleResultFilterSensitiveLog: (obj: UpdateWorkspaceBundleResult) => any;
3462
+ /**
3463
+ * @internal
3464
+ */
3465
+ export declare const UpdateWorkspaceImagePermissionRequestFilterSensitiveLog: (obj: UpdateWorkspaceImagePermissionRequest) => any;
3466
+ /**
3467
+ * @internal
3468
+ */
3469
+ export declare const UpdateWorkspaceImagePermissionResultFilterSensitiveLog: (obj: UpdateWorkspaceImagePermissionResult) => any;