@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.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/WorkSpacesServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +189 -4
- package/dist-cjs/protocols/Aws_json1_1.js +534 -1901
- package/dist-es/index.js +1 -0
- package/dist-es/models/WorkSpacesServiceException.js +12 -0
- package/dist-es/models/models_0.js +172 -1
- package/dist-es/protocols/Aws_json1_1.js +1183 -2071
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/WorkSpacesServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +96 -65
- package/dist-types/ts3.4/WorkSpaces.d.ts +295 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +131 -0
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +58 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1840 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +176 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- 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,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";
|