@aws-sdk/client-workspaces 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +1168 -320
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +507 -136
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WorkSpacesServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1943 -1753
- package/dist-types/ts3.4/pagination/DescribeWorkspaceBundlesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeWorkspaceDirectoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeWorkspacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartWorkspacesRequest,
|
|
10
|
+
StartWorkspacesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface StartWorkspacesCommandInput extends StartWorkspacesRequest {}
|
|
18
|
+
export interface StartWorkspacesCommandOutput
|
|
19
|
+
extends StartWorkspacesResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class StartWorkspacesCommand extends $Command<
|
|
23
|
+
StartWorkspacesCommandInput,
|
|
24
|
+
StartWorkspacesCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartWorkspacesCommandInput;
|
|
28
|
+
constructor(input: StartWorkspacesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<StartWorkspacesCommandInput, StartWorkspacesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StopWorkspacesRequest,
|
|
10
|
+
StopWorkspacesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface StopWorkspacesCommandInput extends StopWorkspacesRequest {}
|
|
18
|
+
export interface StopWorkspacesCommandOutput
|
|
19
|
+
extends StopWorkspacesResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class StopWorkspacesCommand extends $Command<
|
|
23
|
+
StopWorkspacesCommandInput,
|
|
24
|
+
StopWorkspacesCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StopWorkspacesCommandInput;
|
|
28
|
+
constructor(input: StopWorkspacesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<StopWorkspacesCommandInput, StopWorkspacesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
TerminateWorkspacesRequest,
|
|
10
|
+
TerminateWorkspacesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface TerminateWorkspacesCommandInput
|
|
18
|
+
extends TerminateWorkspacesRequest {}
|
|
19
|
+
export interface TerminateWorkspacesCommandOutput
|
|
20
|
+
extends TerminateWorkspacesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class TerminateWorkspacesCommand extends $Command<
|
|
24
|
+
TerminateWorkspacesCommandInput,
|
|
25
|
+
TerminateWorkspacesCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: TerminateWorkspacesCommandInput;
|
|
29
|
+
constructor(input: TerminateWorkspacesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateConnectClientAddInRequest,
|
|
10
|
+
UpdateConnectClientAddInResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface UpdateConnectClientAddInCommandInput
|
|
18
|
+
extends UpdateConnectClientAddInRequest {}
|
|
19
|
+
export interface UpdateConnectClientAddInCommandOutput
|
|
20
|
+
extends UpdateConnectClientAddInResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateConnectClientAddInCommand extends $Command<
|
|
24
|
+
UpdateConnectClientAddInCommandInput,
|
|
25
|
+
UpdateConnectClientAddInCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateConnectClientAddInCommandInput;
|
|
29
|
+
constructor(input: UpdateConnectClientAddInCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateConnectClientAddInCommandInput,
|
|
37
|
+
UpdateConnectClientAddInCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateConnectionAliasPermissionRequest,
|
|
10
|
+
UpdateConnectionAliasPermissionResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface UpdateConnectionAliasPermissionCommandInput
|
|
18
|
+
extends UpdateConnectionAliasPermissionRequest {}
|
|
19
|
+
export interface UpdateConnectionAliasPermissionCommandOutput
|
|
20
|
+
extends UpdateConnectionAliasPermissionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateConnectionAliasPermissionCommand extends $Command<
|
|
24
|
+
UpdateConnectionAliasPermissionCommandInput,
|
|
25
|
+
UpdateConnectionAliasPermissionCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateConnectionAliasPermissionCommandInput;
|
|
29
|
+
constructor(input: UpdateConnectionAliasPermissionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateConnectionAliasPermissionCommandInput,
|
|
37
|
+
UpdateConnectionAliasPermissionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateRulesOfIpGroupRequest,
|
|
10
|
+
UpdateRulesOfIpGroupResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface UpdateRulesOfIpGroupCommandInput
|
|
18
|
+
extends UpdateRulesOfIpGroupRequest {}
|
|
19
|
+
export interface UpdateRulesOfIpGroupCommandOutput
|
|
20
|
+
extends UpdateRulesOfIpGroupResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateRulesOfIpGroupCommand extends $Command<
|
|
24
|
+
UpdateRulesOfIpGroupCommandInput,
|
|
25
|
+
UpdateRulesOfIpGroupCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateRulesOfIpGroupCommandInput;
|
|
29
|
+
constructor(input: UpdateRulesOfIpGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateRulesOfIpGroupCommandInput,
|
|
37
|
+
UpdateRulesOfIpGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateWorkspaceBundleRequest,
|
|
10
|
+
UpdateWorkspaceBundleResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface UpdateWorkspaceBundleCommandInput
|
|
18
|
+
extends UpdateWorkspaceBundleRequest {}
|
|
19
|
+
export interface UpdateWorkspaceBundleCommandOutput
|
|
20
|
+
extends UpdateWorkspaceBundleResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateWorkspaceBundleCommand extends $Command<
|
|
24
|
+
UpdateWorkspaceBundleCommandInput,
|
|
25
|
+
UpdateWorkspaceBundleCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateWorkspaceBundleCommandInput;
|
|
29
|
+
constructor(input: UpdateWorkspaceBundleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateWorkspaceBundleCommandInput,
|
|
37
|
+
UpdateWorkspaceBundleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateWorkspaceImagePermissionRequest,
|
|
10
|
+
UpdateWorkspaceImagePermissionResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface UpdateWorkspaceImagePermissionCommandInput
|
|
18
|
+
extends UpdateWorkspaceImagePermissionRequest {}
|
|
19
|
+
export interface UpdateWorkspaceImagePermissionCommandOutput
|
|
20
|
+
extends UpdateWorkspaceImagePermissionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateWorkspaceImagePermissionCommand extends $Command<
|
|
24
|
+
UpdateWorkspaceImagePermissionCommandInput,
|
|
25
|
+
UpdateWorkspaceImagePermissionCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateWorkspaceImagePermissionCommandInput;
|
|
29
|
+
constructor(input: UpdateWorkspaceImagePermissionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateWorkspaceImagePermissionCommandInput,
|
|
37
|
+
UpdateWorkspaceImagePermissionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,63 +1,63 @@
|
|
|
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 "./CreateWorkspaceImageCommand";
|
|
12
|
-
export * from "./CreateWorkspacesCommand";
|
|
13
|
-
export * from "./DeleteClientBrandingCommand";
|
|
14
|
-
export * from "./DeleteConnectClientAddInCommand";
|
|
15
|
-
export * from "./DeleteConnectionAliasCommand";
|
|
16
|
-
export * from "./DeleteIpGroupCommand";
|
|
17
|
-
export * from "./DeleteTagsCommand";
|
|
18
|
-
export * from "./DeleteWorkspaceBundleCommand";
|
|
19
|
-
export * from "./DeleteWorkspaceImageCommand";
|
|
20
|
-
export * from "./DeregisterWorkspaceDirectoryCommand";
|
|
21
|
-
export * from "./DescribeAccountCommand";
|
|
22
|
-
export * from "./DescribeAccountModificationsCommand";
|
|
23
|
-
export * from "./DescribeClientBrandingCommand";
|
|
24
|
-
export * from "./DescribeClientPropertiesCommand";
|
|
25
|
-
export * from "./DescribeConnectClientAddInsCommand";
|
|
26
|
-
export * from "./DescribeConnectionAliasPermissionsCommand";
|
|
27
|
-
export * from "./DescribeConnectionAliasesCommand";
|
|
28
|
-
export * from "./DescribeIpGroupsCommand";
|
|
29
|
-
export * from "./DescribeTagsCommand";
|
|
30
|
-
export * from "./DescribeWorkspaceBundlesCommand";
|
|
31
|
-
export * from "./DescribeWorkspaceDirectoriesCommand";
|
|
32
|
-
export * from "./DescribeWorkspaceImagePermissionsCommand";
|
|
33
|
-
export * from "./DescribeWorkspaceImagesCommand";
|
|
34
|
-
export * from "./DescribeWorkspaceSnapshotsCommand";
|
|
35
|
-
export * from "./DescribeWorkspacesCommand";
|
|
36
|
-
export * from "./DescribeWorkspacesConnectionStatusCommand";
|
|
37
|
-
export * from "./DisassociateConnectionAliasCommand";
|
|
38
|
-
export * from "./DisassociateIpGroupsCommand";
|
|
39
|
-
export * from "./ImportClientBrandingCommand";
|
|
40
|
-
export * from "./ImportWorkspaceImageCommand";
|
|
41
|
-
export * from "./ListAvailableManagementCidrRangesCommand";
|
|
42
|
-
export * from "./MigrateWorkspaceCommand";
|
|
43
|
-
export * from "./ModifyAccountCommand";
|
|
44
|
-
export * from "./ModifyClientPropertiesCommand";
|
|
45
|
-
export * from "./ModifySamlPropertiesCommand";
|
|
46
|
-
export * from "./ModifySelfservicePermissionsCommand";
|
|
47
|
-
export * from "./ModifyWorkspaceAccessPropertiesCommand";
|
|
48
|
-
export * from "./ModifyWorkspaceCreationPropertiesCommand";
|
|
49
|
-
export * from "./ModifyWorkspacePropertiesCommand";
|
|
50
|
-
export * from "./ModifyWorkspaceStateCommand";
|
|
51
|
-
export * from "./RebootWorkspacesCommand";
|
|
52
|
-
export * from "./RebuildWorkspacesCommand";
|
|
53
|
-
export * from "./RegisterWorkspaceDirectoryCommand";
|
|
54
|
-
export * from "./RestoreWorkspaceCommand";
|
|
55
|
-
export * from "./RevokeIpRulesCommand";
|
|
56
|
-
export * from "./StartWorkspacesCommand";
|
|
57
|
-
export * from "./StopWorkspacesCommand";
|
|
58
|
-
export * from "./TerminateWorkspacesCommand";
|
|
59
|
-
export * from "./UpdateConnectClientAddInCommand";
|
|
60
|
-
export * from "./UpdateConnectionAliasPermissionCommand";
|
|
61
|
-
export * from "./UpdateRulesOfIpGroupCommand";
|
|
62
|
-
export * from "./UpdateWorkspaceBundleCommand";
|
|
63
|
-
export * from "./UpdateWorkspaceImagePermissionCommand";
|
|
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 "./CreateWorkspaceImageCommand";
|
|
12
|
+
export * from "./CreateWorkspacesCommand";
|
|
13
|
+
export * from "./DeleteClientBrandingCommand";
|
|
14
|
+
export * from "./DeleteConnectClientAddInCommand";
|
|
15
|
+
export * from "./DeleteConnectionAliasCommand";
|
|
16
|
+
export * from "./DeleteIpGroupCommand";
|
|
17
|
+
export * from "./DeleteTagsCommand";
|
|
18
|
+
export * from "./DeleteWorkspaceBundleCommand";
|
|
19
|
+
export * from "./DeleteWorkspaceImageCommand";
|
|
20
|
+
export * from "./DeregisterWorkspaceDirectoryCommand";
|
|
21
|
+
export * from "./DescribeAccountCommand";
|
|
22
|
+
export * from "./DescribeAccountModificationsCommand";
|
|
23
|
+
export * from "./DescribeClientBrandingCommand";
|
|
24
|
+
export * from "./DescribeClientPropertiesCommand";
|
|
25
|
+
export * from "./DescribeConnectClientAddInsCommand";
|
|
26
|
+
export * from "./DescribeConnectionAliasPermissionsCommand";
|
|
27
|
+
export * from "./DescribeConnectionAliasesCommand";
|
|
28
|
+
export * from "./DescribeIpGroupsCommand";
|
|
29
|
+
export * from "./DescribeTagsCommand";
|
|
30
|
+
export * from "./DescribeWorkspaceBundlesCommand";
|
|
31
|
+
export * from "./DescribeWorkspaceDirectoriesCommand";
|
|
32
|
+
export * from "./DescribeWorkspaceImagePermissionsCommand";
|
|
33
|
+
export * from "./DescribeWorkspaceImagesCommand";
|
|
34
|
+
export * from "./DescribeWorkspaceSnapshotsCommand";
|
|
35
|
+
export * from "./DescribeWorkspacesCommand";
|
|
36
|
+
export * from "./DescribeWorkspacesConnectionStatusCommand";
|
|
37
|
+
export * from "./DisassociateConnectionAliasCommand";
|
|
38
|
+
export * from "./DisassociateIpGroupsCommand";
|
|
39
|
+
export * from "./ImportClientBrandingCommand";
|
|
40
|
+
export * from "./ImportWorkspaceImageCommand";
|
|
41
|
+
export * from "./ListAvailableManagementCidrRangesCommand";
|
|
42
|
+
export * from "./MigrateWorkspaceCommand";
|
|
43
|
+
export * from "./ModifyAccountCommand";
|
|
44
|
+
export * from "./ModifyClientPropertiesCommand";
|
|
45
|
+
export * from "./ModifySamlPropertiesCommand";
|
|
46
|
+
export * from "./ModifySelfservicePermissionsCommand";
|
|
47
|
+
export * from "./ModifyWorkspaceAccessPropertiesCommand";
|
|
48
|
+
export * from "./ModifyWorkspaceCreationPropertiesCommand";
|
|
49
|
+
export * from "./ModifyWorkspacePropertiesCommand";
|
|
50
|
+
export * from "./ModifyWorkspaceStateCommand";
|
|
51
|
+
export * from "./RebootWorkspacesCommand";
|
|
52
|
+
export * from "./RebuildWorkspacesCommand";
|
|
53
|
+
export * from "./RegisterWorkspaceDirectoryCommand";
|
|
54
|
+
export * from "./RestoreWorkspaceCommand";
|
|
55
|
+
export * from "./RevokeIpRulesCommand";
|
|
56
|
+
export * from "./StartWorkspacesCommand";
|
|
57
|
+
export * from "./StopWorkspacesCommand";
|
|
58
|
+
export * from "./TerminateWorkspacesCommand";
|
|
59
|
+
export * from "./UpdateConnectClientAddInCommand";
|
|
60
|
+
export * from "./UpdateConnectionAliasPermissionCommand";
|
|
61
|
+
export * from "./UpdateRulesOfIpGroupCommand";
|
|
62
|
+
export * from "./UpdateWorkspaceBundleCommand";
|
|
63
|
+
export * from "./UpdateWorkspaceImagePermissionCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +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";
|
|
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";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class WorkSpacesServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|