@aws-sdk/client-workspaces 3.169.0 → 3.171.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 +1105 -320
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/AssociateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIpGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AuthorizeIpRulesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CopyWorkspaceImageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIpGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUpdatedWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteIpGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterWorkspaceDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasPermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConnectionAliasesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIpGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceBundlesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceDirectoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspaceSnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeWorkspacesConnectionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateConnectionAliasCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateIpGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportClientBrandingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportWorkspaceImageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAvailableManagementCidrRangesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MigrateWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyClientPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySamlPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1444 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ModifySamlPropertiesRequest,
|
|
10
|
+
ModifySamlPropertiesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ModifySamlPropertiesCommandInput
|
|
18
|
+
extends ModifySamlPropertiesRequest {}
|
|
19
|
+
export interface ModifySamlPropertiesCommandOutput
|
|
20
|
+
extends ModifySamlPropertiesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ModifySamlPropertiesCommand extends $Command<
|
|
23
|
+
ModifySamlPropertiesCommandInput,
|
|
24
|
+
ModifySamlPropertiesCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ModifySamlPropertiesCommandInput;
|
|
28
|
+
constructor(input: ModifySamlPropertiesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ModifySamlPropertiesCommandInput,
|
|
35
|
+
ModifySamlPropertiesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ModifySelfservicePermissionsRequest,
|
|
10
|
+
ModifySelfservicePermissionsResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ModifySelfservicePermissionsCommandInput
|
|
18
|
+
extends ModifySelfservicePermissionsRequest {}
|
|
19
|
+
export interface ModifySelfservicePermissionsCommandOutput
|
|
20
|
+
extends ModifySelfservicePermissionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ModifySelfservicePermissionsCommand extends $Command<
|
|
23
|
+
ModifySelfservicePermissionsCommandInput,
|
|
24
|
+
ModifySelfservicePermissionsCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ModifySelfservicePermissionsCommandInput;
|
|
28
|
+
constructor(input: ModifySelfservicePermissionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ModifySelfservicePermissionsCommandInput,
|
|
35
|
+
ModifySelfservicePermissionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ModifyWorkspaceAccessPropertiesRequest,
|
|
10
|
+
ModifyWorkspaceAccessPropertiesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ModifyWorkspaceAccessPropertiesCommandInput
|
|
18
|
+
extends ModifyWorkspaceAccessPropertiesRequest {}
|
|
19
|
+
export interface ModifyWorkspaceAccessPropertiesCommandOutput
|
|
20
|
+
extends ModifyWorkspaceAccessPropertiesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ModifyWorkspaceAccessPropertiesCommand extends $Command<
|
|
23
|
+
ModifyWorkspaceAccessPropertiesCommandInput,
|
|
24
|
+
ModifyWorkspaceAccessPropertiesCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ModifyWorkspaceAccessPropertiesCommandInput;
|
|
28
|
+
constructor(input: ModifyWorkspaceAccessPropertiesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ModifyWorkspaceAccessPropertiesCommandInput,
|
|
35
|
+
ModifyWorkspaceAccessPropertiesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ModifyWorkspaceCreationPropertiesRequest,
|
|
10
|
+
ModifyWorkspaceCreationPropertiesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ModifyWorkspaceCreationPropertiesCommandInput
|
|
18
|
+
extends ModifyWorkspaceCreationPropertiesRequest {}
|
|
19
|
+
export interface ModifyWorkspaceCreationPropertiesCommandOutput
|
|
20
|
+
extends ModifyWorkspaceCreationPropertiesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ModifyWorkspaceCreationPropertiesCommand extends $Command<
|
|
23
|
+
ModifyWorkspaceCreationPropertiesCommandInput,
|
|
24
|
+
ModifyWorkspaceCreationPropertiesCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ModifyWorkspaceCreationPropertiesCommandInput;
|
|
28
|
+
constructor(input: ModifyWorkspaceCreationPropertiesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ModifyWorkspaceCreationPropertiesCommandInput,
|
|
35
|
+
ModifyWorkspaceCreationPropertiesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ModifyWorkspacePropertiesRequest,
|
|
10
|
+
ModifyWorkspacePropertiesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ModifyWorkspacePropertiesCommandInput
|
|
18
|
+
extends ModifyWorkspacePropertiesRequest {}
|
|
19
|
+
export interface ModifyWorkspacePropertiesCommandOutput
|
|
20
|
+
extends ModifyWorkspacePropertiesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ModifyWorkspacePropertiesCommand extends $Command<
|
|
23
|
+
ModifyWorkspacePropertiesCommandInput,
|
|
24
|
+
ModifyWorkspacePropertiesCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ModifyWorkspacePropertiesCommandInput;
|
|
28
|
+
constructor(input: ModifyWorkspacePropertiesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ModifyWorkspacePropertiesCommandInput,
|
|
35
|
+
ModifyWorkspacePropertiesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ModifyWorkspaceStateRequest,
|
|
10
|
+
ModifyWorkspaceStateResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ModifyWorkspaceStateCommandInput
|
|
18
|
+
extends ModifyWorkspaceStateRequest {}
|
|
19
|
+
export interface ModifyWorkspaceStateCommandOutput
|
|
20
|
+
extends ModifyWorkspaceStateResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ModifyWorkspaceStateCommand extends $Command<
|
|
23
|
+
ModifyWorkspaceStateCommandInput,
|
|
24
|
+
ModifyWorkspaceStateCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ModifyWorkspaceStateCommandInput;
|
|
28
|
+
constructor(input: ModifyWorkspaceStateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ModifyWorkspaceStateCommandInput,
|
|
35
|
+
ModifyWorkspaceStateCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
RebootWorkspacesRequest,
|
|
10
|
+
RebootWorkspacesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface RebootWorkspacesCommandInput extends RebootWorkspacesRequest {}
|
|
18
|
+
export interface RebootWorkspacesCommandOutput
|
|
19
|
+
extends RebootWorkspacesResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class RebootWorkspacesCommand extends $Command<
|
|
22
|
+
RebootWorkspacesCommandInput,
|
|
23
|
+
RebootWorkspacesCommandOutput,
|
|
24
|
+
WorkSpacesClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: RebootWorkspacesCommandInput;
|
|
27
|
+
constructor(input: RebootWorkspacesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<RebootWorkspacesCommandInput, RebootWorkspacesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
RebuildWorkspacesRequest,
|
|
10
|
+
RebuildWorkspacesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface RebuildWorkspacesCommandInput
|
|
18
|
+
extends RebuildWorkspacesRequest {}
|
|
19
|
+
export interface RebuildWorkspacesCommandOutput
|
|
20
|
+
extends RebuildWorkspacesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RebuildWorkspacesCommand extends $Command<
|
|
23
|
+
RebuildWorkspacesCommandInput,
|
|
24
|
+
RebuildWorkspacesCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RebuildWorkspacesCommandInput;
|
|
28
|
+
constructor(input: RebuildWorkspacesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<RebuildWorkspacesCommandInput, RebuildWorkspacesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
RegisterWorkspaceDirectoryRequest,
|
|
10
|
+
RegisterWorkspaceDirectoryResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface RegisterWorkspaceDirectoryCommandInput
|
|
18
|
+
extends RegisterWorkspaceDirectoryRequest {}
|
|
19
|
+
export interface RegisterWorkspaceDirectoryCommandOutput
|
|
20
|
+
extends RegisterWorkspaceDirectoryResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RegisterWorkspaceDirectoryCommand extends $Command<
|
|
23
|
+
RegisterWorkspaceDirectoryCommandInput,
|
|
24
|
+
RegisterWorkspaceDirectoryCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RegisterWorkspaceDirectoryCommandInput;
|
|
28
|
+
constructor(input: RegisterWorkspaceDirectoryCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RegisterWorkspaceDirectoryCommandInput,
|
|
35
|
+
RegisterWorkspaceDirectoryCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
RestoreWorkspaceRequest,
|
|
10
|
+
RestoreWorkspaceResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface RestoreWorkspaceCommandInput extends RestoreWorkspaceRequest {}
|
|
18
|
+
export interface RestoreWorkspaceCommandOutput
|
|
19
|
+
extends RestoreWorkspaceResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class RestoreWorkspaceCommand extends $Command<
|
|
22
|
+
RestoreWorkspaceCommandInput,
|
|
23
|
+
RestoreWorkspaceCommandOutput,
|
|
24
|
+
WorkSpacesClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: RestoreWorkspaceCommandInput;
|
|
27
|
+
constructor(input: RestoreWorkspaceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<RestoreWorkspaceCommandInput, RestoreWorkspaceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WorkSpacesClientResolvedConfig,
|
|
13
|
+
} from "../WorkSpacesClient";
|
|
14
|
+
export interface RevokeIpRulesCommandInput extends RevokeIpRulesRequest {}
|
|
15
|
+
export interface RevokeIpRulesCommandOutput
|
|
16
|
+
extends RevokeIpRulesResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class RevokeIpRulesCommand extends $Command<
|
|
19
|
+
RevokeIpRulesCommandInput,
|
|
20
|
+
RevokeIpRulesCommandOutput,
|
|
21
|
+
WorkSpacesClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RevokeIpRulesCommandInput;
|
|
24
|
+
constructor(input: RevokeIpRulesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|