@aws-sdk/client-workspaces 3.50.0 → 3.51.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 +8 -0
- 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 +5 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1829 -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 +8 -8
|
@@ -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 { ModifyClientPropertiesRequest, ModifyClientPropertiesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyClientPropertiesCommandInput extends ModifyClientPropertiesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyClientPropertiesCommandOutput extends ModifyClientPropertiesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyClientPropertiesCommand extends $Command<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyClientPropertiesCommandInput;
|
|
12
|
+
constructor(input: ModifyClientPropertiesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyClientPropertiesCommandInput, ModifyClientPropertiesCommandOutput>;
|
|
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 { ModifySelfservicePermissionsRequest, ModifySelfservicePermissionsResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifySelfservicePermissionsCommandInput extends ModifySelfservicePermissionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifySelfservicePermissionsCommandOutput extends ModifySelfservicePermissionsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifySelfservicePermissionsCommand extends $Command<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifySelfservicePermissionsCommandInput;
|
|
12
|
+
constructor(input: ModifySelfservicePermissionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifySelfservicePermissionsCommandInput, ModifySelfservicePermissionsCommandOutput>;
|
|
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 { ModifyWorkspaceAccessPropertiesRequest, ModifyWorkspaceAccessPropertiesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyWorkspaceAccessPropertiesCommandInput extends ModifyWorkspaceAccessPropertiesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyWorkspaceAccessPropertiesCommandOutput extends ModifyWorkspaceAccessPropertiesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyWorkspaceAccessPropertiesCommand extends $Command<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyWorkspaceAccessPropertiesCommandInput;
|
|
12
|
+
constructor(input: ModifyWorkspaceAccessPropertiesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceAccessPropertiesCommandInput, ModifyWorkspaceAccessPropertiesCommandOutput>;
|
|
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 { ModifyWorkspaceCreationPropertiesRequest, ModifyWorkspaceCreationPropertiesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyWorkspaceCreationPropertiesCommandInput extends ModifyWorkspaceCreationPropertiesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyWorkspaceCreationPropertiesCommandOutput extends ModifyWorkspaceCreationPropertiesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyWorkspaceCreationPropertiesCommand extends $Command<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyWorkspaceCreationPropertiesCommandInput;
|
|
12
|
+
constructor(input: ModifyWorkspaceCreationPropertiesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceCreationPropertiesCommandInput, ModifyWorkspaceCreationPropertiesCommandOutput>;
|
|
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 { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyWorkspacePropertiesCommandInput extends ModifyWorkspacePropertiesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyWorkspacePropertiesCommandOutput extends ModifyWorkspacePropertiesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyWorkspacePropertiesCommand extends $Command<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyWorkspacePropertiesCommandInput;
|
|
12
|
+
constructor(input: ModifyWorkspacePropertiesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspacePropertiesCommandInput, ModifyWorkspacePropertiesCommandOutput>;
|
|
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 { ModifyWorkspaceStateRequest, ModifyWorkspaceStateResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface ModifyWorkspaceStateCommandInput extends ModifyWorkspaceStateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyWorkspaceStateCommandOutput extends ModifyWorkspaceStateResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyWorkspaceStateCommand extends $Command<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyWorkspaceStateCommandInput;
|
|
12
|
+
constructor(input: ModifyWorkspaceStateCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyWorkspaceStateCommandInput, ModifyWorkspaceStateCommandOutput>;
|
|
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 { RebootWorkspacesRequest, RebootWorkspacesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface RebootWorkspacesCommandInput extends RebootWorkspacesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RebootWorkspacesCommandOutput extends RebootWorkspacesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RebootWorkspacesCommand extends $Command<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: RebootWorkspacesCommandInput;
|
|
12
|
+
constructor(input: RebootWorkspacesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput>;
|
|
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 { RebuildWorkspacesRequest, RebuildWorkspacesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface RebuildWorkspacesCommandInput extends RebuildWorkspacesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RebuildWorkspacesCommandOutput extends RebuildWorkspacesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RebuildWorkspacesCommand extends $Command<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: RebuildWorkspacesCommandInput;
|
|
12
|
+
constructor(input: RebuildWorkspacesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput>;
|
|
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 { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface RegisterWorkspaceDirectoryCommandInput extends RegisterWorkspaceDirectoryRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RegisterWorkspaceDirectoryCommandOutput extends RegisterWorkspaceDirectoryResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RegisterWorkspaceDirectoryCommand extends $Command<RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: RegisterWorkspaceDirectoryCommandInput;
|
|
12
|
+
constructor(input: RegisterWorkspaceDirectoryCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterWorkspaceDirectoryCommandInput, RegisterWorkspaceDirectoryCommandOutput>;
|
|
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 { RestoreWorkspaceRequest, RestoreWorkspaceResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface RestoreWorkspaceCommandInput extends RestoreWorkspaceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RestoreWorkspaceCommandOutput extends RestoreWorkspaceResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RestoreWorkspaceCommand extends $Command<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: RestoreWorkspaceCommandInput;
|
|
12
|
+
constructor(input: RestoreWorkspaceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput>;
|
|
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 { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface RevokeIpRulesCommandInput extends RevokeIpRulesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface RevokeIpRulesCommandOutput extends RevokeIpRulesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RevokeIpRulesCommand extends $Command<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: RevokeIpRulesCommandInput;
|
|
12
|
+
constructor(input: RevokeIpRulesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput>;
|
|
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 { StartWorkspacesRequest, StartWorkspacesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface StartWorkspacesCommandInput extends StartWorkspacesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StartWorkspacesCommandOutput extends StartWorkspacesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartWorkspacesCommand extends $Command<StartWorkspacesCommandInput, StartWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: StartWorkspacesCommandInput;
|
|
12
|
+
constructor(input: StartWorkspacesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartWorkspacesCommandInput, StartWorkspacesCommandOutput>;
|
|
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 { StopWorkspacesRequest, StopWorkspacesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface StopWorkspacesCommandInput extends StopWorkspacesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StopWorkspacesCommandOutput extends StopWorkspacesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StopWorkspacesCommand extends $Command<StopWorkspacesCommandInput, StopWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: StopWorkspacesCommandInput;
|
|
12
|
+
constructor(input: StopWorkspacesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopWorkspacesCommandInput, StopWorkspacesCommandOutput>;
|
|
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 { TerminateWorkspacesRequest, TerminateWorkspacesResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface TerminateWorkspacesCommandInput extends TerminateWorkspacesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface TerminateWorkspacesCommandOutput extends TerminateWorkspacesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class TerminateWorkspacesCommand extends $Command<TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: TerminateWorkspacesCommandInput;
|
|
12
|
+
constructor(input: TerminateWorkspacesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput>;
|
|
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 { UpdateConnectClientAddInRequest, UpdateConnectClientAddInResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface UpdateConnectClientAddInCommandInput extends UpdateConnectClientAddInRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateConnectClientAddInCommandOutput extends UpdateConnectClientAddInResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateConnectClientAddInCommand extends $Command<UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateConnectClientAddInCommandInput;
|
|
12
|
+
constructor(input: UpdateConnectClientAddInCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput>;
|
|
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 { UpdateConnectionAliasPermissionRequest, UpdateConnectionAliasPermissionResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface UpdateConnectionAliasPermissionCommandInput extends UpdateConnectionAliasPermissionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateConnectionAliasPermissionCommandOutput extends UpdateConnectionAliasPermissionResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateConnectionAliasPermissionCommand extends $Command<UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateConnectionAliasPermissionCommandInput;
|
|
12
|
+
constructor(input: UpdateConnectionAliasPermissionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput>;
|
|
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 { UpdateRulesOfIpGroupRequest, UpdateRulesOfIpGroupResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface UpdateRulesOfIpGroupCommandInput extends UpdateRulesOfIpGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateRulesOfIpGroupCommandOutput extends UpdateRulesOfIpGroupResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateRulesOfIpGroupCommand extends $Command<UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateRulesOfIpGroupCommandInput;
|
|
12
|
+
constructor(input: UpdateRulesOfIpGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput>;
|
|
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 { UpdateWorkspaceBundleRequest, UpdateWorkspaceBundleResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface UpdateWorkspaceBundleCommandInput extends UpdateWorkspaceBundleRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateWorkspaceBundleCommandOutput extends UpdateWorkspaceBundleResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateWorkspaceBundleCommand extends $Command<UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateWorkspaceBundleCommandInput;
|
|
12
|
+
constructor(input: UpdateWorkspaceBundleCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput>;
|
|
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 { 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 @@
|
|
|
1
|
+
export * from "./models_0";
|