@aws-sdk/client-workspaces 3.278.0 → 3.281.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 (67) hide show
  1. package/README.md +523 -0
  2. package/dist-types/commands/AssociateConnectionAliasCommand.d.ts +6 -0
  3. package/dist-types/commands/AssociateIpGroupsCommand.d.ts +6 -0
  4. package/dist-types/commands/AuthorizeIpRulesCommand.d.ts +6 -0
  5. package/dist-types/commands/CopyWorkspaceImageCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateConnectionAliasCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateIpGroupCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateStandbyWorkspacesCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateTagsCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateUpdatedWorkspaceImageCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateWorkspaceBundleCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateWorkspaceImageCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateWorkspacesCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteClientBrandingCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteConnectionAliasCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteIpGroupCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteWorkspaceBundleCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteWorkspaceImageCommand.d.ts +6 -0
  22. package/dist-types/commands/DeregisterWorkspaceDirectoryCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeAccountCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeAccountModificationsCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeClientBrandingCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeClientPropertiesCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeConnectionAliasPermissionsCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeConnectionAliasesCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeIpGroupsCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeWorkspaceBundlesCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeWorkspaceDirectoriesCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeWorkspaceImagesCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeWorkspaceSnapshotsCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribeWorkspacesCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +6 -0
  39. package/dist-types/commands/DisassociateConnectionAliasCommand.d.ts +6 -0
  40. package/dist-types/commands/DisassociateIpGroupsCommand.d.ts +6 -0
  41. package/dist-types/commands/ImportClientBrandingCommand.d.ts +6 -0
  42. package/dist-types/commands/ImportWorkspaceImageCommand.d.ts +6 -0
  43. package/dist-types/commands/ListAvailableManagementCidrRangesCommand.d.ts +6 -0
  44. package/dist-types/commands/MigrateWorkspaceCommand.d.ts +6 -0
  45. package/dist-types/commands/ModifyAccountCommand.d.ts +6 -0
  46. package/dist-types/commands/ModifyCertificateBasedAuthPropertiesCommand.d.ts +6 -0
  47. package/dist-types/commands/ModifyClientPropertiesCommand.d.ts +6 -0
  48. package/dist-types/commands/ModifySamlPropertiesCommand.d.ts +6 -0
  49. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +6 -0
  50. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +6 -0
  51. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +6 -0
  52. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +6 -0
  53. package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +6 -0
  54. package/dist-types/commands/RebootWorkspacesCommand.d.ts +6 -0
  55. package/dist-types/commands/RebuildWorkspacesCommand.d.ts +6 -0
  56. package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +6 -0
  57. package/dist-types/commands/RestoreWorkspaceCommand.d.ts +6 -0
  58. package/dist-types/commands/RevokeIpRulesCommand.d.ts +6 -0
  59. package/dist-types/commands/StartWorkspacesCommand.d.ts +6 -0
  60. package/dist-types/commands/StopWorkspacesCommand.d.ts +6 -0
  61. package/dist-types/commands/TerminateWorkspacesCommand.d.ts +6 -0
  62. package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +6 -0
  63. package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +6 -0
  67. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CreateIpGroupCommand}.
8
+ */
6
9
  export interface CreateIpGroupCommandInput extends CreateIpGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateIpGroupCommand}.
13
+ */
8
14
  export interface CreateIpGroupCommandOutput extends CreateIpGroupResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateStandbyWorkspacesRequest, CreateStandbyWorkspacesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CreateStandbyWorkspacesCommand}.
8
+ */
6
9
  export interface CreateStandbyWorkspacesCommandInput extends CreateStandbyWorkspacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateStandbyWorkspacesCommand}.
13
+ */
8
14
  export interface CreateStandbyWorkspacesCommandOutput extends CreateStandbyWorkspacesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateTagsRequest, CreateTagsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CreateTagsCommand}.
8
+ */
6
9
  export interface CreateTagsCommandInput extends CreateTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateTagsCommand}.
13
+ */
8
14
  export interface CreateTagsCommandOutput extends CreateTagsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateUpdatedWorkspaceImageRequest, CreateUpdatedWorkspaceImageResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CreateUpdatedWorkspaceImageCommand}.
8
+ */
6
9
  export interface CreateUpdatedWorkspaceImageCommandInput extends CreateUpdatedWorkspaceImageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateUpdatedWorkspaceImageCommand}.
