@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,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
|
+
DescribeWorkspaceSnapshotsRequest,
|
|
10
|
+
DescribeWorkspaceSnapshotsResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface DescribeWorkspaceSnapshotsCommandInput
|
|
18
|
+
extends DescribeWorkspaceSnapshotsRequest {}
|
|
19
|
+
export interface DescribeWorkspaceSnapshotsCommandOutput
|
|
20
|
+
extends DescribeWorkspaceSnapshotsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeWorkspaceSnapshotsCommand extends $Command<
|
|
24
|
+
DescribeWorkspaceSnapshotsCommandInput,
|
|
25
|
+
DescribeWorkspaceSnapshotsCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeWorkspaceSnapshotsCommandInput;
|
|
29
|
+
constructor(input: DescribeWorkspaceSnapshotsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeWorkspaceSnapshotsCommandInput,
|
|
37
|
+
DescribeWorkspaceSnapshotsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
DescribeWorkspacesRequest,
|
|
10
|
+
DescribeWorkspacesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface DescribeWorkspacesCommandInput
|
|
18
|
+
extends DescribeWorkspacesRequest {}
|
|
19
|
+
export interface DescribeWorkspacesCommandOutput
|
|
20
|
+
extends DescribeWorkspacesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeWorkspacesCommand extends $Command<
|
|
24
|
+
DescribeWorkspacesCommandInput,
|
|
25
|
+
DescribeWorkspacesCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeWorkspacesCommandInput;
|
|
29
|
+
constructor(input: DescribeWorkspacesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeWorkspacesCommandInput, DescribeWorkspacesCommandOutput>;
|
|
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
|
+
DescribeWorkspacesConnectionStatusRequest,
|
|
10
|
+
DescribeWorkspacesConnectionStatusResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface DescribeWorkspacesConnectionStatusCommandInput
|
|
18
|
+
extends DescribeWorkspacesConnectionStatusRequest {}
|
|
19
|
+
export interface DescribeWorkspacesConnectionStatusCommandOutput
|
|
20
|
+
extends DescribeWorkspacesConnectionStatusResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeWorkspacesConnectionStatusCommand extends $Command<
|
|
24
|
+
DescribeWorkspacesConnectionStatusCommandInput,
|
|
25
|
+
DescribeWorkspacesConnectionStatusCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeWorkspacesConnectionStatusCommandInput;
|
|
29
|
+
constructor(input: DescribeWorkspacesConnectionStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeWorkspacesConnectionStatusCommandInput,
|
|
37
|
+
DescribeWorkspacesConnectionStatusCommandOutput
|
|
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
|
+
DisassociateConnectionAliasRequest,
|
|
10
|
+
DisassociateConnectionAliasResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface DisassociateConnectionAliasCommandInput
|
|
18
|
+
extends DisassociateConnectionAliasRequest {}
|
|
19
|
+
export interface DisassociateConnectionAliasCommandOutput
|
|
20
|
+
extends DisassociateConnectionAliasResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateConnectionAliasCommand extends $Command<
|
|
24
|
+
DisassociateConnectionAliasCommandInput,
|
|
25
|
+
DisassociateConnectionAliasCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateConnectionAliasCommandInput;
|
|
29
|
+
constructor(input: DisassociateConnectionAliasCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateConnectionAliasCommandInput,
|
|
37
|
+
DisassociateConnectionAliasCommandOutput
|
|
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
|
+
DisassociateIpGroupsRequest,
|
|
10
|
+
DisassociateIpGroupsResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface DisassociateIpGroupsCommandInput
|
|
18
|
+
extends DisassociateIpGroupsRequest {}
|
|
19
|
+
export interface DisassociateIpGroupsCommandOutput
|
|
20
|
+
extends DisassociateIpGroupsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateIpGroupsCommand extends $Command<
|
|
24
|
+
DisassociateIpGroupsCommandInput,
|
|
25
|
+
DisassociateIpGroupsCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateIpGroupsCommandInput;
|
|
29
|
+
constructor(input: DisassociateIpGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateIpGroupsCommandInput,
|
|
37
|
+
DisassociateIpGroupsCommandOutput
|
|
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
|
+
ImportClientBrandingRequest,
|
|
10
|
+
ImportClientBrandingResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ImportClientBrandingCommandInput
|
|
18
|
+
extends ImportClientBrandingRequest {}
|
|
19
|
+
export interface ImportClientBrandingCommandOutput
|
|
20
|
+
extends ImportClientBrandingResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ImportClientBrandingCommand extends $Command<
|
|
24
|
+
ImportClientBrandingCommandInput,
|
|
25
|
+
ImportClientBrandingCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ImportClientBrandingCommandInput;
|
|
29
|
+
constructor(input: ImportClientBrandingCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ImportClientBrandingCommandInput,
|
|
37
|
+
ImportClientBrandingCommandOutput
|
|
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
|
+
ImportWorkspaceImageRequest,
|
|
10
|
+
ImportWorkspaceImageResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ImportWorkspaceImageCommandInput
|
|
18
|
+
extends ImportWorkspaceImageRequest {}
|
|
19
|
+
export interface ImportWorkspaceImageCommandOutput
|
|
20
|
+
extends ImportWorkspaceImageResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ImportWorkspaceImageCommand extends $Command<
|
|
24
|
+
ImportWorkspaceImageCommandInput,
|
|
25
|
+
ImportWorkspaceImageCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ImportWorkspaceImageCommandInput;
|
|
29
|
+
constructor(input: ImportWorkspaceImageCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ImportWorkspaceImageCommandInput,
|
|
37
|
+
ImportWorkspaceImageCommandOutput
|
|
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
|
+
ListAvailableManagementCidrRangesRequest,
|
|
10
|
+
ListAvailableManagementCidrRangesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ListAvailableManagementCidrRangesCommandInput
|
|
18
|
+
extends ListAvailableManagementCidrRangesRequest {}
|
|
19
|
+
export interface ListAvailableManagementCidrRangesCommandOutput
|
|
20
|
+
extends ListAvailableManagementCidrRangesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAvailableManagementCidrRangesCommand extends $Command<
|
|
24
|
+
ListAvailableManagementCidrRangesCommandInput,
|
|
25
|
+
ListAvailableManagementCidrRangesCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAvailableManagementCidrRangesCommandInput;
|
|
29
|
+
constructor(input: ListAvailableManagementCidrRangesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAvailableManagementCidrRangesCommandInput,
|
|
37
|
+
ListAvailableManagementCidrRangesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
MigrateWorkspaceRequest,
|
|
10
|
+
MigrateWorkspaceResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface MigrateWorkspaceCommandInput extends MigrateWorkspaceRequest {}
|
|
18
|
+
export interface MigrateWorkspaceCommandOutput
|
|
19
|
+
extends MigrateWorkspaceResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class MigrateWorkspaceCommand extends $Command<
|
|
23
|
+
MigrateWorkspaceCommandInput,
|
|
24
|
+
MigrateWorkspaceCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: MigrateWorkspaceCommandInput;
|
|
28
|
+
constructor(input: MigrateWorkspaceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<MigrateWorkspaceCommandInput, MigrateWorkspaceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ModifyAccountRequest, ModifyAccountResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WorkSpacesClientResolvedConfig,
|
|
13
|
+
} from "../WorkSpacesClient";
|
|
14
|
+
export interface ModifyAccountCommandInput extends ModifyAccountRequest {}
|
|
15
|
+
export interface ModifyAccountCommandOutput
|
|
16
|
+
extends ModifyAccountResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ModifyAccountCommand extends $Command<
|
|
20
|
+
ModifyAccountCommandInput,
|
|
21
|
+
ModifyAccountCommandOutput,
|
|
22
|
+
WorkSpacesClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ModifyAccountCommandInput;
|
|
25
|
+
constructor(input: ModifyAccountCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ModifyAccountCommandInput, ModifyAccountCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
ModifyClientPropertiesRequest,
|
|
10
|
+
ModifyClientPropertiesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface ModifyClientPropertiesCommandInput
|
|
18
|
+
extends ModifyClientPropertiesRequest {}
|
|
19
|
+
export interface ModifyClientPropertiesCommandOutput
|
|
20
|
+
extends ModifyClientPropertiesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ModifyClientPropertiesCommand extends $Command<
|
|
24
|
+
ModifyClientPropertiesCommandInput,
|
|
25
|
+
ModifyClientPropertiesCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ModifyClientPropertiesCommandInput;
|
|
29
|
+
constructor(input: ModifyClientPropertiesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ModifyClientPropertiesCommandInput,
|
|
37
|
+
ModifyClientPropertiesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|