@aws-sdk/client-workspaces 3.279.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 +3 -3
@@ -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 { ModifyClientPropertiesRequest, ModifyClientPropertiesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ModifyClientPropertiesCommand}.
8
+ */
6
9
  export interface ModifyClientPropertiesCommandInput extends ModifyClientPropertiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyClientPropertiesCommand}.
13
+ */
8
14
  export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropertiesResult, __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 { ModifySamlPropertiesRequest, ModifySamlPropertiesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ModifySamlPropertiesCommand}.
8
+ */
6
9
  export interface ModifySamlPropertiesCommandInput extends ModifySamlPropertiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifySamlPropertiesCommand}.
13
+ */
8
14
  export interface ModifySamlPropertiesCommandOutput extends ModifySamlPropertiesResult, __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 { ModifySelfservicePermissionsRequest, ModifySelfservicePermissionsResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ModifySelfservicePermissionsCommand}.
8
+ */
6
9
  export interface ModifySelfservicePermissionsCommandInput extends ModifySelfservicePermissionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifySelfservicePermissionsCommand}.
13
+ */
8
14
  export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfservicePermissionsResult, __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 { ModifyWorkspaceAccessPropertiesRequest, ModifyWorkspaceAccessPropertiesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ModifyWorkspaceAccessPropertiesCommand}.
8
+ */
6
9
  export interface ModifyWorkspaceAccessPropertiesCommandInput extends ModifyWorkspaceAccessPropertiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyWorkspaceAccessPropertiesCommand}.
13
+ */
8
14
  export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWorkspaceAccessPropertiesResult, __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 { ModifyWorkspaceCreationPropertiesRequest, ModifyWorkspaceCreationPropertiesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ModifyWorkspaceCreationPropertiesCommand}.
8
+ */
6
9
  export interface ModifyWorkspaceCreationPropertiesCommandInput extends ModifyWorkspaceCreationPropertiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyWorkspaceCreationPropertiesCommand}.
13
+ */
8
14
  export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWorkspaceCreationPropertiesResult, __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 { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ModifyWorkspacePropertiesCommand}.
8
+ */
6
9
  export interface ModifyWorkspacePropertiesCommandInput extends ModifyWorkspacePropertiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyWorkspacePropertiesCommand}.
13
+ */
8
14
  export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspacePropertiesResult, __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 { ModifyWorkspaceStateRequest, ModifyWorkspaceStateResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link ModifyWorkspaceStateCommand}.
8
+ */
6
9
  export interface ModifyWorkspaceStateCommandInput extends ModifyWorkspaceStateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyWorkspaceStateCommand}.
13
+ */
8
14
  export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateResult, __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 { RebootWorkspacesRequest, RebootWorkspacesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link RebootWorkspacesCommand}.
8
+ */
6
9
  export interface RebootWorkspacesCommandInput extends RebootWorkspacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RebootWorkspacesCommand}.
13
+ */
8
14
  export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, __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 { RebuildWorkspacesRequest, RebuildWorkspacesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link RebuildWorkspacesCommand}.
8
+ */
6
9
  export interface RebuildWorkspacesCommandInput extends RebuildWorkspacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RebuildWorkspacesCommand}.
13
+ */
8
14
  export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult, __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 { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link RegisterWorkspaceDirectoryCommand}.
8
+ */
6
9
  export interface RegisterWorkspaceDirectoryCommandInput extends RegisterWorkspaceDirectoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RegisterWorkspaceDirectoryCommand}.
13
+ */
8
14
  export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspaceDirectoryResult, __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 { RestoreWorkspaceRequest, RestoreWorkspaceResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link RestoreWorkspaceCommand}.
8
+ */
6
9
  export interface RestoreWorkspaceCommandInput extends RestoreWorkspaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RestoreWorkspaceCommand}.
13
+ */
8
14
  export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, __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 { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link RevokeIpRulesCommand}.
8
+ */
6
9
  export interface RevokeIpRulesCommandInput extends RevokeIpRulesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RevokeIpRulesCommand}.
13
+ */
8
14
  export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __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 { StartWorkspacesRequest, StartWorkspacesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link StartWorkspacesCommand}.
8
+ */
6
9
  export interface StartWorkspacesCommandInput extends StartWorkspacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartWorkspacesCommand}.
13
+ */
8
14
  export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __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 { StopWorkspacesRequest, StopWorkspacesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link StopWorkspacesCommand}.
8
+ */
6
9
  export interface StopWorkspacesCommandInput extends StopWorkspacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopWorkspacesCommand}.
13
+ */
8
14
  export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __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 { TerminateWorkspacesRequest, TerminateWorkspacesResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link TerminateWorkspacesCommand}.
8
+ */
6
9
  export interface TerminateWorkspacesCommandInput extends TerminateWorkspacesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TerminateWorkspacesCommand}.
13
+ */
8
14
  export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesResult, __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 { UpdateConnectClientAddInRequest, UpdateConnectClientAddInResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link UpdateConnectClientAddInCommand}.
8
+ */
6
9
  export interface UpdateConnectClientAddInCommandInput extends UpdateConnectClientAddInRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConnectClientAddInCommand}.
13
+ */
8
14
  export interface UpdateConnectClientAddInCommandOutput extends UpdateConnectClientAddInResult, __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 { UpdateConnectionAliasPermissionRequest, UpdateConnectionAliasPermissionResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link UpdateConnectionAliasPermissionCommand}.
8
+ */
6
9
  export interface UpdateConnectionAliasPermissionCommandInput extends UpdateConnectionAliasPermissionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConnectionAliasPermissionCommand}.
13
+ */
8
14
  export interface UpdateConnectionAliasPermissionCommandOutput extends UpdateConnectionAliasPermissionResult, __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 { UpdateRulesOfIpGroupRequest, UpdateRulesOfIpGroupResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link UpdateRulesOfIpGroupCommand}.
8
+ */
6
9
  export interface UpdateRulesOfIpGroupCommandInput extends UpdateRulesOfIpGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRulesOfIpGroupCommand}.
13
+ */
8
14
  export interface UpdateRulesOfIpGroupCommandOutput extends UpdateRulesOfIpGroupResult, __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 { UpdateWorkspaceBundleRequest, UpdateWorkspaceBundleResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link UpdateWorkspaceBundleCommand}.
8
+ */
6
9
  export interface UpdateWorkspaceBundleCommandInput extends UpdateWorkspaceBundleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateWorkspaceBundleCommand}.
13
+ */
8
14
  export interface UpdateWorkspaceBundleCommandOutput extends UpdateWorkspaceBundleResult, __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 { UpdateWorkspaceImagePermissionRequest, UpdateWorkspaceImagePermissionResult } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
6
+ /**
7
+ * The input for {@link UpdateWorkspaceImagePermissionCommand}.
8
+ */
6
9
  export interface UpdateWorkspaceImagePermissionCommandInput extends UpdateWorkspaceImagePermissionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateWorkspaceImagePermissionCommand}.
13
+ */
8
14
  export interface UpdateWorkspaceImagePermissionCommandOutput extends UpdateWorkspaceImagePermissionResult, __MetadataBearer {
9
15
  }
10
16
  /**
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.279.0",
4
+ "version": "3.281.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",