13
+ */
8
14
  export interface CreateUpdatedWorkspaceImageCommandOutput extends CreateUpdatedWorkspaceImageResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateWorkspaceBundleRequest, CreateWorkspaceBundleResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CreateWorkspaceBundleCommand}.
8
+ */
6
9
  export interface CreateWorkspaceBundleCommandInput extends CreateWorkspaceBundleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkspaceBundleCommand}.
13
+ */
8
14
  export interface CreateWorkspaceBundleCommandOutput extends CreateWorkspaceBundleResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateWorkspaceImageRequest, CreateWorkspaceImageResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CreateWorkspaceImageCommand}.
8
+ */
6
9
  export interface CreateWorkspaceImageCommandInput extends CreateWorkspaceImageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkspaceImageCommand}.
13
+ */
8
14
  export interface CreateWorkspaceImageCommandOutput extends CreateWorkspaceImageResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateWorkspacesRequest, CreateWorkspacesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link CreateWorkspacesCommand}.
8
+ */
6
9
  export interface CreateWorkspacesCommandInput extends CreateWorkspacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkspacesCommand}.
13
+ */
8
14
  export interface CreateWorkspacesCommandOutput extends CreateWorkspacesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteClientBrandingRequest, DeleteClientBrandingResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DeleteClientBrandingCommand}.
8
+ */
6
9
  export interface DeleteClientBrandingCommandInput extends DeleteClientBrandingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteClientBrandingCommand}.
13
+ */
8
14
  export interface DeleteClientBrandingCommandOutput extends DeleteClientBrandingResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteConnectClientAddInRequest, DeleteConnectClientAddInResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DeleteConnectClientAddInCommand}.
8
+ */
6
9
  export interface DeleteConnectClientAddInCommandInput extends DeleteConnectClientAddInRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConnectClientAddInCommand}.
13
+ */
8
14
  export interface DeleteConnectClientAddInCommandOutput extends DeleteConnectClientAddInResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteConnectionAliasRequest, DeleteConnectionAliasResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DeleteConnectionAliasCommand}.
8
+ */
6
9
  export interface DeleteConnectionAliasCommandInput extends DeleteConnectionAliasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConnectionAliasCommand}.
13
+ */
8
14
  export interface DeleteConnectionAliasCommandOutput extends DeleteConnectionAliasResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteIpGroupRequest, DeleteIpGroupResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DeleteIpGroupCommand}.
8
+ */
6
9
  export interface DeleteIpGroupCommandInput extends DeleteIpGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteIpGroupCommand}.
13
+ */
8
14
  export interface DeleteIpGroupCommandOutput extends DeleteIpGroupResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteTagsRequest, DeleteTagsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DeleteTagsCommand}.
8
+ */
6
9
  export interface DeleteTagsCommandInput extends DeleteTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteTagsCommand}.
13
+ */
8
14
  export interface DeleteTagsCommandOutput extends DeleteTagsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteWorkspaceBundleRequest, DeleteWorkspaceBundleResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DeleteWorkspaceBundleCommand}.
8
+ */
6
9
  export interface DeleteWorkspaceBundleCommandInput extends DeleteWorkspaceBundleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWorkspaceBundleCommand}.
13
+ */
8
14
  export interface DeleteWorkspaceBundleCommandOutput extends DeleteWorkspaceBundleResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteWorkspaceImageRequest, DeleteWorkspaceImageResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DeleteWorkspaceImageCommand}.
8
+ */
6
9
  export interface DeleteWorkspaceImageCommandInput extends DeleteWorkspaceImageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteWorkspaceImageCommand}.
13
+ */
8
14
  export interface DeleteWorkspaceImageCommandOutput extends DeleteWorkspaceImageResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeregisterWorkspaceDirectoryRequest, DeregisterWorkspaceDirectoryResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DeregisterWorkspaceDirectoryCommand}.
8
+ */
6
9
  export interface DeregisterWorkspaceDirectoryCommandInput extends DeregisterWorkspaceDirectoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeregisterWorkspaceDirectoryCommand}.
13
+ */
8
14
  export interface DeregisterWorkspaceDirectoryCommandOutput extends DeregisterWorkspaceDirectoryResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeAccountRequest, DescribeAccountResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeAccountCommand}.
8
+ */
6
9
  export interface DescribeAccountCommandInput extends DescribeAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAccountCommand}.
