@aws-sdk/client-workspaces 3.46.0 → 3.48.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 +38 -0
- package/dist-cjs/WorkSpaces.js +60 -0
- package/dist-cjs/commands/CreateConnectClientAddInCommand.js +36 -0
- package/dist-cjs/commands/DeleteConnectClientAddInCommand.js +36 -0
- package/dist-cjs/commands/DescribeConnectClientAddInsCommand.js +36 -0
- package/dist-cjs/commands/UpdateConnectClientAddInCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoints.js +0 -12
- package/dist-cjs/models/models_0.js +54 -84
- package/dist-cjs/protocols/Aws_json1_1.js +376 -3
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/WorkSpaces.js +60 -0
- package/dist-es/commands/CreateConnectClientAddInCommand.js +39 -0
- package/dist-es/commands/DeleteConnectClientAddInCommand.js +39 -0
- package/dist-es/commands/DescribeConnectClientAddInsCommand.js +39 -0
- package/dist-es/commands/UpdateConnectClientAddInCommand.js +39 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/endpoints.js +0 -12
- package/dist-es/models/models_0.js +36 -56
- package/dist-es/protocols/Aws_json1_1.js +397 -0
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/WorkSpaces.d.ts +33 -0
- package/dist-types/WorkSpacesClient.d.ts +11 -3
- package/dist-types/commands/CreateConnectClientAddInCommand.d.ts +38 -0
- package/dist-types/commands/DeleteConnectClientAddInCommand.d.ts +36 -0
- package/dist-types/commands/DescribeConnectClientAddInsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +36 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +157 -88
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/WorkSpaces.d.ts +20 -0
- package/dist-types/ts3.4/WorkSpacesClient.d.ts +9 -3
- package/dist-types/ts3.4/commands/CreateConnectClientAddInCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectClientAddInCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectClientAddInsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +97 -60
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
|
@@ -4,18 +4,20 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOutput } from "./commands/AssociateConnectionAliasCommand";
|
|
10
10
|
import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "./commands/AssociateIpGroupsCommand";
|
|
11
11
|
import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "./commands/AuthorizeIpRulesCommand";
|
|
12
12
|
import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "./commands/CopyWorkspaceImageCommand";
|
|
13
|
+
import { CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput } from "./commands/CreateConnectClientAddInCommand";
|
|
13
14
|
import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "./commands/CreateConnectionAliasCommand";
|
|
14
15
|
import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "./commands/CreateIpGroupCommand";
|
|
15
16
|
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
16
17
|
import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "./commands/CreateUpdatedWorkspaceImageCommand";
|
|
17
18
|
import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "./commands/CreateWorkspaceBundleCommand";
|
|
18
19
|
import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "./commands/CreateWorkspacesCommand";
|
|
20
|
+
import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "./commands/DeleteConnectClientAddInCommand";
|
|
19
21
|
import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "./commands/DeleteConnectionAliasCommand";
|
|
20
22
|
import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "./commands/DeleteIpGroupCommand";
|
|
21
23
|
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
@@ -25,6 +27,7 @@ import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryC
|
|
|
25
27
|
import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
|
|
26
28
|
import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "./commands/DescribeAccountModificationsCommand";
|
|
27
29
|
import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "./commands/DescribeClientPropertiesCommand";
|
|
30
|
+
import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
|
|
28
31
|
import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
|
|
29
32
|
import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
|
|
30
33
|
import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
|
|
@@ -56,12 +59,13 @@ import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "./command
|
|
|
56
59
|
import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "./commands/StartWorkspacesCommand";
|
|
57
60
|
import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "./commands/StopWorkspacesCommand";
|
|
58
61
|
import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "./commands/TerminateWorkspacesCommand";
|
|
62
|
+
import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "./commands/UpdateConnectClientAddInCommand";
|
|
59
63
|
import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "./commands/UpdateConnectionAliasPermissionCommand";
|
|
60
64
|
import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "./commands/UpdateRulesOfIpGroupCommand";
|
|
61
65
|
import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "./commands/UpdateWorkspaceBundleCommand";
|
|
62
66
|
import { UpdateWorkspaceImagePermissionCommandInput, UpdateWorkspaceImagePermissionCommandOutput } from "./commands/UpdateWorkspaceImagePermissionCommand";
|
|
63
|
-
export declare type ServiceInputTypes = AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspacesCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | ImportWorkspaceImageCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyClientPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
|
|
64
|
-
export declare type ServiceOutputTypes = AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspacesCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | ImportWorkspaceImageCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyClientPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
|
|
67
|
+
export declare type ServiceInputTypes = AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspacesCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | ImportWorkspaceImageCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyClientPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StopWorkspacesCommandInput | TerminateWorkspacesCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput;
|
|
68
|
+
export declare type ServiceOutputTypes = AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspacesCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | ImportWorkspaceImageCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyClientPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StopWorkspacesCommandOutput | TerminateWorkspacesCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput;
|
|
65
69
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
66
70
|
|
|
67
71
|
requestHandler?: __HttpHandler;
|
|
@@ -105,6 +109,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
105
109
|
regionInfoProvider?: RegionInfoProvider;
|
|
106
110
|
|
|
107
111
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
112
|
+
|
|
113
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
108
114
|
}
|
|
109
115
|
declare type WorkSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
110
116
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateConnectClientAddInRequest, CreateConnectClientAddInResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface CreateConnectClientAddInCommandInput extends CreateConnectClientAddInRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateConnectClientAddInCommandOutput extends CreateConnectClientAddInResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateConnectClientAddInCommand extends $Command<CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateConnectClientAddInCommandInput;
|
|
12
|
+
constructor(input: CreateConnectClientAddInCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteConnectClientAddInRequest, DeleteConnectClientAddInResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface DeleteConnectClientAddInCommandInput extends DeleteConnectClientAddInRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteConnectClientAddInCommandOutput extends DeleteConnectClientAddInResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteConnectClientAddInCommand extends $Command<DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteConnectClientAddInCommandInput;
|
|
12
|
+
constructor(input: DeleteConnectClientAddInCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeConnectClientAddInsRequest, DescribeConnectClientAddInsResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface DescribeConnectClientAddInsCommandInput extends DescribeConnectClientAddInsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeConnectClientAddInsCommandOutput extends DescribeConnectClientAddInsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeConnectClientAddInsCommand extends $Command<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeConnectClientAddInsCommandInput;
|
|
12
|
+
constructor(input: DescribeConnectClientAddInsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateConnectClientAddInRequest, UpdateConnectClientAddInResult } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
|
+
export interface UpdateConnectClientAddInCommandInput extends UpdateConnectClientAddInRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateConnectClientAddInCommandOutput extends UpdateConnectClientAddInResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateConnectClientAddInCommand extends $Command<UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateConnectClientAddInCommandInput;
|
|
12
|
+
constructor(input: UpdateConnectClientAddInCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WorkSpacesClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -2,12 +2,14 @@ export * from "./AssociateConnectionAliasCommand";
|
|
|
2
2
|
export * from "./AssociateIpGroupsCommand";
|
|
3
3
|
export * from "./AuthorizeIpRulesCommand";
|
|
4
4
|
export * from "./CopyWorkspaceImageCommand";
|
|
5
|
+
export * from "./CreateConnectClientAddInCommand";
|
|
5
6
|
export * from "./CreateConnectionAliasCommand";
|
|
6
7
|
export * from "./CreateIpGroupCommand";
|
|
7
8
|
export * from "./CreateTagsCommand";
|
|
8
9
|
export * from "./CreateUpdatedWorkspaceImageCommand";
|
|
9
10
|
export * from "./CreateWorkspaceBundleCommand";
|
|
10
11
|
export * from "./CreateWorkspacesCommand";
|
|
12
|
+
export * from "./DeleteConnectClientAddInCommand";
|
|
11
13
|
export * from "./DeleteConnectionAliasCommand";
|
|
12
14
|
export * from "./DeleteIpGroupCommand";
|
|
13
15
|
export * from "./DeleteTagsCommand";
|
|
@@ -17,6 +19,7 @@ export * from "./DeregisterWorkspaceDirectoryCommand";
|
|
|
17
19
|
export * from "./DescribeAccountCommand";
|
|
18
20
|
export * from "./DescribeAccountModificationsCommand";
|
|
19
21
|
export * from "./DescribeClientPropertiesCommand";
|
|
22
|
+
export * from "./DescribeConnectClientAddInsCommand";
|
|
20
23
|
export * from "./DescribeConnectionAliasPermissionsCommand";
|
|
21
24
|
export * from "./DescribeConnectionAliasesCommand";
|
|
22
25
|
export * from "./DescribeIpGroupsCommand";
|
|
@@ -48,6 +51,7 @@ export * from "./RevokeIpRulesCommand";
|
|
|
48
51
|
export * from "./StartWorkspacesCommand";
|
|
49
52
|
export * from "./StopWorkspacesCommand";
|
|
50
53
|
export * from "./TerminateWorkspacesCommand";
|
|
54
|
+
export * from "./UpdateConnectClientAddInCommand";
|
|
51
55
|
export * from "./UpdateConnectionAliasPermissionCommand";
|
|
52
56
|
export * from "./UpdateRulesOfIpGroupCommand";
|
|
53
57
|
export * from "./UpdateWorkspaceBundleCommand";
|
|
@@ -5,10 +5,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
|
|
|
5
5
|
$fault: "client";
|
|
6
6
|
message?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare namespace AccessDeniedException {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
11
|
-
}
|
|
12
8
|
export declare enum AccessPropertyValue {
|
|
13
9
|
ALLOW = "ALLOW",
|
|
14
10
|
DENY = "DENY"
|
|
@@ -70,40 +66,24 @@ export interface InvalidParameterValuesException extends __SmithyException, $Met
|
|
|
70
66
|
|
|
71
67
|
message?: string;
|
|
72
68
|
}
|
|
73
|
-
export declare namespace InvalidParameterValuesException {
|
|
74
|
-
|
|
75
|
-
const filterSensitiveLog: (obj: InvalidParameterValuesException) => any;
|
|
76
|
-
}
|
|
77
69
|
|
|
78
70
|
export interface InvalidResourceStateException extends __SmithyException, $MetadataBearer {
|
|
79
71
|
name: "InvalidResourceStateException";
|
|
80
72
|
$fault: "client";
|
|
81
73
|
message?: string;
|
|
82
74
|
}
|
|
83
|
-
export declare namespace InvalidResourceStateException {
|
|
84
|
-
|
|
85
|
-
const filterSensitiveLog: (obj: InvalidResourceStateException) => any;
|
|
86
|
-
}
|
|
87
75
|
|
|
88
76
|
export interface OperationNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
89
77
|
name: "OperationNotSupportedException";
|
|
90
78
|
$fault: "client";
|
|
91
79
|
message?: string;
|
|
92
80
|
}
|
|
93
|
-
export declare namespace OperationNotSupportedException {
|
|
94
|
-
|
|
95
|
-
const filterSensitiveLog: (obj: OperationNotSupportedException) => any;
|
|
96
|
-
}
|
|
97
81
|
|
|
98
82
|
export interface ResourceAssociatedException extends __SmithyException, $MetadataBearer {
|
|
99
83
|
name: "ResourceAssociatedException";
|
|
100
84
|
$fault: "client";
|
|
101
85
|
message?: string;
|
|
102
86
|
}
|
|
103
|
-
export declare namespace ResourceAssociatedException {
|
|
104
|
-
|
|
105
|
-
const filterSensitiveLog: (obj: ResourceAssociatedException) => any;
|
|
106
|
-
}
|
|
107
87
|
|
|
108
88
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
109
89
|
name: "ResourceNotFoundException";
|
|
@@ -113,10 +93,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
113
93
|
|
|
114
94
|
ResourceId?: string;
|
|
115
95
|
}
|
|
116
|
-
export declare namespace ResourceNotFoundException {
|
|
117
|
-
|
|
118
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
119
|
-
}
|
|
120
96
|
export interface AssociateIpGroupsRequest {
|
|
121
97
|
|
|
122
98
|
DirectoryId: string | undefined;
|
|
@@ -140,10 +116,6 @@ export interface ResourceLimitExceededException extends __SmithyException, $Meta
|
|
|
140
116
|
|
|
141
117
|
message?: string;
|
|
142
118
|
}
|
|
143
|
-
export declare namespace ResourceLimitExceededException {
|
|
144
|
-
|
|
145
|
-
const filterSensitiveLog: (obj: ResourceLimitExceededException) => any;
|
|
146
|
-
}
|
|
147
119
|
export declare enum AssociationStatus {
|
|
148
120
|
ASSOCIATED_WITH_OWNER_ACCOUNT = "ASSOCIATED_WITH_OWNER_ACCOUNT",
|
|
149
121
|
ASSOCIATED_WITH_SHARED_ACCOUNT = "ASSOCIATED_WITH_SHARED_ACCOUNT",
|
|
@@ -266,6 +238,21 @@ export declare namespace ClientPropertiesResult {
|
|
|
266
238
|
const filterSensitiveLog: (obj: ClientPropertiesResult) => any;
|
|
267
239
|
}
|
|
268
240
|
|
|
241
|
+
export interface ConnectClientAddIn {
|
|
242
|
+
|
|
243
|
+
AddInId?: string;
|
|
244
|
+
|
|
245
|
+
ResourceId?: string;
|
|
246
|
+
|
|
247
|
+
Name?: string;
|
|
248
|
+
|
|
249
|
+
URL?: string;
|
|
250
|
+
}
|
|
251
|
+
export declare namespace ConnectClientAddIn {
|
|
252
|
+
|
|
253
|
+
const filterSensitiveLog: (obj: ConnectClientAddIn) => any;
|
|
254
|
+
}
|
|
255
|
+
|
|
269
256
|
export interface ConnectionAliasAssociation {
|
|
270
257
|
|
|
271
258
|
AssociationStatus?: AssociationStatus | string;
|
|
@@ -359,10 +346,6 @@ export interface ResourceAlreadyExistsException extends __SmithyException, $Meta
|
|
|
359
346
|
$fault: "client";
|
|
360
347
|
message?: string;
|
|
361
348
|
}
|
|
362
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
363
|
-
|
|
364
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
365
|
-
}
|
|
366
349
|
|
|
367
350
|
export interface ResourceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
368
351
|
name: "ResourceUnavailableException";
|
|
@@ -372,9 +355,31 @@ export interface ResourceUnavailableException extends __SmithyException, $Metada
|
|
|
372
355
|
|
|
373
356
|
ResourceId?: string;
|
|
374
357
|
}
|
|
375
|
-
export
|
|
358
|
+
export interface CreateConnectClientAddInRequest {
|
|
359
|
+
|
|
360
|
+
ResourceId: string | undefined;
|
|
361
|
+
|
|
362
|
+
Name: string | undefined;
|
|
363
|
+
|
|
364
|
+
URL: string | undefined;
|
|
365
|
+
}
|
|
366
|
+
export declare namespace CreateConnectClientAddInRequest {
|
|
367
|
+
|
|
368
|
+
const filterSensitiveLog: (obj: CreateConnectClientAddInRequest) => any;
|
|
369
|
+
}
|
|
370
|
+
export interface CreateConnectClientAddInResult {
|
|
371
|
+
|
|
372
|
+
AddInId?: string;
|
|
373
|
+
}
|
|
374
|
+
export declare namespace CreateConnectClientAddInResult {
|
|
376
375
|
|
|
377
|
-
const filterSensitiveLog: (obj:
|
|
376
|
+
const filterSensitiveLog: (obj: CreateConnectClientAddInResult) => any;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export interface ResourceCreationFailedException extends __SmithyException, $MetadataBearer {
|
|
380
|
+
name: "ResourceCreationFailedException";
|
|
381
|
+
$fault: "client";
|
|
382
|
+
message?: string;
|
|
378
383
|
}
|
|
379
384
|
export interface CreateConnectionAliasRequest {
|
|
380
385
|
|
|
@@ -416,16 +421,6 @@ export declare namespace CreateIpGroupResult {
|
|
|
416
421
|
|
|
417
422
|
const filterSensitiveLog: (obj: CreateIpGroupResult) => any;
|
|
418
423
|
}
|
|
419
|
-
|
|
420
|
-
export interface ResourceCreationFailedException extends __SmithyException, $MetadataBearer {
|
|
421
|
-
name: "ResourceCreationFailedException";
|
|
422
|
-
$fault: "client";
|
|
423
|
-
message?: string;
|
|
424
|
-
}
|
|
425
|
-
export declare namespace ResourceCreationFailedException {
|
|
426
|
-
|
|
427
|
-
const filterSensitiveLog: (obj: ResourceCreationFailedException) => any;
|
|
428
|
-
}
|
|
429
424
|
export interface CreateTagsRequest {
|
|
430
425
|
|
|
431
426
|
ResourceId: string | undefined;
|
|
@@ -665,6 +660,22 @@ export declare namespace DefaultWorkspaceCreationProperties {
|
|
|
665
660
|
|
|
666
661
|
const filterSensitiveLog: (obj: DefaultWorkspaceCreationProperties) => any;
|
|
667
662
|
}
|
|
663
|
+
export interface DeleteConnectClientAddInRequest {
|
|
664
|
+
|
|
665
|
+
AddInId: string | undefined;
|
|
666
|
+
|
|
667
|
+
ResourceId: string | undefined;
|
|
668
|
+
}
|
|
669
|
+
export declare namespace DeleteConnectClientAddInRequest {
|
|
670
|
+
|
|
671
|
+
const filterSensitiveLog: (obj: DeleteConnectClientAddInRequest) => any;
|
|
672
|
+
}
|
|
673
|
+
export interface DeleteConnectClientAddInResult {
|
|
674
|
+
}
|
|
675
|
+
export declare namespace DeleteConnectClientAddInResult {
|
|
676
|
+
|
|
677
|
+
const filterSensitiveLog: (obj: DeleteConnectClientAddInResult) => any;
|
|
678
|
+
}
|
|
668
679
|
export interface DeleteConnectionAliasRequest {
|
|
669
680
|
|
|
670
681
|
AliasId: string | undefined;
|
|
@@ -801,6 +812,28 @@ export declare namespace DescribeClientPropertiesResult {
|
|
|
801
812
|
|
|
802
813
|
const filterSensitiveLog: (obj: DescribeClientPropertiesResult) => any;
|
|
803
814
|
}
|
|
815
|
+
export interface DescribeConnectClientAddInsRequest {
|
|
816
|
+
|
|
817
|
+
ResourceId: string | undefined;
|
|
818
|
+
|
|
819
|
+
NextToken?: string;
|
|
820
|
+
|
|
821
|
+
MaxResults?: number;
|
|
822
|
+
}
|
|
823
|
+
export declare namespace DescribeConnectClientAddInsRequest {
|
|
824
|
+
|
|
825
|
+
const filterSensitiveLog: (obj: DescribeConnectClientAddInsRequest) => any;
|
|
826
|
+
}
|
|
827
|
+
export interface DescribeConnectClientAddInsResult {
|
|
828
|
+
|
|
829
|
+
AddIns?: ConnectClientAddIn[];
|
|
830
|
+
|
|
831
|
+
NextToken?: string;
|
|
832
|
+
}
|
|
833
|
+
export declare namespace DescribeConnectClientAddInsResult {
|
|
834
|
+
|
|
835
|
+
const filterSensitiveLog: (obj: DescribeConnectClientAddInsResult) => any;
|
|
836
|
+
}
|
|
804
837
|
export interface DescribeConnectionAliasesRequest {
|
|
805
838
|
|
|
806
839
|
AliasIds?: string[];
|
|
@@ -1376,10 +1409,6 @@ export interface OperationInProgressException extends __SmithyException, $Metada
|
|
|
1376
1409
|
$fault: "client";
|
|
1377
1410
|
message?: string;
|
|
1378
1411
|
}
|
|
1379
|
-
export declare namespace OperationInProgressException {
|
|
1380
|
-
|
|
1381
|
-
const filterSensitiveLog: (obj: OperationInProgressException) => any;
|
|
1382
|
-
}
|
|
1383
1412
|
export interface ModifyAccountRequest {
|
|
1384
1413
|
|
|
1385
1414
|
DedicatedTenancySupport?: DedicatedTenancySupportEnum | string;
|
|
@@ -1501,10 +1530,6 @@ export interface UnsupportedWorkspaceConfigurationException extends __SmithyExce
|
|
|
1501
1530
|
$fault: "client";
|
|
1502
1531
|
message?: string;
|
|
1503
1532
|
}
|
|
1504
|
-
export declare namespace UnsupportedWorkspaceConfigurationException {
|
|
1505
|
-
|
|
1506
|
-
const filterSensitiveLog: (obj: UnsupportedWorkspaceConfigurationException) => any;
|
|
1507
|
-
}
|
|
1508
1533
|
export declare enum TargetWorkspaceState {
|
|
1509
1534
|
ADMIN_MAINTENANCE = "ADMIN_MAINTENANCE",
|
|
1510
1535
|
AVAILABLE = "AVAILABLE"
|
|
@@ -1605,20 +1630,12 @@ export interface UnsupportedNetworkConfigurationException extends __SmithyExcept
|
|
|
1605
1630
|
$fault: "client";
|
|
1606
1631
|
message?: string;
|
|
1607
1632
|
}
|
|
1608
|
-
export declare namespace UnsupportedNetworkConfigurationException {
|
|
1609
|
-
|
|
1610
|
-
const filterSensitiveLog: (obj: UnsupportedNetworkConfigurationException) => any;
|
|
1611
|
-
}
|
|
1612
1633
|
|
|
1613
1634
|
export interface WorkspacesDefaultRoleNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1614
1635
|
name: "WorkspacesDefaultRoleNotFoundException";
|
|
1615
1636
|
$fault: "client";
|
|
1616
1637
|
message?: string;
|
|
1617
1638
|
}
|
|
1618
|
-
export declare namespace WorkspacesDefaultRoleNotFoundException {
|
|
1619
|
-
|
|
1620
|
-
const filterSensitiveLog: (obj: WorkspacesDefaultRoleNotFoundException) => any;
|
|
1621
|
-
}
|
|
1622
1639
|
export interface RestoreWorkspaceRequest {
|
|
1623
1640
|
|
|
1624
1641
|
WorkspaceId: string | undefined;
|
|
@@ -1724,6 +1741,26 @@ export declare namespace TerminateWorkspacesResult {
|
|
|
1724
1741
|
|
|
1725
1742
|
const filterSensitiveLog: (obj: TerminateWorkspacesResult) => any;
|
|
1726
1743
|
}
|
|
1744
|
+
export interface UpdateConnectClientAddInRequest {
|
|
1745
|
+
|
|
1746
|
+
AddInId: string | undefined;
|
|
1747
|
+
|
|
1748
|
+
ResourceId: string | undefined;
|
|
1749
|
+
|
|
1750
|
+
Name?: string;
|
|
1751
|
+
|
|
1752
|
+
URL?: string;
|
|
1753
|
+
}
|
|
1754
|
+
export declare namespace UpdateConnectClientAddInRequest {
|
|
1755
|
+
|
|
1756
|
+
const filterSensitiveLog: (obj: UpdateConnectClientAddInRequest) => any;
|
|
1757
|
+
}
|
|
1758
|
+
export interface UpdateConnectClientAddInResult {
|
|
1759
|
+
}
|
|
1760
|
+
export declare namespace UpdateConnectClientAddInResult {
|
|
1761
|
+
|
|
1762
|
+
const filterSensitiveLog: (obj: UpdateConnectClientAddInResult) => any;
|
|
1763
|
+
}
|
|
1727
1764
|
export interface UpdateConnectionAliasPermissionRequest {
|
|
1728
1765
|
|
|
1729
1766
|
AliasId: string | undefined;
|
|
@@ -4,12 +4,14 @@ import { AssociateConnectionAliasCommandInput, AssociateConnectionAliasCommandOu
|
|
|
4
4
|
import { AssociateIpGroupsCommandInput, AssociateIpGroupsCommandOutput } from "../commands/AssociateIpGroupsCommand";
|
|
5
5
|
import { AuthorizeIpRulesCommandInput, AuthorizeIpRulesCommandOutput } from "../commands/AuthorizeIpRulesCommand";
|
|
6
6
|
import { CopyWorkspaceImageCommandInput, CopyWorkspaceImageCommandOutput } from "../commands/CopyWorkspaceImageCommand";
|
|
7
|
+
import { CreateConnectClientAddInCommandInput, CreateConnectClientAddInCommandOutput } from "../commands/CreateConnectClientAddInCommand";
|
|
7
8
|
import { CreateConnectionAliasCommandInput, CreateConnectionAliasCommandOutput } from "../commands/CreateConnectionAliasCommand";
|
|
8
9
|
import { CreateIpGroupCommandInput, CreateIpGroupCommandOutput } from "../commands/CreateIpGroupCommand";
|
|
9
10
|
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
|
|
10
11
|
import { CreateUpdatedWorkspaceImageCommandInput, CreateUpdatedWorkspaceImageCommandOutput } from "../commands/CreateUpdatedWorkspaceImageCommand";
|
|
11
12
|
import { CreateWorkspaceBundleCommandInput, CreateWorkspaceBundleCommandOutput } from "../commands/CreateWorkspaceBundleCommand";
|
|
12
13
|
import { CreateWorkspacesCommandInput, CreateWorkspacesCommandOutput } from "../commands/CreateWorkspacesCommand";
|
|
14
|
+
import { DeleteConnectClientAddInCommandInput, DeleteConnectClientAddInCommandOutput } from "../commands/DeleteConnectClientAddInCommand";
|
|
13
15
|
import { DeleteConnectionAliasCommandInput, DeleteConnectionAliasCommandOutput } from "../commands/DeleteConnectionAliasCommand";
|
|
14
16
|
import { DeleteIpGroupCommandInput, DeleteIpGroupCommandOutput } from "../commands/DeleteIpGroupCommand";
|
|
15
17
|
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
|
|
@@ -19,6 +21,7 @@ import { DeregisterWorkspaceDirectoryCommandInput, DeregisterWorkspaceDirectoryC
|
|
|
19
21
|
import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "../commands/DescribeAccountCommand";
|
|
20
22
|
import { DescribeAccountModificationsCommandInput, DescribeAccountModificationsCommandOutput } from "../commands/DescribeAccountModificationsCommand";
|
|
21
23
|
import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOutput } from "../commands/DescribeClientPropertiesCommand";
|
|
24
|
+
import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "../commands/DescribeConnectClientAddInsCommand";
|
|
22
25
|
import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "../commands/DescribeConnectionAliasesCommand";
|
|
23
26
|
import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "../commands/DescribeConnectionAliasPermissionsCommand";
|
|
24
27
|
import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "../commands/DescribeIpGroupsCommand";
|
|
@@ -50,6 +53,7 @@ import { RevokeIpRulesCommandInput, RevokeIpRulesCommandOutput } from "../comman
|
|
|
50
53
|
import { StartWorkspacesCommandInput, StartWorkspacesCommandOutput } from "../commands/StartWorkspacesCommand";
|
|
51
54
|
import { StopWorkspacesCommandInput, StopWorkspacesCommandOutput } from "../commands/StopWorkspacesCommand";
|
|
52
55
|
import { TerminateWorkspacesCommandInput, TerminateWorkspacesCommandOutput } from "../commands/TerminateWorkspacesCommand";
|
|
56
|
+
import { UpdateConnectClientAddInCommandInput, UpdateConnectClientAddInCommandOutput } from "../commands/UpdateConnectClientAddInCommand";
|
|
53
57
|
import { UpdateConnectionAliasPermissionCommandInput, UpdateConnectionAliasPermissionCommandOutput } from "../commands/UpdateConnectionAliasPermissionCommand";
|
|
54
58
|
import { UpdateRulesOfIpGroupCommandInput, UpdateRulesOfIpGroupCommandOutput } from "../commands/UpdateRulesOfIpGroupCommand";
|
|
55
59
|
import { UpdateWorkspaceBundleCommandInput, UpdateWorkspaceBundleCommandOutput } from "../commands/UpdateWorkspaceBundleCommand";
|
|
@@ -58,12 +62,14 @@ export declare const serializeAws_json1_1AssociateConnectionAliasCommand: (input
|
|
|
58
62
|
export declare const serializeAws_json1_1AssociateIpGroupsCommand: (input: AssociateIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
63
|
export declare const serializeAws_json1_1AuthorizeIpRulesCommand: (input: AuthorizeIpRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
64
|
export declare const serializeAws_json1_1CopyWorkspaceImageCommand: (input: CopyWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
export declare const serializeAws_json1_1CreateConnectClientAddInCommand: (input: CreateConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
66
|
export declare const serializeAws_json1_1CreateConnectionAliasCommand: (input: CreateConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
67
|
export declare const serializeAws_json1_1CreateIpGroupCommand: (input: CreateIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
68
|
export declare const serializeAws_json1_1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
69
|
export declare const serializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (input: CreateUpdatedWorkspaceImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
70
|
export declare const serializeAws_json1_1CreateWorkspaceBundleCommand: (input: CreateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
71
|
export declare const serializeAws_json1_1CreateWorkspacesCommand: (input: CreateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_json1_1DeleteConnectClientAddInCommand: (input: DeleteConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
73
|
export declare const serializeAws_json1_1DeleteConnectionAliasCommand: (input: DeleteConnectionAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
74
|
export declare const serializeAws_json1_1DeleteIpGroupCommand: (input: DeleteIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
75
|
export declare const serializeAws_json1_1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -73,6 +79,7 @@ export declare const serializeAws_json1_1DeregisterWorkspaceDirectoryCommand: (i
|
|
|
73
79
|
export declare const serializeAws_json1_1DescribeAccountCommand: (input: DescribeAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
80
|
export declare const serializeAws_json1_1DescribeAccountModificationsCommand: (input: DescribeAccountModificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
81
|
export declare const serializeAws_json1_1DescribeClientPropertiesCommand: (input: DescribeClientPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_json1_1DescribeConnectClientAddInsCommand: (input: DescribeConnectClientAddInsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
83
|
export declare const serializeAws_json1_1DescribeConnectionAliasesCommand: (input: DescribeConnectionAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
84
|
export declare const serializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (input: DescribeConnectionAliasPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
85
|
export declare const serializeAws_json1_1DescribeIpGroupsCommand: (input: DescribeIpGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -104,6 +111,7 @@ export declare const serializeAws_json1_1RevokeIpRulesCommand: (input: RevokeIpR
|
|
|
104
111
|
export declare const serializeAws_json1_1StartWorkspacesCommand: (input: StartWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
112
|
export declare const serializeAws_json1_1StopWorkspacesCommand: (input: StopWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
113
|
export declare const serializeAws_json1_1TerminateWorkspacesCommand: (input: TerminateWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_json1_1UpdateConnectClientAddInCommand: (input: UpdateConnectClientAddInCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
115
|
export declare const serializeAws_json1_1UpdateConnectionAliasPermissionCommand: (input: UpdateConnectionAliasPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
116
|
export declare const serializeAws_json1_1UpdateRulesOfIpGroupCommand: (input: UpdateRulesOfIpGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
117
|
export declare const serializeAws_json1_1UpdateWorkspaceBundleCommand: (input: UpdateWorkspaceBundleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -112,12 +120,14 @@ export declare const deserializeAws_json1_1AssociateConnectionAliasCommand: (out
|
|
|
112
120
|
export declare const deserializeAws_json1_1AssociateIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIpGroupsCommandOutput>;
|
|
113
121
|
export declare const deserializeAws_json1_1AuthorizeIpRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AuthorizeIpRulesCommandOutput>;
|
|
114
122
|
export declare const deserializeAws_json1_1CopyWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyWorkspaceImageCommandOutput>;
|
|
123
|
+
export declare const deserializeAws_json1_1CreateConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectClientAddInCommandOutput>;
|
|
115
124
|
export declare const deserializeAws_json1_1CreateConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionAliasCommandOutput>;
|
|
116
125
|
export declare const deserializeAws_json1_1CreateIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIpGroupCommandOutput>;
|
|
117
126
|
export declare const deserializeAws_json1_1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
|
|
118
127
|
export declare const deserializeAws_json1_1CreateUpdatedWorkspaceImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUpdatedWorkspaceImageCommandOutput>;
|
|
119
128
|
export declare const deserializeAws_json1_1CreateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceBundleCommandOutput>;
|
|
120
129
|
export declare const deserializeAws_json1_1CreateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspacesCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_json1_1DeleteConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectClientAddInCommandOutput>;
|
|
121
131
|
export declare const deserializeAws_json1_1DeleteConnectionAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionAliasCommandOutput>;
|
|
122
132
|
export declare const deserializeAws_json1_1DeleteIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIpGroupCommandOutput>;
|
|
123
133
|
export declare const deserializeAws_json1_1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
@@ -127,6 +137,7 @@ export declare const deserializeAws_json1_1DeregisterWorkspaceDirectoryCommand:
|
|
|
127
137
|
export declare const deserializeAws_json1_1DescribeAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCommandOutput>;
|
|
128
138
|
export declare const deserializeAws_json1_1DescribeAccountModificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountModificationsCommandOutput>;
|
|
129
139
|
export declare const deserializeAws_json1_1DescribeClientPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClientPropertiesCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_json1_1DescribeConnectClientAddInsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectClientAddInsCommandOutput>;
|
|
130
141
|
export declare const deserializeAws_json1_1DescribeConnectionAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionAliasesCommandOutput>;
|
|
131
142
|
export declare const deserializeAws_json1_1DescribeConnectionAliasPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionAliasPermissionsCommandOutput>;
|
|
132
143
|
export declare const deserializeAws_json1_1DescribeIpGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpGroupsCommandOutput>;
|
|
@@ -158,6 +169,7 @@ export declare const deserializeAws_json1_1RevokeIpRulesCommand: (output: __Http
|
|
|
158
169
|
export declare const deserializeAws_json1_1StartWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkspacesCommandOutput>;
|
|
159
170
|
export declare const deserializeAws_json1_1StopWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkspacesCommandOutput>;
|
|
160
171
|
export declare const deserializeAws_json1_1TerminateWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateWorkspacesCommandOutput>;
|
|
172
|
+
export declare const deserializeAws_json1_1UpdateConnectClientAddInCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectClientAddInCommandOutput>;
|
|
161
173
|
export declare const deserializeAws_json1_1UpdateConnectionAliasPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionAliasPermissionCommandOutput>;
|
|
162
174
|
export declare const deserializeAws_json1_1UpdateRulesOfIpGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRulesOfIpGroupCommandOutput>;
|
|
163
175
|
export declare const deserializeAws_json1_1UpdateWorkspaceBundleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceBundleCommandOutput>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { WorkSpacesClientConfig } from "./WorkSpacesClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { WorkSpacesClientConfig } from "./WorkSpacesClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: WorkSpacesClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|