@aws-sdk/client-workspaces 3.50.0 → 3.53.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 (89) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/WorkSpacesServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +189 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +534 -1901
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/WorkSpacesServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +172 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1183 -2071
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/WorkSpacesServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +96 -65
  13. package/dist-types/ts3.4/WorkSpaces.d.ts +295 -0
  14. package/dist-types/ts3.4/WorkSpacesClient.d.ts +131 -0
  15. package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +58 -0
  74. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  75. package/dist-types/ts3.4/index.d.ts +6 -0
  76. package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +6 -0
  77. package/dist-types/ts3.4/models/index.d.ts +1 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +1840 -0
  79. package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
  81. package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  84. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +176 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  89. package/package.json +33 -33
@@ -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 { UpdateWorkspaceImagePermissionRequest, UpdateWorkspaceImagePermissionResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ export interface UpdateWorkspaceImagePermissionCommandInput extends UpdateWorkspaceImagePermissionRequest {
6
+ }
7
+ export interface UpdateWorkspaceImagePermissionCommandOutput extends UpdateWorkspaceImagePermissionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateWorkspaceImagePermissionCommand extends $Command<UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput, WorkSpacesClientResolvedConfig> {
11
+ readonly input: UpdateWorkspaceImagePermissionCommandInput;
12
+ constructor(input: UpdateWorkspaceImagePermissionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,58 @@
1
+ export * from "./AssociateConnectionAliasCommand";
2
+ export * from "./AssociateIpGroupsCommand";
3
+ export * from "./AuthorizeIpRulesCommand";
4
+ export * from "./CopyWorkspaceImageCommand";
5
+ export * from "./CreateConnectClientAddInCommand";
6
+ export * from "./CreateConnectionAliasCommand";
7
+ export * from "./CreateIpGroupCommand";
8
+ export * from "./CreateTagsCommand";
9
+ export * from "./CreateUpdatedWorkspaceImageCommand";
10
+ export * from "./CreateWorkspaceBundleCommand";
11
+ export * from "./CreateWorkspacesCommand";
12
+ export * from "./DeleteConnectClientAddInCommand";
13
+ export * from "./DeleteConnectionAliasCommand";
14
+ export * from "./DeleteIpGroupCommand";
15
+ export * from "./DeleteTagsCommand";
16
+ export * from "./DeleteWorkspaceBundleCommand";
17
+ export * from "./DeleteWorkspaceImageCommand";
18
+ export * from "./DeregisterWorkspaceDirectoryCommand";
19
+ export * from "./DescribeAccountCommand";
20
+ export * from "./DescribeAccountModificationsCommand";
21
+ export * from "./DescribeClientPropertiesCommand";
22
+ export * from "./DescribeConnectClientAddInsCommand";
23
+ export * from "./DescribeConnectionAliasPermissionsCommand";
24
+ export * from "./DescribeConnectionAliasesCommand";
25
+ export * from "./DescribeIpGroupsCommand";
26
+ export * from "./DescribeTagsCommand";
27
+ export * from "./DescribeWorkspaceBundlesCommand";
28
+ export * from "./DescribeWorkspaceDirectoriesCommand";
29
+ export * from "./DescribeWorkspaceImagePermissionsCommand";
30
+ export * from "./DescribeWorkspaceImagesCommand";
31
+ export * from "./DescribeWorkspaceSnapshotsCommand";
32
+ export * from "./DescribeWorkspacesCommand";
33
+ export * from "./DescribeWorkspacesConnectionStatusCommand";
34
+ export * from "./DisassociateConnectionAliasCommand";
35
+ export * from "./DisassociateIpGroupsCommand";
36
+ export * from "./ImportWorkspaceImageCommand";
37
+ export * from "./ListAvailableManagementCidrRangesCommand";
38
+ export * from "./MigrateWorkspaceCommand";
39
+ export * from "./ModifyAccountCommand";
40
+ export * from "./ModifyClientPropertiesCommand";
41
+ export * from "./ModifySelfservicePermissionsCommand";
42
+ export * from "./ModifyWorkspaceAccessPropertiesCommand";
43
+ export * from "./ModifyWorkspaceCreationPropertiesCommand";
44
+ export * from "./ModifyWorkspacePropertiesCommand";
45
+ export * from "./ModifyWorkspaceStateCommand";
46
+ export * from "./RebootWorkspacesCommand";
47
+ export * from "./RebuildWorkspacesCommand";
48
+ export * from "./RegisterWorkspaceDirectoryCommand";
49
+ export * from "./RestoreWorkspaceCommand";
50
+ export * from "./RevokeIpRulesCommand";
51
+ export * from "./StartWorkspacesCommand";
52
+ export * from "./StopWorkspacesCommand";
53
+ export * from "./TerminateWorkspacesCommand";
54
+ export * from "./UpdateConnectClientAddInCommand";
55
+ export * from "./UpdateConnectionAliasPermissionCommand";
56
+ export * from "./UpdateRulesOfIpGroupCommand";
57
+ export * from "./UpdateWorkspaceBundleCommand";
58
+ export * from "./UpdateWorkspaceImagePermissionCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./WorkSpaces";
2
+ export * from "./WorkSpacesClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { WorkSpacesServiceException } from "./models/WorkSpacesServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class WorkSpacesServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";