13
+ */
8
14
  export interface DescribeAccountCommandOutput extends DescribeAccountResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeAccountModificationsRequest, DescribeAccountModificationsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeAccountModificationsCommand}.
8
+ */
6
9
  export interface DescribeAccountModificationsCommandInput extends DescribeAccountModificationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAccountModificationsCommand}.
13
+ */
8
14
  export interface DescribeAccountModificationsCommandOutput extends DescribeAccountModificationsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeClientBrandingRequest, DescribeClientBrandingResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeClientBrandingCommand}.
8
+ */
6
9
  export interface DescribeClientBrandingCommandInput extends DescribeClientBrandingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClientBrandingCommand}.
13
+ */
8
14
  export interface DescribeClientBrandingCommandOutput extends DescribeClientBrandingResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeClientPropertiesRequest, DescribeClientPropertiesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeClientPropertiesCommand}.
8
+ */
6
9
  export interface DescribeClientPropertiesCommandInput extends DescribeClientPropertiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeClientPropertiesCommand}.
13
+ */
8
14
  export interface DescribeClientPropertiesCommandOutput extends DescribeClientPropertiesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeConnectClientAddInsRequest, DescribeConnectClientAddInsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeConnectClientAddInsCommand}.
8
+ */
6
9
  export interface DescribeConnectClientAddInsCommandInput extends DescribeConnectClientAddInsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeConnectClientAddInsCommand}.
13
+ */
8
14
  export interface DescribeConnectClientAddInsCommandOutput extends DescribeConnectClientAddInsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeConnectionAliasPermissionsRequest, DescribeConnectionAliasPermissionsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeConnectionAliasPermissionsCommand}.
8
+ */
6
9
  export interface DescribeConnectionAliasPermissionsCommandInput extends DescribeConnectionAliasPermissionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeConnectionAliasPermissionsCommand}.
13
+ */
8
14
  export interface DescribeConnectionAliasPermissionsCommandOutput extends DescribeConnectionAliasPermissionsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeConnectionAliasesRequest, DescribeConnectionAliasesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeConnectionAliasesCommand}.
8
+ */
6
9
  export interface DescribeConnectionAliasesCommandInput extends DescribeConnectionAliasesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeConnectionAliasesCommand}.
13
+ */
8
14
  export interface DescribeConnectionAliasesCommandOutput extends DescribeConnectionAliasesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeIpGroupsRequest, DescribeIpGroupsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeIpGroupsCommand}.
8
+ */
6
9
  export interface DescribeIpGroupsCommandInput extends DescribeIpGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeIpGroupsCommand}.
13
+ */
8
14
  export interface DescribeIpGroupsCommandOutput extends DescribeIpGroupsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeTagsRequest, DescribeTagsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeTagsCommand}.
8
+ */
6
9
  export interface DescribeTagsCommandInput extends DescribeTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTagsCommand}.
13
+ */
8
14
  export interface DescribeTagsCommandOutput extends DescribeTagsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeWorkspaceBundlesCommand}.
8
+ */
6
9
  export interface DescribeWorkspaceBundlesCommandInput extends DescribeWorkspaceBundlesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeWorkspaceBundlesCommand}.
13
+ */
8
14
  export interface DescribeWorkspaceBundlesCommandOutput extends DescribeWorkspaceBundlesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeWorkspaceDirectoriesRequest, DescribeWorkspaceDirectoriesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeWorkspaceDirectoriesCommand}.
8
+ */
6
9
  export interface DescribeWorkspaceDirectoriesCommandInput extends DescribeWorkspaceDirectoriesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeWorkspaceDirectoriesCommand}.
13
+ */
8
14
  export interface DescribeWorkspaceDirectoriesCommandOutput extends DescribeWorkspaceDirectoriesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeWorkspaceImagePermissionsRequest, DescribeWorkspaceImagePermissionsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeWorkspaceImagePermissionsCommand}.
8
+ */
6
9
  export interface DescribeWorkspaceImagePermissionsCommandInput extends DescribeWorkspaceImagePermissionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeWorkspaceImagePermissionsCommand}.
13
+ */
8
14
  export interface DescribeWorkspaceImagePermissionsCommandOutput extends DescribeWorkspaceImagePermissionsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeWorkspaceImagesRequest, DescribeWorkspaceImagesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeWorkspaceImagesCommand}.
8
+ */
6
9
  export interface DescribeWorkspaceImagesCommandInput extends DescribeWorkspaceImagesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeWorkspaceImagesCommand}.
