@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
|
+
AssociateConnectionAliasRequest,
|
|
10
|
+
AssociateConnectionAliasResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface AssociateConnectionAliasCommandInput
|
|
18
|
+
extends AssociateConnectionAliasRequest {}
|
|
19
|
+
export interface AssociateConnectionAliasCommandOutput
|
|
20
|
+
extends AssociateConnectionAliasResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateConnectionAliasCommand extends $Command<
|
|
24
|
+
AssociateConnectionAliasCommandInput,
|
|
25
|
+
AssociateConnectionAliasCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateConnectionAliasCommandInput;
|
|
29
|
+
constructor(input: AssociateConnectionAliasCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateConnectionAliasCommandInput,
|
|
37
|
+
AssociateConnectionAliasCommandOutput
|
|
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
|
+
AssociateIpGroupsRequest,
|
|
10
|
+
AssociateIpGroupsResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface AssociateIpGroupsCommandInput
|
|
18
|
+
extends AssociateIpGroupsRequest {}
|
|
19
|
+
export interface AssociateIpGroupsCommandOutput
|
|
20
|
+
extends AssociateIpGroupsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateIpGroupsCommand extends $Command<
|
|
24
|
+
AssociateIpGroupsCommandInput,
|
|
25
|
+
AssociateIpGroupsCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateIpGroupsCommandInput;
|
|
29
|
+
constructor(input: AssociateIpGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
AuthorizeIpRulesRequest,
|
|
10
|
+
AuthorizeIpRulesResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface AuthorizeIpRulesCommandInput extends AuthorizeIpRulesRequest {}
|
|
18
|
+
export interface AuthorizeIpRulesCommandOutput
|
|
19
|
+
extends AuthorizeIpRulesResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class AuthorizeIpRulesCommand extends $Command<
|
|
23
|
+
AuthorizeIpRulesCommandInput,
|
|
24
|
+
AuthorizeIpRulesCommandOutput,
|
|
25
|
+
WorkSpacesClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AuthorizeIpRulesCommandInput;
|
|
28
|
+
constructor(input: AuthorizeIpRulesCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput>;
|
|
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
|
+
CopyWorkspaceImageRequest,
|
|
10
|
+
CopyWorkspaceImageResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface CopyWorkspaceImageCommandInput
|
|
18
|
+
extends CopyWorkspaceImageRequest {}
|
|
19
|
+
export interface CopyWorkspaceImageCommandOutput
|
|
20
|
+
extends CopyWorkspaceImageResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CopyWorkspaceImageCommand extends $Command<
|
|
24
|
+
CopyWorkspaceImageCommandInput,
|
|
25
|
+
CopyWorkspaceImageCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CopyWorkspaceImageCommandInput;
|
|
29
|
+
constructor(input: CopyWorkspaceImageCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput>;
|
|
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
|
+
CreateConnectClientAddInRequest,
|
|
10
|
+
CreateConnectClientAddInResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface CreateConnectClientAddInCommandInput
|
|
18
|
+
extends CreateConnectClientAddInRequest {}
|
|
19
|
+
export interface CreateConnectClientAddInCommandOutput
|
|
20
|
+
extends CreateConnectClientAddInResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateConnectClientAddInCommand extends $Command<
|
|
24
|
+
CreateConnectClientAddInCommandInput,
|
|
25
|
+
CreateConnectClientAddInCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateConnectClientAddInCommandInput;
|
|
29
|
+
constructor(input: CreateConnectClientAddInCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateConnectClientAddInCommandInput,
|
|
37
|
+
CreateConnectClientAddInCommandOutput
|
|
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
|
+
CreateConnectionAliasRequest,
|
|
10
|
+
CreateConnectionAliasResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface CreateConnectionAliasCommandInput
|
|
18
|
+
extends CreateConnectionAliasRequest {}
|
|
19
|
+
export interface CreateConnectionAliasCommandOutput
|
|
20
|
+
extends CreateConnectionAliasResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateConnectionAliasCommand extends $Command<
|
|
24
|
+
CreateConnectionAliasCommandInput,
|
|
25
|
+
CreateConnectionAliasCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateConnectionAliasCommandInput;
|
|
29
|
+
constructor(input: CreateConnectionAliasCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateConnectionAliasCommandInput,
|
|
37
|
+
CreateConnectionAliasCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WorkSpacesClientResolvedConfig,
|
|
13
|
+
} from "../WorkSpacesClient";
|
|
14
|
+
export interface CreateIpGroupCommandInput extends CreateIpGroupRequest {}
|
|
15
|
+
export interface CreateIpGroupCommandOutput
|
|
16
|
+
extends CreateIpGroupResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateIpGroupCommand extends $Command<
|
|
20
|
+
CreateIpGroupCommandInput,
|
|
21
|
+
CreateIpGroupCommandOutput,
|
|
22
|
+
WorkSpacesClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateIpGroupCommandInput;
|
|
25
|
+
constructor(input: CreateIpGroupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateIpGroupCommandInput, CreateIpGroupCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { CreateTagsRequest, CreateTagsResult } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WorkSpacesClientResolvedConfig,
|
|
13
|
+
} from "../WorkSpacesClient";
|
|
14
|
+
export interface CreateTagsCommandInput extends CreateTagsRequest {}
|
|
15
|
+
export interface CreateTagsCommandOutput
|
|
16
|
+
extends CreateTagsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateTagsCommand extends $Command<
|
|
20
|
+
CreateTagsCommandInput,
|
|
21
|
+
CreateTagsCommandOutput,
|
|
22
|
+
WorkSpacesClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateTagsCommandInput;
|
|
25
|
+
constructor(input: CreateTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
|
|
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
|
+
CreateUpdatedWorkspaceImageRequest,
|
|
10
|
+
CreateUpdatedWorkspaceImageResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface CreateUpdatedWorkspaceImageCommandInput
|
|
18
|
+
extends CreateUpdatedWorkspaceImageRequest {}
|
|
19
|
+
export interface CreateUpdatedWorkspaceImageCommandOutput
|
|
20
|
+
extends CreateUpdatedWorkspaceImageResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateUpdatedWorkspaceImageCommand extends $Command<
|
|
24
|
+
CreateUpdatedWorkspaceImageCommandInput,
|
|
25
|
+
CreateUpdatedWorkspaceImageCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateUpdatedWorkspaceImageCommandInput;
|
|
29
|
+
constructor(input: CreateUpdatedWorkspaceImageCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateUpdatedWorkspaceImageCommandInput,
|
|
37
|
+
CreateUpdatedWorkspaceImageCommandOutput
|
|
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
|
+
CreateWorkspaceBundleRequest,
|
|
10
|
+
CreateWorkspaceBundleResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface CreateWorkspaceBundleCommandInput
|
|
18
|
+
extends CreateWorkspaceBundleRequest {}
|
|
19
|
+
export interface CreateWorkspaceBundleCommandOutput
|
|
20
|
+
extends CreateWorkspaceBundleResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateWorkspaceBundleCommand extends $Command<
|
|
24
|
+
CreateWorkspaceBundleCommandInput,
|
|
25
|
+
CreateWorkspaceBundleCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateWorkspaceBundleCommandInput;
|
|
29
|
+
constructor(input: CreateWorkspaceBundleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateWorkspaceBundleCommandInput,
|
|
37
|
+
CreateWorkspaceBundleCommandOutput
|
|
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
|
+
CreateWorkspaceImageRequest,
|
|
10
|
+
CreateWorkspaceImageResult,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WorkSpacesClientResolvedConfig,
|
|
16
|
+
} from "../WorkSpacesClient";
|
|
17
|
+
export interface CreateWorkspaceImageCommandInput
|
|
18
|
+
extends CreateWorkspaceImageRequest {}
|
|
19
|
+
export interface CreateWorkspaceImageCommandOutput
|
|
20
|
+
extends CreateWorkspaceImageResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateWorkspaceImageCommand extends $Command<
|
|
24
|
+
CreateWorkspaceImageCommandInput,
|
|
25
|
+
CreateWorkspaceImageCommandOutput,
|
|
26
|
+
WorkSpacesClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateWorkspaceImageCommandInput;
|
|
29
|
+
constructor(input: CreateWorkspaceImageCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WorkSpacesClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateWorkspaceImageCommandInput,
|
|
37
|
+
CreateWorkspaceImageCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|