@aws-sdk/client-workspaces 3.137.0 → 3.142.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.
@@ -16,6 +16,7 @@ import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./command
16
16
  import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
17
17
  import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "./commands/CreateUpdatedWorkspaceImageCommand";
18
18
  import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
19
+ import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "./commands/CreateWorkspaceImageCommand";
19
20
  import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
20
21
  import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "./commands/DeleteClientBrandingCommand";
21
22
  import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
@@ -49,6 +50,7 @@ import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementC
49
50
  import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "./commands/MigrateWorkspaceCommand";
50
51
  import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "./commands/ModifyAccountCommand";
51
52
  import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "./commands/ModifyClientPropertiesCommand";
53
+ import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "./commands/ModifySamlPropertiesCommand";
52
54
  import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "./commands/ModifySelfservicePermissionsCommand";
53
55
  import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "./commands/ModifyWorkspaceAccessPropertiesCommand";
54
56
  import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "./commands/ModifyWorkspaceCreationPropertiesCommand";
@@ -67,8 +69,8 @@ import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermi
67
69
  import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
68
70
  import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
69
71
  import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
70
- export declare type ServiceInputTypes = AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspacesCommandInput | DeleteClientBrandingCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeClientBrandingCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | ImportClientBrandingCommandInput | ImportWorkspaceImageCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyClientPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
71
- export declare type ServiceOutputTypes = AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspacesCommandOutput | DeleteClientBrandingCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeClientBrandingCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | ImportClientBrandingCommandOutput | ImportWorkspaceImageCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyClientPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
72
+ export declare type ServiceInputTypes = AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspaceImageCommandInput | CreateWorkspacesCommandInput | DeleteClientBrandingCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeClientBrandingCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | ImportClientBrandingCommandInput | ImportWorkspaceImageCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyClientPropertiesCommandInput | ModifySamlPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
73
+ export declare type ServiceOutputTypes = AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspaceImageCommandOutput | CreateWorkspacesCommandOutput | DeleteClientBrandingCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeClientBrandingCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | ImportClientBrandingCommandOutput | ImportWorkspaceImageCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyClientPropertiesCommandOutput | ModifySamlPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
72
74
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
73
75
 