13
+ */
8
14
  export interface DescribeWorkspaceImagesCommandOutput extends DescribeWorkspaceImagesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeWorkspaceSnapshotsRequest, DescribeWorkspaceSnapshotsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeWorkspaceSnapshotsCommand}.
8
+ */
6
9
  export interface DescribeWorkspaceSnapshotsCommandInput extends DescribeWorkspaceSnapshotsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeWorkspaceSnapshotsCommand}.
13
+ */
8
14
  export interface DescribeWorkspaceSnapshotsCommandOutput extends DescribeWorkspaceSnapshotsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeWorkspacesRequest, DescribeWorkspacesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeWorkspacesCommand}.
8
+ */
6
9
  export interface DescribeWorkspacesCommandInput extends DescribeWorkspacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeWorkspacesCommand}.
13
+ */
8
14
  export interface DescribeWorkspacesCommandOutput extends DescribeWorkspacesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeWorkspacesConnectionStatusRequest, DescribeWorkspacesConnectionStatusResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DescribeWorkspacesConnectionStatusCommand}.
8
+ */
6
9
  export interface DescribeWorkspacesConnectionStatusCommandInput extends DescribeWorkspacesConnectionStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeWorkspacesConnectionStatusCommand}.
13
+ */
8
14
  export interface DescribeWorkspacesConnectionStatusCommandOutput extends DescribeWorkspacesConnectionStatusResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DisassociateConnectionAliasRequest, DisassociateConnectionAliasResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DisassociateConnectionAliasCommand}.
8
+ */
6
9
  export interface DisassociateConnectionAliasCommandInput extends DisassociateConnectionAliasRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateConnectionAliasCommand}.
13
+ */
8
14
  export interface DisassociateConnectionAliasCommandOutput extends DisassociateConnectionAliasResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DisassociateIpGroupsRequest, DisassociateIpGroupsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link DisassociateIpGroupsCommand}.
8
+ */
6
9
  export interface DisassociateIpGroupsCommandInput extends DisassociateIpGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateIpGroupsCommand}.
13
+ */
8
14
  export interface DisassociateIpGroupsCommandOutput extends DisassociateIpGroupsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ImportClientBrandingRequest, ImportClientBrandingResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ImportClientBrandingCommand}.
8
+ */
6
9
  export interface ImportClientBrandingCommandInput extends ImportClientBrandingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportClientBrandingCommand}.
13
+ */
8
14
  export interface ImportClientBrandingCommandOutput extends ImportClientBrandingResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ImportWorkspaceImageRequest, ImportWorkspaceImageResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ImportWorkspaceImageCommand}.
8
+ */
6
9
  export interface ImportWorkspaceImageCommandInput extends ImportWorkspaceImageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportWorkspaceImageCommand}.
13
+ */
8
14
  export interface ImportWorkspaceImageCommandOutput extends ImportWorkspaceImageResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAvailableManagementCidrRangesRequest, ListAvailableManagementCidrRangesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ListAvailableManagementCidrRangesCommand}.
8
+ */
6
9
  export interface ListAvailableManagementCidrRangesCommandInput extends ListAvailableManagementCidrRangesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAvailableManagementCidrRangesCommand}.
13
+ */
8
14
  export interface ListAvailableManagementCidrRangesCommandOutput extends ListAvailableManagementCidrRangesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MigrateWorkspaceRequest, MigrateWorkspaceResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link MigrateWorkspaceCommand}.
8
+ */
6
9
  export interface MigrateWorkspaceCommandInput extends MigrateWorkspaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link MigrateWorkspaceCommand}.
13
+ */
8
14
  export interface MigrateWorkspaceCommandOutput extends MigrateWorkspaceResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ModifyAccountRequest, ModifyAccountResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ModifyAccountCommand}.
8
+ */
6
9
  export interface ModifyAccountCommandInput extends ModifyAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyAccountCommand}.
13
+ */
8
14
  export interface ModifyAccountCommandOutput extends ModifyAccountResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ModifyCertificateBasedAuthPropertiesRequest, ModifyCertificateBasedAuthPropertiesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ModifyCertificateBasedAuthPropertiesCommand}.
8
+ */
6
9
  export interface ModifyCertificateBasedAuthPropertiesCommandInput extends ModifyCertificateBasedAuthPropertiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyCertificateBasedAuthPropertiesCommand}.
13
+ */
8
14
  export interface ModifyCertificateBasedAuthPropertiesCommandOutput extends ModifyCertificateBasedAuthPropertiesResult, __MetadataBearer {
9
15
  }
10
16
  /**