74
76
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateWorkspaceImageRequest, CreateWorkspaceImageResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface CreateWorkspaceImageCommandInput extends CreateWorkspaceImageRequest {
6
+ }
7
+ export interface CreateWorkspaceImageCommandOutput extends CreateWorkspaceImageResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateWorkspaceImageCommand extends $Command<CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: CreateWorkspaceImageCommandInput;
12
+ constructor(input: CreateWorkspaceImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ModifySamlPropertiesRequest, ModifySamlPropertiesResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface ModifySamlPropertiesCommandInput extends ModifySamlPropertiesRequest {
6
+ }
7
+ export interface ModifySamlPropertiesCommandOutput extends ModifySamlPropertiesResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ModifySamlPropertiesCommand extends $Command<ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: ModifySamlPropertiesCommandInput;
12
+ constructor(input: ModifySamlPropertiesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -8,6 +8,7 @@ export * from "./CreateIpGroupCommand";
8
8
  export * from "./CreateTagsCommand";
9
9
  export * from "./CreateUpdatedWorkspaceImageCommand";
10
10
  export * from "./CreateWorkspaceBundleCommand";
11
+ export * from "./CreateWorkspaceImageCommand";
11
12
  export * from "./CreateWorkspacesCommand";
12
13
  export * from "./DeleteClientBrandingCommand";
13
14
  export * from "./DeleteConnectClientAddInCommand";
@@ -41,6 +42,7 @@ export * from "./ListAvailableManagementCidrRangesCommand";
41
42
  export * from "./MigrateWorkspaceCommand";
42
43
  export * from "./ModifyAccountCommand";
43
44
  export * from "./ModifyClientPropertiesCommand";
45
+ export * from "./ModifySamlPropertiesCommand";
44
46
  export * from "./ModifySelfservicePermissionsCommand";
45
47
  export * from "./ModifyWorkspaceAccessPropertiesCommand";
46
48
  export * from "./ModifyWorkspaceCreationPropertiesCommand";
@@ -374,6 +374,52 @@ export interface CreateWorkspaceBundleResult {
374
374
 
375
375
  WorkspaceBundle?: WorkspaceBundle;
376
376
  }
377
+ export interface CreateWorkspaceImageRequest {
378
+
379
+ Name: string | undefined;
380
+
381
+ Description: string | undefined;
382
+
383
+ WorkspaceId: string | undefined;
384
+
385
+ Tags?: Tag[];
386
+ }
387
+ export declare enum OperatingSystemType {
388
+ LINUX = "LINUX",
389
+ WINDOWS = "WINDOWS"
390
+ }
391
+
392
+ export interface OperatingSystem {
393
+
394
+ Type?: OperatingSystemType | string;
395
+ }
396
+ export declare enum WorkspaceImageRequiredTenancy {
397
+ DEDICATED = "DEDICATED",
398
+ DEFAULT = "DEFAULT"
399
+ }
400
+ export declare enum WorkspaceImageState {
401
+ AVAILABLE = "AVAILABLE",
402
+ ERROR = "ERROR",
403
+ PENDING = "PENDING"
404
+ }
405
+ export interface CreateWorkspaceImageResult {
406
+
407
+ ImageId?: string;
408
+
409
+ Name?: string;
410
+
411
+ Description?: string;
412
+
413
+ OperatingSystem?: OperatingSystem;
414
+
415
+ State?: WorkspaceImageState | string;
416
+
417
+ RequiredTenancy?: WorkspaceImageRequiredTenancy | string;
418
+
419
+ Created?: Date;
420
+
421
+ OwnerAccountId?: string;
422
+ }
377
423
  export declare enum RunningMode {
378
424
  ALWAYS_ON = "ALWAYS_ON",
379
425
  AUTO_STOP = "AUTO_STOP"
@@ -541,6 +587,10 @@ export interface DefaultWorkspaceCreationProperties {
541
587
 
542
588
  EnableMaintenanceMode?: boolean;
543
589
  }
590
+ export declare enum DeletableSamlProperty {
591
+ SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME = "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
592
+ SAML_PROPERTIES_USER_ACCESS_URL = "SAML_PROPERTIES_USER_ACCESS_URL"
593
+ }
544
594
  export interface DeleteClientBrandingRequest {
545
595
 
546
596
  ResourceId: string | undefined;
@@ -761,6 +811,20 @@ export declare enum WorkspaceDirectoryType {
761
811
  AD_CONNECTOR = "AD_CONNECTOR",
762
812
  SIMPLE_AD = "SIMPLE_AD"
763
813
  }
814
+ export declare enum SamlStatusEnum {
815
+ DISABLED = "DISABLED",
816
+ ENABLED = "ENABLED",
817
+ ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK = "ENABLED_WITH_DIRECTORY_LOGIN_FALLBACK"
818
+ }
819
+
820
+ export interface SamlProperties {
821
+
822
+ Status?: SamlStatusEnum | string;
823
+
824
+ UserAccessUrl?: string;
825
+
826
+ RelayStateParameterName?: string;
827
+ }
764
828
 
765
829
  export interface SelfservicePermissions {
766
830
 
@@ -838,6 +902,8 @@ export interface WorkspaceDirectory {
838
902
  Tenancy?: Tenancy | string;
839
903
 
840
904
  SelfservicePermissions?: SelfservicePermissions;
905
+
906
+ SamlProperties?: SamlProperties;
841
907
  }
842
908
  export interface DescribeWorkspaceDirectoriesResult {
843
909
 
@@ -880,24 +946,6 @@ export interface DescribeWorkspaceImagesRequest {
880
946
 
881
947
  MaxResults?: number;
882
948
  }
883
- export declare enum OperatingSystemType {
884
- LINUX = "LINUX",
885
- WINDOWS = "WINDOWS"
886
- }
887
-
888
- export interface OperatingSystem {
889
-
890
- Type?: OperatingSystemType | string;
891
- }
892
- export declare enum WorkspaceImageRequiredTenancy {
893
- DEDICATED = "DEDICATED",
894
- DEFAULT = "DEFAULT"
895
- }
896
- export declare enum WorkspaceImageState {
897
- AVAILABLE = "AVAILABLE",
898
- ERROR = "ERROR",
899
- PENDING = "PENDING"
900
- }
901
949
 
902
950
  export interface UpdateResult {
903
951
 
@@ -1138,6 +1186,16 @@ export interface ModifyClientPropertiesRequest {
1138
1186
  }
1139
1187
  export interface ModifyClientPropertiesResult {
1140
1188
  }
1189
+ export interface ModifySamlPropertiesRequest {
1190
+
1191
+ ResourceId: string | undefined;
1192
+
1193
+ SamlProperties?: SamlProperties;
1194
+
1195
+ PropertiesToDelete?: (DeletableSamlProperty | string)[];
1196
+ }
1197
+ export interface ModifySamlPropertiesResult {
1198
+ }
1141
1199
  export interface ModifySelfservicePermissionsRequest {
1142
1200
 
1143
1201
  ResourceId: string | undefined;
@@ -1426,6 +1484,12 @@ export declare const CreateWorkspaceBundleRequestFilterSensitiveLog: (obj: Creat
1426
1484
 
1427
1485
  export declare const CreateWorkspaceBundleResultFilterSensitiveLog: (obj: CreateWorkspaceBundleResult) => any;
1428
1486
 
1487
+ export declare const CreateWorkspaceImageRequestFilterSensitiveLog: (obj: CreateWorkspaceImageRequest) => any;
1488
+
1489
+ export declare const OperatingSystemFilterSensitiveLog: (obj: OperatingSystem) => any;
1490
+
1491
+ export declare const CreateWorkspaceImageResultFilterSensitiveLog: (obj: CreateWorkspaceImageResult) => any;
1492
+
1429
1493
  export declare const WorkspacePropertiesFilterSensitiveLog: (obj: WorkspaceProperties) => any;
1430
1494
 
1431
1495
  export declare const WorkspaceRequestFilterSensitiveLog: (obj: WorkspaceRequest) => any;
@@ -1524,6 +1588,8 @@ export declare const DescribeWorkspaceBundlesResultFilterSensitiveLog: (obj: Des
1524
1588
 
1525
1589
  export declare const DescribeWorkspaceDirectoriesRequestFilterSensitiveLog: (obj: DescribeWorkspaceDirectoriesRequest) => any;
1526
1590
 
1591
+ export declare const SamlPropertiesFilterSensitiveLog: (obj: SamlProperties) => any;
1592
+
1527
1593
  export declare const SelfservicePermissionsFilterSensitiveLog: (obj: SelfservicePermissions) => any;
1528
1594
 
1529
1595
  export declare const WorkspaceAccessPropertiesFilterSensitiveLog: (obj: WorkspaceAccessProperties) => any;
@@ -1540,8 +1606,6 @@ export declare const DescribeWorkspaceImagePermissionsResultFilterSensitiveLog:
1540
1606
 
1541
1607
  export declare const DescribeWorkspaceImagesRequestFilterSensitiveLog: (obj: DescribeWorkspaceImagesRequest) => any;
1542
1608
 
1543
- export declare const OperatingSystemFilterSensitiveLog: (obj: OperatingSystem) => any;
1544
-
1545
1609
  export declare const UpdateResultFilterSensitiveLog: (obj: UpdateResult) => any;
1546
1610
 
1547
1611
  export declare const WorkspaceImageFilterSensitiveLog: (obj: WorkspaceImage) => any;
@@ -1600,6 +1664,10 @@ export declare const ModifyClientPropertiesRequestFilterSensitiveLog: (obj: Modi
1600
1664
 
1601
1665
  export declare const ModifyClientPropertiesResultFilterSensitiveLog: (obj: ModifyClientPropertiesResult) => any;
1602
1666
 
1667
+ export declare const ModifySamlPropertiesRequestFilterSensitiveLog: (obj: ModifySamlPropertiesRequest) => any;
1668
+
1669
+ export declare const ModifySamlPropertiesResultFilterSensitiveLog: (obj: ModifySamlPropertiesResult) => any;
1670
+
1603
1671
  export declare const ModifySelfservicePermissionsRequestFilterSensitiveLog: (obj: ModifySelfservicePermissionsRequest) => any;
1604
1672
 
1605
1673
  export declare const ModifySelfservicePermissionsResultFilterSensitiveLog: (obj: ModifySelfservicePermissionsResult) => any;
@@ -10,6 +10,7 @@ import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "../comman
10
10
  import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
11
11
  import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "../commands/CreateUpdatedWorkspaceImageCommand";
12
12
  import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "../commands/CreateWorkspaceBundleCommand";
13
+ import { CreateWorkspaceImageCommandInput, CreateWorkspaceImageCommandOutput } from "../commands/CreateWorkspaceImageCommand";
13
14
  import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "../commands/CreateWorkspacesCommand";
14
15
  import { DeleteClientBrandingCommandInput, DeleteClientBrandingCommandOutput } from "../commands/DeleteClientBrandingCommand";
15
16
  import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "../commands/DeleteConnectClientAddInCommand";
@@ -43,6 +44,7 @@ import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementC
43
44
  import { MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput } from "../commands/MigrateWorkspaceCommand";
44
45
  import { ModifyAccountCommandInput, ModifyAccountCommandOutput } from "../commands/ModifyAccountCommand";
45
46
  import { ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput } from "../commands/ModifyClientPropertiesCommand";
47
+ import { ModifySamlPropertiesCommandInput, ModifySamlPropertiesCommandOutput } from "../commands/ModifySamlPropertiesCommand";
46
48
  import { ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput } from "../commands/ModifySelfservicePermissionsCommand";
47
49
  import { ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput } from "../commands/ModifyWorkspaceAccessPropertiesCommand";
48
50
  import { ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput } from "../commands/ModifyWorkspaceCreationPropertiesCommand";
@@ -71,6 +73,7 @@ export declare const serializeAws_json1_1CreateIpGroupCommand: (input: CreateIpG
71
73
  export declare const serializeAws_json1_1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
74
  export declare const serializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (input: CreateUpdatedWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
75
  export declare const serializeAws_json1_1CreateWorkspaceBundleCommand: (input: CreateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ export declare const serializeAws_json1_1CreateWorkspaceImageCommand: (input: CreateWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
77
  export declare const serializeAws_json1_1CreateWorkspacesCommand: (input: CreateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
78
  export declare const serializeAws_json1_1DeleteClientBrandingCommand: (input: DeleteClientBrandingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
79
  export declare const serializeAws_json1_1DeleteConnectClientAddInCommand: (input: DeleteConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -104,6 +107,7 @@ export declare const serializeAws_json1_1ListAvailableManagementCidrRangesComman
104
107
  export declare const serializeAws_json1_1MigrateWorkspaceCommand: (input: MigrateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
108
  export declare const serializeAws_json1_1ModifyAccountCommand: (input: ModifyAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
109
  export declare const serializeAws_json1_1ModifyClientPropertiesCommand: (input: ModifyClientPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_json1_1ModifySamlPropertiesCommand: (input: ModifySamlPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
111
  export declare const serializeAws_json1_1ModifySelfservicePermissionsCommand: (input: ModifySelfservicePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
112
  export declare const serializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (input: ModifyWorkspaceAccessPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
113
  export declare const serializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (input: ModifyWorkspaceCreationPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -132,6 +136,7 @@ export declare const deserializeAws_json1_1CreateIpGroupCommand: (output: __Http
132
136
  export declare const deserializeAws_json1_1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
133
137
  export declare const deserializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUpdatedWorkspaceImageCommandOutput>;
134
138
  export declare const deserializeAws_json1_1CreateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceBundleCommandOutput>;
139
+ export declare const deserializeAws_json1_1CreateWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceImageCommandOutput>;
135
140
  export declare const deserializeAws_json1_1CreateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspacesCommandOutput>;
136
141
  export declare const deserializeAws_json1_1DeleteClientBrandingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientBrandingCommandOutput>;
137
142
  export declare const deserializeAws_json1_1DeleteConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectClientAddInCommandOutput>;
@@ -165,6 +170,7 @@ export declare const deserializeAws_json1_1ListAvailableManagementCidrRangesComm
165
170
  export declare const deserializeAws_json1_1MigrateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<MigrateWorkspaceCommandOutput>;
166
171
  export declare const deserializeAws_json1_1ModifyAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyAccountCommandOutput>;
167
172
  export declare const deserializeAws_json1_1ModifyClientPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClientPropertiesCommandOutput>;
173
+ export declare const deserializeAws_json1_1ModifySamlPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySamlPropertiesCommandOutput>;
168
174
  export declare const deserializeAws_json1_1ModifySelfservicePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifySelfservicePermissionsCommandOutput>;
169
175
  export declare const deserializeAws_json1_1ModifyWorkspaceAccessPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceAccessPropertiesCommandOutput>;
170
176
  export declare const deserializeAws_json1_1ModifyWorkspaceCreationPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyWorkspaceCreationPropertiesCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workspaces",
3
3
  "description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
4
- "version": "3.137.0",
4
+ "version": "3.142.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.137.0",
21
+ "@aws-sdk/client-sts": "3.142.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.137.0",
23
+ "@aws-sdk/credential-provider-node": "3.142.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.137.0",
39
+ "@aws-sdk/smithy-client": "3.142.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.137.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.142.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.142.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",